@charset "UTF-8";
@font-face {
  font-family: "Gravity";
  src: url(../fonts/9fb6acfb2fb7829e8245.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg-color: #fff;
  --bg-color-menu: #ddd;
  --bg-color-grey: #ddd;
  --text-color: #000000db;
  --border-color: #000;
  --mix-blend-mode: screen;
  --mix-blend-mode-video: normal;
  --background-linear: linear-gradient(315deg, #000 0%, #444 74%);
  --box-shadow: -7px -7px 20px 0px #efefef, -4px -4px 5px 0px #bababa, 7px 7px 20px 0px #ffffffb1, 4px 4px 5px 0px #dfdfdf2c;
  --text-primary-color: #1b94c4;
  --text-secondary-color: #5ebd49;
  --text-tertiary-color: #dd2b24;
  --white: #fff;
  --black: #222;
  --footer-bg-color: #f6f6f6;
}

.dark-mode {
  --bg-color: #222;
  --text-color: #fff;
  --border-color: #fff;
  --bg-color-menu: #000;
  --bg-color-grey: #ddd;
  --mix-blend-mode: darken;
  --mix-blend-mode-video: screen;
  --background-linear: linear-gradient(315deg, #ffffff 0%, rgb(219, 219, 219) 74%);
  --box-shadow: -7px -7px 20px 0px #464646, -4px -4px 5px 0px #434343, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  --text-primary-color: #1b94c4;
  --text-secondary-color: #5ebd49;
  --text-tertiary-color: #dd2b24;
  --white: #222;
  --black: #fff;
  --footer-bg-color: #000;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

body {
  margin: 0;
  background-color: var(--bg-color);
  font-family: "Archivo", sans-serif !important;
  overflow-x: hidden;
  font-size: 1.3rem !important;
}

.border-end {
  border-right: 1px solid #c7c8c8 !important;
}

header {
  z-index: 9999999999999 !important;
}

.text-primary {
  color: var(--text-primary-color) !important;
}

.text-secondary {
  color: var(--text-secondary-color) !important;
}

.text-tertiary {
  color: var(--text-tertiary-color) !important;
}

.hero-text span {
  color: var(--text-primary-color);
}

#black-logo {
  display: none;
}

.dark-mode #black-logo {
  display: inline;
}

.dark-mode #white-logo {
  display: none;
}

.text-light, .text-white, .text-dark, .text-black {
  color: var(--text-color) !important;
}

.bg-light, .bg-white, .bg-dark, .bg-black {
  background-color: var(--bg-color) !important;
}

.arrow {
  fill: #000 !important;
}
.arrow path {
  stroke: #000 !important;
  fill: #000 !important;
}

.reverse-second {
  fill: var(--text-color) !important;
}

.nav-list path, .contact_hero_label_scribble path, .founder-section path, .project-container path, .home-about-scribble path, .events-title path {
  stroke: var(--text-color) !important;
}

.work-index-hover path {
  stroke: var(--text-color) !important;
}

.next-project-scribble path {
  stroke: var(--text-color) !important;
}

.stroke-appearance path {
  stroke: var(--text-color) !important;
}

rect {
  fill: #000 !important;
}

a {
  color: #fff;
  text-decoration: none;
}

.btn-top-hover {
  position: relative;
  background-color: var(--bg-color);
  color: var(--bg-color);
  font-size: 1vw;
  padding: 10px;
  border-radius: 5px;
  background-image: var(--background-linear);
  border: none;
  z-index: 1;
}
.btn-top-hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #000;
  background-image: var(--background-linear);
  box-shadow: var(--box-shadow);
  transition: all 0.3s ease;
}
.btn-top-hover:hover {
  color: var(--bg-color);
}
.btn-top-hover:hover:after {
  top: 0;
  height: 100%;
}

.btn-top-hover-black {
  position: relative;
  background-color: var(--bg-color);
  font-size: 1vw;
  padding: 10px;
  border-radius: 5px;
  background-image: linear-gradient(315deg, #000 0%, #444 74%);
  color: #fff !important;
  border: none;
  z-index: 1;
}
.btn-top-hover-black:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #000;
  background-image: linear-gradient(315deg, #000 0%, #444 74%);
  box-shadow: -7px -7px 20px 0px #f4efe7, -4px -4px 5px 0px #dcd9d3, 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
  transition: all 0.3s ease;
}
.btn-top-hover-black:hover {
  color: var(--bg-color);
}
.btn-top-hover-black:hover:after {
  top: 0;
  height: 100%;
}

.work-page #black-logo {
  display: none !important;
}

.work-page #white-logo {
  display: block !important;
}

.work-page .menu p {
  color: #fff;
}

.text-animate-reveal {
  position: relative;
  width: 117%;
  height: 9rem;
  overflow: hidden;
}
.text-animate-reveal .span-text-animate {
  position: absolute;
}

.text-animate-reveal-scroll {
  width: 100%;
  height: 110px;
  position: relative;
  font-size: 6vw;
  overflow: hidden;
}
.text-animate-reveal-scroll .span-text-animate-scroll {
  height: auto;
  transform: translateY(100%);
}

.appearance-position {
  position: fixed;
  top: 50%;
  right: 0.5%;
  z-index: 9999;
  transform: rotate(-90deg);
}

.appearance-label {
  width: 50px;
  height: 24px;
  position: relative;
  display: block;
  background: #ebebeb;
  border-radius: 200px;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.4), inset 0px -5px 15px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: 0.3s;
}
.appearance-label:after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: 5px;
  background: linear-gradient(180deg, #ffcc89, #d8860b);
  border-radius: 180px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.appearance-label svg {
  position: absolute;
  width: 14px;
  top: 5px;
  z-index: 100;
}
.appearance-label svg.sun {
  left: 7px;
  fill: #fff;
  transition: 0.3s;
}
.appearance-label svg.moon {
  left: 30px;
  fill: #7e7e7e;
  transition: 0.3s;
}

.appearance-button {
  width: 0;
  height: 0;
  visibility: hidden;
}
.appearance-button:checked + label {
  background: #242424;
}
.appearance-button:checked + label:after {
  left: 47px;
  transform: translateX(-100%);
  background: linear-gradient(180deg, #777, #3a3a3a);
}
.appearance-button:checked + label svg.sun {
  fill: #7e7e7e;
}
.appearance-button:checked + label svg.moon {
  fill: #fff;
}
.appearance-button:checked + label + .background {
  background: #242424;
}
.appearance-button:active:after {
  width: 260px;
}

@keyframes reduceBorder {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes bringBackBorder {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.overlay-before {
  position: relative;
  z-index: 1;
}
.overlay-before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
}
.overlay-before h1, .overlay-before h2, .overlay-before h3, .overlay-before h4, .overlay-before h5, .overlay-before h6, .overlay-before p {
  z-index: 3;
}

.bg-accent-red {
  background-color: #f4efe7;
}

header {
  width: 100vw;
  height: 10vh;
}

.custom-nav-btn {
  position: absolute;
  bottom: 85%;
  transform: translateY(-50%);
  color: var(--text-color);
  cursor: pointer;
  transition: color 0.3s, transform 0.3s;
  background-color: var(--bg-color-grey);
  padding: 8px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.custom-nav-btn.left-arrow {
  right: 10px;
}

.custom-nav-btn:hover {
  color: #ccc;
}

.left-carousel-arrow {
  transform: rotate(180deg);
}

.hero-text-container,
.hero-text-content {
  opacity: 1;
  transition: opacity 1s, transform 1.5s, transition-delay 1.5s;
}

.hero-text {
  margin: 0;
}

.hero-carousel-container {
  position: relative;
  cursor: -webkit-grab;
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
  cursor: grab;
}
.hero-carousel-container .hero-command {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 3;
  color: var(--text-color);
}
.hero-carousel-container .owl-nav {
  position: absolute;
  color: var(--text-color);
  left: 35%;
  top: 98.5%;
}
.hero-carousel-container .owl-nav .right-arrow {
  margin-left: 161px;
}
.hero-carousel-container .owl-nav .arrow {
  width: 25px;
  height: 35px;
  transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.hero-carousel-container .owl-nav .arrow path {
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.hero-carousel-container .owl-nav .arrow rect {
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.hero-carousel-container .owl-nav .arrow:hover rect {
  fill: #29a1d9;
}
.hero-carousel-container .owl-nav .arrow:hover path {
  fill: #29a1d9;
}
.hero-carousel-container .owl-dots {
  position: absolute;
  bottom: 7%;
  left: 35%;
}
.hero-carousel-container .owl-carousel .owl-dot, .hero-carousel-container .owl-carousel .owl-nav .owl-carousel .owl-nav {
  width: 38px;
  height: 2px;
  background-color: var(--text-color) !important;
}
.hero-carousel-container button.owl-dot.active, .hero-carousel-container button.owl-dot.visited {
  background-color: #868686 !important;
}
.hero-carousel-container .carousel-span {
  position: relative;
  overflow: hidden;
  font-size: 1.5vw;
  font-weight: 500;
  margin-bottom: 0;
}
.hero-carousel-container .carousel-span .reverse-first {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  transform: translate(0px, 100%);
  transition: 0.5s;
}
.hero-carousel-container .carousel-span .reverse-second {
  display: inline-block;
  transform: translate(0px, 0);
  transition: 0.5s;
}
.hero-carousel-container .carousel-span:hover .reverse-first {
  transform: translate(0px, 0);
}
.hero-carousel-container .carousel-span:hover .reverse-second {
  transform: translate(0px, -100%);
}
.hero-carousel-container .hero-item {
  position: relative;
  background-color: var(--bg-color);
}
.hero-carousel-container .hero-item .hero-img-container-size {
  height: auto !important;
}
.hero-carousel-container .hero-item .hero-img-container-size::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: var(--bg-color);
  opacity: 0.02;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero-carousel-container .hero-item .hero-img-container {
  position: relative;
  background-color: var(--bg-color);
  border-radius: 10px;
  width: 30vw;
  height: auto;
  transition: 0.8s;
  overflow: hidden;
  z-index: 1;
}
.hero-carousel-container .hero-item .hero-img-container .image-collage-container {
  width: 100%;
  height: 17vh;
  border-radius: 15px;
  padding: 2px;
  overflow: hidden;
}
.hero-carousel-container .hero-item .hero-img-container .image-collage-container::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: var(--bg-color);
  opacity: 0.02;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero-carousel-container .hero-item .hero-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-carousel-container .hero-item .hero-img-container:hover {
  transform: scale(1.2) !important;
}
.hero-carousel-container .hero-item .hero-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-carousel-container .hero-item .hero-text-container {
  position: absolute;
  top: 75%;
  left: 5%;
  color: var(--text-color);
  background-color: rgba(221, 221, 221, 0.3490196078);
  padding: 0 40px;
  border-radius: 25px;
  z-index: 1;
}
.hero-carousel-container .hero-item .hero-text-container .title-1 {
  font-size: 6vw;
}
.hero-carousel-container .hero-item .hero-text-container .title-2 {
  font-size: 5vw;
}
.hero-carousel-container .hero-item .hero-text-container .title-3 {
  font-size: 4vw;
}
.hero-carousel-container .hero-item .hero-text-container .title-4 {
  font-size: 5vw;
}
.hero-carousel-container .hero-item .hero-text-container h4 {
  font-weight: 900;
}
.hero-carousel-container .hero-item .hero-text-content {
  position: absolute;
  width: 100%;
  color: var(--text-color);
}
.hero-carousel-container .hero-item .hero-text-content ul {
  list-style: none;
  margin-bottom: 0;
  position: absolute;
  top: -7%;
  right: 6%;
  height: 100%;
}
.hero-carousel-container .hero-item .hero-text-content ul li {
  font-size: 14vw;
  font-weight: 900;
  color: rgba(218, 218, 218, 0.38);
  transform: scale(1.1, 1.3);
}

.hero-slide {
  width: 100%;
}
.hero-slide .hero-slide-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh;
}
.hero-slide .hero-slide-container .slide-container {
  position: relative;
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.8s ease;
  z-index: 1;
  overflow: hidden;
}
.hero-slide .hero-slide-container .slide-container img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-slide .hero-slide-container .slide-container .slide-text-container {
  position: absolute;
  font-family: "Archivo", sans-serif;
  top: 0;
  left: 0;
  color: #fff;
}
.hero-slide .hero-slide-container .slide-container .slide-text-container .text-container {
  z-index: 15;
  opacity: 1;
  transition: opacity 0.8s;
}
.hero-slide .hero-slide-container .slide-container .slide-text-container .text-container h2 {
  font-size: 2vw;
}
.hero-slide .hero-slide-container .slide-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.hero-slide .hero-slide-container .slide-container:hover {
  flex: 15;
}

.initial-show .slide-text-container {
  opacity: 1;
}

.hero-wrapper {
  width: 100px;
  height: 70vh;
  display: flex;
  flex-direction: row;
}
.hero-wrapper .wrap-container {
  flex: 1;
  height: 100%;
  transition: all 0.8s ease;
}
.hero-wrapper .wrap-container:hover {
  flex: 20;
}

.work-header {
  display: none;
  opacity: 0;
}
.work-header .project-link {
  width: fit-content;
  height: fit-content;
}
.work-header .index-header-link {
  width: fit-content;
  height: fit-content;
  transition: 0.5s;
}
.work-header .index-header-link .index-header-link-scribble {
  stroke-dasharray: 193.3414459229;
}

.work-index-header .project-index-link {
  color: rgb(87, 87, 87);
  width: fit-content;
  height: fit-content;
  transition: 0.5s;
}
.work-index-header .project-index-link .project-index-link-scribble {
  stroke-dashoffset: 256.4358520508;
  transition: 1s;
}
.work-index-header .project-index-link:hover {
  color: #fff;
}
.work-index-header .project-index-link:hover .project-index-link-scribble {
  stroke-dashoffset: 0;
}
.work-index-header .work-index-top-link {
  color: #000;
  width: fit-content;
  height: fit-content;
  transition: 0.5s;
}

.logo {
  position: relative;
  z-index: 10;
}
.logo img {
  width: 13rem;
  height: auto;
}

.menu {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 30;
  cursor: pointer;
  transform: translateY(-50%);
  cursor: pointer;
}
.menu p {
  font-size: 2vw;
  font-weight: 900;
  color: var(--text-color);
  mix-blend-mode: difference;
}

.menu-btn {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 15%;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
  transition: padding 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.menu-btn:hover {
  padding: 5px;
}
.menu-btn.opened {
  background-color: #fff;
  border-color: #000;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
  background-color: var(--bg-color-menu) !important;
  clip-path: circle(0% at 100% 0);
  transition: width 0.8s, clip-path 0.8s;
}
.overlay.opened {
  width: 100%;
  clip-path: circle(100% at 50% 50%);
  transition: width 0.8s, clip-path 0.8s, background-color 0.5s;
}
.overlay .overlay-content {
  width: 100%;
  height: 100vh;
  position: relative;
  color: var(--text-color) !important;
}
.overlay .overlay-content .row {
  padding: 2%;
}
.overlay .overlay-content .menu-showreel {
  position: absolute;
  top: 5%;
  width: 54vw;
  height: 65vh;
  right: 10%;
  border-radius: 25px;
  overflow: hidden;
}
.overlay .overlay-content .menu-showreel video {
  transform: scale(1.5);
}
.overlay .overlay-content .menu-showreel .menu-showreel-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 2;
}
.overlay .overlay-content .menu-showreel .menu-showreel-content {
  z-index: 3;
  color: #fff !important;
}
.overlay .overlay-content .menu-showreel .menu-showreel-content .play-icon-menu {
  font-size: 6vw;
}
.overlay .overlay-content .menu-showreel .menu-showreel-content h2 {
  margin-top: 75px;
  font-size: 4.5vw;
}
.overlay .overlay-content .menu-showreel .menu-video-container {
  position: relative;
}
.overlay .overlay-content .menu-showreel .play-pause-container {
  position: relative;
  cursor: pointer;
}
.overlay .overlay-content .menu-showreel .svg-btn-container {
  position: relative;
  width: 100%;
  height: fit-content;
  text-align: center;
}
.overlay .overlay-content .menu-showreel .play-icon,
.overlay .overlay-content .menu-showreel .pause-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  fill: #fff;
  border: 5px solid #fff;
  border-radius: 46px;
}
.overlay .overlay-content .menu-showreel .play-icon rect,
.overlay .overlay-content .menu-showreel .pause-icon rect {
  fill: #fff !important;
}
.overlay .overlay-content .menu-showreel .play-icon:hover,
.overlay .overlay-content .menu-showreel .pause-icon:hover {
  fill: #ccc;
}
.overlay .overlay-content .nav-list {
  position: absolute;
  bottom: 0;
  font-family: "Archivo", sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: normal;
}
.overlay .overlay-content .menu-link {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.overlay .overlay-content .menu-link .menu-scribble {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.overlay .overlay-content .menu-link .menu-scribble svg {
  overflow: visible;
}
.overlay .overlay-content .menu-link .menu-scribble svg:hover .scribble {
  stroke-dashoffset: 0 !important;
}
.overlay .overlay-content .menu-link .menu-scribble svg .scribble {
  transition: 0.6s;
}
.overlay .overlay-content .menu-social-links {
  position: absolute;
  bottom: 0;
}

.social-link {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  transition: 0.6s ease;
}
.social-link svg {
  width: 4vw;
  height: 5vh;
}
.social-link .reverse-first {
  position: relative;
  left: 0;
  top: 200px;
  display: inline-block;
  transform: translate(0px, 300%);
  transition: 0.5s;
  width: fit-content;
}
.social-link .reverse-second {
  display: block;
  transform: translate(0px, 0);
  transition: 0.5s;
}
.social-link:hover .reverse-first {
  transform: translate(0, 10px);
  top: 25px;
}
.social-link:hover .reverse-second {
  transform: translate(0px, -200%);
}

.hero-container-new {
  position: relative;
}
.hero-container-new .row {
  height: 120px !important;
}
.hero-container-new .hero-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(10px) brightness(0.4);
  z-index: -1;
}
.hero-container-new .hero-text-container {
  margin-top: 4.5%;
}
.hero-container-new .hero-text-container h2 {
  color: #fff;
  font-size: 85px;
  font-weight: 300;
  line-height: 126px;
  word-spacing: 1.7vw;
}
.hero-container-new .hero-text-container .video-sm-box {
  overflow: hidden;
  height: 100px;
}
.hero-container-new .hero-text-container .video-sm-box video {
  object-fit: cover;
}
.hero-container-new .hero-text-container .hero-video-container {
  width: auto;
  height: 5.5rem;
  overflow: hidden;
}
.hero-container-new .hero-text-container .hero-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-container-new .hero-text-container h1 {
  font-size: 7vw;
  color: #fff;
  text-align: center;
  font-family: "Philosopher", sans-serif;
  letter-spacing: 1.1vw;
  transform: scale(1, 1.5);
}

.custom-img {
  width: 100px;
  height: 100px;
}

.image-container-work-info {
  padding: 85px;
}

.work_info_images {
  padding: 20px;
}

.home-about-container {
  height: auto;
  background-color: var(--bg-color);
}
.home-about-container .home-about {
  position: relative;
  padding: 4rem 0;
  z-index: 1;
}
.home-about-container .home-about .home-about-text {
  font-family: "Archivo", sans-serif;
  margin-top: 0;
}
.home-about-container .home-about .home-about-text p {
  font-size: 1.5rem !important;
  line-height: 1.3;
}
.home-about-container .home-about .home-about-text span {
  display: inline-block;
  position: relative;
}
.home-about-container .home-about .home-about-text span svg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-about-container .home-about .home-about-text span svg path {
  transition: 0.8s;
}
.home-about-container .home-about .home-about-text .btn {
  transform: translateX(1rem);
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 20;
  transition: color 1s ease;
}
.home-about-container .home-about .home-about-text .btn:hover {
  color: #000 !important;
}
.home-about-container .home-about .home-about-text .btn:hover .link-overlay {
  transform: translate(-50%, -50%) scale(1) !important;
}
.home-about-container .home-about .home-about-text .btn .link-overlay {
  position: absolute;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%) scale(0);
  display: inline-block;
  background-color: #fff;
  transition: transform 0.5s;
  z-index: -1;
}

.home-work-container {
  position: relative;
  background-color: var(--bg-color);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-work-container #title {
  position: relative;
}
.home-work-container .home-dot {
  background-color: var(--bg-color);
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}

.owl-carousel .owl-stage {
  margin: 0 auto;
}

.home-work {
  margin-top: 15%;
  font-family: "Archivo", sans-serif;
  transition: margin-top 0.5s ease;
}
.home-work h5 {
  color: #00caff;
  font-family: "Archivo", sans-serif;
}
.home-work h2 {
  font-family: "Archivo", sans-serif;
  font-size: 2vw;
  font-weight: 300;
}

.revealUp {
  position: relative;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
}

.play-on-hover {
  position: relative;
  z-index: 9;
  color: #fff;
  overflow: hidden;
}

.showreel-container {
  position: relative;
}
.showreel-container::after {
  content: "";
  position: absolute;
  top: 51%;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: var(--bg-color);
  z-index: 1;
}

.simpleParallax {
  height: 100%;
}

.work-animation {
  padding-top: 6rem;
}

.show-me-more-section {
  padding-top: 6rem;
}

.video-hover-container {
  width: 100%;
  height: 60vh;
  color: #fff !important;
  z-index: 9;
}
.video-hover-container:hover .img-on-video {
  opacity: 0;
  z-index: -1;
}
.video-hover-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
}
.video-hover-container .img-on-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 1s ease;
  z-index: 10;
}
.video-hover-container .img-on-video-title {
  bottom: 0;
  left: 1rem;
  z-index: 20;
}
.video-hover-container .img-on-video-title h5 {
  font-size: 2.5vw;
  font-weight: 600;
  margin-bottom: 0 !important;
  line-height: 1;
}
.video-hover-container .img-on-video-title p {
  font-size: 2vw;
}

.work-play-on-hover video {
  filter: brightness(0.7);
}
.work-play-on-hover img {
  filter: brightness(0.7);
}

.selected-work-label {
  width: 16vw;
}
.selected-work-label path {
  transition: 0.6s;
}
.selected-work-label .scribble-circle-position {
  top: -23%;
  z-index: 1;
}
.selected-work-label h2 {
  font-size: 3vw;
  z-index: 2;
}
.selected-work-label:hover .scribble-down {
  stroke-dashoffset: 661.133 !important;
}
.selected-work-label:hover .scribble-circle {
  stroke-dashoffset: 0 !important;
}

.cards {
  width: 100%;
  height: 80vh;
  position: relative;
}

.card {
  position: absolute;
  width: 100%;
  height: 100vh;
  border: 0;
}
.card .row {
  height: 75vh;
}
.card .row .col-sm-12 {
  height: 100%;
}
.card .row .btn {
  border-radius: 5px !important;
}
.card h2 {
  font-size: 4.5vw;
  font-weight: 800;
}
.card p {
  font-size: 2vw;
  font-weight: 200;
}
.card .card-img-container {
  width: 100%;
  height: 100%;
}
.card .card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .card-text-container {
  z-index: 10;
}

.white-card {
  border-radius: 0;
  padding-top: 8%;
  align-items: flex-start;
  justify-content: start;
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
}
.white-card h2 {
  font-family: "Archivo", sans-serif;
  font-size: 7vw;
  font-weight: 900;
}
.white-card sup {
  font-family: "Archivo", sans-serif;
  font-size: 2vw;
  font-weight: 500;
  top: -3.7em;
}

.red-card {
  margin-top: 5%;
  background-color: #f4efe7;
  color: #000 !important;
}
.red-card .btn-top-hover {
  background-image: linear-gradient(315deg, #000 0%, #444 74%);
  color: #fff;
}
.red-card .btn-top-hover:after {
  background-image: linear-gradient(315deg, #000 0%, #444 74%);
  box-shadow: -7px -7px 20px 0px #f4efe7, -4px -4px 5px 0px #e0cdb0, 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
}
.red-card .card-text-container {
  background-color: #f4efe7;
}
.red-card .card-text-container::before {
  box-shadow: 0px -26px 0px 0px #f4efe7;
}
.red-card .card-text-container::after {
  box-shadow: 0px -23px 0px 0px #f4efe7;
}

.green-card {
  margin-top: 8%;
  background-color: #ffdbc2;
  color: #000 !important;
}
.green-card .btn-top-hover {
  background-image: linear-gradient(315deg, #000 0%, #444 74%);
  color: #fff;
}
.green-card .btn-top-hover:after {
  background-image: linear-gradient(315deg, #000 0%, #444 74%);
  box-shadow: -7px -7px 20px 0px #fcdabc, -4px -4px 5px 0px #fcdfc4, 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
}
.green-card .card-text-container {
  background-color: #ffdbc2;
}
.green-card .card-text-container::before {
  box-shadow: 0px -26px 0px 0px #ffdbc2;
}
.green-card .card-text-container::after {
  box-shadow: 0px -23px 0px 0px #ffdbc2;
}

.blue-card {
  margin-top: 11%;
  background-color: #056bb8;
  color: #fff;
}
.blue-card .btn-top-hover {
  background-image: linear-gradient(315deg, #d5d5d5 0%, #fff 74%);
  color: #000 !important;
}
.blue-card .btn-top-hover:after {
  background-image: linear-gradient(315deg, #d5d5d5 0%, #fff 74%);
  box-shadow: -7px -7px 20px 0px #0075cf, -4px -4px 5px 0px #0f86e2, 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
}
.blue-card .btn-top-hover:hover {
  color: #000;
}
.blue-card .btn-top-hover:hover:after {
  top: 0;
  height: 100%;
}
.blue-card .card-text-container {
  background-color: #056bb8;
}
.blue-card .card-text-container::before {
  box-shadow: 0px -26px 0px 0px #056bb8;
}
.blue-card .card-text-container::after {
  box-shadow: 0px -23px 0px 0px #056bb8;
}

.card, .header, .spacer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.position-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.circle-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.circle-container h2 {
  font-size: 4vw;
  font-weight: 300;
  margin: 0 4rem 1rem 8rem;
}
.circle-container .home_services_title {
  z-index: 1;
}
.circle-container .home_services_title:hover .services-description-hover {
  opacity: 1;
}
.circle-container .home_services_title .services-description-hover {
  opacity: 0;
  position: absolute;
  z-index: 199;
  transition: 0.5s;
}
.circle-container .home_services_title .shadow-on-title {
  background-color: var(--bg-color) !important;
  width: 100%;
  height: 200px;
  opacity: 0.9;
  z-index: 9;
}

.sticky-title {
  position: sticky;
  top: 50% !important;
  transform: translateY(-50%);
}

.image-change-on-scroll .client-logo-box {
  position: relative;
  height: 100%;
}
.image-change-on-scroll .client-logo-box .img-reveal-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 10rem;
  margin-bottom: 8rem;
}
.image-change-on-scroll .client-logo-box .img-reveal-box .hidden-img {
  opacity: 0;
}
.image-change-on-scroll .client-logo-box .img-reveal-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  transition: opacity 0.5s ease; /* Apply a smooth transition effect */
}
.image-change-on-scroll h2 {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 7vw;
  line-height: 95%;
}
.image-change-on-scroll sup {
  font-size: 2vw;
  top: -3em;
}

.video-container {
  height: 150vh !important;
  background-color: #000;
  z-index: 9;
}

.full-screen-container {
  width: 100%;
  height: 100vh;
  border-radius: 25px;
  overflow: hidden;
}
.full-screen-container img {
  width: 100%;
  height: 100%;
}
.full-screen-container .border-frame-1 {
  position: absolute;
  width: 35vw;
  height: 100%;
  border-right: 15px solid var(--bg-color);
  border-top: 95px solid var(--bg-color);
  z-index: 2;
}
.full-screen-container .border-frame-2 {
  position: absolute;
  width: 35vw;
  height: 100%;
  border-right: 15px solid var(--bg-color);
  border-top: 45px solid var(--bg-color);
  border-bottom: 45px solid var(--bg-color);
  z-index: 2;
  left: 35%;
}
.full-screen-container .border-frame-3 {
  position: absolute;
  width: 35vw;
  height: 100%;
  border-bottom: 95px solid var(--bg-color);
  z-index: 2;
  left: 70%;
}
.full-screen-container .border-frame-4 {
  position: absolute;
  width: 36vw;
  height: 78%;
  border: 16px solid var(--bg-color);
  z-index: 2;
  left: -1%;
  border-radius: 30px;
  top: 23%;
}
.full-screen-container .border-frame-5 {
  position: absolute;
  width: 36vw;
  height: 82%;
  border: 16px solid var(--bg-color);
  z-index: 2;
  left: 34.7%;
  border-radius: 30px;
  top: 9%;
}
.full-screen-container .border-frame-6 {
  position: absolute;
  width: 32vw;
  height: 78%;
  border: 16px solid var(--bg-color);
  z-index: 2;
  left: 69.5%;
  border-radius: 30px;
  top: -1%;
}

.founder-text {
  font-size: 1.3rem !important;
  line-height: 1.3 !important;
}

.founder-text-enter {
  font-size: 1.3rem !important;
  line-height: 1.3 !important;
}

footer {
  position: relative;
  color: var(--text-color) !important;
  background-color: var(--footer-bg-color) !important;
  z-index: 1;
}
footer .bg-footer-container {
  position: relative;
  height: auto;
  overflow: hidden;
}
footer .bg-footer-container h5 {
  font-size: 2vw;
  letter-spacing: 2.7vw;
  text-align: center;
}
footer .bg-footer-container .footer-rights {
  font-size: 1vw;
  top: 87%;
  left: 3%;
}
footer .bg-footer-container .footer-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: var(--mix-blend-mode-video);
  transform: scale(1.5);
}
footer .bg-footer-container .footer-title {
  position: relative;
  top: 27px;
  left: 0;
  background-color: var(--footer-bg-color);
  color: var(--text-color);
  font-family: "Gravity", sans-serif;
  font-size: 27vw;
  font-weight: 400;
  transform: scale(1.2, 1.64) !important;
  mix-blend-mode: var(--mix-blend-mode);
  width: 100%;
  height: 100%;
}
footer .bg-footer-container .footer-description {
  position: relative;
  background-color: var(--footer-bg-color);
}
footer .overlay-content {
  position: relative;
  padding-top: 2%;
  color: #000;
}
footer .overlay-content h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 3.5vw;
  font-weight: 900;
}
footer .overlay-content .nav-list {
  font-family: "Archivo", sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: normal;
}
footer .overlay-content .menu-link {
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: var(--text-color);
  font-size: 2rem;
}
footer .overlay-content .menu-link .menu-scribble {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
footer .overlay-content .menu-link .menu-scribble svg {
  overflow: visible;
}
footer .overlay-content .menu-link .menu-scribble svg:hover .scribble {
  stroke-dashoffset: 0 !important;
}
footer .overlay-content .menu-link .menu-scribble svg .scribble {
  transition: 0.6s;
}
footer .overlay-content .social-link {
  color: var(--text-color) !important;
}
footer .footer-email-link {
  font-size: 1.4vw;
}

.index-link {
  height: 80vh;
  background-color: #056bb8;
}
.index-link h2 {
  font-size: 4vw;
  font-weight: 700;
  transform: scale(1, 1.3);
}
.index-link .work-index-hover:hover .work-index-down-scribble path {
  stroke-dashoffset: 1149.56;
  transition: 0.5s;
}
.index-link .work-index-hover:hover .work-index-circle-scribble path {
  stroke-dashoffset: 0;
}
.index-link .work-index-hover .work-index-down-scribble path {
  stroke-dashoffset: 0;
  transition: 0.5s;
}
.index-link .work-index-hover .work-index-circle-scribble {
  top: -53%;
}
.index-link .work-index-hover .work-index-circle-scribble path {
  stroke-dashoffset: 1042.62;
  transition: 0.5s;
}

.news-home-link {
  height: 50vh;
  background-color: #056bb8;
  color: #fff !important;
}
.news-home-link h2 {
  font-size: 3vw;
  font-weight: 700;
  transform: scale(1, 1.3);
}
.news-home-link .news-home-hover:hover .news-home-down-scribble path {
  stroke-dashoffset: 832.757;
  transition: 0.5s;
}
.news-home-link .news-home-hover:hover .news-home-circle-scribble path {
  stroke-dashoffset: 0;
}
.news-home-link .news-home-hover .news-home-down-scribble path {
  stroke-dashoffset: 0;
  transition: 0.5s;
}
.news-home-link .news-home-hover .news-home-circle-scribble {
  width: 120%;
  height: 150%;
  top: -50%;
}
.news-home-link .news-home-hover .news-home-circle-scribble path {
  stroke-dashoffset: 1042.62;
  transition: 0.5s;
}

.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 9999;
}
.loader video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loader .loader-text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  font-family: "Philosopher", sans-serif;
  font-weight: 900;
  transform: scale(1, 1.2);
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
}
.loader .loader-text h1 {
  font-size: 42vw;
  color: #000;
  top: -5%;
}
.loader .loader-text span {
  font-size: 2vw;
  letter-spacing: 4vw;
  top: -25%;
}

.scribble-container1 svg, .scribble-container2 svg {
  width: 20vw;
}
.scribble-container1 svg .about-scribble-path, .scribble-container2 svg .about-scribble-path {
  stroke-dashoffset: 883.896;
  stroke-dasharray: 883.896;
}

.about-hero {
  position: relative;
  color: #fff !important;
  height: 40vh;
  font-family: "Archivo", sans-serif;
  z-index: 1;
}
.about-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 5;
}
.about-hero .about-hero-img-container {
  width: 100%;
  height: 100%;
}
.about-hero h2 {
  font-weight: 700;
  font-size: 4vw;
}
.about-hero h5 {
  font-size: 3.5vw;
}

.about-intro {
  position: relative;
  z-index: 40;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.about-intro img {
  top: 220px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-intro .about-intro-img {
  height: fit-content;
  overflow: hidden;
}
.about-intro .about-intro-img .image-collage-container {
  width: 100%;
  height: 20vh;
  border-radius: 15px;
  padding: 2px;
  overflow: hidden;
}
.about-intro .about-intro-container {
  padding: 100px 0;
}
.about-intro .about-intro-container h2 {
  font-size: 5.5vw;
  font-weight: 700;
}
.about-intro .about-intro-container p {
  font-size: 1.3rem;
}
.about-intro .about-intro-container-img {
  width: 25vw;
  height: 380px;
}
.about-intro .about-intro-container-img img {
  object-fit: contain;
}

.about-intro-summary {
  padding: 0px 0;
}

.about-parallax {
  position: relative;
  z-index: 40;
  width: 100vw;
  height: 80vh;
  object-fit: contain;
}

.about-circle-animation {
  background-color: var(--bg-color);
  position: relative;
  z-index: 40;
  margin-bottom: 25vh;
}

.about-circle-title-container {
  padding: 250px 0;
}
.about-circle-title-container p {
  position: sticky;
  top: 35%;
  font-size: 1.5rem !important;
}
.about-circle-title-container .circle-container-title {
  position: sticky;
  top: 15% !important;
}

.about-circle-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.about-circle-container h2 {
  font-size: 7vw;
  font-weight: 300;
  margin-bottom: 3rem;
}
.about-circle-container .home_services_title {
  z-index: 1;
}
.about-circle-container .home_services_title .shadow-on-title {
  background-color: var(--bg-color);
  width: 100%;
  height: 350px;
  opacity: 0.9;
  z-index: 9;
}

.services-description {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.services-description.active {
  display: block;
  opacity: 1;
}

.about-cards {
  z-index: 40;
  margin-bottom: 30%;
}
.about-cards .cards {
  width: 100%;
  height: 80vh;
  position: relative;
}
.about-cards .card {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: inline-block;
}
.about-cards .card h2 {
  font-size: 2.5vw;
}
.about-cards .card p {
  font-size: 2vw;
}
.about-cards .white-card {
  border: 0;
  padding-top: 8%;
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
}
.about-cards .white-card h2 {
  font-family: "Philosopher", sans-serif;
  font-size: 17vw;
  font-weight: 900;
}
.about-cards .white-card h5 {
  font-size: 2vw;
}
.about-cards .red-card {
  width: 50%;
  margin-top: 5%;
  background-color: #f4efe7;
  color: #000 !important;
}
.about-cards .green-card {
  width: 50%;
  margin-top: 8%;
  background-color: #ffdbc2;
  color: #000 !important;
}
.about-cards .blue-card {
  width: 50%;
  margin-top: 11%;
  background-color: #f3f3f3 !important;
  color: #000 !important;
}
.about-cards .black-card {
  width: 50%;
  margin-top: 14%;
  background-color: #000;
  color: #fff !important;
}

.about-clip-container {
  position: absolute;
  top: -205rem;
  left: 0;
  width: 100%;
  height: 220rem;
  background-color: var(--bg-color);
  z-index: 30;
  clip-path: url(#recoClip);
  transform-origin: bottom;
}

.about-clip-img {
  height: 150vh;
}
.about-clip-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.about-clip-text-container {
  position: absolute;
  color: #fff !important;
  top: 30%;
  left: 0;
  z-index: 10;
  width: 100%;
}
.about-clip-text-container h2 {
  margin-left: 9rem;
  font-size: 8vw;
  text-indent: 13rem;
  font-weight: 700;
  /* transform: scale(1, 1.3); */
  line-height: 95%;
  letter-spacing: normal;
}
.about-clip-text-container .about-clip-text-padding {
  padding-top: 15rem;
}
.about-clip-text-container .about-clip-text-padding p {
  font-size: 1.2vw;
}
.about-clip-text-container .about-clip-text-padding h3 {
  font-size: 3vw;
  font-weight: 700;
  transform: scale(1, 1.3);
}

.about-quote {
  height: 50vh;
  z-index: 50;
}
.about-quote .about-quote-container {
  color: #000 !important;
  width: 93vw;
  top: -30%;
}

.about-work-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.about-work-container h4 {
  color: #00caff;
}
.about-work-container h2 {
  font-size: 5vw;
}

.about-hero-description p {
  width: 70vw;
  font-size: 1.3rem !important;
  line-height: 1.3 !important;
}

.work-hero {
  height: fit-content;
  padding: 8rem 9rem 5rem 5rem !important;
}
.work-hero h2 {
  font-size: 9vw;
  font-family: "philosopher", sans-serif;
  font-weight: 400;
}
.work-hero .work-image-collage {
  border-radius: 15px;
  overflow: hidden;
}
.work-hero .work-image-collage .image-collage-container {
  width: 100%;
  height: 25vh;
  border-radius: 15px;
  padding: 2px;
  overflow: hidden;
}
.work-hero .work-image-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-hero-index {
  height: 54vh;
}

.work-index-link {
  padding: 3rem 0;
}
.work-index-link h4 {
  color: #00caff;
}
.work-index-link h2 {
  font-size: 2.5vw;
  font-weight: 600;
}
.work-index-link .work-index-hover:hover .work-index-down-scribble path {
  stroke-dashoffset: 1149.56;
  transition: 0.5s;
}
.work-index-link .work-index-hover:hover .work-index-circle-scribble path {
  stroke-dashoffset: 0;
}
.work-index-link .work-index-hover .work-index-down-scribble path {
  stroke-dashoffset: 0;
  transition: 0.5s;
}
.work-index-link .work-index-hover .work-index-circle-scribble {
  top: -53%;
}
.work-index-link .work-index-hover .work-index-circle-scribble path {
  stroke-dashoffset: 1042.62;
  transition: 0.5s;
}

.img-on-hover {
  position: relative;
}
.img-on-hover:hover .border-animation {
  animation: bringBackBorder 0.2s ease-in forwards;
}
.img-on-hover:not(:hover) .border-animation {
  animation: reduceBorder 0.2s ease-in forwards;
}
.img-on-hover img {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
}
.img-on-hover p {
  font-size: 1.5vw;
}
.img-on-hover .bold-text {
  transform: scale(1, 1);
  font-weight: 900;
  letter-spacing: normal;
  font-family: "Archivo", sans-serif;
  font-size: 1.5vw;
}
.img-on-hover .border-animation {
  border-bottom: 1px solid #ddd;
  transition: border-width 0.6s ease-in;
}

.project-hero {
  position: relative;
  height: 100vh;
}
.project-hero .project-hero-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.project-hero .project-hero-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
}
.project-hero .project-hero-img img {
  object-fit: cover;
}
.project-hero .project-hero-content {
  z-index: 99;
  color: #fff !important;
}
.project-hero .project-hero-content h2 {
  font-size: 7vw;
}

.project-container {
  font-family: "Archivo", sans-serif !important;
}
.project-container h2, .project-container h3 {
  font-weight: 300;
}
.project-container p {
  font-size: 1.5vw;
  line-height: 1.2;
  font-weight: 200;
}

.text-indent {
  text-indent: 45px;
}

.project-content-container {
  padding: 150px 0;
}
.project-content-container h3 {
  font-weight: 700;
}

.project-scribble1 .about-scribble-path {
  stroke-dashoffset: 399.504;
  stroke-dasharray: 399.504;
  transition: 0.2s ease;
}

.project-scribble2 .about-scribble-path {
  stroke-dashoffset: 372.402;
  stroke-dasharray: 372.402;
  transition: 0.2s;
}

.project-middle-img {
  height: 100vh;
}
.project-middle-img img {
  object-fit: cover;
}
.project-middle-img h3 {
  font-size: 4.5vw;
  color: #fff !important;
  font-weight: 700;
}

.next-project {
  height: 100vh;
}
.next-project h2 {
  font-size: 6vw;
  font-weight: 100;
}
.next-project .about-scribble-path {
  stroke-dashoffset: 1141.99;
  stroke-dasharray: 1141.99;
}

.section-parallax {
  margin-top: -5%;
}

@media screen and (min-width: 3400px) and (max-width: 4000px) {
  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 9999;
  }
  .loader .loader-text h1 {
    transform: scale(2.4, 4.5);
    font-size: 8vw;
    top: 0;
  }
  .loader .loader-text span {
    font-size: 2vw;
    letter-spacing: 4vw;
    top: 60%;
  }
  .logo img {
    width: 200px;
  }
  .selected-work-label {
    width: 25vw;
  }
  .text-animate-reveal {
    margin: 45px !important;
    padding: 0 !important;
    height: 290px;
    position: relative;
    font-size: 6vw;
  }
  .text-animate-reveal-scroll {
    width: 100%;
    height: 310px;
  }
  .hero-container .hero-container-margin {
    margin-top: 60vh;
  }
  .hero-container .hero-text-style {
    font-size: 7vw;
    font-weight: 700;
    line-height: 1;
  }
  .pfixed {
    font-family: "Archivo", sans-serif;
    font-size: 1.5vw;
  }
  .home-work {
    margin-top: 30%;
  }
  .home-work h5 {
    font-size: 3vw;
  }
  .card {
    position: absolute;
    justify-content: start !important;
    width: 100%;
    height: 100vh;
    border: 0;
  }
  .card .row {
    height: 50vh !important;
  }
  .card .row .col-sm-12 {
    height: 100%;
  }
  .card h2 {
    font-size: 3vw;
  }
  .card .btn {
    margin-top: 15px !important;
  }
  .card p {
    font-size: 1.7vw;
  }
  .card .card-img-container {
    width: 100%;
    height: 100%;
  }
  .card .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .white-card {
    border-radius: 0;
    padding-top: 8%;
  }
  .white-card h2 {
    font-size: 8vw;
  }
  .white-card sup {
    font-size: 3vw;
  }
  .work-hero {
    padding-top: 85px;
  }
}
@media screen and (min-width: 2750px) and (max-width: 3399px) {
  .menu p {
    font-size: 1vw;
  }
  .logo img {
    width: 280px;
  }
  .text-animate-reveal {
    margin: 20px !important;
    padding: 0 !important;
    height: 230px;
    position: relative;
    font-size: 6vw;
  }
  .text-animate-reveal-scroll {
    width: 100%;
    height: 230px;
  }
  .hero-container .hero-container-margin {
    margin-top: 50vh;
  }
  .hero-container .hero-text-style {
    font-size: 7vw;
    font-weight: 700;
    transform: scale(1, 1.4) !important;
    line-height: 1;
  }
  .pfixed {
    font-size: 1.5vw;
  }
  .home-work {
    margin-top: 30%;
  }
  .home-work h5 {
    font-size: 2vw;
  }
  .home-work h2 {
    font-size: 2vw;
  }
  .card {
    position: absolute;
    justify-content: start !important;
    width: 100%;
    height: 100vh;
    border: 0;
  }
  .card .row {
    height: 50vh !important;
  }
  .card .row .col-sm-12 {
    height: 100%;
  }
  .card h2 {
    font-size: 3vw;
  }
  .card .btn {
    margin-top: 15px !important;
  }
  .card p {
    font-family: "Archivo", sans-serif;
    font-size: 1.7vw;
  }
  .card .card-img-container {
    width: 100%;
    height: 100%;
  }
  .card .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .white-card {
    border-radius: 0;
    padding-top: 8%;
  }
  .white-card h2 {
    font-size: 8vw;
  }
  .white-card sup {
    font-size: 3vw;
  }
  .work-hero {
    padding-top: 85px;
  }
}
@media screen and (min-width: 2300px) and (max-width: 2749px) {
  .loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 9999;
  }
  .loader .loader-text h1 {
    transform: scale(1, 1.1);
    font-size: 33vw;
    top: 0;
  }
  .loader .loader-text span {
    font-size: 2vw;
    letter-spacing: 3vw;
    top: -15%;
  }
  .selected-work-label {
    width: 20vw;
  }
  .menu p {
    font-size: 1vw;
  }
  .logo img {
    width: 200px;
  }
  .overlay .overlay-content .nav-list {
    font-family: "Expletus Sans", sans-serif;
    font-size: 3vw;
    font-weight: 300;
    line-height: normal;
  }
  .social-link {
    font-size: 1vw;
  }
  .text-animate-reveal {
    padding: 0 !important;
    height: 230px;
    position: relative;
  }
  .text-animate-reveal-scroll {
    width: 100%;
    height: 190px;
  }
  .hero-container .hero-container-margin {
    margin-top: 40vh;
  }
  .hero-container .hero-text-style {
    font-size: 12vw;
    font-weight: 700;
    line-height: 1;
  }
  .pfixed {
    font-size: 1.5vw;
  }
  .home-work {
    margin-top: 30%;
  }
  .home-work h5 {
    font-size: 2vw;
  }
  .home-work h2 {
    font-size: 2vw;
  }
  .card {
    position: absolute;
    justify-content: start !important;
    width: 100%;
    height: 100vh;
    border: 0;
  }
  .card .row {
    width: 100%;
    height: 70vh !important;
    padding: 50px 150px !important;
  }
  .card .row .col-sm-12 {
    height: 100%;
  }
  .card h2 {
    font-size: 1.5vw;
  }
  .card .btn {
    margin-top: 15px !important;
    font-size: 1vw;
    border-radius: 15px;
  }
  .card p {
    font-size: 1vw;
  }
  .card .card-img-container {
    width: 100%;
    height: 100%;
  }
  .card .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .white-card {
    border-radius: 0;
    padding-top: 8%;
  }
  .white-card h2 {
    font-size: 8vw;
  }
  .white-card sup {
    font-size: 2vw;
  }
  .work-hero {
    padding-top: 150px;
  }
}
@media (min-width: 1900px) and (max-width: 2299px) {
  .menu p {
    font-size: 1.3vw;
  }
  .logo img {
    width: 13rem;
  }
  .selected-work-label {
    width: 20vw;
  }
  .text-animate-reveal {
    padding: 0 !important;
    height: 222px;
    position: relative;
  }
  .text-animate-reveal-scroll {
    width: 100%;
    height: 200px;
  }
  .hero-container .hero-container-margin {
    margin-top: 50vh;
  }
  .hero-container .hero-text-style {
    font-size: 11vw;
    font-weight: 700;
    line-height: 1;
  }
  .pfixed {
    font-size: 1.2vw;
  }
  .home-work {
    margin-top: 28%;
  }
  .home-work h5 {
    font-size: 3vw;
  }
  .card {
    position: absolute;
    justify-content: start !important;
    width: 100%;
    height: 100vh;
    border: 0;
  }
  .card .row {
    height: 50vh !important;
  }
  .card .row .col-sm-12 {
    height: 100%;
  }
  .card h2 {
    font-size: 3vw;
  }
  .card .btn {
    margin-top: 15px !important;
  }
  .card p {
    font-size: 1.7vw;
  }
  .card .card-img-container {
    width: 100%;
    height: 100%;
  }
  .card .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .white-card {
    border-radius: 0;
    padding-top: 8%;
  }
  .white-card h2 {
    font-size: 7vw;
  }
  .white-card sup {
    font-size: 3vw;
  }
  .work-hero {
    padding-top: 110px;
  }
  .news-home-link {
    height: 30vh;
    background-color: #29a1d9;
  }
  .news-home-link .news-home-hover {
    margin: 0 !important;
  }
  .social-link {
    font-size: 1.5vw;
  }
  .home-about-text p {
    font-size: 2.3vw !important;
  }
}
@media screen and (min-width: 1701px) and (max-width: 1900px) {
  .news-home-link {
    height: 40vh;
  }
  .news-home-link .news-home-hover {
    margin-top: 0;
  }
  .logo img {
    width: 150px;
  }
  .text-animate-reveal {
    padding: 0 !important;
    height: 180px;
    position: relative;
    font-size: 6vw;
  }
  .text-animate-reveal-scroll {
    width: 100%;
    height: 165px;
  }
  .hero-container .hero-container-margin {
    margin-top: 50vh;
  }
  .hero-container .hero-text-style {
    font-size: 11vw;
    line-height: 1;
  }
  .pfixed {
    font-size: 1.2vw;
  }
  .home-work {
    margin-top: 40%;
  }
  .home-work h5 {
    font-size: 2vw;
  }
  .card {
    position: absolute;
    padding-top: 70px;
    justify-content: start !important;
    width: 100%;
    height: 100vh;
    border: 0;
  }
  .card .row {
    height: 50vh !important;
  }
  .card .row .col-sm-12 {
    height: 100%;
  }
  .card h2 {
    font-size: 3vw;
  }
  .card .btn {
    margin-top: 15px !important;
  }
  .card p {
    font-size: 1.7vw;
  }
  .white-card {
    border-radius: 0;
    padding-top: 8%;
  }
  .white-card h2 {
    font-size: 11vw;
  }
  .white-card sup {
    font-size: 2vw;
    top: -3.2em;
  }
}
@media screen and (max-width: 1240px) {
  .loader .loader-text h1 {
    top: 0;
  }
  .menu p {
    font-size: 1.5vw;
  }
  .text-animate-reveal {
    margin: 0 !important;
    padding: 0 !important;
    height: 95px;
    position: relative;
    font-size: 6vw;
  }
  .text-animate-reveal-scroll {
    width: 100%;
    height: 75px;
  }
  .hero-container .hero-container-margin {
    margin-top: 62vh;
  }
  .hero-container .hero-text-style {
    font-size: 7vw;
    font-weight: 700;
    transform: scale(1, 1.4) !important;
    line-height: 1;
  }
  .home-work {
    margin-top: 20%;
  }
  .news-home-link {
    height: 40vh;
  }
  .news-home-link .news-home-hover {
    margin-top: 25px !important;
  }
  .card {
    position: absolute;
    width: 100%;
    height: 100vh;
    border: 0;
  }
  .card .row {
    height: 50vh !important;
  }
  .card .row .col-sm-12 {
    height: 100%;
  }
  .card h2 {
    font-size: 3vw;
  }
  .card .btn {
    margin-top: 15px !important;
  }
  .card p {
    font-size: 1.7vw;
  }
  .card .card-img-container {
    width: 100%;
    height: 100%;
  }
  .card .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .white-card {
    border-radius: 0;
    padding-top: 8%;
  }
  .white-card h2 {
    font-size: 8vw;
  }
  .white-card sup {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-intro-summary {
    padding: 20px 0 20px;
  }
  .about-intro .about-intro-container {
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  .loader .loader-text h1 {
    top: 45%;
  }
  .btn-top-hover {
    font-size: 2vw;
  }
  .menu p {
    font-size: 2vw;
  }
  .logo img {
    width: 140px;
  }
  .overlay .overlay-content .nav-list {
    font-size: 6.5vw;
  }
  .text-animate-reveal {
    margin: 0 !important;
    padding: 0 !important;
    height: 70px;
    position: relative;
    font-size: 6vw;
  }
  .text-animate-reveal-scroll {
    width: 100%;
    height: 60px;
  }
  .hero-carousel-container {
    height: 100vh;
  }
  .hero-carousel-container .hero-command {
    bottom: 10%;
    right: 15%;
  }
  .hero-carousel-container .owl-nav {
    font-size: 6vw;
    left: 20%;
  }
  .hero-carousel-container .owl-nav .right-arrow {
    margin-left: 165px;
  }
  .hero-carousel-container .owl-nav .arrow {
    top: -60%;
    position: relative;
    width: 30px;
    height: 12px;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .hero-carousel-container .owl-dots {
    bottom: 5.5%;
    left: 20%;
  }
  .hero-carousel-container .hero-item {
    background-color: var(--bg-color);
  }
  .hero-carousel-container .hero-item .hero-img-container {
    width: 35vw;
    height: 55vh;
  }
  .hero-carousel-container .hero-item .hero-img-container .image-collage-container {
    height: 13vh;
  }
  .hero-carousel-container .hero-item .hero-text-container {
    top: 50%;
    left: 10%;
  }
  .hero-carousel-container .hero-item .hero-text-container h4 {
    font-size: 8vw;
  }
  .hero-carousel-container .hero-item .hero-text-content {
    right: 5%;
  }
  .hero-carousel-container .hero-item .hero-text-content ul {
    padding-left: 1rem;
  }
  .hero-carousel-container .hero-item .hero-text-content ul li {
    font-size: 4vw;
  }
  .hero-carousel-container .hero-item .hero-text-content ul li::marker {
    font-size: 1vw;
  }
  .hero-container .hero-container-margin {
    margin-top: 70vh;
  }
  .hero-container .hero-text-style {
    font-size: 7vw;
    font-weight: 700;
    transform: scale(1, 1.4) !important;
    line-height: 1;
  }
  .play-on-hover {
    padding-top: 65px;
  }
  .play-on-hover .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .home-about-container .home-about {
    position: relative;
    z-index: 1;
  }
  .home-about-container .home-about .home-about-text p {
    font-size: 3vw;
  }
  .work-animation {
    padding: 2% !important;
  }
  .circle-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .circle-container h2 {
    font-size: 10vw;
    font-weight: 300;
    margin: 0 2rem 1rem 2rem !important;
  }
  .circle-container .home_services_title .shadow-on-title {
    width: 100%;
    height: 215px;
  }
  .work-label {
    padding: 100px 0;
  }
  .selected-work-label {
    width: 40vw;
  }
  .selected-work-label .scribble-circle-position {
    top: -23%;
    z-index: 1;
  }
  .selected-work-label h2 {
    font-size: 6vw !important;
  }
  .home-work {
    margin-top: 25%;
  }
  .home-work h2 {
    font-size: 3.5vw;
  }
  .image-change-on-scroll h2 {
    font-size: 10vw;
  }
  .image-change-on-scroll sup {
    font-size: 2vw;
  }
  .img-on-hover p {
    font-size: 2.5vw;
  }
  footer .footer-h2 {
    font-size: 3vw !important;
  }
  footer .footer-h4 {
    font-size: 2.5vw;
  }
  footer .footer-email-link {
    font-size: 2.5vw;
  }
  footer .bg-footer-container h5 {
    font-size: 2vw;
    letter-spacing: 4vw;
    top: 88%;
    left: 3%;
  }
  footer .bg-footer-container .footer-rights {
    font-size: 1.5vw;
    top: 87%;
    left: 3%;
  }
  footer .bg-footer-container .footer-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  footer .bg-footer-container .footer-title {
    font-size: 30vw;
  }
  footer .overlay-content {
    padding-top: 15%;
  }
  footer .overlay-content .nav-list {
    font-size: 5vw;
  }
  footer .overlay-content .social-link {
    font-size: 2.5vw;
  }
  .card {
    position: absolute;
    width: 100%;
    height: 100vh;
    border: 0;
  }
  .card .row {
    height: 60vh !important;
  }
  .card .row .col-sm-12 {
    height: 100%;
  }
  .card h2 {
    font-size: 4vw;
  }
  .card .btn {
    margin-top: 15px !important;
  }
  .card p {
    font-size: 2.2vw;
  }
  .card .card-img-container {
    width: 100%;
    height: 100%;
  }
  .card .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .white-card {
    border-radius: 0;
    padding-top: 8%;
  }
  .white-card h2 {
    font-size: 15vw;
  }
  .white-card sup {
    font-size: 3vw;
  }
  .red-card, .blue-card, .green-card {
    justify-content: start;
  }
  .work-hero-index {
    height: 30vh;
  }
  .work-hero .work-image-collage .image-collage-container {
    height: 15vh;
  }
}
@media screen and (max-width: 450px) {
  html.lenis {
    overflow-x: hidden;
  }
  .appearance-position {
    right: 5%;
  }
  .loader .loader-text h1 {
    top: 45%;
  }
  .loader .loader-text span {
    top: 53%;
  }
  .next-project h2 {
    font-size: 12vw;
    font-weight: 100;
  }
  .next-project p {
    font-size: 17vw !important;
  }
  .project-hero-content h2 {
    font-size: 15vw;
  }
  .project-hero-content h4 {
    font-size: 7vw !important;
  }
  .project-container-size {
    width: 100% !important;
  }
  .project-middle-img {
    height: 50vh;
  }
  .work-header h5 {
    font-size: 3vw;
  }
  .menu p {
    font-size: 4.5vw;
  }
  .logo img {
    width: 130px;
    height: auto;
  }
  .overlay .overlay-content .menu-showreel {
    top: 10%;
    width: 100%;
    height: 35vh;
    right: 0;
  }
  .overlay .overlay-content .nav-list {
    font-size: 9.5vw;
  }
  .overlay .overlay-content .social-link svg {
    width: 20vw;
    height: 5vh;
  }
  .text-animate-reveal {
    margin: 0 !important;
    padding: 0 !important;
    height: 35px;
    position: relative;
    font-size: 6vw;
  }
  .text-animate-reveal-scroll {
    width: 100%;
    height: 25px;
    position: relative;
    font-size: 6vw;
    overflow: hidden;
  }
  .text-animate-reveal-scroll .span-text-animate-scroll {
    position: absolute;
    height: auto;
    transform: translateY(100%);
  }
  .hero-carousel-container {
    height: 100vh;
  }
  .hero-carousel-container .hero-command {
    bottom: 15%;
    right: 10%;
  }
  .hero-carousel-container .owl-nav {
    font-size: 0;
    left: 20%;
  }
  .hero-carousel-container .owl-nav .right-arrow {
    margin-left: 205px;
  }
  .hero-carousel-container .owl-nav .arrow {
    width: 30px;
    height: 12px;
    top: 9%;
    position: relative;
  }
  .hero-carousel-container .owl-carousel .owl-dot, .hero-carousel-container .owl-carousel .owl-nav .owl-carousel .owl-nav {
    width: 50px;
    height: 3px;
  }
  .hero-carousel-container .custom-nav-btn {
    bottom: 85%;
    font-size: 20px;
    padding: 6px;
  }
  .hero-carousel-container .owl-dots {
    bottom: 7%;
  }
  .hero-carousel-container .carousel-span {
    font-size: 5.5vw;
    z-index: 2;
  }
  .hero-carousel-container .hero-item {
    align-items: start !important;
    padding-top: 45%;
    background-color: var(--bg-color);
  }
  .hero-carousel-container .hero-item .hero-img-container {
    width: 55vw;
    height: 40vh;
  }
  .hero-carousel-container .hero-item .hero-img-container img {
    object-fit: contain !important;
  }
  .hero-carousel-container .hero-item .hero-img-container .image-collage-container {
    height: 9vh;
  }
  .hero-carousel-container .hero-item .hero-img-container .image-collage-container img {
    object-fit: cover !important;
  }
  .hero-carousel-container .hero-item .hero-text-container {
    top: 15%;
    left: 10%;
  }
  .hero-carousel-container .hero-item .hero-text-container h4 {
    font-size: 12vw;
  }
  .hero-carousel-container .hero-item .hero-text-content {
    top: 70%;
    right: 0;
    height: fit-content;
    z-index: 1;
  }
  .hero-carousel-container .hero-item .hero-text-content .text-position-container {
    top: 0;
  }
  .hero-carousel-container .hero-item .hero-text-content ul {
    padding-left: 0;
  }
  .hero-carousel-container .hero-item .hero-text-content ul li {
    font-size: 25vw;
  }
  .hero-container .hero-container-margin {
    margin-top: 66vh;
    padding: 0;
  }
  .hero-container .video-inline {
    border-radius: 15px;
  }
  .hero-container .video-inline video {
    border-radius: 15px;
  }
  .hero-container .hero-text-style {
    font-size: 6vw;
    font-weight: 700;
    transform: scale(1, 1.4) !important;
    line-height: 1;
  }
  .home-about-container .home-about {
    position: relative;
    padding: 100px 0;
    z-index: 1;
  }
  .home-about-container .home-about .home-about-text p {
    font-size: 7vw;
  }
  .btn-top-hover {
    font-size: 4vw;
  }
  .video-hover-margin-bottom {
    margin-bottom: 6% !important;
  }
  .video-hover-container {
    width: 100%;
    height: 60vh !important;
    z-index: 9;
    margin: 0;
  }
  .video-hover-container:hover .img-on-video {
    opacity: 0;
    z-index: -1;
  }
  .video-hover-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
  }
  .video-hover-container .img-on-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 1s ease;
    z-index: 10;
  }
  .video-hover-container .img-on-video-title {
    bottom: 0;
    left: 1rem;
    z-index: 20;
  }
  .video-hover-container .img-on-video-title h5 {
    font-size: 11vw;
  }
  .video-hover-container .img-on-video-title p {
    font-size: 6vw;
  }
  .work-animation {
    padding: 2% !important;
  }
  .circle-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .circle-container h2 {
    font-size: 2.5rem !important;
  }
  .circle-container .home_services_title .shadow-on-title {
    width: 100%;
    height: 215px;
  }
  .work-label {
    padding: 50px 0;
  }
  .about-clip-img .simpleParallax {
    height: 100% !important;
  }
  .selected-work-label {
    width: 80vw;
  }
  .selected-work-label .scribble-circle-position {
    top: -23%;
    z-index: 1;
  }
  .selected-work-label h2 {
    font-size: 8vw !important;
  }
  .home-work {
    margin-top: 25%;
  }
  .home-work h2 {
    font-size: 3.5vw;
  }
  .image-change-on-scroll img {
    width: 100%;
  }
  .image-change-on-scroll .image-change-on-scroll-title {
    padding: 0;
  }
  .image-change-on-scroll h2 {
    font-size: 17vw;
  }
  .image-change-on-scroll sup {
    font-size: 5vw;
    top: -1.8em;
  }
  .full-screen-container {
    width: 100%;
    height: 50vh;
  }
  .full-screen-container .border-frame-1 {
    border-right: 10px solid var(--bg-color);
    border-top: 75px solid var(--bg-color);
  }
  .full-screen-container .border-frame-2 {
    border-right: 10px solid var(--bg-color);
    border-top: 35px solid var(--bg-color);
    border-bottom: 35px solid var(--bg-color);
  }
  .full-screen-container .border-frame-3 {
    border-bottom: 75px solid var(--bg-color);
  }
  .full-screen-container .border-frame-4 {
    width: 36vw;
    height: 91%;
    left: -1%;
    top: 12%;
  }
  footer .footer-h2 {
    font-size: 8vw !important;
  }
  footer .footer-h4 {
    font-size: 5.5vw;
  }
  footer .footer-email-link {
    font-size: 5vw;
  }
  footer .bg-footer-container h5 {
    font-size: 2vw;
    letter-spacing: 4vw;
    top: 82%;
    left: 3%;
  }
  footer .bg-footer-container .footer-rights {
    font-size: 2vw;
    top: 81%;
    left: 3%;
  }
  footer .bg-footer-container .footer-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  footer .bg-footer-container .footer-title {
    font-size: 34vw;
  }
  footer .overlay-content {
    padding-top: 7% !important;
  }
  footer .overlay-content .nav-list {
    font-size: 5vw;
  }
  footer .overlay-content .social-link {
    font-size: 4vw;
  }
  footer .overlay-content .social-link svg {
    width: 20vw !important;
    height: 5vh;
  }
  .menu-social-links ul {
    display: block !important;
  }
  .card {
    position: absolute;
    width: 100%;
    height: 100vh;
    border: 0;
  }
  .card .row {
    height: auto !important;
    padding: 2% !important;
  }
  .card .row .col-sm-12 {
    height: auto;
  }
  .card h2 {
    padding: 0 10px;
    font-size: 10vw;
  }
  .card .btn {
    margin-top: 0 !important;
  }
  .card p {
    font-size: 5vw;
  }
  .card .card-img-container {
    width: 100%;
    height: 100%;
  }
  .card .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .white-card {
    border-radius: 0;
    padding-top: 8%;
  }
  .white-card h2 {
    padding: 0 10px !important;
    font-family: "Archivo", sans-serif;
    font-size: 10vw;
    font-weight: 900;
  }
  .white-card sup {
    font-size: 4vw;
    top: -1.8em;
  }
  .img-on-hover p {
    font-size: 3vw;
  }
  .news-home-link {
    height: 30vh;
  }
  .news-home-link .news-home-hover {
    margin-top: 65px !important;
  }
  .news-home-link h2 {
    font-size: 7vw;
  }
}
@media screen and (max-width: 320px) {
  .logo img {
    width: 105px;
    height: auto;
  }
  .hero-container-margin {
    margin-top: 73vh;
    padding: 0;
  }
  .text-animate-reveal {
    height: 25px;
    position: relative;
    font-size: 6vw;
    overflow: hidden;
  }
  .text-animate-reveal .span-text-animate {
    position: absolute;
  }
  .text-animate-reveal-scroll {
    width: 100%;
    height: 20px;
    position: relative;
    font-size: 6vw;
    overflow: hidden;
  }
  .text-animate-reveal-scroll .span-text-animate-scroll {
    position: absolute;
    height: auto;
    transform: translateY(100%);
  }
  .overlay .overlay-content .menu-showreel {
    width: 100%;
    height: 30vh;
  }
  .card h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  .work-hero {
    padding-top: 85px;
  }
  .rounded-5 {
    border-radius: 10px !important;
  }
  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
.justcard-images span {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .project-hero {
    position: relative;
    height: 63vh;
  }
  .project-container p {
    padding: 10px;
  }
  .text-indent {
    text-indent: 0;
    font-size: 14px;
  }
  .project-container p {
    font-size: 16px;
  }
  .project-content-container h3 {
    font-weight: 700;
    font-size: 17px;
    transform: scale(1, 1.2);
  }
  .text-center {
    font-size: 14px;
  }
  .project-content-container {
    padding: 30px 0;
  }
  .founder-text {
    font-size: 1.3rem !important;
  }
  .founder-margin {
    margin-bottom: 8px !important;
    margin-top: 19px !important;
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .margin_founders {
    margin-bottom: 29px !important;
  }
}
#scroll {
  position: fixed;
  right: 1%;
  bottom: 6%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden;
  z-index: 99;
}
#scroll .reverse-first {
  position: absolute;
  left: 25px;
  top: 25px;
  display: inline-block;
  transform: translate(0px, 1367%);
  transition: 0.5s;
}
#scroll .reverse-second {
  display: inline-block;
  transform: translate(0px, 0);
  transition: 0.5s;
}
#scroll:hover .reverse-first {
  transform: translate(0px, 0);
}
#scroll:hover .reverse-second {
  transform: translate(0px, -300%);
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.text-justify {
  text-align: center;
}

.modal-content {
  border-radius: 0 !important;
  border: 0 !important;
}

.contact-info-container {
  color: #000 !important;
  height: 75vh;
  padding-top: 2rem !important;
}

.tags {
  color: var(--text-color) !important;
  font-weight: 900 !important;
  font-size: 6vw !important;
}

@media screen and (width: 320px) {
  .contact_hero {
    height: 50vh !important;
  }
}
.contact_hero {
  height: calc(var(--vh, 1vh) * 70);
  width: 100%;
  position: relative;
}

.contact_hero_text {
  color: var(--text-color) !important;
  height: max-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact_hero_text .contact_hero_title {
  font-size: 11rem;
  text-align: center;
  line-height: 9.6rem;
}

.contact_hero_text .contact_hero_title span {
  display: inline-block;
  transform: translateY(100%);
}

.contact_hero_text .contact_hero_title span {
  display: inline-block;
  overflow: hidden;
  height: 8.85rem;
}

.contact_hero_text .contact_hero_title span {
  display: inline-block;
  overflow: hidden;
}

.contact_hero_text .contact_hero_label {
  font-weight: 200;
  font-size: 8vw;
  text-align: center;
  transform: translateY(-1rem);
  position: relative;
  overflow: hidden;
}

.contact_hero_text .contact_hero_title h1 span {
  display: inline-block;
  transform: translateY(100%);
}

.contact_hero_text .contact_hero_label .contact_hero_label_reveal {
  display: inline-block;
  transform: translateY(100%);
}

.contact_hero_text .contact_hero_label .contact_hero_label_scribble {
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
  height: 5.228rem;
}

.contact_hero_text .contact_hero_title span,
.contact_hero_text .contact_hero_title h1 {
  display: inline-block;
  overflow: hidden;
}

.contact_intro_image {
  width: 50%;
  height: auto;
  border-radius: 1.5rem;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 9em !important;
  visibility: hidden;
}

.contact_social_links .social-link {
  color: #000 !important;
}
.contact_social_links .social-link path {
  fill: #000 !important;
}

.contact_intro_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_intro_image .contact_gl_hide {
  visibility: hidden;
}

.contact_intro_description {
  color: var(--text-color) !important;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2rem;
  max-width: 80%;
  text-align: center;
}

.contact_intro_descriptions {
  color: #000 !important;
  font-size: 20px;
  line-height: 1.3;
  margin-right: -2rem;
}

.contact_details {
  font-size: 21px;
  font-weight: 600;
  line-height: 2rem;
}

.text_des {
  color: #fff !important;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2rem;
  max-width: 80%;
  text-align: center !important;
}

@media screen and (width: 320px) {
  .contact_hero {
    height: 57vh !important;
  }
}
@media screen and (width: 320px) {
  .text_descriptions {
    font-weight: 900 !important;
    font-size: 20px !important;
    letter-spacing: -2px !important;
    word-spacing: -16px !important;
  }
  .contact_hero_text .contact_hero_title {
    font-size: 5rem;
    text-align: center;
    line-height: 9.6rem;
  }
  .icons {
    width: 20vw !important;
    height: 5vh;
  }
  .tags {
    font-weight: 900 !important;
    font-size: 12vw !important;
    letter-spacing: 3px !important;
    word-spacing: -10px !important;
  }
  .contact_hero_text .contact_hero_label .contact_hero_label_scribble {
    position: absolute;
    bottom: -4rem;
    left: 0;
    width: 16.3rem;
    height: 5.228rem;
  }
  .contact_hero_text .contact_hero_label {
    font-weight: 200;
    font-size: 27px;
    text-align: center;
    width: max-content;
    transform: translateY(-1rem);
    position: relative;
    overflow: hidden;
  }
  .contact_intro_image {
    width: 18.4rem;
    height: 60.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 9em;
    visibility: hidden;
  }
}
.text_descriptions {
  font-weight: 900 !important;
  font-size: 6vw !important;
  letter-spacing: -2px !important;
}
.text_descriptions .bg-video {
  position: relative;
  width: 14vw;
  overflow: hidden;
  top: 31px;
  word-spacing: -16px !important;
}
.text_descriptions video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text_descriptions h1 {
  position: absolute;
  top: 7%;
  left: 112%;
  background-color: #fff;
  font-family: "Antonio", sans-serif;
  font-size: 12vw;
  font-weight: 900;
  transform: scale(3.5, 1.5) !important;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
}
.text_descriptions span {
  z-index: 20;
}

@media screen and (width: 320px) {
  .text_descriptions {
    font-weight: 900 !important;
    font-size: 20px !important;
    letter-spacing: -2px !important;
    word-spacing: -16px !important;
  }
  .contact_hero_text .contact_hero_title {
    font-size: 5rem;
    text-align: center;
    line-height: 9.6rem;
  }
  .tags {
    font-weight: 900 !important;
    font-size: 11vw !important;
    letter-spacing: 3px !important;
    word-spacing: -10px !important;
  }
  .contact_hero_text .contact_hero_label .contact_hero_label_scribble {
    position: absolute;
    bottom: -4rem;
    left: 0;
    width: 17.3rem;
    height: 5.228rem;
  }
  .contact_hero_text .contact_hero_label {
    font-weight: 200;
    font-size: 25px;
    text-align: center;
    width: max-content;
    transform: translateY(-1rem);
    position: relative;
    overflow: hidden;
  }
  .contact_intro_image {
    width: 18.4rem;
    height: 29.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 9em;
    margin-bottom: 20rem;
    visibility: hidden;
  }
  .contact_hero {
    height: 57vh !important;
  }
  .contact_intro_descriptions {
    color: #fff;
    font-size: 15px;
    line-height: 1.2rem;
  }
  .contact_details {
    font-size: 20px;
    line-height: 2rem;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .text_descriptions {
    font-weight: 900 !important;
    font-size: 20px !important;
    letter-spacing: -2px !important;
    word-spacing: -16px !important;
  }
  .contact_hero_text .contact_hero_title {
    font-size: 5rem;
    text-align: center;
    line-height: 9.6rem;
  }
  .tags {
    font-weight: 900 !important;
    font-size: 11vw !important;
    letter-spacing: 3px !important;
    word-spacing: -10px !important;
  }
  .contact_hero_text .contact_hero_label .contact_hero_label_scribble {
    position: absolute;
    bottom: -4rem;
    left: 0;
    width: 21.3rem;
    height: 5.228rem;
  }
  .contact_hero_text .contact_hero_label {
    font-weight: 200;
    font-size: 31px;
    text-align: center;
    width: max-content;
    transform: translateY(-1rem);
    position: relative;
    overflow: hidden;
  }
  .contact_intro_image {
    width: 21.4rem;
    height: 37.5rem;
    margin-bottom: 20rem !important;
    border-radius: 1.5rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 9em;
    visibility: hidden;
  }
  .contact_hero {
    height: 57vh !important;
  }
  .contact_intro_descriptions {
    color: #fff;
    font-size: 15px;
    line-height: 1.2rem;
  }
  .contact_details {
    font-size: 20px;
    line-height: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .contact_hero_text .contact_hero_label {
    font-size: 35px;
  }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
  .text_descriptions {
    font-weight: 900 !important;
    font-size: 20px !important;
    letter-spacing: -2px !important;
    word-spacing: -16px !important;
  }
  .contact_hero_text .contact_hero_title {
    font-size: 5rem;
    text-align: center;
    line-height: 9.6rem;
  }
  .icons {
    width: 20vw !important;
    height: 5vh;
  }
  .tags {
    font-weight: 900 !important;
    font-size: 10vw !important;
    letter-spacing: 3px !important;
    word-spacing: -10px !important;
  }
  .contact_hero_text .contact_hero_label .contact_hero_label_scribble {
    position: absolute;
    bottom: -4rem;
    left: 0;
    width: 21.3rem;
    height: 5.228rem;
  }
  .contact_hero_text .contact_hero_label {
    font-weight: 200;
    font-size: 31px;
    text-align: center;
    width: max-content;
    transform: translateY(-1rem);
    position: relative;
    overflow: hidden;
  }
  .contact_intro_image {
    width: 24.4rem;
    height: 60.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 9em;
    visibility: hidden;
  }
  .contact_hero {
    height: 57vh !important;
  }
  .contact_intro_descriptions {
    color: #fff;
    font-size: 15px;
    line-height: 1.2rem;
  }
  .contact_details {
    font-size: 20px;
    line-height: 2rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .text_descriptions {
    font-weight: 900 !important;
    font-size: 20px !important;
    letter-spacing: -2px !important;
    word-spacing: -16px !important;
  }
  .icons {
    width: 20vw !important;
    height: 5vh;
  }
  .contact_hero_text .contact_hero_title {
    font-size: 5rem;
    text-align: center;
    line-height: 9.6rem;
  }
  .tags {
    font-weight: 900 !important;
    font-size: 6vw !important;
    letter-spacing: 3px !important;
    word-spacing: -10px !important;
  }
  .contact_hero_text .contact_hero_label .contact_hero_label_scribble {
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: 22.3rem;
    height: 5.228rem;
  }
  .contact_hero_text .contact_hero_label {
    font-weight: 200;
    font-size: 36px;
    text-align: center;
    width: max-content;
    transform: translateY(-1rem);
    position: relative;
    overflow: hidden;
  }
  .contact_intro_image {
    width: 32.4rem;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 9em;
    margin-bottom: 15rem;
    visibility: hidden;
  }
  .contact_hero {
    height: 55vh !important;
  }
  .contact_intro_descriptions {
    color: #fff;
    font-size: 15px;
    line-height: 1.2rem;
  }
  .contact_details {
    font-size: 20px;
    line-height: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .text_descriptions {
    font-weight: 900 !important;
    font-size: 20px !important;
    letter-spacing: -2px !important;
    word-spacing: -16px !important;
  }
  .contact_hero_text .contact_hero_title {
    font-size: 5rem;
    text-align: center;
    line-height: 9.6rem;
  }
  .tags {
    font-weight: 900 !important;
    font-size: 4vw !important;
    letter-spacing: 3px !important;
    word-spacing: -10px !important;
  }
  .contact_hero_text .contact_hero_label .contact_hero_label_scribble {
    position: absolute;
    bottom: -3rem;
    left: 0;
    width: 22.3rem;
    height: 5.228rem;
  }
  .contact_hero_text .contact_hero_label {
    font-weight: 200;
    font-size: 36px;
    text-align: center;
    width: max-content;
    transform: translateY(-1rem);
    position: relative;
    overflow: hidden;
  }
  .contact_intro_image {
    width: 32.4rem;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 9em;
    visibility: hidden;
    margin-bottom: 15rem;
  }
  .contact_hero {
    height: 55vh !important;
  }
  .contact_details {
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    line-height: 1.2rem;
  }
}
.careers_hero {
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  height: calc(var(--vh, 1vh) * 51);
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
  margin-top: -49px;
  z-index: 1;
  position: relative;
}

.text_description {
  color: var(--text-color) !important;
  padding: 20px;
  margin-top: 34px;
}

.lovely_briliant {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-size: 5vw;
  text-transform: uppercase;
  margin-top: 5rem;
}

.para_graph {
  font-size: 2vw;
  font-weight: 500;
}

.img_div {
  width: 100%;
  height: 42.2rem;
  object-fit: cover;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: transform 0.5s ease-in-out;
  position: relative;
  z-index: 2;
}

.careers_presentation_highlight {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: normal;
  z-index: 100;
  padding: 2rem;
  margin-top: 15px;
}

.careers_presentation_description {
  font-size: 30px;
  line-height: normal;
  margin-left: 3rem;
  margin-right: 3rem;
  font-weight: 200;
}

.careers_presentation_image {
  width: 43.1rem;
  height: 40rem;
  border-radius: 1rem;
  overflow: hidden;
}

.careers_presentation_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers_jobs {
  color: #fff;
  margin-top: 22rem;
}

.careers_jobs_title {
  font-size: 6.4rem;
  line-height: 7.5rem;
  text-transform: uppercase;
  color: var(--text-color);
  text-align: center;
  margin-left: 0 !important;
  margin-bottom: 11.5rem;
}

ul {
  list-style: none;
}

.careers_jobs_position {
  color: var(--text-color);
}

.careers_jobs_position .careers_jobs_position_name {
  font-size: 32px;
  line-height: 2.2rem;
  text-transform: uppercase;
}

.careers_jobs_position a {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

.careers_jobs_position .careers_jobs_position_schedule {
  line-height: 1.8rem;
}

.careers_jobs_position .careers_jobs_position_description {
  font-size: 25px;
  line-height: 1.8rem;
}

.careers_jobs_position {
  font-size: 29px;
  margin-bottom: 4.2rem;
  position: relative;
  padding-bottom: 2rem;
}

.careers_jobs_position a {
  height: 100%;
  cursor: pointer;
}

.ally {
  position: relative;
  padding: 10px;
}

.ally::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--text-color);
  transition: width 1.5s ease, background-color 1.5s ease;
}

.ally:hover::before {
  width: 100%;
  background-color: var(--text-color);
}

.ally:not(:hover)::before {
  left: 100%;
  transition: left 0s ease 1.5s, width 1.5s ease, background-color 1.5s ease;
}

.scroll-container {
  top: 42px;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: -49px;
  z-index: 1;
  position: relative;
}

.culture, .people {
  color: white;
  font-size: 50px;
  font-weight: 900;
  height: 600px;
  transition: background 0.5s ease;
  cursor: pointer;
}

.image-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cultures:hover .image-container,
.peoples:hover .image-container {
  display: block;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (width: 320px) {
  .text_description {
    padding: 1px;
    margin-top: 34px;
  }
  .lovely_briliant {
    font-weight: 900;
    font-size: 3.2rem;
    text-transform: uppercase;
    margin-top: 5rem;
    letter-spacing: 1px;
    word-spacing: -7px;
  }
  .img_div {
    width: auto;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: transform 0.5s ease-in-out;
    position: relative;
    z-index: 2;
  }
  .img_div img {
    width: 100%;
    transform: translate3d(0px, 0px, 0px) !important;
    height: auto;
    object-fit: cover;
  }
  .careers_presentation_highlight {
    font-size: 16px;
    padding: 2rem;
  }
  .careers_presentation_description {
    font-size: 16px;
    line-height: 1.8rem;
    margin-left: 2.1rem;
  }
  .careers_presentation_image {
    width: auto;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 2rem;
  }
  .careers_presentation_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .careers_jobs {
    color: #fff;
    margin-top: 9rem;
  }
  .careers_jobs_title {
    font-size: 33px;
    line-height: 7.5rem;
    margin-bottom: 8.5rem;
  }
  .ally {
    position: relative;
    padding: 0px;
  }
  .careers_jobs_position .careers_jobs_position_name {
    font-size: 25px;
    line-height: 2.2rem;
    text-transform: uppercase;
  }
  .careers_jobs_position .careers_jobs_position_schedule {
    line-height: 1.8rem;
    font-size: 17px;
  }
  .careers_jobs_position .careers_jobs_position_description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .text_description {
    padding: 1px;
    margin-top: 34px;
  }
  .careers_hero {
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    height: calc(var(--vh, 1vh) * 36);
    background-color: #f4efe7;
    margin-top: -49px;
    z-index: 1;
    position: relative;
  }
  .para_graph {
    font-size: 16px !important;
    font-weight: 500;
  }
  .lovely_briliant {
    font-weight: 900;
    font-size: 29px;
    text-transform: uppercase;
    margin-top: 5rem;
    letter-spacing: 1px;
    word-spacing: -7px;
  }
  .img_div {
    width: auto;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: transform 0.5s ease-in-out;
    position: relative;
    z-index: 2;
  }
  .img_div img {
    width: 100%;
    transform: translate3d(0px, 0px, 0px) !important;
    height: auto;
    object-fit: cover;
  }
  .careers_presentation_highlight {
    font-size: 19px;
    z-index: 100;
    padding: 2rem;
  }
  .careers_presentation_description {
    font-size: 18px;
    line-height: 1.8rem;
    margin-left: 2.1rem;
  }
  .careers_presentation_image {
    width: auto;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 2rem;
  }
  .careers_presentation_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .careers_jobs {
    color: #fff;
    margin-top: 8rem;
  }
  .careers_jobs_title {
    font-size: 37px;
    line-height: 7.5rem;
    text-transform: uppercase;
    margin-left: 2rem;
    margin-bottom: 4.5rem;
  }
  .ally {
    position: relative;
    padding: 0px;
  }
  .careers_jobs_position .careers_jobs_position_name {
    font-size: 24px;
    line-height: 2.2rem;
    text-transform: uppercase;
  }
  .careers_jobs_position .careers_jobs_position_schedule {
    line-height: 1.8rem;
    font-size: 17px;
  }
  .careers_jobs_position .careers_jobs_position_description {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
  .text_description {
    padding: 1px;
    margin-top: 34px;
  }
  .careers_hero {
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    height: calc(var(--vh, 1vh) * 36);
    background-color: #f4efe7;
    margin-top: -49px;
    z-index: 1;
    position: relative;
  }
  .para_graph {
    font-size: 17px !important;
    font-weight: 500;
  }
  .lovely_briliant {
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 5rem;
  }
  .img_div {
    width: auto;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: transform 0.5s ease-in-out;
    position: relative;
    z-index: 2;
  }
  .img_div img {
    width: 100%;
    transform: translate3d(0px, 0px, 0px) !important;
    height: auto;
    object-fit: cover;
  }
  .careers_presentation_highlight {
    font-size: 23px;
    padding: 2rem;
  }
  .careers_presentation_description {
    font-size: 21px;
    line-height: 1.8rem;
    margin-left: 2.1rem;
  }
  .careers_presentation_image {
    width: auto;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 2rem;
  }
  .careers_presentation_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .careers_jobs {
    color: #fff;
    margin-top: 5rem;
  }
  .careers_jobs_title {
    font-size: 43px;
    line-height: 7.5rem;
    text-transform: uppercase;
    margin-left: 2rem;
    margin-bottom: 4.5rem;
  }
  .ally {
    position: relative;
    padding: 0px;
  }
  .careers_jobs_position .careers_jobs_position_name {
    font-size: 19px;
    line-height: 2.2rem;
    text-transform: uppercase;
  }
  .careers_jobs_position .careers_jobs_position_schedule {
    line-height: 1.8rem;
    font-size: 17px;
    text-align: center;
  }
  .careers_jobs_position .careers_jobs_position_description {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .text_description {
    padding: 13px;
    margin-top: 34px;
  }
  .careers_hero {
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    height: calc(var(--vh, 1vh) * 36);
    background-color: #f4efe7;
    margin-top: -49px;
    z-index: 1;
    position: relative;
  }
  .para_graph {
    font-size: 21px !important;
    font-weight: 500;
  }
  .lovely_briliant {
    font-weight: 400;
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 5rem;
    letter-spacing: 1px;
    word-spacing: -7px;
  }
  .img_div {
    width: auto;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: transform 0.5s ease-in-out;
    position: relative;
    z-index: 2;
  }
  .img_div img {
    width: 100%;
    transform: translate3d(0px, 0px, 0px) !important;
    height: auto;
    object-fit: cover;
  }
  .careers_presentation_highlight {
    font-size: 23px;
    z-index: 100;
    padding: 2rem;
  }
  .careers_presentation_description {
    font-size: 21px;
    line-height: 1.8rem;
    margin-left: 2.1rem;
  }
  .careers_presentation_image {
    width: auto;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 23rem;
  }
  .careers_presentation_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .careers_jobs {
    color: #fff;
    margin-top: 5rem;
  }
  .careers_jobs_title {
    font-size: 43px;
    line-height: 7.5rem;
    text-transform: uppercase;
    margin-left: 2rem;
    margin-bottom: 4.5rem;
  }
  .ally {
    position: relative;
    padding: 0px;
  }
  .careers_jobs_position .careers_jobs_position_name {
    font-size: 19px;
    line-height: 2.2rem;
    text-transform: uppercase;
  }
  .mang {
    margin-left: -113px;
  }
  .careers_jobs_position .careers_jobs_position_schedule {
    line-height: 1.8rem;
    font-size: 17px;
    text-align: center;
  }
  .careers_jobs_position .careers_jobs_position_description {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .text_description {
    padding: 13px;
    margin-top: 34px;
  }
  .careers_hero {
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    height: calc(var(--vh, 1vh) * 36);
    background-color: #f4efe7;
    margin-top: -49px;
    z-index: 1;
    position: relative;
  }
  .para_graph {
    font-size: 25px !important;
    font-weight: 500;
  }
  .lovely_briliant {
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 5rem;
    letter-spacing: 1px;
    word-spacing: 6px;
  }
  .img_div {
    width: auto;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: transform 0.5s ease-in-out;
    position: relative;
    z-index: 2;
  }
  .img_div img {
    width: 100%;
    transform: translate3d(0px, 0px, 0px) !important;
    height: auto;
    object-fit: cover;
  }
  .careers_presentation_highlight {
    font-size: 28px;
    z-index: 100;
    padding: 3rem;
  }
  .careers_presentation_description {
    font-size: 23px;
    line-height: 1.8rem;
    margin-left: 2.1rem;
  }
  .careers_presentation_image {
    width: auto;
    height: auto;
    border-radius: 1rem;
    overflow: hidden;
    margin-top: 23rem;
  }
  .careers_presentation_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .careers_jobs {
    color: #fff;
    margin-top: 5rem;
  }
  .careers_jobs_title {
    font-size: 43px;
    line-height: 7.5rem;
    text-transform: uppercase;
    margin-left: 2rem;
    margin-bottom: 4.5rem;
  }
  .ally {
    position: relative;
    padding: 0px;
  }
  .careers_jobs_position .careers_jobs_position_name {
    font-size: 24px;
    line-height: 2.2rem;
    text-transform: uppercase;
  }
  .mang {
    margin-left: -163px;
  }
  .careers_jobs_position .careers_jobs_position_schedule {
    line-height: 1.8rem;
    font-size: 19px;
  }
  .careers_jobs_position .careers_jobs_position_description {
    font-size: 17px;
    line-height: 20px;
  }
}
.news-hero-sticky {
  position: -webkit-sticky;
  position: sticky;
  background-color: #ffdbc2;
  height: auto !important;
  top: -22%;
  z-index: 199;
  padding: 29px 182px;
}

.news-card-container {
  margin: 0 10px;
  position: relative;
  color: #fff;
  border-radius: 25px;
  overflow: hidden;
  transition: 0.4s;
}
.news-card-container:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  box-shadow: 1px 40px 260px rgba(11, 11, 11, 0.1), 0px 40px 130px rgba(32, 32, 32, 0.2), 0px 0px 10px rgba(4, 4, 4, 0.15), 8px 4px 100px rgba(5, 5, 5, 0.15);
}
.news-card-container:hover .news-img-container img {
  -webkit-transform: scale(1);
  transform: scale(1);
  filter: brightness(0.5);
}
.news-card-container:hover .news-img-content {
  transform: translateY(0);
}
.news-card-container .news-img-container {
  position: relative;
  height: 100%;
}
.news-card-container .news-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
  transition: 0.7s;
}
.news-card-container .news-img-content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(75px);
  transition: 0.5s;
}
.news-card-container .news-img-content h3 {
  font-size: 3vw;
}
.news-card-container .news-img-content p {
  font-size: 1.5vw;
}
.news-card-container .news-img-content .btn-top-hover:after {
  box-shadow: none !important;
}

.news_hero {
  width: 100%;
  height: 72.5vh;
  height: calc(var(--vh, 1vh) * 40.5);
  background-color: #f4efe7;
  position: relative;
  top: 0;
  left: 0;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -24%;
  z-index: 1000; /* You can customize the background color */
}

.stickys {
  position: -webkit-sticky;
  position: sticky;
  top: -40%;
  margin-top: 10px;
}

.news_hero_title {
  font-weight: 900;
  top: 5rem;
  left: 1.7rem;
  letter-spacing: -4px;
  font-size: 8.6rem;
  line-height: 14.1rem;
  text-transform: uppercase;
  position: absolute;
  overflow: hidden;
  word-spacing: -11px;
}

.news_hero_label {
  position: absolute;
  top: 16.9rem;
  left: 2rem;
  font-size: 1.8rem;
  line-height: 1.5rem;
}

.baners {
  background-color: var(--bg-color) !important;
  border-top-right-radius: 32px !important;
  border-top-left-radius: 32px !important;
  position: relative;
  z-index: 100;
  transition: border-radius 0.3s ease;
}

.hero_image img {
  width: 98%;
  height: 100%;
  object-fit: cover;
}

.hero_images img {
  width: 98%;
  height: 100%;
  object-fit: cover;
}

.news_row_two_images_media_text .news_row_three_images_media {
  width: 100%;
  height: 53.2rem;
  border-radius: 1rem;
  overflow: hidden;
}

.news_row_three_images_media {
  width: 100%;
  height: 28rem;
  border-radius: 1rem;
  overflow: hidden;
}

.news_row_two_images_media_text {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_rows_overflow img {
  opacity: 0;
}

.news_row_two_images_media_text .news_row_three_images_media {
  width: 100%;
  height: 53.2rem;
  border-radius: 1rem;
  overflow: hidden;
}

.news_row_two_images_media_text {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baners {
  overflow: hidden;
  margin-top: -28px;
}

.news_row_two_images_title_date {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.news_row_two_images_title {
  color: var(--text-color) !important;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 2.7rem;
  width: 29rem !important;
  font-weight: 900;
}

.news_row_two_images_date {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.read_more {
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: capitalize;
  padding: 1rem 1.4rem;
  border: 1px solid #000 !important;
  border-radius: 0.8rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-left: 1rem;
  margin-top: 0.6rem;
  font-weight: 500;
  background-color: var(--text-color);
}

.last {
  background-color: #3630aa;
  height: 700px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.news_join_news {
  display: flex;
  justify-content: center;
  padding: 23.7rem 0;
  background-color: var(--bg-color-grey) !important;
  color: #000 !important;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.news_join_news_title {
  font-size: 7.4rem;
  line-height: 7rem;
  font-weight: 200;
  position: relative;
  text-indent: 4rem;
  margin-right: 13rem;
}

.news_join_news_title .news_join_news_title_scribble {
  position: absolute;
  display: inline-block;
  bottom: -10rem;
  left: 0;
  width: 100%;
}
.news_join_news_title .news_join_news_title_scribble path {
  stroke: #000 !important;
}

.news_join_news_description_form {
  margin-top: 3rem;
}

.news_join_news_description {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.news_join_news_form {
  margin-top: 5.4rem;
  position: relative;
}

.news_join_news_form input {
  border: none;
  width: 39.3rem;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 2.2rem;
  font-size: 3.2rem;
  line-height: 3rem;
  background-color: var(--bg-color-grey) !important;
  color: #000 !important;
  transition: opacity 0.2s linear;
}

.news_join_news_form_submit_button {
  width: 3.4rem;
  height: 4.5rem;
  position: absolute;
  right: -57px;
  bottom: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: none;
  transition: opacity 0.2s linear;
}

.news_form_submit_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 39.3rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  padding: 1rem;
  min-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.news_row_three_images_media img {
  width: auto !important;
  height: 100% !important;
  min-width: auto;
  max-width: 100%;
  object-fit: cover;
}

.imagess {
  height: 30rem;
}

.images_mang img {
  height: 28rem;
}

@media screen and (width: 320px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 2.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .imagess {
    height: auto !important;
  }
  .news_row_two_images_title {
    font-size: 28px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
  }
  .images_mang img {
    height: auto !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -33%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 7px !important;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 13px !important;
    line-height: 29px;
    margin-top: 26px;
  }
  .news_join_news_title {
    font-size: 20px !important;
    line-height: 2rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: none !important;
  }
  .news_join_news_form {
    margin-top: 0.4rem;
    position: relative;
  }
  .news_join_news_form input {
    border: none;
    width: 16.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 26px;
    line-height: 2rem;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 6.4rem;
    height: 1.5rem;
    position: absolute;
    right: 1px;
    bottom: 1.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 2.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .imagess {
    height: auto !important;
  }
  .news_row_two_images_title {
    font-size: 28px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
  }
  .images_mang img {
    height: auto !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -29%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 15px !important;
    background-color: #3630aa;
    color: #fff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 13px !important;
    line-height: 29px;
    margin-top: 26px;
  }
  .news_join_news_title {
    font-size: 20px !important;
    line-height: 2rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: none !important;
  }
  .news_join_news_form {
    margin-top: 0.4rem;
    position: relative;
  }
  .news_join_news_form input {
    border: none;
    width: 16.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 26px;
    line-height: 2rem;
    background-color: #3630aa;
    color: #fff;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 6.4rem;
    height: 1.5rem;
    position: absolute;
    right: 1px;
    bottom: 1.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 2.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .imagess {
    height: auto !important;
  }
  .news_row_two_images_title {
    font-size: 28px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
  }
  .images_mang img {
    height: auto !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -33%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 15px !important;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 16px !important;
    line-height: 29px;
    margin-top: 26px;
  }
  .news_join_news_title {
    font-size: 30px !important;
    line-height: 2rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: none !important;
  }
  .news_join_news_form {
    margin-top: 0.4rem;
    position: relative;
  }
  .news_join_news_form input {
    border: none;
    width: 16.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 28px;
    line-height: 2rem;
    background-color: #3630aa;
    color: #fff;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 10.4rem;
    height: 2.5rem;
    position: absolute;
    right: -11px;
    bottom: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 4.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .imagess {
    height: auto !important;
  }
  .news_row_two_images_title {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
  }
  .images_mang img {
    height: auto !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -33%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 36px !important;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 28px !important;
    line-height: 29px;
    margin-top: 58px;
  }
  .news_join_news_title {
    font-size: 30px !important;
    line-height: 2rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: none !important;
  }
  .news_join_news_form {
    margin-top: 0.4rem;
    position: relative;
  }
  .news_join_news_form input {
    border: none;
    width: 31.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 36px;
    line-height: 2rem;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 10.4rem;
    height: 2.5rem;
    position: absolute;
    right: -11px;
    bottom: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 6.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .imagess {
    height: auto !important;
  }
  .news_row_two_images_title {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
  }
  .images_mang img {
    height: auto !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -33%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 36px !important;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 28px !important;
    line-height: 29px;
    margin-top: 58px;
  }
  .news_join_news_title {
    font-size: 30px !important;
    line-height: 2rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: none !important;
  }
  .news_join_news_form {
    margin-top: 0.4rem;
    position: relative;
  }
  .news_join_news_form input {
    border: none;
    width: 31.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 36px;
    line-height: 2rem;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 10.4rem;
    height: 2.5rem;
    position: absolute;
    right: -11px;
    bottom: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 6.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .testt img {
    width: auto !important;
    height: 22rem !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .img_resize img {
    width: auto !important;
    height: 22rem !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .imagess {
    height: 19rem !important;
  }
  .news_row_two_images_title {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -50%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 36px !important;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 28px !important;
    line-height: 29px;
    margin-top: 58px;
  }
  .news_join_news_title {
    font-size: 30px !important;
    line-height: 2rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: none !important;
  }
  .news_join_news_form {
    margin-top: 0.4rem;
    position: relative;
  }
  .news_join_news_form input {
    border: none;
    width: 31.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 36px;
    line-height: 2rem;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 10.4rem;
    height: 2.5rem;
    position: absolute;
    right: -11px;
    bottom: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1450px) {
  .testt img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .img_resize img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .titles img {
    width: auto !important;
    height: 354px !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .imagess {
    height: 19rem !important;
  }
  .news_row_two_images_title {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -33%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 36px !important;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 28px !important;
    line-height: 29px;
    margin-top: 58px;
  }
  .news_join_news_title {
    font-size: 30px !important;
    line-height: 2rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: none !important;
  }
  .news_join_news_form {
    margin-top: 0.4rem;
    position: relative;
  }
  .news_join_news_form input {
    border: none;
    width: 31.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 36px;
    line-height: 2rem;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 10.4rem;
    height: 2.5rem;
    position: absolute;
    right: -11px;
    bottom: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1799px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 6.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .testt img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .img_resize img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .titles img {
    width: auto !important;
    height: 338px !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .imagess {
    height: 19rem !important;
  }
  .news_row_two_images_title {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
    height: 25rem !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -47%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 36px !important;
    background-color: #3630aa;
    color: #fff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 28px !important;
    line-height: 29px;
    margin-top: 58px;
  }
  .news_join_news_title {
    font-size: 30px !important;
    line-height: 2rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: block !important;
  }
  .news_join_news_form {
    margin-top: 0.4rem;
    position: relative;
  }
  .news_join_news_form input {
    border: none;
    width: 31.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 36px;
    line-height: 2rem;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 10.4rem;
    height: 2.5rem;
    position: absolute;
    right: -11px;
    bottom: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 6.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .testt img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .img_resize img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .titles img {
    width: auto !important;
    height: 364px !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .imagess {
    height: 19rem !important;
  }
  .news_row_two_images_title {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
    height: 23rem !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -50%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 36px !important;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 28px !important;
    line-height: 29px;
    margin-top: 58px;
    margin-left: 42rem;
  }
  .news_join_news_title {
    font-size: 85px !important;
    line-height: 6rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 15px;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: block !important;
  }
  .news_join_news_form {
    margin-top: 5.4rem;
    position: relative;
    margin-left: 45rem;
  }
  .news_join_news_form input {
    border: none;
    width: 31.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 36px;
    line-height: 2rem;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 10.4rem;
    height: 2.5rem;
    position: absolute;
    right: -11px;
    bottom: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1700px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 6.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .testt img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .img_resize img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .titles img {
    width: auto !important;
    height: 384px !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .imagess {
    height: 19rem !important;
  }
  .news_row_two_images_title {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
    height: 25rem !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -33%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 36px !important;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 28px !important;
    line-height: 29px;
    margin-top: 71px;
    margin-left: 55rem;
  }
  .news_join_news_title {
    font-size: 87px !important;
    line-height: 6rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 15px;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: block !important;
  }
  .news_join_news_form {
    margin-top: 3.4rem;
    position: relative;
    margin-left: 58rem;
  }
  .news_join_news_form input {
    border: none;
    width: 31.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 36px;
    line-height: 2rem;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 10.4rem;
    height: 2.5rem;
    position: absolute;
    right: -11px;
    bottom: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 1701px) and (max-width: 1800px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 6.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .testt img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .img_resize img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .titles img {
    width: auto !important;
    height: 425px !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .imagess {
    height: 19rem !important;
  }
  .news_row_two_images_title {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
    height: 28rem !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -33%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 36px !important;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 28px !important;
    line-height: 29px;
    margin-top: 71px;
    margin-left: 55rem;
  }
  .news_join_news_title {
    font-size: 53px !important;
    line-height: 4rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: block !important;
  }
  .news_join_news_form {
    margin-top: 3.4rem;
    position: relative;
    margin-left: 58rem;
  }
  .news_join_news_form input {
    border: none;
    width: 31.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 36px;
    line-height: 2rem;
    background-color: #3630aa;
    color: #fff;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 10.4rem;
    height: 2.5rem;
    position: absolute;
    right: -11px;
    bottom: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 1801px) and (max-width: 1860px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 6.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .testt img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .img_resize img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .titles img {
    width: auto !important;
    height: 425px !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .imagess {
    height: 19rem !important;
  }
  .news_row_two_images_title {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
    height: 28rem !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -33%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 36px !important;
    background-color: #3630aa;
    color: #fff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 28px !important;
    line-height: 29px;
    margin-top: 71px;
    margin-left: 55rem;
  }
  .news_join_news_title {
    font-size: 53px !important;
    line-height: 4rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: block !important;
  }
  .news_join_news_form {
    margin-top: 3.4rem;
    position: relative;
    margin-left: 58rem;
  }
  .news_join_news_form input {
    border: none;
    width: 31.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 36px;
    line-height: 2rem;
    background-color: #3630aa;
    color: #fff;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 10.4rem;
    height: 2.5rem;
    position: absolute;
    right: -11px;
    bottom: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 3500px) and (max-width: 4000px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .manag img {
    height: 63rem !important;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 6.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .testt img {
    width: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .img_resize img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .titles img {
    width: auto !important;
    height: 425px !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .imagess {
    height: 19rem !important;
  }
  .news_row_two_images_title {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
    height: 53rem !important;
  }
  .images_mang img {
    height: 53rem !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -33%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 36px !important;
    background-color: #3630aa;
    color: #fff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 28px !important;
    line-height: 29px;
    margin-top: 71px;
    margin-left: 55rem;
  }
  .news_join_news_title {
    font-size: 53px !important;
    line-height: 4rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: block !important;
  }
  .news_join_news_form {
    margin-top: 3.4rem;
    position: relative;
    margin-left: 58rem;
  }
  .news_join_news_form input {
    border: none;
    width: 31.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 36px;
    line-height: 2rem;
    background-color: #3630aa;
    color: #fff;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 10.4rem;
    height: 2.5rem;
    position: absolute;
    right: -11px;
    bottom: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (min-width: 3000px) and (max-width: 3499px) {
  .news_hero {
    width: 100%;
    height: 72.5vh;
    height: calc(var(--vh, 1vh) * 58.5);
    background-color: #f4efe7;
    position: relative;
    top: 0;
    left: 0;
  }
  .manag img {
    height: 51rem !important;
  }
  .news_hero_title {
    font-weight: 900;
    top: 5rem;
    left: 1.7rem;
    letter-spacing: 3px;
    font-size: 6.6rem;
    line-height: 14.1rem;
    text-transform: uppercase;
    position: absolute;
    overflow: hidden;
    word-spacing: -11px;
  }
  .testt img {
    width: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .img_resize img {
    width: auto !important;
    height: auto !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .titles img {
    width: auto !important;
    height: 425px !important;
    min-width: auto;
    max-width: 100%;
    border-radius: 10px !important;
  }
  .imagess {
    height: 19rem !important;
  }
  .news_row_two_images_title {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 2.7rem;
    width: auto !important;
    font-weight: 900;
  }
  .news_row_three_images_media {
    width: 100%;
    height: auto !important;
    border-radius: 1rem;
    overflow: hidden;
  }
  .news_row_three_images_media {
    background-color: white !important;
    height: 53rem !important;
  }
  .images_mang img {
    height: 46rem !important;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -33%;
    height: 58vh !important;
    z-index: 1000; /* You can customize the background color */
  }
  .news_join_news {
    display: flex;
    justify-content: start !important;
    padding: 36px !important;
    background-color: #3630aa;
    color: #fff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .news_join_news_description {
    font-size: 28px !important;
    line-height: 29px;
    margin-top: 71px;
    margin-left: 55rem;
  }
  .news_join_news_title {
    font-size: 53px !important;
    line-height: 4rem !important;
    font-weight: 200;
    position: absolute !important;
    text-indent: 0rem !important;
    margin-right: 0rem !important;
  }
  .news_join_news_title .news_join_news_title_scribble {
    display: block !important;
  }
  .news_join_news_form {
    margin-top: 3.4rem;
    position: relative;
    margin-left: 58rem;
  }
  .news_join_news_form input {
    border: none;
    width: 31.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    font-size: 36px;
    line-height: 2rem;
    background-color: #3630aa;
    color: #fff;
    transition: opacity 0.2s linear;
  }
  .news_join_news_form_submit_button {
    width: 10.4rem;
    height: 2.5rem;
    position: absolute;
    right: -11px;
    bottom: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: none;
    transition: opacity 0.2s linear;
  }
}
@media screen and (max-width: 450px) {
  .three-row {
    margin-bottom: 0 !important;
  }
  .news-card-container {
    margin: 10px 0;
    transition: 0.4s;
    height: 30vh;
  }
  .news-card-container .news-img-content {
    transform: translateY(0);
  }
  .news-card-container .news-img-content h3 {
    font-size: 7vw;
  }
  .news-card-container .news-img-content p {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
}
.facts_title_scribble .about-scribble-path {
  stroke-dashoffset: 1674.08;
  stroke-dasharray: 1674.08;
}

.culture_horizontall_svg {
  color: var(--bg-color-grey) !important;
  font-size: 7vw;
}

.culture_hero .layer {
  position: relative;
  height: 100%;
}

.culture-image-container .row {
  margin-bottom: 1.5rem;
}
.culture-image-container .row .col-md-6 {
  display: flex;
  align-items: center;
}
.culture-image-container .row .img-box {
  height: 33vh;
  border-radius: 25px;
  overflow: hidden;
}
.culture-image-container .row img {
  height: 100% !important;
}

.basic-text {
  position: relative;
  line-height: 1;
  display: inline-block;
}

.marker-highlight:before {
  content: "";
  background-color: yellow;
  width: 107%;
  height: 1.2em;
  position: absolute;
  z-index: -1;
  filter: url(#marker-shape);
  left: -0.3em;
  top: 0em;
  padding: 0 0.25em;
}

.z-indexs {
  z-index: 1 !important;
}

.marker-highlightss:before {
  content: "";
  background-color: yellow;
  width: 107%;
  height: 1.2em;
  position: absolute;
  z-index: -1;
  filter: url(#marker-shape);
  left: -0.3em;
  top: 0em;
  padding: 0 0.25em;
}

.marker-highlight-club:before {
  content: "";
  background-color: yellow;
  width: 107%;
  height: 1.2em;
  position: absolute;
  z-index: -1;
  filter: url(#marker-shape);
  left: -0.3em;
  top: 0em;
  padding: 0 0.25em;
}

.marker-highlight-border {
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius: 15px 255px;
}

.culture_hero .layer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.culture_hero.ssc {
  width: 100%;
  height: 40vh;
  position: relative;
  z-index: 16;
  background-color: var(--bg-color-grey);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.culture_hero.ssc .culture_hero_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.culture_hero.ssc .culture_hero_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 2;
}

.horizontal-sliderss {
  display: none;
}

.culture_hero_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  visibility: hidden;
}

.culture_hero_label span {
  display: inline-block;
}

.culture_hero.ssc .culture_hero_title span {
  display: inline-block;
}

.culture_hero_label {
  position: absolute;
  left: 50%;
  top: 25%;
  font-size: 1.5vw;
  color: #fff !important;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 3;
  transform: translateX(-50%);
}

.culture_hero.ssc .culture_hero_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4vw;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  width: max-content;
  overflow: hidden;
  z-index: 3;
}

.culture_intro {
  display: flex;
  color: var(--text-color) !important;
}

.culture_intro_description {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-left: 10rem;
  margin-top: 16rem;
}

.culture_intro_title {
  font-size: 5.4rem;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 17.1rem;
  margin-top: 2rem;
  font-weight: 900;
}

.culture_grid_container {
  width: 140rem;
  margin: 0 auto;
  position: relative;
  min-height: 146rem;
}

.culture_grid_media {
  position: absolute;
  border-radius: 1rem;
}

.culture_grid_media1 {
  left: 11px;
  top: 20rem;
  width: 85.7rem;
  height: 54.2rem;
  filter: grayscale(0.7);
}

.culture_grid_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  border-radius: 15px !important;
}

.culture_grid_media2 {
  right: 27rem;
  top: 20rem;
  width: 20%;
  height: 27%;
}
.culture_grid_media2 img {
  filter: grayscale(0.9);
}

.culture_grid_media3 {
  left: 2rem;
  top: 73rem;
  width: 48.5rem;
  height: 49.9rem;
}
.culture_grid_media3 img {
  filter: grayscale(0.7);
}

.culture_grid_media4 {
  right: 25.3rem;
  top: 74rem;
  width: 66.3rem;
  height: 45.7rem;
}
.culture_grid_media4 img {
  filter: grayscale(0.7);
}

.culture_grid_media5 {
  right: 24rem;
  top: 62rem;
  width: 33.6rem;
  height: 50.6rem;
}
.culture_grid_media5 img {
  filter: grayscale(0.7);
}

.culture_facts {
  background-color: #ffdbc2;
  height: 53rem;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.culture_facts_title {
  font-size: 7.4rem;
  line-height: 7.5rem;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 8rem;
  color: black;
  font-weight: 600;
  letter-spacing: -1px;
  word-spacing: -5px;
}

.culture_facts_title .culture.facts_title_scribble {
  display: inline-block;
  position: absolute;
  bottom: -48px;
  width: 40.7rem;
  height: 4.57rem;
  background-color: transparent;
  left: 50%;
  transform: translateX(-50%);
}

.culture_facts_container {
  position: relative;
  width: 107.5rem;
  margin: 0 auto;
  margin-top: 5rem;
  color: black;
}

.culture_facts_container .culture_fact {
  position: absolute;
  top: 5%;
  margin-top: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.1rem;
  letter-spacing: -0.02rem;
}

.culture_facts_container .culture_fact:not(:first-child) {
  opacity: 0;
}

.culture_facts_reload {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: -0.05rem;
  opacity: 0;
  color: black;
  transition: opacity 0.1s ease;
}

.culture_facts:hover .active_cursor {
  opacity: 1;
  cursor: pointer;
  color: black;
}

#clickForMore {
  position: fixed;
  display: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
}

#clickForMore.active {
  display: block;
}

.culture_horizontal_transition {
  transform: translate(-58.4666%, 0%) translate3d(3147px, 0px, 0px) !important;
}

.culture_horizontal_values {
  color: #000 !important;
  background-color: var(--bg-color-grey) !important;
  font-size: 6.2rem;
  line-height: 5.9rem;
  font-weight: 300;
  letter-spacing: -0.02rem;
  top: 50%;
  left: calc(50% + 9rem);
  pointer-events: none;
}

.main {
  overflow-x: hidden;
  color: black;
}

.horizontal-sliders {
  display: flex;
  flex-wrap: no-wrap;
  width: 351%;
  overflow-x: hidden;
}

.slide {
  width: 60%;
}

.culture_horizontal_svg {
  font-size: 34rem !important;
  transform: translateX(100%);
  font-weight: 900;
  color: #3630aa;
  text-transform: uppercase;
}

.culture_horizontal_values {
  background-color: #3630aa;
  color: white;
  padding: 56px;
}

.next-block {
  background-color: var(--bg-color-grey) !important;
  color: #000 !important;
  height: auto;
  overflow: hidden;
}

.manage_text_h {
  margin-top: 6rem;
  padding: 10rem;
  display: flex;
  font-size: 92px;
  margin-left: 21rem;
  justify-content: center;
}

.texttt {
  width: 50%;
  transform: translate(-13%, 0%) translate3d(0px, 0px, 0px) !important;
}

.culture_values_title {
  font-size: 4.4rem;
  line-height: 7.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3.4rem;
}

.OPEN {
  font-size: 4.4rem;
  line-height: 7.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3.4rem;
}

.culture_values_description {
  color: #000 !important;
  font-size: 1.8rem;
  line-height: 2rem;
  width: 40.8rem;
}

.culture_values_descriptions {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #000 !important;
  width: 40.8rem;
}

.culture_values_mediaas {
  width: 33.4rem;
  height: 41.2rem;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-left: 12.2rem;
  opacity: 0;
}

.culture_values_mediaas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  filter: grayscale(0.7);
}

.culture_values_media {
  width: 43.4rem;
  height: 90vh;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-left: 0.2rem;
  opacity: 0;
}

.culture_values_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  filter: grayscale(0.7);
}

.culture_values_text {
  display: grid;
  justify-content: center;
  padding: 10rem;
  margin-bottom: 6rem;
}

.culture_values_mediaa {
  width: 34.4rem;
  height: 44.2rem;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-left: 3.2rem;
  opacity: 0;
}

.culture_values_mediaa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  filter: grayscale(0.7);
}

.culture_career {
  display: grid;
  justify-content: center;
  color: #000 !important;
  background-color: var(--bg-color-grey);
}

.people_join_titles {
  font-weight: 600;
  font-size: 4.4rem;
  line-height: 5.9rem;
  position: relative;
  margin-top: 3rem;
}

.join_team {
  font-size: 4rem;
}

.people_join_descriptionss {
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin-bottom: 4rem;
  width: max-content;
  margin-top: 1rem;
}

.process-wrap {
  overflow: hidden;
}

.process {
  width: 300%;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-item-align: center;
  align-self: center;
  height: 100vh !important;
}
.process__item {
  display: flex;
  padding: 0 100px;
  width: 100%;
}
.process__item span {
  font-size: 30px;
  display: block;
}

.frames {
  font-family: "Archivo", sans-serif;
  font-size: 10vw !important;
  font-weight: 900 !important;
  padding-top: 0rem;
  transform: scale(1, 1.5) translateX(100%);
  color: var(--bg-color-grey);
}

.process__item___2 {
  color: #000 !important;
  background-color: var(--bg-color-grey);
  font-size: 8rem;
}

.item_2descritpion {
  padding: 12px;
  margin-top: 19rem;
  font-size: 6rem;
  margin-left: 16rem;
}

@media screen and (width: 320px) {
  body {
    overflow: hidden;
  }
  .culture_hero.ssc .culture_hero_title {
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 4vw;
    line-height: 14.1rem;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    overflow: hidden;
  }
  .process-wrap {
    display: none;
  }
  .culture_intro {
    display: flex;
    color: var(--text-color);
    padding-top: 0rem;
    padding: 1rem;
    padding-bottom: 2rem;
  }
  .culture_intro_description {
    font-size: 10px;
    line-height: 2.4rem;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .culture_intro_title {
    font-size: 14px;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 900;
  }
  .culture_grid_container {
    width: auto;
    margin: 0 auto;
    position: relative;
    min-height: 86rem;
  }
  .culture_grid_media1 {
    left: 1px;
    top: 1rem;
    width: 19.7rem;
    height: 15.2rem;
  }
  .culture_grid_media2 {
    left: 0rem;
    top: 20rem;
    width: 98%;
    height: 17%;
  }
  .culture_grid_media3 {
    left: 0rem;
    top: 38rem;
    width: 19.5rem;
    height: 12.9rem;
  }
  .culture_grid_media4 {
    right: 0.3rem;
    top: 54rem;
    width: 19.3rem;
    height: 15.7rem;
  }
  .culture_grid_media5 {
    right: 0rem;
    top: 71rem;
    width: 19.6rem;
    height: 13.6rem;
  }
  .culture_facts_title {
    font-size: 3.4rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 8rem;
    color: black;
    font-weight: 400;
    letter-spacing: -1px;
    word-spacing: -5px;
  }
  .culture_facts_title .culture.facts_title_scribble {
    display: inline-block;
    position: absolute;
    bottom: -43px;
    width: 16.7rem;
    height: 4.57rem;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
  }
  .culture_facts_container {
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-top: 5rem;
    color: black;
  }
  .culture_facts_reload {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.05rem;
    opacity: 0;
    color: black;
    transition: opacity 0.1s ease;
  }
  .culture_facts {
    background-color: #ffdbc2;
    height: 70rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .culture_facts_container .culture_fact {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 19px;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
  }
  .culture_horizontall_svg {
    padding: 10px;
    text-transform: uppercase;
  }
  .horizontal-sliders {
    display: none;
  }
  .horizontal-sliderss {
    display: block;
  }
  .culture_horizontal_values {
    background-color: #3630aa;
    color: white;
    padding: 26px;
  }
  .manage_text_h {
    margin-top: 6rem;
    padding: 1rem;
    display: flex;
    font-size: 39px;
    margin-left: 0rem;
    justify-content: center;
  }
  .culture_values_text {
    display: grid;
    justify-content: center;
    padding: 0rem;
    margin-bottom: 1rem;
  }
  .culture_values_title {
    font-size: 1.4rem;
    line-height: 7.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    padding: 4px;
  }
  .culture_values_description {
    font-size: 18px;
    line-height: 2rem;
    width: auto;
    padding: 8px;
  }
  .culture_values_media {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaa {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaas {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
    filter: grayscale(0.7);
  }
  .OPEN {
    font-size: 24px;
    padding: 3px;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
  }
  .culture_values_descriptions {
    font-size: 17px;
    line-height: 2rem;
    width: auto;
    padding: 12px;
  }
  .people_join_descriptionss {
    font-size: 17px;
    line-height: 1.7rem;
    margin-bottom: 4rem;
    width: auto;
    margin-top: 1rem;
    padding: 10px;
  }
  .join_team {
    font-size: 27px;
    padding: 10px;
    text-align: center;
  }
  .people_join_titles {
    font-weight: 600;
    font-size: 25px;
    line-height: 2.9rem;
    position: relative;
    margin-top: 3rem;
    padding: 10px;
  }
  .main {
    overflow: hidden;
  }
  .culture_hero.ssc {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 16;
    background-color: var(--bg-color-grey);
  }
  .culture_hero_label {
    position: absolute;
    top: calc(72% - 6.7rem);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.1rem;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
  }
  .intro_details {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  body {
    overflow: hidden;
  }
  .culture_hero.ssc .culture_hero_title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 4vw;
    line-height: 14.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    overflow: hidden;
  }
  .process-wrap {
    display: none;
  }
  .culture_intro {
    display: flex;
    padding-top: 0rem;
    padding: 1rem;
    padding-bottom: 2rem;
  }
  .culture_intro_description {
    font-size: 10px;
    line-height: 2.4rem;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .culture_intro_title {
    font-size: 19px;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 900;
  }
  .intro_details {
    font-size: 17px;
    line-height: 21px;
  }
  .culture_grid_container {
    width: auto;
    margin: 0 auto;
    position: relative;
    min-height: 86rem;
  }
  .culture_grid_media1 {
    left: 1px;
    top: 1rem;
    width: 22.7rem;
    height: 15.2rem;
  }
  .culture_grid_media2 {
    left: 0rem;
    top: 19rem;
    width: 98%;
    height: 17%;
  }
  .culture_grid_media3 {
    left: 0rem;
    top: 37rem;
    width: 22.5rem;
    height: 12.9rem;
  }
  .culture_grid_media4 {
    right: 0.3rem;
    top: 53rem;
    width: 23.3rem;
    height: 15.7rem;
  }
  .culture_grid_media5 {
    right: 0rem;
    top: 71rem;
    width: 23.6rem;
    height: 13.6rem;
  }
  .culture_facts_title {
    font-size: 3.4rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 8rem;
    color: black;
    font-weight: 400;
    letter-spacing: -1px;
    word-spacing: -5px;
  }
  .culture_facts_title .culture.facts_title_scribble {
    display: inline-block;
    position: absolute;
    bottom: -43px;
    width: 16.7rem;
    height: 4.57rem;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
  }
  .culture_facts_container {
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-top: 5rem;
    color: black;
  }
  .culture_facts_reload {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.05rem;
    opacity: 0;
    color: black;
    transition: opacity 0.1s ease;
  }
  .culture_facts {
    background-color: #ffdbc2;
    height: 70rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .culture_facts_container .culture_fact {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 19px;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
  }
  .culture_horizontall_svg {
    font-size: 4rem !important;
    font-weight: 900;
    padding: 10px;
    text-transform: uppercase;
  }
  .horizontal-sliders {
    display: none;
  }
  .horizontal-sliderss {
    display: block;
  }
  .culture_horizontal_values {
    background-color: #3630aa;
    color: white;
    padding: 26px;
  }
  .manage_text_h {
    margin-top: 6rem;
    padding: 1rem;
    display: flex;
    font-size: 39px;
    margin-left: 0rem;
    justify-content: center;
  }
  .culture_values_text {
    display: grid;
    justify-content: center;
    padding: 0rem;
    margin-bottom: 1rem;
  }
  .culture_values_title {
    font-size: 1.4rem;
    line-height: 7.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    padding: 4px;
  }
  .culture_values_description {
    font-size: 18px;
    line-height: 2rem;
    width: auto;
    padding: 8px;
  }
  .culture_values_media {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaa {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaas {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .OPEN {
    font-size: 24px;
    padding: 3px;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
  }
  .culture_values_descriptions {
    font-size: 17px;
    line-height: 2rem;
    color: #fff;
    width: auto;
    padding: 12px;
  }
  .people_join_descriptionss {
    font-size: 17px;
    line-height: 1.7rem;
    margin-bottom: 4rem;
    width: auto;
    margin-top: 1rem;
    padding: 10px;
  }
  .join_team {
    font-size: 27px;
    padding: 10px;
    text-align: center;
  }
  .people_join_titles {
    font-weight: 600;
    font-size: 25px;
    line-height: 2.9rem;
    position: relative;
    margin-top: 3rem;
    padding: 10px;
  }
  .main {
    overflow: hidden;
  }
  .culture_hero.ssc {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 16;
    background-color: var(--bg-color-grey);
  }
  .culture_hero_label {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.1rem;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .culture_hero.ssc .culture_hero_title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 4vw;
    line-height: 14.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    overflow: hidden;
  }
  .process-wrap {
    display: none;
  }
  .culture_intro {
    display: flex;
    padding-top: 0rem;
    padding: 1rem;
    padding-bottom: 2rem;
  }
  .culture_intro_description {
    font-size: 10px;
    line-height: 2.4rem;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .culture_intro_title {
    font-size: 13px;
    margin-left: 2rem;
    margin-top: 1rem;
    font-weight: 900;
  }
  .intro_details {
    font-size: 14px;
    line-height: 13px;
  }
  .culture_grid_container {
    width: auto;
    margin: 0 auto;
    position: relative;
    min-height: 86rem;
  }
  .culture_grid_media1 {
    left: 1px;
    top: 1rem;
    width: 25.7rem;
    height: 15.2rem;
  }
  .culture_grid_media2 {
    left: 0rem;
    top: 19rem;
    width: 98%;
    height: 17%;
  }
  .culture_grid_media3 {
    left: 0rem;
    top: 38rem;
    width: 26.5rem;
    height: 14.9rem;
  }
  .culture_grid_media4 {
    right: 0.3rem;
    top: 56rem;
    width: 26.3rem;
    height: 15.7rem;
  }
  .culture_grid_media5 {
    right: 0rem;
    top: 75rem;
    width: 26.6rem;
    height: 12.6rem;
  }
  .culture_facts_title {
    font-size: 3.4rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 8rem;
    color: black;
    font-weight: 400;
    letter-spacing: -1px;
    word-spacing: -5px;
  }
  .culture_facts_title .culture.facts_title_scribble {
    display: inline-block;
    position: absolute;
    bottom: -43px;
    width: 16.7rem;
    height: 4.57rem;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
  }
  .culture_facts_container {
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-top: 5rem;
    color: black;
  }
  .culture_facts_reload {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.05rem;
    opacity: 0;
    color: black;
    transition: opacity 0.1s ease;
  }
  .culture_facts {
    background-color: #ffdbc2;
    height: 70rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .culture_facts_container .culture_fact {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 19px;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
  }
  .culture_horizontall_svg {
    font-size: 4rem !important;
    font-weight: 900;
    padding: 10px;
    text-transform: uppercase;
  }
  .horizontal-sliders {
    display: none;
  }
  .horizontal-sliderss {
    display: block;
  }
  .culture_horizontal_values {
    padding: 26px;
  }
  .manage_text_h {
    margin-top: 6rem;
    padding: 1rem;
    display: flex;
    font-size: 39px;
    margin-left: 0rem;
    justify-content: center;
  }
  .culture_values_text {
    display: grid;
    justify-content: center;
    padding: 0rem;
    margin-bottom: 1rem;
  }
  .culture_values_title {
    font-size: 1.4rem;
    line-height: 7.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    padding: 4px;
  }
  .culture_values_description {
    font-size: 18px;
    line-height: 2rem;
    width: auto;
    padding: 8px;
  }
  .culture_values_media {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaa {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaas {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .OPEN {
    font-size: 24px;
    padding: 3px;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
  }
  .culture_values_descriptions {
    font-size: 17px;
    line-height: 2rem;
    color: #fff;
    width: auto;
    padding: 12px;
  }
  .people_join_descriptionss {
    font-size: 17px;
    line-height: 1.7rem;
    margin-bottom: 4rem;
    width: auto;
    margin-top: 1rem;
    padding: 10px;
  }
  .join_team {
    font-size: 27px;
    padding: 10px;
    text-align: center;
  }
  .people_join_titles {
    font-weight: 600;
    font-size: 25px;
    line-height: 2.9rem;
    position: relative;
    margin-top: 3rem;
    padding: 10px;
  }
  .main {
    overflow: hidden;
  }
  .culture_hero.ssc {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 16;
    background-color: var(--bg-color-grey);
  }
  .culture_hero_label {
    position: absolute;
    top: calc(79% - 6.7rem);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.1rem;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 426px) and (max-width: 760px) {
  .culture_hero.ssc .culture_hero_title {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 4vw;
    line-height: 14.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    overflow: hidden;
  }
  .texttt {
    width: 100% !important;
  }
  .horizontal-sliders {
    display: flex;
    width: 385%;
    overflow-x: revert;
  }
  .culture_hero_label {
    position: absolute;
    top: calc(64% - 6.7rem);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.1rem;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
  }
  .process-wrap {
    overflow: hidden;
  }
  .process__item {
    display: flex;
    padding: 0px 97px;
    width: 100%;
  }
  .item_2descritpion {
    padding: 9px;
    margin-top: 14rem;
    font-size: 4rem;
    margin-left: -5rem;
  }
  .culture_intro {
    display: flex;
    padding-top: 0rem;
    padding: 1rem;
    padding-bottom: 2rem;
  }
  .culture_intro_description {
    font-size: 10px;
    line-height: 2.4rem;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .culture_intro_title {
    font-size: 29px;
    margin-left: 5rem;
    margin-top: 1rem;
    font-weight: 900;
  }
  .intro_details {
    font-size: 17px;
    line-height: 21px;
  }
  .culture_grid_container {
    width: auto;
    margin: 0 auto;
    position: relative;
    min-height: 75rem;
  }
  .culture_grid_media1 {
    left: 1px;
    top: 1rem;
    width: auto;
    height: 17.2rem;
  }
  .culture_grid_media2 {
    left: auto;
    top: 7rem;
    width: auto;
    height: 20%;
  }
  .culture_grid_media3 {
    left: 0rem;
    top: 19rem;
    width: auto;
    height: 16.9rem;
  }
  .culture_grid_media4 {
    right: 2.3rem;
    top: 23rem;
    width: auto;
    height: 15.7rem;
  }
  .culture_grid_media5 {
    right: 0rem;
    top: 46rem;
    width: auto;
    height: 25.6rem;
  }
  .culture_facts_title {
    font-size: 3.4rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    color: black;
    font-weight: 400;
    letter-spacing: -1px;
    word-spacing: -5px;
  }
  .culture_facts_title .culture.facts_title_scribble {
    display: inline-block;
    position: absolute;
    bottom: -43px;
    width: 16.7rem;
    height: 4.57rem;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
  }
  .culture_facts_container {
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-top: 3rem;
    color: black;
  }
  .culture_facts_reload {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.05rem;
    opacity: 0;
    color: black;
    transition: opacity 0.1s ease;
  }
  .culture_facts {
    background-color: #ffdbc2;
    height: 37rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .culture_facts_container .culture_fact {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 19px;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
  }
  .culture_horizontall_svg {
    font-size: 9vw !important;
    font-weight: 900;
    padding: 10px;
    text-transform: uppercase;
  }
  .horizontal-sliderss {
    display: none;
  }
  .culture_horizontal_values {
    background-color: #3630aa;
    color: white;
    padding: 26px;
  }
  .manage_text_h {
    margin-top: 7rem;
    padding: 0rem;
    display: flex;
    font-size: 46px;
    width: 58%;
    margin-right: 29rem;
    margin-left: 24rem;
    justify-content: center;
  }
  .culture_values_text {
    display: grid;
    justify-content: center;
    padding: 0rem;
    margin-bottom: 1rem;
  }
  .culture_values_title {
    font-size: 1.4rem;
    line-height: 7.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    padding: 4px;
  }
  .culture_values_description {
    font-size: 18px;
    line-height: 2rem;
    width: auto;
    padding: 8px;
  }
  .culture_values_media {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaa {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaas {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .OPEN {
    font-size: 24px;
    padding: 3px;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
  }
  .culture_values_descriptions {
    font-size: 17px;
    line-height: 2rem;
    color: #fff;
    width: auto;
    padding: 12px;
  }
  .people_join_descriptionss {
    font-size: 17px;
    line-height: 1.7rem;
    margin-bottom: 4rem;
    width: auto;
    margin-top: 1rem;
    padding: 10px;
  }
  .join_team {
    font-size: 27px;
    padding: 10px;
    text-align: center;
  }
  .people_join_titles {
    font-weight: 600;
    font-size: 25px;
    line-height: 2.9rem;
    position: relative;
    margin-top: 3rem;
    padding: 10px;
  }
  .main {
    overflow: hidden;
  }
  .culture_hero.ssc {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 16;
    background-color: var(--bg-color-grey);
  }
}
@media screen and (min-width: 761px) and (max-width: 768px) {
  .culture_hero.ssc .culture_hero_title {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 4vw;
    line-height: 14.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    overflow: hidden;
  }
  .texttt {
    width: 100% !important;
  }
  .horizontal-sliders {
    display: flex;
    width: 385%;
    overflow-x: revert;
  }
  .culture_hero_label {
    position: absolute;
    top: calc(64% - 6.7rem);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.1rem;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
  }
  .process-wrap {
    overflow: hidden;
  }
  .process__item {
    display: flex;
    padding: 0px 97px;
    width: 100%;
  }
  .item_2descritpion {
    padding: 9px;
    margin-top: 14rem;
    font-size: 6vw;
    margin-left: -5rem;
  }
  .culture_intro {
    display: flex;
    justify-content: center;
    padding-top: 0rem;
    padding: 1rem;
    padding-bottom: 2rem;
  }
  .culture_intro_description {
    font-size: 10px;
    line-height: 2.4rem;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .culture_intro_title {
    font-size: 29px;
    margin-left: 5rem;
    margin-top: 1rem;
    font-weight: 900;
  }
  .intro_details {
    font-size: 17px;
    line-height: 21px;
  }
  .culture_grid_container {
    width: auto;
    margin: 0 auto;
    position: relative;
    min-height: 75rem;
  }
  .culture_grid_media1 {
    left: 1px;
    top: 1rem;
    width: 32.7rem;
    height: 17.2rem;
  }
  .culture_grid_media2 {
    left: 33rem;
    top: 7rem;
    width: 30%;
    height: 20%;
  }
  .culture_grid_media3 {
    left: 0rem;
    top: 19rem;
    width: 32.5rem;
    height: 16.9rem;
  }
  .culture_grid_media4 {
    right: 2.3rem;
    top: 23rem;
    width: 15.3rem;
    height: 15.7rem;
  }
  .culture_grid_media5 {
    right: 0rem;
    top: 46rem;
    width: 47.6rem;
    height: 25.6rem;
  }
  .culture_facts_title {
    font-size: 3.4rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    color: black;
    font-weight: 400;
    letter-spacing: -1px;
    word-spacing: -5px;
  }
  .culture_facts_title .culture.facts_title_scribble {
    display: inline-block;
    position: absolute;
    bottom: -43px;
    width: 16.7rem;
    height: 4.57rem;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
  }
  .culture_facts_container {
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-top: 3rem;
    color: black;
  }
  .culture_facts_reload {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.05rem;
    opacity: 0;
    color: black;
    transition: opacity 0.1s ease;
  }
  .culture_facts {
    background-color: #ffdbc2;
    height: 37rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .culture_facts_container .culture_fact {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 19px;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
  }
  .culture_horizontall_svg {
    font-size: 9vw !important;
    padding: 10px;
    text-transform: uppercase;
  }
  .horizontal-sliderss {
    display: none;
  }
  .culture_horizontal_values {
    background-color: #3630aa;
    color: white;
    padding: 26px;
  }
  .manage_text_h {
    margin-top: 7rem;
    padding: 0rem;
    display: flex;
    font-size: 46px;
    width: 58%;
    margin-right: 29rem;
    margin-left: 24rem;
    justify-content: center;
  }
  .culture_values_text {
    display: grid;
    justify-content: center;
    padding: 0rem;
    margin-bottom: 1rem;
  }
  .culture_values_title {
    font-size: 1.4rem;
    line-height: 7.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    padding: 4px;
  }
  .culture_values_description {
    font-size: 18px;
    line-height: 2rem;
    width: auto;
    padding: 8px;
  }
  .culture_values_media {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaa {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaas {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .OPEN {
    font-size: 24px;
    padding: 3px;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
  }
  .culture_values_descriptions {
    font-size: 17px;
    line-height: 2rem;
    color: #fff;
    width: auto;
    padding: 12px;
  }
  .people_join_descriptionss {
    font-size: 17px;
    line-height: 1.7rem;
    margin-bottom: 4rem;
    width: auto;
    margin-top: 1rem;
    padding: 10px;
  }
  .join_team {
    font-size: 27px;
    padding: 10px;
    text-align: center;
  }
  .people_join_titles {
    font-weight: 600;
    font-size: 25px;
    line-height: 2.9rem;
    position: relative;
    margin-top: 3rem;
    padding: 10px;
  }
  .main {
    overflow: hidden;
  }
  .culture_hero.ssc {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 16;
    background-color: var(--bg-color-grey);
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .culture_hero.ssc .culture_hero_title {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 32px;
    line-height: 14.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    overflow: hidden;
  }
  .texttt {
    width: 100% !important;
  }
  .horizontal-sliders {
    display: flex;
    width: 385%;
    overflow-x: revert;
  }
  .culture_hero_label {
    position: absolute;
    top: calc(64% - 6.7rem);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.1rem;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
  }
  .process-wrap {
    overflow: hidden;
  }
  .process__item {
    display: flex;
    align-items: center !important;
    padding: 0px 97px;
    width: 100%;
  }
  .item_2descritpion {
    padding: 9px;
    margin-top: 0 !important;
    font-size: 4rem;
    margin-left: -5rem;
  }
  .culture_intro {
    display: flex;
    justify-content: center;
    padding-top: 0rem;
    padding: 1rem;
    padding-bottom: 2rem;
  }
  .culture_intro_description {
    font-size: 10px;
    line-height: 2.4rem;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .culture_intro_title {
    font-size: 29px;
    margin-left: 5rem;
    margin-top: 1rem;
    font-weight: 900;
  }
  .intro_details {
    font-size: 17px;
    line-height: 21px;
  }
  .culture_grid_container {
    width: auto;
    margin: 0 auto;
    position: relative;
    min-height: 75rem;
  }
  .culture_grid_media1 {
    left: 1px;
    top: 1rem;
    width: 32.7rem;
    height: 17.2rem;
  }
  .culture_grid_media2 {
    left: 33rem;
    top: 7rem;
    width: 30%;
    height: 20%;
  }
  .culture_grid_media3 {
    left: 0rem;
    top: 19rem;
    width: 32.5rem;
    height: 16.9rem;
  }
  .culture_grid_media4 {
    right: 2.3rem;
    top: 23rem;
    width: 15.3rem;
    height: 15.7rem;
  }
  .culture_grid_media5 {
    right: 0rem;
    top: 46rem;
    width: 47.6rem;
    height: 25.6rem;
  }
  .culture_facts_title {
    font-size: 3.4rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    color: black;
    font-weight: 400;
    letter-spacing: -1px;
    word-spacing: -5px;
  }
  .culture_facts_title .culture.facts_title_scribble {
    display: inline-block;
    position: absolute;
    bottom: -43px;
    width: 16.7rem;
    height: 4.57rem;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
  }
  .culture_facts_container {
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-top: 3rem;
    color: black;
  }
  .culture_facts_reload {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.05rem;
    opacity: 0;
    color: black;
    transition: opacity 0.1s ease;
  }
  .culture_facts {
    background-color: #ffdbc2;
    height: 37rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .culture_facts_container .culture_fact {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 19px;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
  }
  .culture_horizontall_svg {
    font-size: 4rem !important;
    font-weight: 900;
    color: #3630aa;
    padding: 10px;
    text-transform: uppercase;
  }
  .horizontal-sliderss {
    display: none;
  }
  .culture_horizontal_values {
    padding: 26px;
  }
  .manage_text_h {
    margin-top: 7rem;
    padding: 0rem;
    display: flex;
    font-size: 46px;
    width: 58%;
    margin-right: 29rem;
    margin-left: 24rem;
    justify-content: center;
  }
  .culture_values_text {
    display: grid;
    justify-content: center;
    padding: 0rem;
    margin-bottom: 1rem;
  }
  .culture_values_title {
    font-size: 1.4rem;
    line-height: 7.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    padding: 4px;
  }
  .culture_values_description {
    font-size: 18px;
    line-height: 2rem;
    width: auto;
    padding: 8px;
  }
  .culture_values_media {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaa {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaas {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .OPEN {
    font-size: 24px;
    padding: 3px;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
  }
  .culture_values_descriptions {
    font-size: 17px;
    line-height: 2rem;
    color: #fff;
    width: auto;
    padding: 12px;
  }
  .people_join_descriptionss {
    font-size: 17px;
    line-height: 1.7rem;
    margin-bottom: 4rem;
    width: auto;
    margin-top: 1rem;
    padding: 10px;
  }
  .join_team {
    font-size: 27px;
    padding: 10px;
    text-align: center;
  }
  .people_join_titles {
    font-weight: 600;
    font-size: 25px;
    line-height: 2.9rem;
    position: relative;
    margin-top: 3rem;
    padding: 10px;
  }
  .main {
    overflow: hidden;
  }
  .culture_hero.ssc {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 16;
    background-color: var(--bg-color-grey);
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .culture_hero.ssc .culture_hero_title {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 30px;
    line-height: 14.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    overflow: hidden;
  }
  .texttt {
    width: 100% !important;
  }
  .horizontal-sliders {
    display: flex;
    width: 385%;
    overflow-x: revert;
  }
  .culture_hero_label {
    position: absolute;
    top: calc(49% - 6.7rem);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.1rem;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
  }
  .process-wrap {
    overflow: hidden;
  }
  .process__item {
    display: flex;
    padding: 0px 97px;
    width: 100%;
  }
  .item_2descritpion {
    padding: 9px;
    margin-top: 14rem;
    font-size: 4rem;
    margin-left: -5rem;
  }
  .culture_intro {
    display: flex;
    justify-content: center;
    padding-top: 0rem;
    padding: 1rem;
    padding-bottom: 5rem;
  }
  .culture_intro_description {
    font-size: 10px;
    line-height: 2.4rem;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .culture_intro_title {
    font-size: 40px;
    margin-left: 11rem;
    margin-top: 1rem;
    font-weight: 900;
  }
  .intro_details {
    font-size: 19px;
    line-height: 28px;
  }
  .culture_grid_container {
    width: auto;
    margin: 0 auto;
    position: relative;
    min-height: 87rem;
  }
  .culture_grid_media1 {
    left: 1px;
    top: 0rem;
    width: 40.7rem;
    height: 25.2rem;
  }
  .culture_grid_media2 {
    left: 42rem;
    top: 8rem;
    width: 32%;
    height: 34%;
  }
  .culture_grid_media3 {
    left: 1rem;
    top: 23rem;
    width: 29.5rem;
    height: 37.9rem;
  }
  .culture_grid_media4 {
    right: 3.3rem;
    top: 27rem;
    width: 29.3rem;
    height: 29.7rem;
  }
  .culture_grid_media5 {
    right: 5rem;
    top: 49rem;
    width: 54.6rem;
    height: 30.6rem;
  }
  .culture_facts_title {
    font-size: 4.4rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    color: black;
    font-weight: 500;
    letter-spacing: -1px;
    word-spacing: -5px;
  }
  .culture_facts_title .culture.facts_title_scribble {
    display: inline-block;
    position: absolute;
    bottom: -64px;
    width: 28.7rem;
    height: 4.57rem;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
  }
  .culture_facts_container {
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-top: 4rem;
    color: black;
  }
  .culture_facts_reload {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.05rem;
    opacity: 0;
    color: black;
    transition: opacity 0.1s ease;
  }
  .culture_facts {
    background-color: #ffdbc2;
    height: 37rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .culture_facts_container .culture_fact {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 24px;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
  }
  .culture_horizontall_svg {
    padding: 10px;
    text-transform: uppercase;
  }
  .horizontal-sliderss {
    display: none;
  }
  .culture_horizontal_values {
    padding: 26px;
  }
  .manage_text_h {
    margin-top: 7rem;
    padding: 0rem;
    display: flex;
    font-size: 46px;
    width: 58%;
    margin-right: 29rem;
    margin-left: 24rem;
    justify-content: center;
  }
  .culture_values_text {
    display: grid;
    justify-content: center;
    padding: 0rem;
    margin-bottom: 1rem;
  }
  .culture_values_title {
    font-size: 32px;
    line-height: 7.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    padding: 4px;
  }
  .culture_values_description {
    font-size: 21px;
    line-height: 2rem;
    width: auto;
    padding: 8px;
  }
  .culture_values_media {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaa {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaas {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .OPEN {
    font-size: 29px;
    padding: 3px;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
  }
  .culture_values_descriptions {
    font-size: 21px;
    line-height: 2rem;
    color: #fff;
    width: auto;
    padding: 12px;
  }
  .people_join_descriptionss {
    font-size: 17px;
    line-height: 1.7rem;
    margin-bottom: 4rem;
    width: auto;
    margin-top: 1rem;
    padding: 10px;
  }
  .join_team {
    font-size: 36px;
    padding: 10px;
    text-align: center;
  }
  .people_join_titles {
    font-weight: 600;
    font-size: 31px;
    line-height: 2.9rem;
    position: relative;
    margin-top: 3rem;
    padding: 10px;
  }
  .main {
    overflow: hidden;
  }
  .culture_hero.ssc {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 16;
    background-color: var(--bg-color-grey);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .culture_hero.ssc .culture_hero_title {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 3vw;
    line-height: 14.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    overflow: hidden;
  }
  .texttt {
    width: 100% !important;
  }
  .horizontal-sliders {
    display: flex;
    width: 385%;
    overflow-x: revert;
  }
  .culture_hero_label {
    position: absolute;
    top: calc(49% - 6.7rem);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.1rem;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
  }
  .process-wrap {
    overflow: hidden;
  }
  .process__item {
    display: flex;
    padding: 0px 97px;
    width: 100%;
  }
  .item_2descritpion {
    padding: 9px;
    margin-top: 14rem;
    font-size: 4rem;
    margin-left: -5rem;
  }
  .culture_intro {
    display: flex;
    padding-top: 0rem;
    padding: 1rem;
    padding-bottom: 5rem;
    justify-content: center;
  }
  .culture_intro_description {
    font-size: 10px;
    line-height: 2.4rem;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .culture_intro_title {
    font-size: 40px;
    margin-left: 11rem;
    margin-top: 1rem;
    font-weight: 900;
  }
  .intro_details {
    font-size: 19px;
    line-height: 28px;
  }
  .culture_grid_container {
    width: auto;
    margin: 0 auto;
    position: relative;
    min-height: 87rem;
  }
  .culture_grid_media1 {
    left: 1px;
    top: 0rem;
    width: 40.7rem;
    height: 25.2rem;
  }
  .culture_grid_media2 {
    left: 42rem;
    top: 8rem;
    width: 32%;
    height: 34%;
  }
  .culture_grid_media3 {
    left: 1rem;
    top: 23rem;
    width: 29.5rem;
    height: 37.9rem;
  }
  .culture_grid_media4 {
    right: 3.3rem;
    top: 27rem;
    width: 29.3rem;
    height: 29.7rem;
  }
  .culture_grid_media5 {
    right: 5rem;
    top: 49rem;
    width: 54.6rem;
    height: 30.6rem;
  }
  .culture_facts_title {
    font-size: 4.4rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    color: black;
    font-weight: 500;
    letter-spacing: -1px;
    word-spacing: -5px;
  }
  .culture_facts_title .culture.facts_title_scribble {
    display: inline-block;
    position: absolute;
    bottom: -64px;
    width: 28.7rem;
    height: 4.57rem;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
  }
  .culture_facts_container {
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-top: 4rem;
    color: black;
  }
  .culture_facts_reload {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.05rem;
    opacity: 0;
    color: black;
    transition: opacity 0.1s ease;
  }
  .culture_facts {
    background-color: #ffdbc2;
    height: 37rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .culture_facts_container .culture_fact {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 24px;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
  }
  .culture_horizontall_svg {
    padding: 10px;
    text-transform: uppercase;
  }
  .horizontal-sliderss {
    display: none;
  }
  .culture_horizontal_values {
    padding: 26px;
  }
  .manage_text_h {
    margin-top: 7rem;
    padding: 0rem;
    display: flex;
    font-size: 46px;
    width: 58%;
    margin-right: 29rem;
    margin-left: 24rem;
    justify-content: center;
  }
  .culture_values_text {
    display: grid;
    justify-content: center;
    padding: 0rem;
    margin-bottom: 1rem;
  }
  .culture_values_title {
    font-size: 32px;
    line-height: 7.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    padding: 4px;
  }
  .culture_values_description {
    font-size: 21px;
    line-height: 2rem;
    width: auto;
    padding: 8px;
  }
  .culture_values_media {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaa {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaas {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .OPEN {
    font-size: 29px;
    padding: 3px;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
  }
  .culture_values_descriptions {
    font-size: 21px;
    line-height: 2rem;
    color: #fff;
    width: auto;
    padding: 12px;
  }
  .people_join_descriptionss {
    font-size: 17px;
    line-height: 1.7rem;
    margin-bottom: 4rem;
    width: auto;
    margin-top: 1rem;
    padding: 10px;
  }
  .join_team {
    font-size: 36px;
    padding: 10px;
    text-align: center;
  }
  .people_join_titles {
    font-weight: 600;
    font-size: 31px;
    line-height: 2.9rem;
    position: relative;
    margin-top: 3rem;
    padding: 10px;
  }
  .main {
    overflow: hidden;
  }
  .culture_hero.ssc {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 16;
    background-color: var(--bg-color-grey);
  }
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .culture_hero.ssc .culture_hero_title {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 3vw;
    line-height: 14.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    overflow: hidden;
  }
  .texttt {
    width: 100% !important;
  }
  .horizontal-sliders {
    display: flex;
    width: 385%;
    overflow-x: revert;
  }
  .culture_hero_label {
    position: absolute;
    top: calc(49% - 6.7rem);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.1rem;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
  }
  .process-wrap {
    overflow: hidden;
  }
  .process__item {
    display: flex;
    padding: 0px 97px;
    width: 100%;
  }
  .item_2descritpion {
    padding: 9px;
    margin-top: 16rem;
    font-size: 4rem;
    margin-left: 11rem;
  }
  .culture_intro {
    display: flex;
    padding-top: 0rem;
    padding: 9rem;
    padding-bottom: 5rem;
    justify-content: center;
  }
  .culture_intro_description {
    font-size: 10px;
    line-height: 2.4rem;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .culture_intro_title {
    font-size: 40px;
    margin-left: 11rem;
    margin-top: 1rem;
    font-weight: 900;
  }
  .intro_details {
    font-size: 19px;
    line-height: 28px;
  }
  .culture_grid_container {
    width: auto;
    margin: 0 auto;
    position: relative;
    min-height: 87rem;
  }
  .culture_grid_media1 {
    left: 6px;
    top: 0rem;
    width: 54.7rem;
    height: 30.2rem;
  }
  .culture_grid_media2 {
    left: 56rem;
    top: 6rem;
    width: 29%;
    height: 34%;
  }
  .culture_grid_media3 {
    left: 1rem;
    top: 23rem;
    width: 29.5rem;
    height: 37.9rem;
  }
  .culture_grid_media4 {
    right: 10.3rem;
    top: 27rem;
    width: 39.3rem;
    height: 29.7rem;
  }
  .culture_grid_media5 {
    right: 1rem;
    top: 41rem;
    width: 35.6rem;
    height: 39.6rem;
  }
  .culture_facts_title {
    font-size: 4.4rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    color: black;
    font-weight: 500;
    letter-spacing: -1px;
    word-spacing: -5px;
  }
  .culture_facts_title .culture.facts_title_scribble {
    display: inline-block;
    position: absolute;
    bottom: -64px;
    width: 28.7rem;
    height: 4.57rem;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
  }
  .culture_facts_container {
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-top: 4rem;
    color: black;
  }
  .culture_facts_reload {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.05rem;
    opacity: 0;
    color: black;
    transition: opacity 0.1s ease;
  }
  .culture_facts {
    background-color: #ffdbc2;
    height: 37rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .culture_facts_container .culture_fact {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 24px;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
  }
  .culture_horizontall_svg {
    padding: 10px;
    text-transform: uppercase;
  }
  .horizontal-sliderss {
    display: none;
  }
  .culture_horizontal_values {
    background-color: #3630aa;
    color: white;
    padding: 26px;
  }
  .manage_text_h {
    margin-top: 7rem;
    padding: 0rem;
    display: flex;
    font-size: 46px;
    width: 58%;
    margin-right: 29rem;
    margin-left: 24rem;
    justify-content: center;
  }
  .culture_values_text {
    display: grid;
    justify-content: center;
    padding: 0rem;
    margin-bottom: 1rem;
  }
  .culture_values_title {
    font-size: 39px;
    line-height: 7.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    padding: 4px;
  }
  .culture_values_description {
    font-size: 25px;
    line-height: 2rem;
    width: auto;
    padding: 10px;
  }
  .culture_values_media {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaa {
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaas {
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .OPEN {
    font-size: 35px;
    padding: 3px;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
  }
  .culture_values_descriptions {
    font-size: 24px;
    line-height: 2rem;
    color: #fff;
    width: auto;
    padding: 12px;
  }
  .people_join_descriptionss {
    font-size: 17px;
    line-height: 1.7rem;
    margin-bottom: 2rem;
    width: auto;
    margin-top: 1rem;
    padding: 10px;
  }
  .join_team {
    font-size: 36px;
    padding: 10px;
  }
  .people_join_titles {
    font-weight: 600;
    font-size: 39px;
    line-height: 2.9rem;
    position: relative;
    margin-top: 3rem;
    padding: 10px;
  }
  .main {
    overflow: hidden;
  }
  .culture_hero.ssc {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 16;
    background-color: var(--bg-color-grey);
  }
}
@media screen and (min-width: 1501px) and (max-width: 1700px) {
  .culture_hero.ssc .culture_hero_title {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 3vw;
    line-height: 14.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    overflow: hidden;
  }
  .texttt {
    width: 100% !important;
  }
  .horizontal-sliders {
    display: flex;
    width: 385%;
    overflow-x: revert;
  }
  .culture_hero_label {
    position: absolute;
    top: calc(49% - 3.7rem);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.1rem;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
  }
  .process-wrap {
    overflow: hidden;
  }
  .process__item {
    display: flex;
    padding: 0px 97px;
    width: 100%;
  }
  .culture_facts {
    background-color: #ffdbc2;
    height: 45rem;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .culture_facts_title {
    font-size: 7.4rem;
    line-height: 7.5rem;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 6rem;
    color: black;
    font-weight: 600;
    letter-spacing: -1px;
    word-spacing: -5px;
  }
  .item_2descritpion {
    padding: 9px;
    margin-top: 16rem;
    font-size: 5rem;
    margin-left: 11rem;
  }
  .culture_intro {
    display: flex;
    justify-content: center;
    padding-top: 0rem;
    padding: 9rem;
    padding-bottom: 5rem;
  }
  .culture_intro_description {
    margin-left: 0rem;
    margin-top: 1rem;
  }
  .culture_intro_title {
    font-size: 3.4rem;
    padding-left: 9rem !important;
    margin-top: -5rem;
    margin-left: 0 !important;
  }
  .culture_grid_container {
    width: auto;
    margin: 0 auto;
    position: relative;
    min-height: 90rem;
    margin-bottom: 5rem !important;
  }
  .culture_grid_media1 {
    left: 6px;
    top: 0rem;
    width: 66.7rem;
    height: 31.2rem;
  }
  .culture_grid_media2 {
    left: 69rem;
    top: 7rem;
    width: 25%;
    height: 34%;
  }
  .culture_grid_media3 {
    left: 1rem;
    top: 32rem;
    width: 32.5rem;
    height: 50.9rem;
  }
  .culture_grid_media4 {
    right: 22.3rem;
    top: 29rem;
    width: 37.3rem;
    height: 31.7rem;
  }
  .culture_grid_media5 {
    right: 3rem;
    top: 48rem;
    width: 28.6rem;
    height: 41.6rem;
  }
  .culture_facts_container {
    width: auto;
  }
  .culture_facts_reload {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.05rem;
    opacity: 0;
    color: black;
    transition: opacity 0.1s ease;
  }
  .culture_facts_container .culture_fact {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 28px;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
  }
  .culture_horizontall_svg {
    padding: 10px;
    text-transform: uppercase;
  }
  .horizontal-sliderss {
    display: none;
  }
  .culture_horizontal_values {
    padding: 26px;
  }
  .manage_text_h {
    margin-top: 7rem;
    padding: 0rem;
    display: flex;
    font-size: 46px;
    width: 58%;
    margin-right: 29rem;
    margin-left: 24rem;
    justify-content: center;
  }
  .culture_values_description {
    font-size: 25px;
    line-height: 2rem;
    color: #fff;
    width: auto;
    padding: 10px;
  }
  .culture_values_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaa {
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaas {
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .OPEN {
    font-size: 35px;
    padding: 3px;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
  }
  .main {
    overflow: hidden;
  }
  .culture_hero.ssc {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 16;
    background-color: var(--bg-color-grey);
  }
}
@media screen and (min-width: 1701px) and (max-width: 1900px) {
  .culture_hero.ssc .culture_hero_title {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    line-height: 14.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    overflow: hidden;
  }
  .texttt {
    width: 100% !important;
  }
  .horizontal-sliders {
    display: flex;
    width: 385%;
    overflow-x: revert;
  }
  .culture_hero_label {
    position: absolute;
    top: calc(49% - 6.7rem);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.1rem;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
  }
  .process-wrap {
    overflow: hidden;
  }
  .process__item {
    display: flex;
    padding: 0px 97px;
    width: 100%;
  }
  .item_2descritpion {
    padding: 9px;
    margin-top: 16rem;
    font-size: 5rem;
    margin-left: 11rem;
  }
  .culture_intro {
    display: flex;
    justify-content: center;
    padding-top: 0rem;
    padding: 9rem;
    padding-bottom: 5rem;
  }
  .culture_intro_description {
    font-size: 10px;
    line-height: 2.4rem;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .culture_intro_title {
    font-size: 40px;
    margin-left: 11rem;
    margin-top: 1rem;
    font-weight: 900;
  }
  .intro_details {
    font-size: 19px;
    line-height: 28px;
  }
  .culture_grid_container {
    width: auto;
    margin: 0 auto;
    position: relative;
    min-height: 90rem;
    margin-bottom: 5rem;
  }
  .culture_grid_media1 {
    left: 6px;
    top: 0rem;
    width: 72.7rem;
    height: 31.2rem;
  }
  .culture_grid_media2 {
    left: 74rem;
    top: 7rem;
    width: 26%;
    height: 34%;
  }
  .culture_grid_media3 {
    left: 1rem;
    top: 34rem;
    width: 32.5rem;
    height: 50.9rem;
  }
  .culture_grid_media4 {
    right: 32.3rem;
    top: 29rem;
    width: 38.3rem;
    height: 35.7rem;
  }
  .culture_grid_media5 {
    right: 11rem;
    top: 48rem;
    width: 28.6rem;
    height: 41.6rem;
  }
  .culture_facts_container {
    width: auto;
  }
  .culture_facts_reload {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.05rem;
    opacity: 0;
    color: black;
    transition: opacity 0.1s ease;
  }
  .culture_facts_container .culture_fact {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 28px;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
  }
  .culture_horizontall_svg {
    padding: 10px;
    text-transform: uppercase;
  }
  .horizontal-sliderss {
    display: none;
  }
  .culture_horizontal_values {
    padding: 26px;
  }
  .manage_text_h {
    margin-top: 7rem;
    padding: 0rem;
    display: flex;
    font-size: 46px;
    width: 58%;
    margin-right: 29rem;
    margin-left: 24rem;
    justify-content: center;
  }
  .culture_values_description {
    font-size: 25px;
    line-height: 2rem;
    color: #fff;
    width: auto;
    padding: 10px;
  }
  .culture_values_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaa {
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaas {
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .OPEN {
    font-size: 35px;
    padding: 3px;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
  }
  .main {
    overflow: hidden;
  }
  .culture_hero.ssc {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 16;
    background-color: var(--bg-color-grey);
  }
}
@media screen and (min-width: 1950px) and (max-width: 2250px) {
  .culture_hero.ssc .culture_hero_title {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    line-height: 14.1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    overflow: hidden;
  }
  .texttt {
    width: 100% !important;
  }
  .horizontal-sliders {
    display: flex;
    width: 385%;
    overflow-x: revert;
  }
  .culture_hero_label {
    position: absolute;
    top: calc(49% - 6.7rem);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    line-height: 1.6rem;
    letter-spacing: -0.1rem;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
  }
  .process-wrap {
    overflow: hidden;
  }
  .process__item {
    display: flex;
    padding: 0px 97px;
    width: 100%;
  }
  .item_2descritpion {
    padding: 9px;
    margin-top: 16rem;
    font-size: 5rem;
    margin-left: 11rem;
  }
  .culture_intro {
    display: flex;
    justify-content: center;
    padding-top: 0rem;
    padding: 9rem;
    padding-bottom: 5rem;
  }
  .culture_intro_description {
    font-size: 10px;
    line-height: 2.4rem;
    margin-left: 0rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  .culture_intro_title {
    font-size: 40px;
    margin-left: 11rem;
    margin-top: 1rem;
    font-weight: 900;
  }
  .intro_details {
    font-size: 19px;
    line-height: 28px;
  }
  .culture_grid_container {
    width: auto;
  }
  .culture_grid_media1 {
    left: 11px;
    top: 20rem;
    width: 92.7rem;
    height: 54.2rem;
  }
  .culture_grid_media2 {
    right: 1rem;
    top: 20rem;
    width: 20%;
    height: 27%;
  }
  .culture_grid_media3 {
    left: 2rem;
    top: 73rem;
    width: 37.5rem;
    height: 49.9rem;
  }
  .culture_grid_media4 {
    right: 25.3rem;
    top: 74rem;
    width: 52.3rem;
    height: 45.7rem;
  }
  .culture_grid_media5 {
    right: 2rem;
    top: 63rem;
    width: 33.6rem;
    height: 50.6rem;
  }
  .culture_facts_container {
    width: auto;
  }
  .culture_facts_reload {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.05rem;
    opacity: 0;
    color: black;
    transition: opacity 0.1s ease;
  }
  .culture_facts_container .culture_fact {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 28px;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
  }
  .culture_horizontall_svg {
    padding: 10px;
    text-transform: uppercase;
  }
  .horizontal-sliderss {
    display: none;
  }
  .culture_horizontal_values {
    padding: 26px;
  }
  .manage_text_h {
    margin-top: 7rem;
    padding: 0rem;
    display: flex;
    font-size: 46px;
    width: 58%;
    margin-right: 29rem;
    margin-left: 24rem;
    justify-content: center;
  }
  .culture_values_description {
    font-size: 25px;
    line-height: 2rem;
    color: #fff;
    width: auto;
    padding: 10px;
  }
  .culture_values_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaa {
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .culture_values_mediaas {
    border-radius: 1.5rem;
    overflow: hidden;
    margin-left: 1.2rem;
    margin-right: 2rem;
    opacity: 0;
  }
  .culture_values_mediaas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 15px;
  }
  .OPEN {
    font-size: 35px;
    padding: 3px;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
  }
  .main {
    overflow: hidden;
  }
  .culture_hero.ssc {
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 16;
    background-color: var(--bg-color-grey);
  }
}
.read_moress {
  background-color: #dddddd;
}

.read_img {
  height: 47rem;
  width: 100%;
}

.read_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.details_mang_div {
  background-color: #dddddd;
}

.details_pages {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: #fff;
  border-top-right-radius: 32px !important;
  border-top-left-radius: 32px !important;
  position: relative;
  z-index: 100;
  transition: border-radius 0.3s ease;
}

.paragraph_detail {
  padding: 6rem;
}

.titles_red {
  color: black;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 900;
}

.titles_red_all {
  color: black;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

.paraGraph_reds {
  font-size: 20px;
  color: black;
}

.related_img {
  height: 57rem;
  width: 100%;
  padding: 2rem;
  overflow: hidden;
  background-color: white;
}

.related_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 32px !important;
}

.more_suggested {
  background-color: #f4efe7;
  padding: 2rem;
}

.related_imges {
  height: 40rem;
  width: 100%;
  padding: 2rem;
  overflow: hidden;
}

.related_imges img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.button_read_more {
  background-color: #f4efe7;
}

.col-md-4 {
  position: relative;
}
.col-md-4 .btn {
  transform: translateX(1rem);
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 20;
  transition: color 1s ease;
}
.col-md-4:hover .btn {
  color: white;
  border-radius: 0.8rem;
  border: 1px solid #000;
}
.col-md-4:hover .btn .link-overlay {
  transform: translate(-50%, -87%) scale(1) !important;
}
.col-md-4 .btn .link-overlay {
  position: absolute;
  width: 140%;
  height: 140%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 100%) scale(0);
  display: inline-block;
  background-color: black;
  color: white;
  transition: transform 0.8s;
  z-index: -1;
}

.shows_more {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.all_shows {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9rem;
}

.shows_title {
  font-size: 7rem;
  letter-spacing: -4px;
  word-spacing: -8px;
}

.sticky_details_pages {
  transition: 0.8s;
}

.sticky_red {
  position: sticky;
  top: -90%;
  z-index: 200;
}

.images_media_read {
  width: auto;
  height: auto;
}

.images_media_read img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .paragraph_detail {
    padding: 1rem;
  }
  .titles_red {
    color: black;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
  }
  .related_img {
    height: 13rem;
    width: 100%;
    padding: 0rem;
    overflow: hidden;
    margin-bottom: 5rem;
  }
  .related_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 11px !important;
  }
  .shows_title {
    font-size: 4rem;
    letter-spacing: -4px;
    word-spacing: -8px;
  }
  .read_img {
    height: 16rem;
    width: 100%;
  }
}
@media screen and (min-width: 425px) and (max-width: 768px) {
  .sticky_red {
    position: sticky;
    top: -80%;
    z-index: 1000;
  }
}
.founder-section {
  position: relative;
  z-index: 40;
}

.founder-img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.founder-img-box {
  display: flex;
  align-items: center;
  width: 100% !important;
  height: 30rem;
  margin-bottom: 1rem;
  border-radius: 15px;
  overflow: hidden;
}

.founder-title span svg {
  width: 17%;
}

.heading-lg {
  font-weight: 600;
  font-size: 2.25rem;
}

.para-lg {
  font-size: 1.5rem;
  height: 32px !important;
  margin-bottom: 0 !important;
}

.margins {
  margin-bottom: 3rem !important;
}

.frames_color {
  color: #349dd1;
}

.camera_color {
  color: green;
}

.shows_details_data {
  font-size: 1.8rem !important;
  margin-bottom: 2rem !important;
}

.image-logos {
  width: 75% !important;
}

.light_color {
  color: red;
}

.highlight {
  font-size: 1.6rem !important;
}

.tools-text {
  font-size: 1.3rem !important;
  line-height: 1.3;
}

.conatiners_data {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.common-text {
  font-size: 1.3rem !important;
  margin-bottom: 5px;
}

.servides-title {
  font-weight: 600;
  font-size: 1.4rem !important;
}

.wrapper {
  padding: 0 8rem !important;
}

.common-intro-section {
  padding: 8rem 4rem 0 8rem;
}

.font-headingss {
  font-family: "Philosopher", sans-serif !important;
}

.common-intro-title {
  font-weight: 500;
  font-size: 4rem;
  line-height: normal;
}

.highlight_word {
  font-size: 1.7rem;
  font-weight: 500;
  color: green;
}

.btn-blue {
  background-color: #1b94c4 !important;
  color: white !important;
}

.text-red {
  color: #ed841b !important;
}

.yellow-colors {
  color: #ed841b !important;
}

.comedy_decorations {
  font-weight: 600 !important;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .margins {
    margin-bottom: 1rem !important;
  }
  .about-hero-description {
    height: fit-content;
  }
  .about-hero-description p {
    font-size: 4vw;
  }
  .marker-highlight:before {
    content: "";
    background-color: yellow;
    width: 107%;
    height: 1.5em;
    position: absolute;
    z-index: -1;
    filter: url(#marker-shape);
    left: -0.3em;
    top: 0em;
    padding: 0 0.25em;
  }
  .marker-highlight-club:before {
    content: "";
    background-color: yellow;
    width: 107%;
    height: 1.8em;
    position: absolute;
    z-index: -1;
    filter: url(#marker-shape);
    left: -0.3em;
    top: 0em;
    padding: 0 0.25em;
  }
  .shows_abouts {
    margin-top: 2rem !important;
  }
  .about_intro_main {
    padding: 14px !important;
  }
  .about-intro .about-intro-img {
    width: auto;
    padding: 7px;
    height: auto;
    margin-right: 0px;
  }
  .conatiners_data {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .margins-culture {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .about-intro img {
    top: 55px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-intro .about-intro-container {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .common-intro-section {
    padding: 6rem 4rem 0 4rem !important;
  }
  .about-intro-summary {
    padding: 20px 0px;
  }
  .common-intro-title {
    font-weight: 500;
    font-size: 4rem !important;
    line-height: normal;
  }
  .wrapper {
    padding: 0 2rem !important;
  }
  .about-intro .about-intro-container-img {
    width: 40vh;
    height: 278px;
  }
  .about-parallax {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .about-cards .cards .w-50 {
    width: 0 !important;
  }
  .about-cards .card {
    width: 100%;
    height: auto !important;
  }
  .about-cards .red-card {
    margin-top: 5%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .about-cards .card p {
    font-size: 14px !important;
  }
  .about-cards .green-card {
    margin-top: 12%;
    margin-left: 0px !important;
  }
  .about-cards .blue-card {
    margin-top: 14%;
    margin-left: 0px !important;
  }
  .about-cards .black-card {
    margin-top: 17%;
    margin-left: 0px !important;
  }
  .about-clip-text-container h2 {
    margin-left: 13px;
    font-size: 15vw;
    text-indent: 2rem;
    font-weight: 700;
  }
  .about-clip-text-container .about-clip-text-padding {
    padding: 21px;
  }
  .about-clip-text-container .about-clip-text-padding p {
    font-size: 4.8vw;
  }
  .hunarbaaz_img_manage {
    margin-top: 20rem !important;
  }
  .about-clip-text-container {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  .about-clip-text-container .about-clip-text-padding h3 {
    font-size: 6vw;
    font-weight: 700;
    transform: scale(1, 1.3);
  }
  .scribble-container2 svg {
    width: 40vw;
  }
  #recoClip {
    display: none;
  }
  .about-quote .about-quote-container {
    width: 93vw;
    top: -9rem;
    left: 4%;
  }
  .about-quote {
    height: 0vh;
    z-index: 50;
  }
  .founders_details {
    margin-top: 2.5rem !important;
  }
}
.list_large {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
}

.margin_show {
  margin-left: 3rem !important;
}

.footer-sections {
  padding: 16px 4px !important;
}

.fonts-bolds {
  font-weight: 600;
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .about-hero-description {
    height: 60vh;
  }
  .about-hero-description p {
    font-size: 3.5vw;
    margin-top: 13px !important;
  }
  .margin_show {
    margin-left: 1rem !important;
  }
  .list_large {
    display: flex !important;
    justify-content: space-between;
    padding: 0px 0px !important;
    flex-wrap: wrap !important;
  }
  .image-logos {
    width: auto !important;
  }
  .footer-sections {
    padding: 0px 0px !important;
  }
  .image-change-on-scroll img {
    width: 200px;
    height: auto;
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
  }
  .about-intro .about-intro-container {
    padding: 0 0;
  }
  .about-intro .about-intro-img {
    width: 40vw;
    height: 60vh;
    margin-right: 0;
  }
  .about-intro .about-intro-container-img {
    width: 25vw;
    height: 250px;
  }
  .about-intro .about-intro-container-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .common-intro-section {
    padding: 6rem 4rem 0 1rem !important;
  }
  .common-intro-title {
    font-weight: 500;
    font-size: 5rem !important;
    line-height: normal;
  }
  .wrapper {
    padding: 0 2rem !important;
  }
  .conatiners_data {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .about-clip-text-container .about-clip-text-padding p {
    font-size: 13px;
  }
  .about-clip-text-container h2 {
    margin-left: 4rem;
    font-size: 5vw;
    text-indent: 9rem;
    font-weight: 700;
    transform: scale(1, 1.3);
  }
  .hunarbaaz_img_manage {
    margin-top: 25rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .menu-link {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: var(--text-color);
    font-size: 1.7rem !important;
  }
  .foundera {
    margin-top: 3rem !important;
  }
  .common-intro-section {
    padding: 6rem 4rem 0 1rem !important;
  }
  .margin_show {
    margin-left: 1rem !important;
  }
  .common-intro-title {
    font-weight: 500;
    font-size: 5rem !important;
    line-height: normal;
  }
  .wrapper {
    padding: 0 2rem !important;
  }
  .list_large {
    display: flex !important;
    justify-content: space-between;
    padding: 0px 0px !important;
    flex-wrap: wrap !important;
  }
  .footer-sections {
    padding: 0px 0px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 870px) {
  .about-intro .about-intro-img {
    width: 41vw;
    height: auto;
    margin-right: 70px;
  }
  .about-clip-text-container .about-clip-text-padding p {
    font-size: 13px;
  }
  .margin_show {
    margin-left: 1rem !important;
  }
  .common-intro-section {
    padding: 6rem 4rem 0 1rem !important;
  }
  .list_large {
    display: flex !important;
    justify-content: space-between;
    padding: 0px 0px !important;
    flex-wrap: wrap !important;
  }
  .menu-link {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: var(--text-color);
    font-size: 1.7rem !important;
  }
  .footer-sections {
    padding: 0px 0px !important;
  }
  .common-intro-title {
    font-family: "Gravity", sans-serif;
    font-weight: 400;
    font-size: 5rem !important;
    text-transform: uppercase;
    line-height: normal;
  }
  .wrapper {
    padding: 0 2rem !important;
  }
  .about-clip-text-container h2 {
    margin-left: 4rem;
    font-size: 7vw;
    text-indent: 9rem;
    font-weight: 700;
    transform: scale(1, 1.3);
  }
  .hunarbaaz_img_manage {
    margin-top: 25rem;
  }
  .conatiners_data {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
}
.laptop-open {
  display: none !important;
}

@media screen and (min-width: 871px) and (max-width: 1024px) {
  .about-intro .about-intro-img {
    width: 43vw;
    height: 95vh;
    margin-right: 70px;
  }
  .menu-link {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: var(--text-color);
    font-size: 1.7rem !important;
  }
  .common-intro-section {
    padding: 9rem 4rem 0 10rem !important;
  }
  .icons-instra {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  footer .overlay-content .menu-link {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: var(--text-color);
    font-size: 2rem !important;
  }
  .list_large {
    display: flex !important;
    justify-content: space-between;
    padding: 0px 11px !important;
  }
  .margin_show {
    margin-left: 1rem !important;
  }
  .common-intro-title {
    font-weight: 500;
    font-size: 4rem !important;
    line-height: normal;
  }
  .wrapper {
    padding: 0 2rem !important;
  }
  .conatiners_data {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .about-clip-text-container .about-clip-text-padding p {
    font-size: 15px;
  }
  .margin_founders-shows {
    margin-top: 2rem;
  }
  .home-about-container .home-about {
    position: relative;
    padding: 2rem 0;
    z-index: 1;
  }
  .about-intro .about-intro-img .image-collage-container {
    width: 100%;
    height: 29vh !important;
    border-radius: 15px;
    padding: 2px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1150px) {
  .laptop-none {
    display: none !important;
  }
  .laptop-open {
    display: flex !important;
    margin-top: 0rem !important;
  }
  .about-intro .about-intro-container {
    padding: 26px 0;
  }
  .founders_details {
    margin-top: 3rem !important;
  }
  .about-intro-summary {
    padding: 18px 0 0px !important;
  }
  .conatiners_data {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1499px) {
  .conatiners_data {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .laptop-none {
    display: none !important;
  }
  .laptop-open {
    display: flex !important;
    margin-top: 3rem !important;
  }
  .about-intro .about-intro-container {
    padding: 26px 0;
  }
  .founders_details {
    margin-top: 2rem !important;
  }
  .conatiners_data {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .menu-link {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: var(--text-color);
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .conatiners_data {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .menu-link {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: var(--text-color);
    font-size: 1.7rem !important;
  }
}
@media screen and (min-width: 1900px) and (max-width: 4000px) {
  .about-intro .about-intro-img .image-collage-container {
    height: 23vh;
  }
  .about-intro .about-intro-container p {
    font-size: 1.3rem;
    line-height: 1.3 !important;
  }
  .about-intro .about-intro-container-img {
    width: 20vw;
    height: 34rem;
  }
  .about-parallax {
    object-fit: cover;
  }
  #pContainer {
    font-size: 1.5vw;
  }
  .about-circle-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .about-circle-container h2 {
    font-size: 4vw;
    margin: 0 4rem 4rem;
  }
  .about-circle-container .home_services_title .shadow-on-title {
    height: 200px;
  }
  .about-cards .card {
    height: fit-content;
  }
  .about-cards .card h2 {
    font-size: 2.5vw;
  }
  .about-cards .card h3 {
    font-size: 2vw;
  }
  .about-cards .card h5 {
    font-size: 1.5vw;
  }
  .about-cards .card p {
    font-size: 2vw;
  }
  .about-cards .white-card {
    height: 100vh;
    padding-top: 5%;
  }
  .about-cards .white-card h2 {
    font-size: 18vw;
  }
  .about-cards .white-card h5 {
    font-size: 1.5vw;
  }
  .about-cards .red-card {
    width: 50%;
    margin-top: 5%;
    background-color: #f4efe7;
  }
  .about-cards .green-card {
    width: 50%;
    margin-top: 8%;
    background-color: #ffdbc2;
  }
  .about-cards .blue-card {
    width: 50%;
    margin-top: 11%;
    background-color: #fff;
  }
  .about-cards .black-card {
    width: 50%;
    margin-top: 14%;
    background-color: #000;
  }
  .selected-work-label .scribble-circle-position {
    top: -23%;
    z-index: 1;
    width: 100%;
  }
}
.weights-font {
  font-weight: 600;
}

@media screen and (min-width: 1600px) and (max-width: 1770px) {
  .conatiners_data {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
}
@media (max-width: 426px) {
  .client-img-slider-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
  }
  .marker-highlightss:before {
    content: "";
    background-color: yellow;
    width: 107%;
    height: 2.5em;
    position: absolute;
    z-index: -1;
    filter: url(#marker-shape);
    left: -0.3em;
    top: 0em;
    padding: 0 0.25em;
  }
  .image-logos {
    width: auto !important;
  }
  .list_large {
    display: flex !important;
    justify-content: space-between;
    padding: 0px 0px !important;
    flex-wrap: wrap !important;
    margin-left: 1rem !important;
  }
  .margin_show {
    margin-left: 1rem !important;
  }
  .small-devices {
    margin-left: 1rem !important;
  }
  .footer-sections {
    padding: 0px 0px !important;
  }
  .showreel-container {
    display: none;
  }
  .founders_details {
    margin-top: 0rem !important;
    margin-bottom: 2rem !important;
  }
  .services_borders {
    padding: 24px 17px !important;
    min-height: auto !important;
    border-radius: 15px !important;
  }
  .image-change-on-scroll {
    padding: 0px 0 !important;
  }
}
.shows_details {
  font-size: 2.4vw !important;
}

@media screen and (max-width: 450px) {
  .founder-img-box {
    height: 15rem;
  }
  .founder-img-box .simpleParallax {
    height: 100% !important;
  }
  .founder-img-box .margins {
    margin-bottom: 1rem !important;
  }
  .client-img-slider-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
  }
  .about-intro .about-intro-container h2 {
    font-size: 10vw;
    font-weight: 700;
  }
  .about-intro .about-intro-container p {
    font-size: 4.5vw;
  }
  .about-hero-description p {
    font-size: 3.5vw;
    width: 100%;
  }
  .about-circle-title-container {
    padding: 20px 0;
  }
  .about-image-change-on-scroll .image-change-on-scroll-title {
    top: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
  }
  .about-image-change-on-scroll h2 {
    font-size: 19vw !important;
  }
  .about-image-change-on-scroll h2 sup {
    font-size: 6vw;
    top: -3.8em;
  }
  .about-image-change-on-scroll img {
    position: relative;
    width: 100% !important;
  }
  .about-cards .white-card {
    padding-top: 60%;
  }
  .about-cards .white-card h5 {
    padding: 0 !important;
    font-size: 6vw;
  }
  .about-cards .white-card h2 {
    font-size: 23vw;
  }
  .about-hero h5 {
    font-size: 7.5vw;
  }
  .about-hero h2 {
    font-weight: 700;
    font-size: 8vw;
  }
  .para-lg {
    font-size: 3.2vw;
    height: 17px !important;
    margin-bottom: 0 !important;
    font-weight: 500;
  }
  .about-circle-container {
    padding: 0;
  }
  .about-clip-container {
    height: 0rem !important;
  }
}
.services_borders {
  padding: 24px 17px !important;
  min-height: 20rem;
  border-radius: 15px !important;
}

.services_border_s {
  padding: 24px 17px !important;
  border-radius: 15px !important;
  min-height: 20rem;
}

.card-images {
  display: flex;
  justify-content: center;
}

.justcard-images {
  height: 65px !important;
  width: 80px !important;
  overflow: hidden !important;
}

.justcard-images img {
  max-height: 100%;
  max-width: 100%;
}

.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
}

.read-more {
  display: none; /* Initially hide the "Read more" span */
}

.founder-text-enter:hover .truncate-text .read-more {
  display: inline; /* Show the "Read more" span on hover */
}

.services_borders {
  overflow: hidden;
  position: relative;
}

.services_borders p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
  transition: -webkit-line-clamp 0.5s ease; /* Smooth transition */
  margin: 0 !important;
}

.services_borders:hover p {
  -webkit-line-clamp: unset; /* Show all lines on hover */
}

.services_borders:hover .reds {
  display: none;
}

.bg-primary {
  background-color: var(--text-secondary-color) !important;
}

.status-item {
  position: relative;
}
.status-item::before {
  content: "";
  display: block;
  height: 1.5vh;
  width: 2px;
  background: hsla(0deg, 0%, 100%, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.4s;
}
.status-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.5vh;
  bottom: 2px;
  background: hsla(0deg, 0%, 100%, 0.6);
  position: absolute;
}
.status-item .status-item--link {
  transform: translateY(-3px);
}

.history-wrapper-content {
  font-family: "Archivo", sans-serif;
}
.history-wrapper-content .scrollContainer {
  overscroll-behavior: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.history-wrapper-content .section-scroll {
  height: 100vh;
}
.history-wrapper-content .section-scroll.start-content {
  flex: 0 0 100vw;
}
.history-wrapper-content .start-chapter .caption {
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding-left: 5vw;
  margin-bottom: 10rem;
}
.history-wrapper-content .start-chapter .caption h2 {
  font-size: clamp(7rem, 6vw, 10rem);
  text-transform: uppercase;
  line-height: 1;
}
.history-wrapper-content .start-chapter .caption p {
  max-width: 60rem;
  padding-left: 10rem;
  font-size: clamp(2rem, 6vw, 2rem);
}
.history-wrapper-content .full-img-container {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.history-wrapper-content .full-img-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 2;
}
.history-wrapper-content .full-img-text-container {
  position: absolute !important;
  bottom: 0;
  z-index: 99;
  color: #fff;
  left: 0;
}
.history-wrapper-content .full-img-text-container h2 {
  font-size: 14vw;
  height: fit-content;
  font-weight: 900;
}
.history-wrapper-content .bg-img-container {
  width: 80vw;
  height: 100vh !important;
  background-color: #c92535;
}
.history-wrapper-content .bg-img-container img {
  width: 40vw;
  height: 40vh;
}
.history-wrapper-content .bg-img-container h4, .history-wrapper-content .bg-img-container p {
  color: #fbe8cc;
  text-align: center;
}
.history-wrapper-content .bg-img-container h4 {
  font-size: 5vw;
  font-weight: 800;
}
.history-wrapper-content .bg-img-container .bg-img-top-container {
  position: absolute;
  top: 21%;
  left: 0;
  width: 100%;
}
.history-wrapper-content .bg-img-container .bg-img-bottom-container {
  position: absolute;
  top: 66%;
  left: 0;
  width: 100%;
  text-align: center;
}
.history-wrapper-content .hero-img-container {
  position: relative;
  width: 80vw;
  height: 100vh !important;
}
.history-wrapper-content .hero-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-wrapper-content .img-container-parallax {
  position: relative;
  width: 100vw;
  height: 100vh !important;
}
.history-wrapper-content .img-container-parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 2;
}
.history-wrapper-content .img-container-parallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-wrapper-content .img-container-parallax .img-text-container-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.history-wrapper-content .img-container-parallax .img-text-container-parallax h2 {
  font-size: 10vw;
  font-weight: 900;
}
.history-wrapper-content .bg-text-container {
  width: 80vw;
  height: 100vh !important;
  color: #fbe8cc;
  background-color: #c92535;
}
.history-wrapper-content .bg-text-container h2 {
  font-size: 6vw;
  font-weight: 800;
}
.history-wrapper-content .bg-text-container h3 {
  font-size: 2.5vw;
  font-weight: 800;
}
.history-wrapper-content .bg-text-container img {
  width: 370px;
  height: 230px;
  object-fit: contain;
}
.history-wrapper-content .button-redirect {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #c92535;
  background-color: #fbe8cc;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  transition: 0.6s ease;
}
.history-wrapper-content .button-redirect .reverse-first {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  transform: translate(-100%, 0);
  transition: 0.5s;
}
.history-wrapper-content .button-redirect .reverse-second {
  display: flex;
  transform: translate(0px, 0);
  transition: 0.5s;
}
.history-wrapper-content .button-redirect:hover .reverse-first {
  transform: translate(0px, 0);
}
.history-wrapper-content .button-redirect:hover .reverse-second {
  transform: translate(100%, 0);
}
.history-wrapper-content .img-reveal-container {
  position: relative;
  width: 40vw;
  height: 100vh;
  background-color: #1c2030;
  color: #fbe8cc;
}
.history-wrapper-content .img-reveal-container .img-reveal-container-top {
  width: 30vw;
  height: 30vh;
  filter: brightness(0.9);
}
.history-wrapper-content .img-reveal-container h2 {
  font-size: 3.5vw;
  font-weight: 600;
}
.history-wrapper-content .img-reveal-container p {
  font-size: 2vw;
}
.history-wrapper-content .img-reveal-content {
  position: absolute;
  top: 11%;
  left: 0;
  width: 100%;
  z-index: 9;
}
.history-wrapper-content .hero-video-text-container {
  position: relative;
  width: 80vw;
  height: 100vh;
  background-color: #fff;
  color: #9c8b70;
}
.history-wrapper-content .hero-video-text-container .row {
  height: 85%;
}
.history-wrapper-content .hero-video-text-container h2 {
  font-size: 4vw;
}
.history-wrapper-content .hero-video-text-container p {
  font-size: 7vw;
  font-weight: 900;
}
.history-wrapper-content .hero-text-scroll-container {
  position: relative;
  width: 210vw;
  height: 101vh;
  padding: 50px 0;
  background-color: #1c2030;
  color: #697390;
}
.history-wrapper-content .hero-text-scroll-container img {
  width: 60vw;
  height: 85vh;
  object-fit: cover;
}
.history-wrapper-content .hero-text-scroll-container h2 {
  font-size: 12vw;
  font-weight: 900;
}
.history-wrapper-content .hero-text-scroll-container h3 {
  font-size: 2.5vw;
}
.history-wrapper-content .hero-text-scroll-container .bottom-scroll-text {
  bottom: 6%;
  right: 9%;
  font-size: 1vw;
  color: #fff;
}
.history-wrapper-content .hero-text-scroll-container .bottom-scroll-text h4 {
  font-size: 1vw;
}
.history-wrapper-content .hero-text-scroll-container .bottom-scroll-text .button-redirect {
  color: #000 !important;
  background-color: #fff !important;
}

.hero-carousel-container .owl-nav, .hero-carousel-container .owl-dots {
  display: none;
}

.custom-owl-btn {
  color: var(--text-color);
  transition: color 0.3s, transform 0.3s;
  background-color: var(--bg-color-grey);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-weight: 900;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-owl-btn:hover, .custom-owl-btn:active, .custom-owl-btn:focus {
  color: var(--text-color) !important;
  background-color: var(--bg-color-grey) !important;
  border: 0 !important;
}

.hero-slider-progress {
  height: 2px !important;
  width: calc(100% - 105px);
  margin: 0 auto;
}

.custom-owl-controls {
  position: absolute;
  width: 20rem;
  z-index: 999999;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.floating-title-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  transition: opacity 3s;
  opacity: 1;
}

.floating-title-container.hidden {
  opacity: 0;
}

.floating-title-container .floating-title {
  font-size: 7vw;
  font-weight: 900;
}

.floating-title-container .floating-subtitle {
  font-size: 3.5vw;
  font-weight: 700;
}

.counter {
  color: var(--text-primary-color);
}

.backdrop {
  background-color: rgba(221, 221, 221, 0.3490196078);
  padding: 20px;
  backdrop-filter: blur(3px);
}

.btn-link {
  font-size: 1vw;
  color: #979797;
  font-weight: 400;
  text-decoration: none;
  display: block;
  text-align: right;
  padding-right: 18rem;
}

.circle-container-title {
  font-size: 1.5rem;
}

.sticky-center {
  position: sticky !important;
  top: 27% !important;
}

.show-me-more-section {
  padding-bottom: 20rem;
}

@media (max-width: 768px) {
  #show_10sec_reels {
    height: 13rem;
  }
}
.image-change-on-scroll-title {
  font-size: 7vw !important;
}

.culture_career_footer {
  width: 50%;
}

@media (max-width: 426px) {
  .circle-container-title.sticky-center {
    position: static !important;
    top: auto !important;
    transform: translateY(0) !important;
  }
  .show-me-more-section {
    padding-bottom: 11rem !important;
  }
  .circle-container-title {
    font-size: 1.2rem !important;
  }
  .sup {
    font-size: 8vw !important;
  }
  .founder-title span svg {
    width: 33% !important;
  }
  .about-image-change-on-scroll h2 {
    font-size: 11vw !important;
  }
  .btn-link {
    font-size: 1rem !important;
    padding-right: 9rem !important;
    white-space: nowrap !important;
  }
  .hero-carousel-container .hero-item .hero-text-container .title-1 {
    font-size: 10vw !important;
  }
  .hero-carousel-container .hero-item .hero-text-container {
    top: 12%;
    left: 10%;
    padding: 0.5rem 4rem !important;
  }
  .hero-carousel-container .hero-item .hero-text-content .text-position-container {
    position: absolute;
    bottom: 0%;
    right: 2%;
    height: 100%;
  }
  .hero-carousel-container .hero-item .hero-text-content {
    top: 77%;
    right: 0;
    height: fit-content;
    z-index: 1;
  }
  .custom-bs-controls {
    left: 50% !important;
    transform: translateX(-32%) !important;
  }
  .hero-carousel-container .hero-item .hero-text-content .text-position-container {
    position: absolute;
    bottom: 0;
    right: 13%;
    height: 100%;
  }
  .hero-carousel-container .hero-item .hero-img-container {
    width: 90%;
  }
  .backdrop {
    left: 7% !important;
    position: relative !important;
  }
  .meet_our {
    word-spacing: 0.25rem !important;
    margin-bottom: 4rem !important;
  }
  .about-circle-title-container p {
    font-size: 1.2rem !important;
  }
  .about-hero-description p {
    font-size: 1.2rem !important;
  }
  .about-intro .about-intro-container p {
    font-size: 1.2rem !important;
  }
  .text-center {
    font-size: 1.2rem;
  }
  .founder-img-box img {
    height: auto !important;
  }
  .about-image-change-on-scroll h2 {
    font-size: 4rem !important;
  }
  .image-change-on-scroll .client-logo-box .img-reveal-box {
    justify-content: center !important;
    height: 6rem !important;
    margin-bottom: 4rem !important;
  }
  .image-change-on-scroll .client-logo-box .img-reveal-box img {
    opacity: 1 !important;
  }
  .image-change-on-scroll {
    padding-bottom: 0 !important;
  }
  .meet_our {
    font-size: 23vw !important;
  }
  .intro_details {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .culture_intro_title {
    font-size: 1.2rem !important;
    line-height: 2rem !important;
  }
  .culture_hero.ssc {
    height: 45vh !important;
  }
  .culture-image-container .row .img-box {
    margin-bottom: 2rem !important;
  }
  .btn-top-hover-black {
    font-size: 1rem !important;
  }
  .people_join_titles {
    font-size: 1.25rem !important;
  }
  .culture_career_footer {
    width: 80%;
  }
  .culture-image-container .row {
    height: auto !important;
  }
  .contact-info-container {
    height: 100% !important;
  }
  .text-animate-reveal {
    height: 5rem !important;
    font-size: 3rem !important;
    display: block;
  }
  .people_join_image .people_join_image_border {
    top: 75% !important;
    width: 18rem !important;
    height: 18rem !important;
  }
  .baner {
    justify-content: start !important;
  }
}
.awards-container {
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
}
.awards-container .awards-img-container {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.awards-container .awards-img-container img {
  transform: scale(1);
  transition: 0.5s;
  filter: brightness(0.7);
  max-height: 100%;
  width: auto;
}
.awards-container:hover .awards-hover-description {
  height: fit-content;
  opacity: 1;
}
.awards-container:hover .awards-img-container img {
  transform: scale(1);
}
.awards-container .awards-hover-title {
  font-size: 1.5rem;
  font-weight: 800;
}
.awards-container .awards-hover-description {
  height: 0;
  opacity: 0;
  transition: height 1.5s ease-in-out, opacity 0.5s ease-in-out;
}

@media screen and (max-width: 450px) {
  .awards-container .awards-hover-title {
    font-size: 7.5vw;
    font-weight: 800;
  }
}
.scroll-containers {
  background-color: var(--bg-color);
}

.description_parent {
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
  padding: 40px !important;
}

.careers_heros {
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
  margin-top: -49px;
  z-index: 1;
  position: relative;
}

.baner {
  display: grid;
  place-content: center;
  height: 100vh;
}

.meet_our {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  text-transform: uppercase;
  margin-top: 5rem;
  line-height: normal;
}

.para_graphh {
  font-size: 23px;
  font-weight: 400;
}

.people_team_intro_title {
  margin-top: 7.4rem;
  font-size: 62px;
  font-weight: 600;
  text-transform: uppercase;
}

.people_team_intro_description {
  margin-top: 7.4rem;
  font-size: 31px;
  line-height: 2.4rem;
  letter-spacing: -0.02rem;
}

.people_team_col_container {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0 3rem;
  padding-top: 5rem;
  background-color: var(var(--bg-color));
  color: var(--text-color) !important;
}

.img_div {
  position: relative;
  width: 100%;
  overflow: hidden;
  filter: brightness(0.7);
}

.img_div video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.people_team_card_image_container .people_team_card_image_container_media {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

.people_team_card_image_container .people_team_card_image_container_media img {
  border-radius: 1rem;
  width: auto;
  height: auto;
  object-fit: cover;
}

.people_team_card_name {
  font-size: 3.2rem;
  line-height: 2.7rem;
  text-transform: uppercase;
  margin-top: 1.6rem;
  margin-bottom: 4rem;
  margin-left: 1rem;
}

.people_team_card_position {
  font-size: 1.4rem;
  line-height: 1.3rem;
  letter-spacing: -0.05rem;
  text-transform: initial;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
}

.people_team_card {
  position: relative;
}

.people_team_card_description {
  position: absolute;
  visibility: hidden;
  font-size: 16px;
  max-width: 39.7rem;
  opacity: 0;
  bottom: -28%;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 1;
  transition-delay: 0.15s;
}

.people_team_card:hover .people_team_card_description {
  visibility: visible;
  opacity: 1;
}

.people_team_card {
  position: relative;
  margin: 10px;
  transition: transform 0.5s ease;
  cursor: pointer;
}

.people_team_card:hover + .people_team_card {
  transform: translateY(20%);
}

.people_team_card:hover {
  z-index: 2;
}

.people_join {
  margin-top: 12rem;
  background-color: var(--bg-color-grey) !important;
  color: #000 !important;
  max-width: 100%;
  clip-path: url(#joinClip);
}

.people_join_black_logo {
  top: 0;
  height: 11rem;
}

.people_join_black_logo {
  width: 100%;
  position: absolute;
  visibility: hidden;
  left: 0;
}

.people_join_white_logo {
  top: 11rem;
  height: 95rem;
}

.people_join_white_logo {
  width: 100%;
  position: absolute;
  visibility: hidden;
  left: 0;
}

.names {
  font-weight: 600;
}

.people_join_wrapper {
  display: flex;
  position: absolute;
  gap: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}

.people_join_image {
  width: 34rem;
  height: 37rem;
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
}

.people_join_image .people_join_image_border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f4efe7;
  border-radius: 2rem;
  overflow: hidden;
  width: 30rem;
  height: 33rem;
  display: flex;
  justify-content: center;
}

.people_join_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.people_join_title {
  font-weight: 300;
  font-size: 5.4rem;
  line-height: 5.9rem;
  position: relative;
  margin-bottom: 3.8rem;
  margin-top: 3rem;
}

.people_join_title span {
  display: none;
  width: 29.2rem;
  height: 2.7rem;
  position: absolute;
  bottom: 0;
  left: 4rem;
  background-color: transparent;
}

.people_join_description {
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin-bottom: 6rem;
  width: max-content;
  margin-top: 4rem;
}

.people_join_link {
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: capitalize;
  padding: 1rem 1.4rem;
  border: 1px solid #fff;
  border-radius: 0.8rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
}

.link_overlay {
  position: absolute;
  width: 140%;
  height: 140%;
  border-radius: 50%;
  top: -20%;
  left: -20%;
  z-index: -1;
  transform: translateY(87%);
  display: inline-block;
}

.before_manage {
  bottom: -29%;
}

.people_join_link .link_overlay {
  background-color: #fff;
}

.people_join_link:hover {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 20;
  transition: color 1s ease;
}
.people_join_link:hover:hover {
  color: #3630aa;
}
.people_join_link:hover:hover .link_overlay {
  transform: translate(-50%, -87%) scale(1) !important;
}
.people_join_link:hover .link_overlay {
  position: absolute;
  width: 140%;
  height: 140%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 100%) scale(0);
  display: inline-block;
  background-color: white;
  color: white !important;
  transition: transform 0.8s;
  z-index: -1;
}

.points {
  display: none;
}

@media screen and (width: 320px) {
  .meet_our {
    font-weight: 400;
    font-size: 3.2rem;
    text-transform: uppercase;
    margin-top: 5rem;
    word-spacing: -3px;
    padding: 3px;
  }
  .points {
    display: block;
  }
  .people_team_card_description {
    display: none;
  }
  .people_join {
    height: auto;
    position: static;
    margin-top: 12rem;
    background-color: #3630aa;
    color: #fff;
    max-width: 100%;
    clip-path: url(#joinClip);
  }
  .baner {
    margin-top: 14rem;
    padding: 2rem;
    height: auto;
  }
  .para_graphh {
    font-size: 15px;
    font-weight: 400;
    padding: 5px;
  }
  .people_team_card_image_container .people_team_card_image_container_media img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_team_card_name {
    font-size: 0.2rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: 4rem;
    margin-left: 0px !important;
  }
  .people_team_col_container {
    display: block;
    justify-content: space-between;
    gap: 0rem;
    padding: 0rem;
    padding-top: 2rem;
  }
  .people_team_card {
    position: relative;
    margin: 8px;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .names {
    font-weight: 600;
    font-size: 25px;
  }
  .people_team_card_position {
    font-size: 16px;
    line-height: 1.3rem;
    letter-spacing: -0.05rem;
    text-transform: initial;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .people_team_intro_title {
    margin-top: 1.4rem;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .people_team_card_descriptionss {
    font-size: 14px;
    line-height: 24px;
  }
  .people_join_wrapper {
    width: 100%;
    position: absolute;
    gap: 4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .people_join_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_join_image {
    width: 100%;
    height: 24rem;
    overflow: hidden;
    position: relative;
    border-radius: 2rem;
  }
  .people_join_image .people_join_image_border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4efe7;
    border-radius: 2rem;
    overflow: hidden;
    width: 16rem;
    height: 21rem;
    display: flex;
    justify-content: center;
  }
  .people_join_title {
    font-weight: 300;
    font-size: 39px;
    line-height: 2.9rem;
    position: relative;
    margin-bottom: 3.8rem;
    margin-top: 3rem;
    padding: 2px;
    text-align: center;
  }
  .people_join_description {
    font-size: 18px;
    line-height: 1.7rem;
    margin-bottom: 3rem;
    width: 100%;
    padding: 15px;
    margin-top: 4rem;
  }
  .people_join_link {
    margin-left: 10px;
  }
  .people_team_intro_description {
    margin-top: 0.4rem;
    font-size: 31px;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 321px) and (max-width: 375px) {
  .meet_our {
    font-weight: 400;
    font-size: 3.2rem;
    text-transform: uppercase;
    margin-top: 5rem;
    word-spacing: 3px;
    padding: 3px;
  }
  .people_join {
    height: auto;
    position: static;
    margin-top: 12rem;
    background-color: var(--bg-color) !important;
    color: var(--text-color) !important;
    max-width: 100%;
    clip-path: url(#joinClip);
  }
  .points {
    display: block;
  }
  .people_team_card_descriptionss {
    font-size: 14px;
    line-height: 24px;
  }
  .people_team_card_description {
    display: none;
  }
  .baner {
    margin-top: 14rem;
    padding: 3rem;
    height: auto;
  }
  .para_graphh {
    font-size: 15px;
    font-weight: 400;
    padding: 3px;
  }
  .people_team_card_image_container .people_team_card_image_container_media img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_team_card_name {
    font-size: 0.2rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: 4rem;
    margin-left: 0px !important;
  }
  .people_team_col_container {
    display: block;
    justify-content: space-between;
    gap: 0rem;
    padding: 0rem;
    padding-top: 2rem;
  }
  .people_team_card {
    position: relative;
    margin: 8px;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .names {
    font-weight: 600;
    font-size: 26px;
  }
  .people_team_card_position {
    font-size: 23px;
    line-height: 1.3rem;
    letter-spacing: -0.05rem;
    text-transform: initial;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .people_team_intro_title {
    margin-top: 1.4rem;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .people_join_wrapper {
    width: 100%;
    position: absolute;
    gap: 4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .people_join_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_join_image {
    width: 100%;
    height: 24rem;
    overflow: hidden;
    position: relative;
    border-radius: 2rem;
  }
  .people_join_image .people_join_image_border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4efe7;
    border-radius: 2rem;
    overflow: hidden;
    width: 16rem;
    height: 21rem;
    display: flex;
    justify-content: center;
  }
  .people_join_title {
    font-weight: 300;
    font-size: 39px;
    line-height: 2.9rem;
    position: relative;
    margin-bottom: 3.8rem;
    margin-top: 3rem;
    padding: 2px;
    text-align: center;
  }
  .people_join_description {
    font-size: 18px;
    line-height: 1.7rem;
    margin-bottom: 3rem;
    width: 100%;
    padding: 15px;
    margin-top: 4rem;
  }
  .people_join_link {
    margin-left: 10px;
  }
  .people_team_intro_description {
    margin-top: 0.1rem;
    font-size: 31px;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
  .meet_our {
    font-weight: 400;
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-top: 5rem;
    word-spacing: -3px;
    padding: 3px;
  }
  .points {
    display: block;
  }
  .people_team_card_descriptionss {
    font-size: 14px;
    line-height: 24px;
  }
  .people_team_card_description {
    display: none;
  }
  .people_join {
    height: auto;
    position: static;
    margin-top: 12rem;
    background-color: #3630aa;
    color: #fff;
    max-width: 100%;
    clip-path: url(#joinClip);
  }
  .baner {
    margin-top: 14rem;
    padding: 2rem;
    height: auto;
  }
  .para_graphh {
    font-size: 14px;
    font-weight: 400;
    padding: 3px;
  }
  .people_team_card_image_container .people_team_card_image_container_media img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_team_card_name {
    font-size: 0.2rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: 4rem;
    margin-left: 0px !important;
  }
  .people_team_col_container {
    display: block;
    justify-content: space-between;
    gap: 0rem;
    padding: 0rem;
    padding-top: 2rem;
  }
  .people_team_card {
    position: relative;
    margin: 8px;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .names {
    font-weight: 600;
    font-size: 20px;
  }
  .people_team_card_position {
    font-size: 19px;
    line-height: 1.3rem;
    letter-spacing: -0.05rem;
    text-transform: initial;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .people_team_intro_title {
    margin-top: 2.4rem;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .people_team_card_description {
    position: relative;
    visibility: visible;
    font-size: 14px;
    max-width: 39.7rem;
    opacity: 2;
    bottom: -35%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 1;
    transition-delay: 0.15s;
  }
  .people_join_wrapper {
    width: 100%;
    position: absolute;
    gap: 4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .people_join_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_join_image {
    width: 100%;
    height: 24rem;
    overflow: hidden;
    position: relative;
    border-radius: 2rem;
  }
  .people_join_image .people_join_image_border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4efe7;
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .people_join_title {
    font-weight: 300;
    font-size: 39px;
    line-height: 2.9rem;
    position: relative;
    margin-bottom: 3.8rem;
    margin-top: 3rem;
    padding: 2px;
    text-align: center;
  }
  .people_join_description {
    font-size: 18px;
    line-height: 1.7rem;
    margin-bottom: 3rem;
    width: 100%;
    padding: 15px;
    margin-top: 4rem;
    text-align: center;
  }
  .people_join_link {
    margin-left: 87px;
  }
  .people_team_intro_description {
    margin-top: 0.4rem;
    font-size: 27px;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .meet_our {
    font-weight: 400;
    font-size: 4.2rem;
    text-transform: uppercase;
    margin-top: 5rem;
  }
  .points {
    display: block;
  }
  .people_team_card_descriptionss {
    font-size: 14px;
    line-height: 24px;
  }
  .people_team_card_description {
    display: none;
  }
  .baner {
    margin-top: 0rem;
    padding: 0rem;
    display: grid;
    place-content: center;
    height: 100vw;
  }
  .para_graphh {
    font-size: 15px;
    font-weight: 400;
  }
  .people_team_card_image_container .people_team_card_image_container_media img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_team_card_name {
    font-size: 0.2rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: 4rem;
    margin-left: 0px !important;
  }
  .people_team_col_container {
    display: flex;
    justify-content: space-between;
    gap: 0rem;
    padding: 0rem;
    padding-top: 2rem;
  }
  .people_team_card {
    position: relative;
    margin: 8px;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .names {
    font-weight: 600;
    font-size: 20px;
  }
  .people_team_card_position {
    font-size: 16px;
    line-height: 1.3rem;
    letter-spacing: -0.05rem;
    text-transform: initial;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .people_team_intro_title {
    margin-top: 7.4rem;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .people_team_card_description {
    position: relative;
    visibility: visible;
    font-size: 14px;
    max-width: 39.7rem;
    opacity: 2;
    bottom: -41%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 1;
    transition-delay: 0.15s;
  }
  .people_join_wrapper {
    width: 100%;
    position: absolute;
    gap: 4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .people_team_col3 {
    display: none !important;
  }
  .people_join_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_join_image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2rem;
  }
  .people_join_image .people_join_image_border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4efe7;
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .people_join_title {
    font-weight: 300;
    font-size: 42px;
    line-height: 2.9rem;
    position: relative;
    margin-bottom: 3.8rem;
    margin-top: 0rem;
    padding: 2px;
    text-align: start;
  }
  .people_join {
    height: auto;
    position: static;
    margin-top: 12rem;
    background-color: var(--bg-color) !important;
    color: var(--text-color) !important;
    max-width: 100%;
    clip-path: url(#joinClip);
  }
  .people_join_description {
    font-size: 20px;
    line-height: 1.7rem;
    margin-bottom: 3rem;
    width: 100%;
    padding: 1px;
    margin-top: 4rem;
  }
  .people_join_link {
    margin-left: 10px;
  }
  .people_team_intro_description {
    margin-top: 0.4rem;
    font-size: 22px;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .meet_our {
    font-weight: 400;
    font-size: 4.2rem;
    text-transform: uppercase;
    margin-top: 5rem;
  }
  .baner {
    margin-top: 0rem;
    padding: 0rem;
    display: grid;
    place-content: center;
    height: 100vw;
  }
  .para_graphh {
    font-size: 19px;
    font-weight: 400;
  }
  .people_team_card_image_container .people_team_card_image_container_media img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_team_card_name {
    font-size: 0.2rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: 4rem;
    margin-left: 0px !important;
  }
  .people_team_col_container {
    display: flex;
    justify-content: space-between;
    gap: 0rem;
    padding: 2rem;
    padding-top: 2rem;
  }
  .people_team_card {
    position: relative;
    margin: 8px;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .names {
    font-weight: 600;
    font-size: 19px;
  }
  .people_team_card_position {
    font-size: 17px;
    line-height: 1.3rem;
    letter-spacing: -0.05rem;
    text-transform: initial;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .people_team_intro_title {
    margin-top: 7.4rem;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .people_team_card_description {
    position: absolute;
    visibility: hidden;
    font-size: 14px;
    max-width: 39.7rem;
    opacity: 0;
    bottom: -29%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 1;
    transition-delay: 0.15s;
  }
  .people_join_wrapper {
    width: 100%;
    position: absolute;
    gap: 4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .people_team_col3 {
    display: none !important;
  }
  .people_join_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_join_image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 2rem;
  }
  .people_join_image .people_join_image_border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4efe7;
    border-radius: 2rem;
    overflow: hidden;
    width: 93%;
    height: 82%;
    display: flex;
    justify-content: center;
  }
  .people_join_title {
    font-weight: 300;
    font-size: 67px;
    line-height: 4.9rem;
    position: relative;
    margin-bottom: 3.8rem;
    margin-top: 3rem;
    padding: 2px;
    text-align: start;
  }
  .people_join {
    height: auto;
    position: static;
    margin-top: 12rem;
    background-color: #3630aa;
    color: #fff;
    max-width: 100%;
    clip-path: url(#joinClip);
  }
  .people_join_description {
    font-size: 26px;
    line-height: 1.7rem;
    margin-bottom: 3rem;
    width: 100%;
    padding: 1px;
    margin-top: 4rem;
  }
  .people_join_link {
    margin-left: 10px;
  }
  .people_team_intro_description {
    margin-top: 1.4rem;
    font-size: 31px;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .meet_our {
    font-weight: 400;
    font-size: 13vw;
    text-transform: uppercase;
    margin-top: 5rem;
  }
  .baner {
    margin-top: 0rem;
    padding: 0rem;
    display: grid;
    place-content: center;
    height: 100vh;
  }
  .para_graphh {
    font-size: 19px;
    font-weight: 400;
  }
  .people_team_card_image_container .people_team_card_image_container_media img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_team_card_name {
    font-size: 0.2rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: 4rem;
    margin-left: 0px !important;
  }
  .people_team_col_container {
    display: flex;
    justify-content: space-between;
    gap: 0rem;
    padding: 3rem;
    padding-top: 2rem;
  }
  .people_team_card {
    position: relative;
    margin: 8px;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .names {
    font-weight: 600;
    font-size: 19px;
  }
  .people_team_card_position {
    font-size: 17px;
    line-height: 1.3rem;
    letter-spacing: -0.05rem;
    text-transform: initial;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .people_team_intro_title {
    margin-top: 7.4rem;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .people_team_card_description {
    position: absolute;
    visibility: hidden;
    font-size: 14px;
    max-width: 39.7rem;
    opacity: 0;
    bottom: -27%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 1;
    transition-delay: 0.15s;
  }
  .people_join_wrapper {
    width: 100%;
    position: absolute;
    gap: 4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .people_team_col3 {
    display: none !important;
  }
  .people_join_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_join_image {
    overflow: hidden;
    position: relative;
    border-radius: 2rem;
  }
  .people_join_image .people_join_image_border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4efe7;
    border-radius: 2rem;
    overflow: hidden;
    width: 93%;
    height: 82%;
    display: flex;
    justify-content: center;
  }
  .people_join_title {
    font-weight: 300;
    font-size: 39px;
    line-height: 2.9rem;
    position: relative;
    margin-bottom: 3.8rem;
    margin-top: 3rem;
    padding: 2px;
    text-align: start;
  }
  .people_join {
    height: auto;
    position: static;
    margin-top: 12rem;
    background-color: #3630aa;
    color: #fff;
    max-width: 100%;
    clip-path: url(#joinClip);
  }
  .people_join_description {
    font-size: 18px;
    line-height: 1.7rem;
    margin-bottom: 3rem;
    width: 100%;
    padding: 1px;
    margin-top: 4rem;
  }
  .people_join_link {
    margin-left: 10px;
  }
  .people_team_intro_description {
    margin-top: 1.4rem;
    font-size: 31px;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .meet_our {
    font-weight: 400;
    font-size: 4.2rem;
    text-transform: uppercase;
    margin-top: 5rem;
    word-spacing: normal;
    margin-bottom: 3rem !important;
  }
  .about-intro .about-intro-container {
    padding: 0px 0 !important;
  }
  .baner {
    margin-top: 0rem;
    padding: 0rem;
    display: grid;
    place-content: center;
    height: 100vh;
  }
  .para_graphh {
    font-size: 19px;
    font-weight: 400;
  }
  .people_team_card_image_container .people_team_card_image_container_media img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_team_card_name {
    font-size: 0.2rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: 4rem;
    margin-left: 0px !important;
  }
  .people_team_col_container {
    display: flex;
    justify-content: space-between;
    gap: 0rem;
    padding: 0rem;
    padding-top: 2rem;
  }
  .people_team_card {
    position: relative;
    margin: 8px;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .names {
    font-weight: 600;
    font-size: 26px;
  }
  .people_team_card_position {
    font-size: 15px;
    line-height: 1.3rem;
    letter-spacing: -0.05rem;
    text-transform: initial;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .people_team_intro_title {
    margin-top: 7.4rem;
    font-size: 43px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .people_team_card_description {
    position: absolute;
    visibility: hidden;
    font-size: 14px;
    max-width: 39.7rem;
    opacity: 0;
    bottom: -30%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 1;
    transition-delay: 0.15s;
  }
  .people_join_wrapper {
    width: 100%;
    position: absolute;
    gap: 4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .people_join_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_join_image {
    overflow: hidden;
    position: relative;
    border-radius: 2rem;
  }
  .people_join_image .people_join_image_border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4efe7;
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
    height: 82%;
    display: flex;
    justify-content: center;
  }
  .people_join_title {
    font-weight: 300;
    font-size: 39px;
    line-height: 2.9rem;
    position: relative;
    margin-bottom: 3.8rem;
    margin-top: 3rem;
    padding: 2px;
    text-align: start;
  }
  .people_join {
    height: auto;
    position: static;
    margin-top: 12rem;
    background-color: #3630aa;
    color: #fff;
    max-width: 100%;
    clip-path: url(#joinClip);
  }
  .people_join_description {
    font-size: 18px;
    line-height: 1.7rem;
    margin-bottom: 3rem;
    width: 100%;
    padding: 1px;
    margin-top: 4rem;
  }
  .people_join_link {
    margin-left: 10px;
  }
  .people_team_intro_description {
    margin-top: 1.4rem;
    font-size: 31px;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1880px) {
  .meet_our {
    font-weight: 400;
    font-size: 4.2rem;
    text-transform: uppercase;
    margin-top: 5rem;
  }
  .baner {
    margin-top: 0rem;
    padding: 0rem;
    display: grid;
    place-content: center;
    height: 100vh;
  }
  .para_graphh {
    font-size: 19px;
    font-weight: 400;
  }
  .people_team_card_image_container .people_team_card_image_container_media img {
    border-radius: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_team_card_name {
    font-size: 0.2rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: 4rem;
    margin-left: 0px !important;
  }
  .people_team_col_container {
    display: flex;
    justify-content: space-between;
    gap: 0rem;
    padding: 0rem;
    padding-top: 2rem;
  }
  .people_team_card {
    position: relative;
    margin: 8px;
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  .names {
    font-weight: 600;
    font-size: 21px;
  }
  .people_team_card_position {
    font-size: 17px;
    line-height: 1.3rem;
    letter-spacing: -0.05rem;
    text-transform: initial;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
  .people_team_intro_title {
    margin-top: 7.4rem;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .people_team_card_description {
    position: absolute;
    visibility: hidden;
    font-size: 14px;
    max-width: 39.7rem;
    opacity: 0;
    bottom: -27%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 1;
    transition-delay: 0.15s;
  }
  .people_join_wrapper {
    width: 100%;
    position: absolute;
    gap: 4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .people_join_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .people_join_image {
    overflow: hidden;
    position: relative;
    border-radius: 2rem;
  }
  .people_join_image .people_join_image_border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f4efe7;
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .people_join_title {
    font-weight: 300;
    font-size: 39px;
    line-height: 2.9rem;
    position: relative;
    margin-bottom: 3.8rem;
    margin-top: 3rem;
    padding: 2px;
    text-align: start;
  }
  .people_join {
    height: auto;
    position: static;
    margin-top: 12rem;
    background-color: #3630aa;
    color: #fff;
    max-width: 100%;
    clip-path: url(#joinClip);
  }
  .people_join_description {
    font-size: 18px;
    line-height: 1.7rem;
    margin-bottom: 3rem;
    width: 100%;
    padding: 1px;
    margin-top: 4rem;
  }
  .people_join_link {
    margin-left: 10px;
  }
  .people_team_intro_description {
    margin-top: 1.4rem;
    font-size: 31px;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
  }
}
.events-title {
  font-size: 3.5vw;
  font-weight: 500;
}

.event-section {
  position: relative;
  font-family: "Archivo", sans-serif !important;
  width: 100vw;
  height: 85vh;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.event-section .event-container {
  width: 200px;
  height: 300px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
}
.event-section .event-container .event-img-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
}
.event-section .event-container:nth-child(1), .event-section .event-container:nth-child(2) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
}
.event-section .event-container:nth-child(3) {
  left: 50%;
}
.event-section .event-container:nth-child(4) {
  left: calc(50% + 220px);
}
.event-section .event-container:nth-child(5) {
  left: calc(50% + 440px);
}
.event-section .event-container:nth-child(6) {
  left: calc(50% + 660px);
  opacity: 0;
}
.event-section .event-container .event-content {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font: 400 0.85rem helvetica, sans-serif;
  color: white;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
  z-index: 3;
}
.event-section .event-container .event-content h2 {
  font-size: 3vw;
  font-weight: 700;
  text-transform: uppercase;
}
.event-section .event-container .event-content p {
  line-height: normal;
  margin: 1rem 0 1.5rem;
  font-size: 1.5vw;
}
.event-section .event-container:nth-of-type(2) .event-content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.event-nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  user-select: none;
}
.event-nav .btn {
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.7);
  font-size: 2vw;
  margin: 0 0.5rem;
  padding: 0.75rem;
  border-radius: 50%;
  cursor: pointer;
}
.event-nav .btn:hover {
  background-color: rgba(255, 255, 255, 0.479);
}

@media screen and (max-width: 450px) {
  .events-title {
    font-size: 10vw;
  }
  .events-title span svg {
    width: 60%;
  }
}
#image_reveal_onscroll_section .client-logo-box {
  display: block !important;
}

.client-img-slider-ltr {
  display: none !important;
}

@media (max-width: 426px) {
  footer .overlay-content .menu-link {
    font-size: 1.4rem !important;
  }
  .footer-description * {
    font-size: 1rem !important;
  }
  header {
    background-color: #fff;
    box-shadow: var(--bs-box-shadow-sm) !important;
  }
  .dark-mode header {
    background-color: #333 !important;
  }
  .sticky-title {
    transform: translateY(-25%);
  }
  .client-logo-box .img-reveal-box:last-child {
    display: none;
  }
  .news-section .card {
    height: 80vh;
  }
  .news-section .card h2 {
    font-size: 2rem;
  }
  .news-section .card .title {
    font-size: 4rem !important;
  }
  .news-section .white-card {
    padding-top: 0 !important;
    height: 75vh !important;
  }
  .video-hover-container {
    height: 34vh !important;
  }
  .home-about-container .home-about {
    padding: 56px 0 0 !important;
  }
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 1) !important;
    padding-left: calc(var(--bs-gutter-x) * 1) !important;
  }
  .image-change-on-scroll .client-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .image-change-on-scroll .client-logo-box .img-reveal-box {
    height: 6rem !important;
    margin-bottom: 2rem !important;
    width: 11rem;
  }
  .culture_hero.ssc {
    height: 18rem !important;
  }
  .culture_hero.ssc .culture_hero_title {
    top: 70%;
    font-size: 5vw;
    line-height: 1.5 !important;
    width: 98% !important;
    white-space: normal !important;
  }
  .culture_hero_label {
    top: 48% !important;
  }
  .culture-image-container .row .img-box {
    height: 18rem !important;
  }
  .about-intro-img {
    display: none !important;
  }
  .collage-img-slider-ltr {
    display: block !important;
  }
  .meet_our {
    word-spacing: 0 !important;
    padding: 0 21px !important;
    font-weight: 400 !important;
    font-size: 4rem !important;
    margin-bottom: 0 !important;
  }
  .collage-img-slider-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15rem;
  }
  .collage-img-slider-img-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 15rem;
    object-fit: cover;
  }
  .para-lg {
    font-size: 1rem;
    height: 50px !important;
  }
  #image_reveal_onscroll_section .client-logo-box {
    display: none !important;
  }
  .client-img-slider-ltr {
    display: block !important;
  }
  .client-img-slider-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
  }
  .client-img-slider-img-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
  }
  .work-image-collage {
    display: none !important;
  }
  .img-on-hover .bold-text {
    font-size: 3.5vw;
  }
  .img-on-hover p {
    font-size: 4vw;
  }
  .project-container p {
    font-size: 5vw;
  }
  .project-container h2 {
    font-size: 5vw;
    padding: 0 2rem;
    font-weight: 200 !important;
  }
  .lovely_briliant {
    font-weight: 300 !important;
    font-size: 4rem !important;
    margin-top: 3rem !important;
    padding: 2rem !important;
  }
  .sticky-title {
    transform: translateY(-12%) !important;
  }
  .news-home-link {
    height: 50vh;
  }
  .news-home-link .news-home-hover {
    margin-top: 160px !important;
  }
  .social-link {
    text-align: center !important;
  }
  .home-about-container .home-about .home-about-text p {
    font-size: 1.25rem !important;
    text-align: center !important;
    line-height: 1.5 !important;
    letter-spacing: 0.015em !important;
  }
  .work-hero {
    padding: 7rem 0 2rem 1rem !important;
  }
  .work-hero h2 {
    font-size: 6rem !important;
  }
  .play-on-hover {
    padding-top: 0;
  }
  .work-hero.work-hero-index {
    padding: 7rem 1rem 3rem 1rem !important;
  }
}
@media (max-width: 326px) {
  .news-home-link {
    height: 60vh;
  }
  .news-home-link .news-home-hover {
    margin-top: 215px !important;
  }
}
.progress-wrap {
  color: white;
  position: fixed;
  right: 13px;
  bottom: 10px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px white;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap input {
  z-index: 10001;
}

.progress-wrap input:checked + html {
  -ms-scroll-snap-type: unset;
  scroll-snap-type: unset;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: gray;
  left: 0;
  top: -2px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap::before {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  opacity: 0;
  -webkit-text-fill-color: #e32b24;
  left: 0;
  top: -2px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #e32b24;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* Menu Button 3 */
.menu-btn-3 {
  height: 32px;
  width: 32px;
  cursor: pointer;
}

.menu-btn-3 span,
.menu-btn-3 span::before,
.menu-btn-3 span::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  margin-top: 13px;
  transform: rotate(180deg);
  transition: 0.5s ease-in-out;
}

.menu-btn-3 span {
  background-color: #fff;
}

.menu-btn-3 span::before {
  margin-top: -9px;
  background-color: #fff;
}

.menu-btn-3 span::after {
  margin-top: 9px;
  background-color: #fff;
}

.menu-btn-3.active span {
  background: transparent;
}

.menu-btn-3.active span::before {
  margin-top: 0;
  transform: rotate(45deg);
}

.menu-btn-3.active span::after {
  transform: rotate(-45deg);
  margin-top: 0;
}

.menu-btn-3 {
  display: none;
}

@media (max-width: 768px) {
  #menu-title {
    display: none;
  }
  .menu-btn-3 {
    display: block;
  }
}
@media (max-width: 1025px) {
  .about-intro .about-intro-container {
    padding: 0 !important;
  }
}
@media (max-width: 426px) {
  .overlay .overlay-content .nav-list {
    font-size: 9.5vw;
    top: 12% !important;
    bottom: auto;
  }
  .overlay .overlay-content .menu-social-links {
    position: absolute;
    bottom: 10%;
    width: 100%;
    left: 0;
  }
  .menu-social-links ul {
    display: flex !important;
    justify-content: start !important;
  }
  .social-link {
    text-align: center !important;
    padding: 0 !important;
  }
  .list-unstyled {
    line-height: 1.5;
  }
  .menu-showreel {
    display: none;
  }
  .culture_horizontall_svg {
    font-size: 2rem !important;
  }
  .about-circle-container h2 {
    font-size: 2.5rem !important;
    margin-bottom: 1.4rem !important;
  }
  .linea {
    line-height: 1.2 !important;
  }
}
.shows_details {
  font-size: 2.4rem !important;
}

@media (max-width: 426px) {
  .circle-container-title.sticky-center {
    position: static !important;
    top: auto !important;
    transform: translateY(0) !important;
  }
  .show-me-more-section {
    padding-bottom: 11rem !important;
  }
  .circle-container-title {
    font-size: 1.3rem !important;
  }
  .sup {
    font-size: 8vw !important;
  }
  .founder-title span svg {
    width: 33% !important;
  }
  .about-image-change-on-scroll h2 {
    font-size: 11vw !important;
  }
  .btn-link {
    font-size: 1rem !important;
    padding-right: 9rem !important;
    white-space: nowrap !important;
  }
  .hero-carousel-container .hero-item .hero-text-container .title-1 {
    font-size: 10vw !important;
  }
  .hero-carousel-container .hero-item .hero-text-container {
    top: 12%;
    left: 10%;
    padding: 0.5rem 4rem !important;
  }
  .hero-carousel-container .hero-item .hero-text-content .text-position-container {
    position: absolute;
    bottom: 0%;
    right: 2%;
    height: 100%;
  }
  .hero-carousel-container .hero-item .hero-text-content {
    top: 77%;
    right: 0;
    height: fit-content;
    z-index: 1;
  }
  .custom-bs-controls {
    left: 50% !important;
    transform: translateX(-32%) !important;
  }
  .hero-carousel-container .hero-item .hero-text-content .text-position-container {
    position: absolute;
    bottom: 0;
    right: 13%;
    height: 100%;
  }
  .hero-carousel-container .hero-item .hero-img-container {
    width: 90%;
  }
  .backdrop {
    left: 7% !important;
    position: relative !important;
  }
  .meet_our {
    margin-bottom: 2rem !important;
  }
  .about-circle-title-container p {
    font-size: 1.3rem !important;
  }
  .about-hero-description p {
    font-size: 1.3rem !important;
  }
  .about-intro .about-intro-container p {
    font-size: 1.3rem !important;
  }
  .text-center {
    font-size: 1.3rem;
  }
  .even-more-text {
    font-size: 2rem !important;
  }
  .founder-img-box img {
    height: auto !important;
  }
  .about-image-change-on-scroll h2 {
    font-size: 4rem !important;
  }
  .image-change-on-scroll .client-logo-box .img-reveal-box {
    justify-content: center !important;
    height: 6rem !important;
    margin-bottom: 4rem !important;
  }
  .image-change-on-scroll .client-logo-box .img-reveal-box img {
    opacity: 1 !important;
  }
  .image-change-on-scroll {
    padding-bottom: 0 !important;
  }
  .meet_our {
    font-size: 8vw !important;
  }
  .intro_details {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .culture_intro_title {
    font-size: 1.3rem !important;
    line-height: 2rem !important;
  }
  .culture_hero.ssc {
    height: 45vh !important;
  }
  .culture-image-container .row .img-box {
    margin-bottom: 2rem !important;
  }
  .btn-top-hover-black {
    font-size: 1rem !important;
  }
  .people_join_titles {
    font-size: 1.25rem !important;
  }
  .culture_career_footer {
    width: 80%;
  }
  .culture-image-container .row {
    height: auto !important;
  }
  .contact-info-container {
    height: 100% !important;
  }
  .text-animate-reveal {
    height: 5rem !important;
    font-size: 3rem !important;
    display: block;
  }
  .people_join_image .people_join_image_border {
    top: 75% !important;
    width: 18rem !important;
    height: 18rem !important;
  }
  .baner {
    justify-content: start !important;
  }
}
@media screen and (min-width: 871px) and (max-width: 1024px) {
  .home-about-container .home-about {
    position: relative;
    padding: 2rem 0;
    z-index: 1;
  }
  .image-change-on-scroll {
    padding: 0px !important;
  }
  .margins {
    margin-bottom: 3rem !important;
  }
}
.common-text {
  font-size: 1.3rem !important;
  margin-bottom: 5px;
  text-align: center;
}

.wrapper {
  padding: 0 8rem !important;
}

.common-intro-section {
  padding: 8rem 4rem 0 8rem;
}

.common-intro-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: normal;
  text-align: center;
  font-family: "Philosopher", sans-serif !important;
  padding: 1rem;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.font-heading {
  font-family: "Philosopher", sans-serif !important;
  color: black !important;
}

.dark_images {
  display: block !important;
}

/*# sourceMappingURL=main.css.map */
