@charset "UTF-8";

@font-face {
  font-family: "Blender pro book";
  src: url("./fonts/Blender-Pro-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Blenderpro";
  src: url("./fonts/BlenderPro-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Blenderpro";
  src: url("./fonts/BlenderPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("./fonts/HelveticaNeue.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("./fonts/HelveticaNeue-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("./fonts/HelveticaNeue-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Tungstencond';
  src: url('./fonts/TungstenCond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --gap: 160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: auto;
  /* overflow-x: hidden; */
}

img {
  max-width: 100%;
  height: auto;
}

p:last-child {
  margin-bottom: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  height: auto;
}

body .site_wrap {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

@media (max-width: 575px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

video,
svg {
  width: 100%;
}

.loading_screen {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: #ff0000;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  transition: transform 0.6s ease-out;
  transition-delay: 1s;
  overflow: hidden;
}

body .loading_screen {
  overflow: hidden;
}

.loading_screen.loaded {
  transform: translateY(-100%);
}

.loading_screen .logo_conteiner {
  max-width: 300px;
  width: 100%;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 20px;
  margin-inline: 30px;
  background-color: hsl(225, 7%, 11%);
  padding-left: 25px;
  padding-right: 3px;
  border-radius: 120px;
  z-index: 999;
  font-family: "HelveticaNeue", sans-serif;
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 14px;
  /* 1. inner glow - for dark mode 👇 */
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 52%, 0.1), 0 0 0 1px hsla(230, 13%, 9%, 0.075), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02), 0 0.9px 1.5px hsla(230, 13%, 9%, 0.045), 0 3.5px 6px hsla(230, 13%, 9%, 0.09);
}

header .nav_wrapper {
  width: 100%;
}

header .nav_wrapper_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

header .nav_wrapper_inner .left {
  display: flex;
  justify-content: start;
  padding-left: 20px;
  align-items: center;
}

@media (max-width: 480px) {
  header {
    --bs-gutter-x: 1.5rem;
    margin-inline: calc(var(--bs-gutter-x) * .5);
  }
}

/*------------------------------------------------------------------------------*/
/*------------------------------ Desktop Menu CSS ------------------------------*/
/*------------------------------------------------------------------------------*/
.desktop-navigation {
  position: relative;
  /* padding: 0 15px; */
  z-index: 1000;
  width: max-content;
  display: flex;
  align-items: center;
}

.desktop-navigation.desktop-navigation-left {
  padding: 0 15px;
}


.desktop-navigation>ul {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  /* margin-right: 40px; */
  padding-left: 0;
  display: flex;

}

.desktop-navigation ul li {
  position: relative;
  display: block;
}

.desktop-navigation>ul>li {
  float: left;
}

.desktop-navigation ul li a {
  position: relative;
  color: #fff;
  letter-spacing: .25px;
  padding: 8px 10px 5px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
  transition: .2s ease-out;
}

.desktop-navigation ul li.has-submenu ul li a {
  color: #a3a3a3;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.desktop-navigation ul li.has-submenu a {
  padding-right: 18px;
  display: flex;
  align-items: center;
}

.desktop-navigation ul li.has-submenu>a::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 256 256' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M225.813 48.907 128 146.72 30.187 48.907 0 79.093l128 128 128-128z' fill='%23FFFFFF' opacity='1' data-original='%23FFFFFF' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}

.desktop-navigation ul li a:not(.subMenu li a) {
  margin-right: 5px;
}

.desktop-navigation a:hover,
li.active {
  background: transparent;
}

div.subMenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 30px;
  background: transparent;
  width: 150px;
}

div.subMenu ul {
  background-color: #181818;
  border-radius: 9px;
  padding: 15px 10px;
}

.desktop-navigation div.subMenu li a {
  width: 100%;
  padding: 1rem 1rem;
}

.desktop-navigation div.subMenu li a:hover,
.desktop-navigation div.subMenu li.active>a {
  color: #FFF;
}

div.subMenu div.subMenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

.mobile-navigation {
  display: none;
}

@media (max-width: 991px) {
  .desktop-navigation {
    display: none;
  }

  .mobile-navigation {
    display: block;
  }

  .mobile-navigation {
    border: 1px #646464;
    border-radius: 7px;
    width: 40px;
    height: 40px;
  }

  .mobile-navigation svg {
    width: 40px;
    height: 40px;
  }
}

.mobile-menu.offcanvas {
  height: 100%;
  background: #000;
}

.mobile-menu.offcanvas .btn-close {
  width: 20px;
  height: 20px;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  border: 0;
  border-radius: 0;
  opacity: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  outline: none;
  cursor: pointer;
}

.mobile-menu.offcanvas .offcanvas-header,
.mobile-menu.offcanvas .offcanvas-body {
  padding: 40px 61px;
}

header .logo_wrapper {
  display: block;
  width: 100%;
  text-align: center;
}

header .logo_wrapper img {
  max-width: 200px;
}

header .desktop-navigation ul {
  list-style: none;
  margin: 0;
}

header .desktop-navigation ul li {
  display: flex;
  align-items: center;
}

header .desktop-navigation ul li a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
}

header .desktop-navigation ul li a.cta {
  color: #fff;
  font-family: Blenderpro, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ff0000;
  border-radius: 100px;
  max-width: 180px;
  padding: 18px 25px;
  margin-right: 0;
}

.mobile-menu.offcanvas .mobile-menu-responsive ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mobile-menu.offcanvas .mobile-menu-responsive ul.subMenu-mobile {
  margin-top: 20px;
}

.mobile-menu.offcanvas .mobile-menu-responsive ul.subMenu-mobile li {
  padding-left: 40px;
  position: relative;
}

.mobile-menu.offcanvas .mobile-menu-responsive ul.subMenu-mobile li::before {
  content: '';
  height: 1px;
  width: 25px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.mobile-menu.offcanvas .mobile-menu-responsive ul li:not(:last-child) {}

.mobile-menu.offcanvas .mobile-menu-responsive ul li a {
  position: relative;
  font-family: Blenderpro, sans-serif;
  line-height: 0.8;
  font-weight: bold;
  font-size: 6vw;
  color: #FFFFFF;
  text-decoration: none;
  overflow: hidden;
  display: block;
  padding-bottom: 4px;
}


.mobile-menu.offcanvas .mobile-menu-responsive ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate3d(-110%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease-in-out;
}

.mobile-menu.offcanvas .mobile-menu-responsive ul li a:hover::after {
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

@media (max-width: 1280px) {
  header .desktop-navigation ul {
    gap: 10px;
  }

  .desktop-navigation ul li a {
    padding: 8px 4px 5px;
  }
}

@media (max-width: 480px) {

  .mobile-menu.offcanvas .offcanvas-header,
  .mobile-menu.offcanvas .offcanvas-body {
    padding: 40px 43px;
  }

  .mobile-menu.offcanvas .mobile-menu-responsive ul li a {
    font-size: 7vw;
  }
}


@media (max-width: 479px) {}

.section_heading h2 {
  position: relative;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Tungstencond, sans-serif;
  font-size: 7vw;
  line-height: .8;
  margin-bottom: 0;
}

.section_heading p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .section_heading h2 {
    font-size: 14vw;
  }
}

.video-banner {
  height: 100vh;
}

.video-banner .content_wrapper {
  height: 100%;
  position: relative;
}

.video-banner .content_wrapper .noise-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0.04;
  background-image: url(./images/noise.gif);
  background-position: 0 0;
  background-size: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-banner .content_wrapper video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(100%);
}

.video-banner .content_wrapper .content_overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: "Blenderpro", sans-serif;
  color: #fff;
}

.video-banner .content_wrapper .content_overlay .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.video-banner .content_wrapper .content_overlay .content p.small {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.video-banner .content_wrapper .content_overlay .content img.small_logo {
  max-width: 150px;
  margin-bottom: 40px;
}

.video-banner .content_wrapper .content_overlay .content h1 {
  font-weight: 700;
  text-align: center;
  font-size: clamp(30px, 5vw, 40px);
  margin-bottom: 50px;
  line-height: 0.9;
  text-transform: uppercase;
}

.global-btn a {
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-family: Blenderpro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: transform 0.25s;
  display: flex;
  text-decoration: none;
}

.global-btn a:hover {
  transform: scale(0.9);
  background-color: #fff;
  color: #101010;
}

.global-btn-bg a,
.global-btn-bg button {
  text-transform: uppercase;
  color: #fff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-family: Blenderpro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: transform 0.25s;
  display: flex;
  text-decoration: none;
}

.global-btn-bg a:hover,
.global-btn-bg button:hover {
  transform: scale(0.9);
}

.global-btn-alt a,
.global-btn-alt button {
  text-transform: uppercase;
  color: #101010;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-family: Blenderpro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: transform 0.25s;
  display: flex;
  text-decoration: none;
}

.global-btn-alt a:hover,
.global-btn-alt button:hover {
  transform: scale(0.9);
}

.global-btn-alt-bg a,
.global-btn-alt-bg button {
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-family: Blenderpro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: transform 0.25s;
  display: flex;
  text-decoration: none;
}

.global-btn-alt-bg a:hover,
.global-btn-alt-bg button:hover {
  transform: scale(0.9);
}


@media (max-width: 767px) {
  .video-banner .content_wrapper .content_overlay .content p.small {
    font-size: 25px;
  }
}

.three-grid-block {
  background-color: #101010;
  padding-top: 6px;
}

.three-grid-block .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  min-height: 25vw;
  gap: 6px;
}

.three-grid-block .grid-wrapper .grid-card {
  min-height: 400px;
}

@media (min-width: 992px) {
  .three-grid-block .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .three-grid-block .grid-wrapper .grid-card {
    min-height: auto;
  }
}

.three-grid-block .grid-wrapper .grid-card {
  height: 100%;
  width: 100%;
  position: relative;
}

.three-grid-block .grid-wrapper .grid-card a {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.three-grid-block .grid-wrapper .grid-card img {
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  object-fit: cover;
}

.three-grid-block .grid-wrapper .grid-card .content_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.three-grid-block .grid-wrapper .grid-card .content_overlay::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.three-grid-block .grid-wrapper .grid-card .content_overlay .content_overlay_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.three-grid-block .grid-wrapper .grid-card .content_overlay .content_overlay_inner .noise-overlay {
  z-index: 1;
  opacity: .01;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  pointer-events: none;
}

.three-grid-block .grid-wrapper .grid-card .content_overlay h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: HelveticaNeue, sans-serif;
  font-size: 7.5vw;
  font-weight: 700;
  line-height: 1;
}


@media (min-width: 480px) {
  .three-grid-block .grid-wrapper .grid-card .content_overlay h2 {
    font-size: 5vw;
  }
}

@media (min-width: 992px) {
  .three-grid-block .grid-wrapper .grid-card .content_overlay h2 {
    font-size: 2.2vw;
  }
}

.three-grid-block .grid-wrapper .grid-card .content_overlay p {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 60px rgba(0, 0, 0, .5);
  font-family: HelveticaNeue, sans-serif;
  font-size: 3.8vw;
  position: relative;
}

@media (min-width: 480px) {
  .three-grid-block .grid-wrapper .grid-card .content_overlay p {
    font-size: 2.5vw;
  }
}

@media (min-width: 992px) {
  .three-grid-block .grid-wrapper .grid-card .content_overlay p {
    font-size: .8vw;
  }
}


.sec_2 {
  background-color: #101010;
  padding: 80px 0;
}

.sec_2 .content_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sec_2 .content_wrapper .sub_heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: HelveticaNeue, sans-serif;
  margin-bottom: 3vw;
  font-size: 2.5vw;
}

.sec_2 .content_wrapper h2 {
  text-transform: none;
  max-width: 87vw;
  font-family: HelveticaNeue, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 480px) {
  .sec_2 .content_wrapper .sub_heading {
    font-size: 4vw;
  }

  .sec_2 .content_wrapper h2 {
    font-size: 4vw;
  }
}

@media (min-width: 992px) {
  .sec_2 .content_wrapper .sub_heading {
    margin-bottom: 2vw;
    font-size: 1.5vw;
  }

  .sec_2 .content_wrapper h2 {
    font-size: 2vw;
    max-width: 78vw;
  }
}

.sec_2 .content_wrapper .global-btn {
  margin-top: 40px;
}

.sec_3 {
  background-color: #101010; 
  padding:100px 0px;
}

.sec_3 .content_wrapper {
  padding-inline: 5vw;
}

.sec_3 .content_wrapper .section_heading {
  padding-block: 5vw 3vw;
  padding-top:0px;
}

.sec_3 .content_wrapper .card_container {
  margin: 20px 10px;
  cursor: pointer;
}

.sec_3 .content_wrapper .card_container:hover .card_self .poster img {
  visibility: hidden;
  transform: scale(1.2);
  transition: transform 0.5s ease-in-out;
}

.sec_3 .content_wrapper .card_container:hover .card_bottom_text {
  opacity: 0.8;
}

.sec_3 .content_wrapper .card_container .card_self {
  position: relative;
  max-height: 400px;
  min-height: 400px;
  filter: grayscale(100%) brightness(1.2);
  border-radius: 20px;
  overflow: hidden;
}

.sec_3 .content_wrapper .card_container .card_self .poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 400px;
  min-height: 400px;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}

.sec_3 .content_wrapper .card_container .card_self .poster img.one {
  -o-object-position: center;
  object-position: center;
}

.sec_3 .content_wrapper .card_container .card_self .noise {
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0.04;
  background-image: url(./images/noise.gif);
  background-position: 0 0;
  background-size: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sec_3 .content_wrapper .card_container .card_self .video_wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.sec_3 .content_wrapper .card_container .card_self .video_wrapper video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec_3 .content_wrapper .card_container .card_self .video_wrapper .scrolling_strip {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.sec_3 .content_wrapper .card_container .card_self .video_wrapper .scrolling_strip .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 200px;
  overflow-x: hidden;
  display: flex;
  align-items: center;
}

.sec_3 .content_wrapper .card_container .card_self .video_wrapper .scrolling_strip .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 16s linear infinite;
}

.sec_3 .content_wrapper .card_container .card_self .video_wrapper .scrolling_strip .track .content {
  font-family: "Tungstencond", sans-serif;
  font-size: clamp(30px, 8vw, 110px);
  letter-spacing: 1px;
  text-transform: uppercase;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.sec_3 .content_wrapper .card_container .card_bottom_text {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  transition: opacity 0.3s ease-in-out;
}

.sec_3 .content_wrapper .card_container .card_bottom_text .title h3 {
  font-family: "Blenderpro", sans-serif;
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
}

.sec_3 .content_wrapper .card_container .card_bottom_text .desc {
  max-width: 300px;
}

.sec_3 .content_wrapper .card_container .card_bottom_text .desc p {
  font-family: "Blender pro book", sans-serif;
  text-align: right;
}

@media (max-width: 480px) {
  .sec_3 .content_wrapper .card_container .card_bottom_text {
    display: block;
  }

  .sec_3 .content_wrapper .card_container .card_bottom_text .desc {
    max-width: 100%;
  }

  .sec_3 .content_wrapper .card_container .card_bottom_text .desc p {
    text-align: left;
  }
}

.sec_5 {
  background-color: #101010;
  padding-bottom: 50px;
}

.logo-slider .logo-container {
  display: flex;
  justify-content: center;
}

.logo-slider .logo-container img {
  width: 120px;
}

.sec_5 .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sec_5 .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 16s linear infinite;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.sec_5 .track .content {
  font-family: "Tungstencond", sans-serif;
  font-size: clamp(30px, 8vw, 110px);
  letter-spacing: 1px;
}

.sec_5 .track .content .logos_wrapper {
  display: flex;
  flex-wrap: nowrap;
  opacity: 0.5;
  align-items: center;
}

.sec_5 .track .content .logos_wrapper .logo {
  flex-shrink: 0;
  max-width: 200px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.get-inspired {
  background-color: #101010;
  padding-top: 100px;
}

.get-inspired .section_heading h2 {
  margin-bottom: 20px;
}

.get-inspired p {
  text-align: center;
  font-size: 16px;
}

.get-inspired .success_stories_wrapper {
  margin-top: 100px;
  padding: 0 15px;
}

.get-inspired .success_stories_wrapper .success_stories .swiper-wrapper {
  width: max-content;
}

.get-inspired .success_stories_wrapper .success_stories .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}

.get-inspired .success_stories_wrapper .success_stories .swiper-slide .video_wrapper {
  position: relative;
}

.get-inspired .success_stories_wrapper .success_stories .swiper-slide .video_wrapper video {
  pointer-events: all;
  filter: grayscale(100%);
}

.get-inspired .success_stories_wrapper .success_stories .swiper-slide .video_wrapper .video_overlay {
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 45%);
  inset: 0;
  display: flex;
  align-items: end;
  padding: 20px 30px;
  pointer-events: none;
}

.get-inspired .success_stories_wrapper .success_stories .swiper-slide .video_wrapper .video_overlay .trans_btn {
  border: 1px solid #fff;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 30px;
  vertical-align: middle;
  padding-bottom: 5px;
  font-size: 15px;
}

.get-inspired .success_stories_wrapper .success_stories .swiper-slide .video_wrapper .video_overlay .testi p {
  color: #fff;
  font-family: HelveticaNeue, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .get-inspired .success_stories_wrapper .success_stories .swiper-slide .video_wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .get-inspired .success_stories_wrapper .success_stories .swiper-slide .video_wrapper .video_overlay .testi p {
    font-size: 4vw;
  }
}

.get-inspired .success_stories_wrapper .success_stories .bottom_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.get-inspired .success_stories_wrapper .success_stories .bottom_wrapper .buttons_wrapper {
  display: none;
  gap: 20px;
  padding-block: 15px;
  align-items: center;
  
}

.get-inspired .success_stories_wrapper .success_stories .bottom_wrapper .buttons_wrapper img {
  max-width: 25px;
}

.get-inspired .success_stories_wrapper .success_stories .bottom_wrapper .buttons_wrapper .prev,
.get-inspired .success_stories_wrapper .success_stories .bottom_wrapper .buttons_wrapper .next {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.get-inspired .success_stories_wrapper .success_stories .bottom_wrapper .swiper-pagination {
  bottom: 30px;
  position: static;
  height: 20px;
  display: flex;
  align-items: center;
}

.get-inspired .success_stories_wrapper .success_stories .bottom_wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
}

.get-inspired .success_stories_wrapper .success_stories .bottom_wrapper .swiper-horizontal>.swiper-pagination-bullets,
.get-inspired .success_stories_wrapper .success_stories .bottom_wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
.get-inspired .success_stories_wrapper .success_stories .bottom_wrapper .swiper-pagination-custom,
.get-inspired .success_stories_wrapper .success_stories .bottom_wrapper .swiper-pagination-fraction {
  width: auto;
}

.call-to-action {
  background-color: #101010;
  padding-block: 100px;
}

.call-to-action .call-to-action-content,
.call-to-action .call-to-action-content .section_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.call-to-action .call-to-action-content h2 {
  margin-bottom: 20px;
}

.call-to-action .call-to-action-content p {
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 991px) {
  .call-to-action .call-to-action-content p {
    width: 60vw;
  }
}

@media (max-width: 479px) {
  .call-to-action .call-to-action-content p {
    width: 80vw;
  }
}

@media (min-width: 1440px) {
  .call-to-action .cta-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

@media (min-width: 1920px) {

  .call-to-action .call-to-action-content p {
    width: 32vw;
  }

}

.call-to-action .call-to-action-content .global-btn-alt {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.call-to-action .call-to-action-content .subtitle {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Blenderpro, sans-serif;
  font-size: 4.5vw;
  font-weight: 500;
}

.call-to-action .call-to-action-content .subtitle a {
  color: inherit;
}

@media (min-width: 768px) {
  .call-to-action .call-to-action-content .subtitle {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  .call-to-action .call-to-action-content .subtitle {
    font-size: 1.5vw;
  }
}

footer {
  position: relative;
  font-family: "HelveticaNeue", sans-serif;
  background-color: hsl(225, 7%, 11%);
  padding-block: 100px 20px;
  z-index: 99;
}

footer .grey {
  color: #858585;
  font-size: 15px;
}

footer .footer_links ul {
  list-style: none;
  padding: 0;
}

footer .footer_links ul li {
  line-height: 2;
}

footer .footer_links ul li a {
  text-decoration: none;
  color: #fff;
}

footer .social_icons {
  display: flex;
  gap: 20px;
}

footer .social_icons .icon {
  width: 35px;
  height: 35px;
  background-color: #2d2d2d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

footer .social_icons .icon img {
  max-width: 20px;
}

.footer-logo {
  margin-top: 20px;
}

.footer-logo img {
  width: 100px;
}

footer .page_bottom {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

footer .page_bottom .left,
footer .page_bottom .right {
  display: flex;
  align-items: center;
  gap: 20px;
}

footer .page_bottom p {
  font-size: 12px;
  text-align: center;
}

footer .page_bottom a {
  text-decoration: none;
  font-size: 12px;
}

@media (max-width: 640px) {
  footer .page_bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}


.contact_sec_1 {
  background-color: #101010;
  position: relative;
}

.contact_sec_1 .left {
  padding-top: 120px;
}

@media (min-width:768px) and (max-width:991px){
    .contact_sec_1 .left{
        padding-top:50px;
    }
}

@media (max-width:480px){
    .contact_sec_1 .left{
        padding-top:50px;
    }
}

.contact_sec_1 .left .content_wrapper {
  max-width: 500px;
  padding-inline: 30px;
  margin: 0 auto;
}

.contact_sec_1 .left .content_wrapper .block:not(:last-child) {
  margin-bottom: 15px;
}

.contact_sec_1 .left .content_wrapper .block h2 {
  font-family: "Tungstencond", sans-serif;
  font-size: clamp(30px, 6vw, 80px);
  margin-bottom: 0px;
  line-height: 0.9;
  text-transform: uppercase;
}

.contact_sec_1 .left .content_wrapper .block p {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: white;
}

.contact_sec_1 .left .content_wrapper .form_wrapper {
  padding-bottom: 20px;
}

.contact_sec_1 .left .content_wrapper .form_wrapper h3 {
  font-family: "Tungstencond", sans-serif;
  font-size: clamp(30px, 6vw, 50px);
  margin-bottom: 0px;
  line-height: 0.9;
  text-transform: uppercase;
}

.contact_sec_1 .left .content_wrapper .form_wrapper input,
.contact_sec_1 .left .content_wrapper .form_wrapper textarea,
.contact_sec_1 .left .content_wrapper .form_wrapper select {
  display: block;
  width: 100%;
  background-color: #101010;
  color: #FFFFFF;
  border: none;
  border-bottom: 1px solid rgba(194, 231, 231, 0.49);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
}

.contact_sec_1 .left .content_wrapper .form_wrapper input::-moz-placeholder,
.contact_sec_1 .left .content_wrapper .form_wrapper textarea::-moz-placeholder,
.contact_sec_1 .left .content_wrapper .form_wrapper select::-moz-placeholder {
  color: #FFFFFF;
}

.contact_sec_1 .left .content_wrapper .form_wrapper input::placeholder,
.contact_sec_1 .left .content_wrapper .form_wrapper textarea::placeholder,
.contact_sec_1 .left .content_wrapper .form_wrapper select::placeholder {
  color: #FFFFFF;
}

.contact_sec_1 .left .content_wrapper .form_wrapper input:focus,
.contact_sec_1 .left .content_wrapper .form_wrapper textarea:focus,
.contact_sec_1 .left .content_wrapper .form_wrapper select:focus {
  outline: none;
}

.contact_sec_1 .left .content_wrapper .form_wrapper p {
  margin-top: 30px;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
}

.contact_sec_1 .left .content_wrapper .form_wrapper .submitbtn button {
  height: 60px;
  min-height: 60px;
  min-width: 200px;
  text-transform: uppercase;
  color: #101010;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  font-family: Blenderpro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: transform 0.25s;
  display: flex;
  text-decoration: none;
  max-width: 260px;
  margin-top: 30px;
  border: none;
}

.contact_sec_1 .left .content_wrapper .form_wrapper .submitbtn button:hover {
  transform: scale(0.9);
  background-color: #fff;
  color: #101010;
}

.contact_sec_1 .right {
  position: relative;
  height: 100%;
}

.contact_sec_1 .right .image_wrapper {
  filter: grayscale(100%);
  height: 100%;
}

.contact_sec_1 .right .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose-path {
  background-color: #000000;
  padding-top: 200px;
  padding-bottom: 2.5vw;
}

.choose-path .choose-path-wrapper {
  z-index: 498;
  width: 100%;
  height: auto;
  position: relative;
  color: #fff;
}

.choose-path .choose-path-wrapper .choose-path-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.choose-path .choose-path-wrapper .choose-path-content .section_heading h2 {
  margin-bottom: 20px;
}

.functional-programmes {
  background-color: #000000;
  padding-left: 2vw;
  padding-right: 2vw;
}

.functional-programmes .functional-content-wrapper {
  padding-bottom: 8vw;
}

.functional-programmes .functional-content-wrapper .programmes-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 4vw;
}

.functional-programmes .functional-content-wrapper .functional-programmes-wrapper {
  position: relative;
  display: block;
}

.functional-programmes .functional-content-wrapper .programmes-title {
  text-align: center;
  text-transform: uppercase;
  max-width: 45vw;
  font-family: Blenderpro, sans-serif;
  font-size: 3.5vw;
  line-height: .8;
}

.functional-programmes .functional-content-wrapper .programmes-description {
  text-align: center;
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
  width: 60%;
}

.functional-slider-pagination-group {
  display: block;
  margin-top: 50px;
}

.functional-slider-pagination-group .swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  background: #FFF;
  border-radius: 10px;
  opacity: 1;
}

.functional-slider-pagination-group .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff0000;
}

.functional-content-wrapper .functional-programmes-wrapper .functional-card {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 30vw;
  min-height: 30vh;
}

.functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-bg-image {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.functional-content-wrapper .functional-programmes-wrapper .functional-card .bg-overlay {
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 70px 2vw 70px;
}

.functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content .noise-overlay {
  z-index: 1;
  opacity: .01;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  pointer-events: none;
}

.functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content.sentence-case h3 {
  text-transform: none;
}

.functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 1vw;
  font-family: Tungstencond, sans-serif;
  font-size: 6vw;
  font-weight: 900;
  line-height: .8;
  text-transform: uppercase;
}

.functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content p {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.call-to-action.action-programme {
  background: #000000;
}

.call-to-action.action-programme .call-to-action-content h2 {
  max-width: 80vw;
  height: auto;
  font-size: 12vw;
  width: 100%;
}

.call-to-action.action-programme .call-to-action-content .about_cta a {
  background: #ff0000;
  color: #FFFFFF;
}

@media (min-width: 1280px) {

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content {
    min-height: 30vh;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1440px) {
  .functional-programmes {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content h3 {
    margin-bottom: 0;
    font-size: 5vw;
  }
}

@media (min-width: 1920px) {
  .call-to-action.action-programme .call-to-action-content h2 {
    max-width: 75vw;
    font-size: 11vw;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content {
    min-height: 60vh;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content a.learn-more {
    font-size: .7vw;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content h3 {
    margin-bottom: .7vw;
    font-size: 3.5vw;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card {
    min-height: 60vh;
    height: 60vh;
  }

  .functional-programmes .functional-content-wrapper .programmes-wrapper {
    margin-bottom: 3vw;
  }

  .functional-programmes .functional-content-wrapper .programmes-title {
    max-width: 36vw;
    font-size: 3vw;
  }
}

@media (max-width: 991px) {
  .functional-content-wrapper .functional-programmes-wrapper .functional-card {
    min-height: 53vh;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .bg-overlay {
    background-image: linear-gradient(transparent 35%, rgba(0, 0, 0, .9));
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content h3 {
    font-size: 10vw;
  }

  .functional-programmes {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .choose-path .choose-path-wrapper .choose-path-content p {
    max-width: 70vw;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content {
    padding-top: 20px;
    padding-left: 5.8vw;
    padding-right: 5.8vw;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {

  .functional-content-wrapper .functional-programmes-wrapper .functional-card {
    min-height: 70vh;
  }


  .functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content h3 {
    margin-bottom: 30px;
    font-size: 12vw;
  }

  .functional-programmes {
    padding-bottom: 15vw;
  }

  .choose-path .choose-path-wrapper .choose-path-content p {
    font-size: 3vw;
  }

  .functional-programmes .functional-content-wrapper .programmes-title {
    max-width: 70vw;
    font-size: 6vw;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content a.learn-more {
    font-size: 2.6vw;
  }

  .functional-programmes .functional-content-wrapper {
    padding-bottom: 15vw;
  }
}

@media (max-width: 479px) {

  .functional-programmes .functional-content-wrapper .programmes-description {
    width: 100%;
  }

  .call-to-action.action-programme .call-to-action-content h2 {
    max-width: 90vw;
    font-size: 17vw;
  }

  .functional-programmes .functional-content-wrapper {
    padding-bottom: 10vw;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card {
    min-height: 60vh;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card.club-vyb {
    min-height: 80vh;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .bg-overlay {
    background-image: linear-gradient(transparent 35%, rgba(0, 0, 0, .8));
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content a.learn-more {
    font-size: 3.5vw;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .functional-content-wrapper .functional-programmes-wrapper .functional-card .functional-card-content h3 {
    margin-bottom: 4vw;
    font-size: 18vw;
  }

  .functional-programmes .functional-content-wrapper .programmes-wrapper {
    margin-bottom: 9vw;
  }

  .functional-programmes .functional-content-wrapper .programmes-title {
    max-width: 80vw;
    font-size: 7vw;
  }

  .functional-programmes {
    padding: 0 20px;
  }

  .choose-path {
    padding-top: 140px;
  }
}

.call-to-action-bg {
  background-color: #101010;
  padding: 100px 0;
}

.call-to-action-bg .cta-content {
  position: relative;
  z-index: 9;
  height: 100vh;
  overflow: hidden;
}

.call-to-action-bg .cta-content img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.call-to-action-bg .cta-content .cta-content-inner .cta-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.call-to-action-bg .cta-content .cta-content-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.call-to-action-bg .cta-content .cta-content-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}

.call-to-action-bg .cta-content .cta-content-inner h3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: HelveticaNeue, sans-serif;
  position: relative;
  margin-bottom: 3vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.1;
}

.call-to-action-bg .cta-content .cta-content-inner p {
  color: #fff;
  text-align: center;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.2;
  font-family: HelveticaNeue, sans-serif;
  max-width: 80vw;
  text-transform: none;
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .call-to-action-bg .cta-content .cta-content-inner h3 {
    margin-bottom: 3vw;
    font-size: 2.5vw;
  }
  
}

@media (min-width: 768px) {
  .call-to-action-bg .cta-content .cta-content-inner h3 {
    margin-bottom: 3vw;
    font-size: 3vw;
  }

}

@media (min-width: 992px) {
  .call-to-action-bg .cta-content .cta-content-inner h3 {
    margin-bottom: 2vw;
    font-size: 1.5vw;
  }

  .call-to-action-bg .cta-content .cta-content-inner p {
    font-size: 2em;
  }
}

.call-to-action-bg .global-btn {
  margin-top: 50px;
  margin-bottom: 10px;
}

.call-to-action-bg .cta-content .cta-content-inner .bg_overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  z-index: -1;
}

.call-to-action-bg .cta-content .cta-content-inner .noise {
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0.04;
  background-image: url(./images/noise.gif);
  background-position: 0 0;
  background-size: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.call-to-action-bg .cta-content .cta-content-inner a.learn_more {
  z-index: 0;
  font-family: Blenderpro, sans-serif;
  font-size: 1vw;
  position: relative;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

.call-to-action-bg .cta-content .cta-content-inner a.learn_more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.05px;
  background-color: #fff;
  bottom: 2px;
  left: 0;
  right: 0;
  transform: translate3d(-110%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: transform 0.3s ease-in-out;
}

.call-to-action-bg .cta-content .cta-content-inner a.learn_more:hover::after {
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.follow_us {
  background-color: #101010;
}

.follow_us .section_heading {
  padding-bottom: 100px;
}

.follow_us .insta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.follow_us .insta-grid .insta-grid-item {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {

  .follow_us .insta-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


.follow_us .insta-grid .insta-grid-item:hover img {
  filter: grayscale(0%);
}


.follow_us .insta-grid .insta-grid-item .grid-overlay {
  position: absolute;
  padding: 16px;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.follow_us .insta-grid .insta-grid-item .grid-overlay .icon_wrapper {
  width: 40px;
  transform: rotate(-45deg) scale(0);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.follow_us .insta-grid .insta-grid-item:hover .grid-overlay {
  visibility: visible;
  opacity: 1;
}

.follow_us .insta-grid .insta-grid-item:hover .icon_wrapper {
  opacity: 1 !important;
  transform: rotate(0deg) scale(1) !important;
  transition: all 0.4s ease-in;
}

.membership-banner {
  position: relative;
  z-index: 9;
}

.membership-banner .membership-wrapper {
  height: 100%;
}

.membership-banner .membership-wrapper .video_wrapper {
  position: relative;
  height: 100%;
}

.membership-banner .membership-wrapper .video_wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: grayscale(1);
  position: absolute;
  top: 0;
  left: 0;
}

.membership-banner .membership-wrapper .video_wrapper .membership-overlay {
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, .95);
  z-index: 99;
  backdrop-filter: blur(10px);
  position: relative;
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.membership-banner .membership-wrapper .video_wrapper .membership-overlay .membership-banner-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.membership-banner .membership-wrapper .video_wrapper .membership-overlay .membership-banner-wrapper .membership-banner-content {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  text-align: center;
}

.membership-banner .membership-wrapper .video_wrapper .membership-overlay .membership-banner-wrapper .membership-banner-bottom-title {
  font-family: HelveticaNeue, sans-serif;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.membership-banner .membership-wrapper .video_wrapper .membership-overlay .membership-banner-wrapper .global-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.membership-points {
  position: relative;
  background-color: #292929;
}

.membership-points .membership-container {
  width: 90%;
  margin: 0 auto;
}

.membership-points .membership-points-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.membership-points .membership-points-grid .membership-points-cols {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff0000;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.membership-sec-three {
  background-color: #101010;
  padding: 100px 0;
}

.membership-sec-three .membership-heading {
  margin-bottom: 50px;
  text-align: center;
}

.membership-sec-three .membership-heading p {
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
}

.membership-heading h2 {
  position: relative;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Tungstencond, sans-serif;
  font-size: 7vw;
  line-height: .8;
  margin-bottom: 20px;
}

.membership-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.membership-features-grid .membership-features {
  background: #000;
  border-radius: 15px;
  padding: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.membership-features-grid .membership-features .features-list {
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
  line-height: 0.8;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  width: 70%;
}

.vyb-popup .form-message {
  margin-top: 20px;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  padding: 1rem 1rem;
  margin-bottom: 30px;
  border-radius: 0;
  font-size: 16px;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  padding: 1rem 1rem;
  margin-bottom: 30px;
  border-radius: 0;
  font-size: 16px;
}

/* Style the popup window */
.vyb-popup.modal {
  padding: 0 !important;
}

.vyb-popup.modal .modal-dialog .modal-content {
  background: #252525;
}

.vyb-popup.modal .modal-dialog .modal-content .modal-body {
  padding: 1rem 2rem 2rem;
}

.vyb-popup.modal .modal-dialog .modal-content .vyb-popup-header {
  padding: 1rem 2rem;
  padding-bottom: 0;
}

.vyb-popup-header .close-popup {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 35px;
  height: 35px;
  font-size: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 29px;
  fill: #fff;
  border-radius: 50px;
  background-color: rgb(0, 0, 0);
  border: 3px solid #fff;
  outline: none !important;
}

.vyb-popup-header .close-popup svg {
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  width: 19px;
}

.vyb-popup .title-wrapper {
  margin-bottom: 1rem;
}

.vyb-popup .title-wrapper h3 {
  font-size: 30px;
  margin-bottom: 0;
  font-family: "Blenderpro", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 640px) {
  .vyb-popup .title-wrapper h3 {
    font-size: 25px;
  }
}

.bg-red {
  background-color: #B83536 !important;
}

.validation-text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #ff0000;
  text-align: left;
}

.plans-form form .col-sm-12 {
  margin-bottom: 10px;
}

.plans-form form input,
.plans-form form select,
.plans-form form select option,
.plans-form form textarea {
  position: relative;
  width: 100%;
  border-radius: 15px;
  padding: 10px 25px;
  font-size: 18px;
  background: #101010;
  color: rgba(255, 255, 255, 0.5);
  font-family: "HelveticaNeue", sans-serif;
  border: 1px solid #FFF;
  outline: none;
}

.plans-form form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 32 32'%3E%3Cpath fill='%23FFF' d='m2.92400048 10.71600048 2.507-2.508 10.569 10.569 10.569-10.569 2.507 2.508-13.076 13.076z' data-original='%23FFFFFF'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: 96%;
}

.plans-form form input::placeholder,
.plans-form form input::-moz-placeholder,
.plans-form form input::-webkit-input-placeholder,
.plans-form form textarea::placeholder,
.plans-form form textarea::-moz-placeholder,
.plans-form form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.plans-form form .form-submit {
  display: flex;
  justify-content: center;
}

.global-btn-bg button.submit-btn {
  width: 200px;
  font-size: 20px;
  padding: 10px 32px;
}

@media (min-width: 480px) {}

@media (min-width: 640px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1024px) {}

@media (min-width: 1280px) {}

@media (min-width: 1530px) {
  .membership-banner .membership-wrapper .video_wrapper .membership-overlay .membership-banner-wrapper {
    max-width: 60%;
  }
}

@media (max-width: 1920px) {}

@media (max-width: 1530px) {
  .membership-points {
    padding: 30px 0;
  }

  .membership-points .membership-points-grid .membership-points-cols {
    font-size: 22px;
  }

  .membership-points .membership-points-grid .membership-points-cols {
    padding: 10px 0;
  }
}

@media (max-width: 1280px) {
  .membership-features-grid {
    gap: 30px;
  }

  .membership-points .membership-points-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 1024px) {}

@media (max-width: 992px) {

  .membership-features-grid .membership-features .features-list {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .membership-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .membership-sec-three {
    padding: 50px 0;
  }
}

@media (max-width: 640px) {
  .membership-features-grid {
    gap: 15px;
  }

  .membership-features-grid .membership-features .features-list {
    width: 80%;
  }

  .membership-points .membership-points-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .membership-points .membership-points-grid .membership-points-cols {
    font-size: 20px;
  }

  .membership-banner .membership-wrapper .video_wrapper .membership-overlay .membership-banner-wrapper .membership-banner-bottom-title {
    font-size: 24px;
  }

  .membership-banner .membership-wrapper .video_wrapper .membership-overlay .membership-banner-wrapper .membership-banner-subtitle {
    font-size: 24px;
    flex-direction: column;
  }

  .membership-banner .membership-wrapper .video_wrapper .membership-overlay .membership-banner-wrapper .membership-banner-subtitle img {
    width: 40px;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .membership-features-grid .membership-features .features-list {
    width: 100%;
  }

  .membership-heading h2 {
    font-size: 14vw;
  }

  .membership-banner .membership-wrapper .video_wrapper .membership-overlay .membership-banner-wrapper .membership-banner-content {
    font-size: 16px;
  }
}

.membership-marquee {
  overflow: hidden;
}

.membership-marquee .marquee {
  width: 100%;
  position: relative;
  background-color: #101010;
}

.membership-marquee .marquee div {
  width: 200%;
  position: relative;
  overflow: hidden;
  animation: marquee 25s linear infinite;
  background-color: #ff0000;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  bottom: 0;
}

.membership-marquee .marquee span {
  float: left;
  color: #000;
  font-family: Tungstencond, sans-serif;
  text-transform: uppercase;
  font-size: 2.8vw;
  display: inline-block;
  margin-inline: 35px;
}

@media (max-width: 991px) {
  .membership-marquee .marquee span {
    font-size: 5vw;
  }
}

@media (max-width: 480px) {
  .membership-marquee .marquee span {
    font-size: 7vw;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.membership-vyb-activities {
  background: black;
  padding-bottom:8vw;
}

.membership-vyb-activities .membership-heading {
  margin-bottom: 50px;
}

.membership-vyb-activities .membership-vyb-flip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.membership-vyb-flip .flip-box-col a{
  color: white;
}

.membership-vyb-activities .membership-vyb-flip .flip-box-col {}

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  perspective: 1000px;
  height: 40rem;
}

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* .membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
} */

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-front,
.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-front .flip-box-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: flex-end;
}

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-front .flip-box-content img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.2;
  transition: scale 0.4s ease-in;
}

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-front .flip-box-content:hover img {
  scale: 1;
}

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-back {
  background: #ff0000;
  display: flex;
  align-items: center;
  text-align: left;
  transform: rotateY(180deg);
}

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-back .flip-box-back-content {
  padding: 20px;
}

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-front .flip-box-content h4 {
  position: relative;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
  line-height: 1;
  font-weight: bold;
  font-size: 60px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0;
}

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-back .flip-box-back-content h4 {
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
  line-height: 1;
  font-size: 50px;
  margin: 0;
  margin-bottom: 15px;
}

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-back .flip-box-back-content p {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
}

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-back .flip-box-back-content ul {
  margin: 0;
  padding: 0;
  list-style: decimal;
  padding-left: 18px;
}

.membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-back .flip-box-back-content ul li {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
}

.membership-unique {
  background: #101010;
  padding: 50px 0;
}

.membership-unique .membership-heading {
  margin-bottom: 50px;
}

.membership-unique .global-btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.membership-unique .membership-unique-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
}

.membership-unique .membership-unique-grid .membership-unique-cols {
  height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 20px;
}

.membership-unique .membership-unique-grid .membership-unique-cols:nth-child(odd) {
  border-right: 2px solid #FFFFFF;
}

.membership-unique .membership-unique-grid .membership-unique-cols::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.2;
}

.membership-unique .membership-unique-grid .membership-unique-cols.unique-span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(165, 0, 0);
  opacity: 0.8;
  mix-blend-mode: overlay;
}

.membership-unique .membership-unique-grid .membership-unique-cols img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.membership-unique .membership-unique-grid .membership-unique-cols h4 {
  position: relative;
  z-index: 9;
  font-family: HelveticaNeue, sans-serif;
  font-size: 30px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 4px 4px 15px #000;
}

@media (min-width: 1530px) {
  .membership-vyb-activities .membership-vyb-flip {
    gap: 50px;
  }
}

@media (min-width: 1280px) {
  .membership-vyb-activities .container-vyb {
    max-width: 90%;
  }
}

@media (min-width: 991px) {

  .membership-unique .membership-unique-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .membership-unique .membership-unique-grid .membership-unique-cols.unique-span {
    grid-column: span 2 / span 2;
  }

}

@media (max-width: 1530px) {
  .membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box {
    height: 30rem;
  }

  .membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-front .flip-box-content h4 {
    font-size: 50px;
  }

  .membership-vyb-activities .membership-vyb-flip .flip-box-col .flip-box-back .flip-box-back-content h4 {
    font-size: 30px;
  }
}

@media (max-width: 1280px) {
  .membership-vyb-activities .membership-vyb-flip {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {
  .membership-vyb-activities .membership-vyb-flip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .membership-unique .membership-unique-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .membership-unique .membership-unique-grid .membership-unique-cols:nth-child(odd) {
    border-right: none;
  }
}

@media (max-width: 480px) {
  .membership-vyb-activities .membership-vyb-flip {
    grid-template-columns: repeat(1, 1fr);
  }
}

.phone_section .left_wrapper {
  background-color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 70px;
  height: 100%;
}

.phone_section .left_wrapper .left {
  height: 100%;
  padding: 0 15px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.phone_section .left_wrapper .left h2 {
  color: #fff;
  text-align: left;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Tungstencond, sans-serif;
  font-size: 7vw;
  line-height: 90%;
  width: 100%;
}

.phone_section .left_wrapper .left p {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.phone_section .right_wrapper {
  height: 100%;
  padding: 50px 0;
  background-color: #f1f1f1;
}

.phone_section .right_wrapper .right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.phone_section .right_wrapper .right .app-logo-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 40%;
}

@media (max-width: 640px) {
  .phone_section .right_wrapper .right .app-logo-group {
    width: 70%;
  }
}

@media (min-width: 480px) {
  .phone_section .right_wrapper .right .app-logo-group img {
    width: 180px;
  }
}

@media (max-width: 480px) {
  .phone_section .right_wrapper .right .app-logo-group {
    flex-direction: column;
    align-items: center;
  }

  .phone_section .right_wrapper .right .app-logo-group img {
    width: 150px;
  }
}

.phone_section .right_wrapper .right .app-logo-group img {
  width: 100%;
}

.phone_section .right_wrapper .right>img {
  max-width: 250px;
}

@media (max-width: 480px) {

  .phone_section .left_wrapper .left h2,
  .phone_section .left_wrapper .left p {
    max-width: 100%;
  }

  .phone_section .left_wrapper .left h2 {
    font-size: 10vw;
  }
}

.testimonials {
  background-color: #101010;
  padding-block: 150px 130px;
}

.testimonials .membership-heading {
  margin-bottom: 50px;
  text-align: center;
}

.testimonials .membership-heading p {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
}

.testimonials .membership-heading h2 {
  margin-bottom: 20px;
}

.testimonials .testi_wrapper {
  background-color: #f1f1f1;
  color: #000;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.testimonials .testi_wrapper .stars {
  display: flex;
  margin-bottom: 20px;
}

.testimonials .testi_wrapper .stars img {
  max-width: 20px;
}

.testimonials .testi_wrapper p {
  color: rgba(55, 55, 55, 0.8);
  letter-spacing: -0.01em;
  margin-bottom: 38px;
  font-size: 16px;
  font-weight: 400;
  font-family: HelveticaNeue, sans-serif;
}

.testimonials .testi_wrapper .absolute_text {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 20px;
  font-family: Blenderpro, sans-serif;
  font-size: 13px;
}

.testimonials .testi_wrapper .absolute_text span {
  font-size: 14px;
  font-family: HelveticaNeue, sans-serif;
}

/*==================================================*/
/*===============  GET STARTED PAGE ===============*/
/*==================================================*/
.get-started {
  background-color: #252525;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 10vh;
}

.get-started .get-started-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.get-started .get-started-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.get-started .get-started-wrapper h2 {
  text-align: center;
  text-transform: uppercase;
  max-width: 90vw;
  font-family: Tungstencond, sans-serif;
  font-size: 13vw;
  line-height: .8;
  color: #fff;
  margin-top: 0;
  font-weight: 500;
}

.get-started .get-started-wrapper .get-subtitle {
  text-transform: uppercase;
  width: 42vw;
  margin-bottom: 1vw;
  font-family: Blenderpro, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.get-started .form-wrapper {
  width: 100%;
  margin-top: 5rem;
}

@media (min-width: 1440px) {
  .get-started .get-started-wrapper .get-subtitle {
    width: 45vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 2vw;
  }
}

.get-started .get-started-wrapper .grid-wrapper {
  grid-auto-columns: 1fr;
  display: grid;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-column-gap: 1vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.get-started .get-started-wrapper .grid-wrapper .get-grid-content {
  border: 1px solid #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 30px 1.6vw;
}

.get-started .get-started-wrapper .grid-wrapper .get-grid-content .grid-content {
  color: #fff;
  text-align: center;
  max-width: 13vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Blenderpro, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.get-started .get-started-wrapper .bottom-title-wrapper h4 {
  color: #b7b7b7;
  line-height: 1.2;
  text-align: center;
  margin-top: 35px;
  font-family: Helveticaneue, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  width: 48vw;
  margin-bottom: 0;
}

@media (min-width: 1440px) {
  .get-started .get-started-wrapper .bottom-title-wrapper h4 {
    width: 44vw;
  }
}

.get-started .get-started-wrapper .btn-global-bg {
  margin-bottom: 35px;
}

.btn-global-bg {
  margin-top: 50px;
  margin-bottom: 10px;
}

.btn-global-bg a {
  z-index: 1;
  color: #020202;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  height: 55px;
  min-height: 55px;
  padding: 0 32px;
  font-family: Blenderpro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: transform .25s;
  display: flex;
  position: relative;
  line-height: inherit;
  cursor: pointer;
  border: 0;
  text-decoration: none;
}

.btn-global-bg a:hover {
  transform: scale(.94);
}

.discover-vyb .global-btn {
  margin-top: 50px;
  margin-bottom: 10px;
}

.get-started-session {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.get-started-session .session-video {
  z-index: 1;
  filter: grayscale();
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.get-started-session .session-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-fit: center;
  -o-object-position: center;
}

.get-started-session .session-video .noise-overlay {
  z-index: 1;
  opacity: .01;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  pointer-events: none;
}

.get-started-session .session-wrapper {
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.get-started-session .session-wrapper .session-container {
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-bottom: 9.3em;
  display: flex;
}

.get-started-session .session-wrapper .session-container .session-wrapper-inner {
  width: 50em;
  max-width: 100%;
}

.get-started-session .session-wrapper .session-container .session-wrapper-inner h1 {
  text-align: left;
  max-width: 35vw;
  margin-bottom: 3vw;
  font-size: 10vw;
  text-transform: uppercase;
  font-family: Tungstencond, sans-serif;
  color: #fff;
  line-height: .8;
}

.get-started-session .session-wrapper .session-container .session-wrapper-inner .membership-heading h2 {
  text-align: left;
}

.get-started-session .session-wrapper .session-container .session-wrapper-inner .session-content {
  color: #fff;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
}

.get-started-session-steps {
  background-color: #111111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 0;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.get-started-session-steps .session-steps-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.get-started-session-steps .section_heading h2 {
  margin-bottom: 40px;
}

.get-started-session-steps .session-steps-wrapper {
  border: 1px solid #2d2d2d;
  border-radius: 20px;
  width: 60vw;
  padding-top: 3vw;
  padding-bottom: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.get-started-session-steps .session-steps-wrapper:not(:last-child) {
  margin-bottom: 2vw;
}

.get-started-session-steps .session-steps-wrapper .title-lg {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tungstencond, sans-serif;
  font-size: 7vw;
  line-height: 1.2;
}

.get-started-session-steps .session-steps-wrapper .title-sm-alt {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Blenderpro, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 10px;
}

.get-started-session-steps .session-steps-wrapper .session-steps-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.get-started-session-steps .session-steps-wrapper .session-steps-content .steps-content {
  position: relative;
  text-transform: none;
  width: 59vw;
  font-family: Helveticaneue, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #b7b7b7;
  line-height: 1.2;
  max-width: 51vw;
  font-size: 1.3vw;
}

.get-started-igallery {
  background-color: #111111;
}


.get-started-igallery .igallery-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.get-started-igallery .igallery-wrapper .igallery-slider {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  filter: brightness(120%) grayscale();
  transition: 0.3s ease-in-out;
}

.get-started-igallery .igallery-wrapper .igallery-slider:hover {
  filter: none;
}

.get-started-igallery .igallery-wrapper .igallery-slider .noise-overlay {
  z-index: 1;
  opacity: .01;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  pointer-events: none;
}

.get-started-igallery .igallery-wrapper .igallery-slider video {
  opacity: .7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.get-started-igallery .igallery-wrapper .igallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.get-started-igallery .igallery-wrapper .igallery-btn-group {
  position: absolute;
  right: 5vw;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 20;
}

.get-started-igallery .igallery-wrapper .igallery-btn-group .igallery-next,
.get-started-igallery .igallery-wrapper .igallery-btn-group .igallery-prev {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .6);
}

.get-started-igallery .igallery-wrapper .igallery-btn-group .igallery-next::after,
.get-started-igallery .igallery-wrapper .igallery-btn-group .igallery-prev::after {
  content: '';
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.get-started-igallery .igallery-wrapper .igallery-btn-group .igallery-prev {
  left: 0;
  right: auto;
}

.get-started-igallery .igallery-wrapper .igallery-btn-group .igallery-next {
  right: 0;
  left: auto;
}

.get-started-igallery .igallery-wrapper .igallery-btn-group .igallery-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='26.8' y1='16.8' x2='4.8' y2='16.8'/%3E%3Cpolyline class='st0' points='18.8,8.2 27.2,16.8 18.8,25.2 '/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.get-started-igallery .igallery-wrapper .igallery-btn-group .igallery-next::after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='26.8' y1='16.8' x2='4.8' y2='16.8'/%3E%3Cpolyline class='st0' points='18.8,8.2 27.2,16.8 18.8,25.2 '/%3E%3C/svg%3E");
}

.get-started-igallery .igallery-wrapper .igallery-pagination-group {
  position: absolute;
  bottom: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 5vw;
}

.get-started-igallery .igallery-wrapper .igallery-pagination-group .igallery-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
  top: auto;
  gap: 2.5px;
  text-align: left;
}

.get-started-igallery .igallery-wrapper .igallery-pagination-group .igallery-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  transition: 300ms;
}

.get-started-igallery .igallery-wrapper .igallery-pagination-group .igallery-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 30px;
  height: 2px;
}

.discover-vyb {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
}

.discover-vyb .discover-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.discover-vyb .discover-bg img {
  width: 100%;
  height: 100svh;
  filter: grayscale(100%);
  object-fit: cover;
  object-position: center;
}

.discover-vyb .discover-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discover-vyb .discover-wrapper .discover-container {
  width: 1000px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 9;
}

.discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner {
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner .discover-subtitle {
  font-family: HelveticaNeue, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-size: 1.5vw;
  margin-bottom: 6px;
}

.discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner .discover-subtitle-sm {
  font-family: HelveticaNeue, sans-serif;
  margin-bottom: 2vw;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner .discover-title {
  font-family: HelveticaNeue, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}

.signup-vyb {
  width: 100%;
  height: 100%;
}

.signup-vyb .signup-vyb-wrapper {
  height: 100%;
  display: flex;
  background: #000;
}

  /*   .signup-vyb .signup-vyb-wrapper .signup-vyb-content-left {
  overflow: hidden;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  height: 100%;
  min-height: 100svh; 
} 

.signup-vyb .signup-vyb-wrapper .signup-vyb-content-left>img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: right;
  filter: grayscale(100%);
}

.signup-vyb .signup-vyb-wrapper .signup-vyb-content-left::after {
  content: '';
  display: block;
  width: 100%;
  height: 70vh;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(transparent 33%, rgba(0, 0, 0, .6) 54%, #000);
} */

.signup-vyb-content {
  position: absolute;
  bottom: 0;
  padding-bottom: 100px;
  z-index: 9;
  width: 100%;
  max-width: 600px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width:767px){
  .signup-vyb-content{
    padding-bottom: 20px;
  }
}

@media screen and (min-width:768px){
  .signup-vyb-content{
    left: 50%;
    transform: translateX(-50%);
  }
}

.signup-vyb-content .signup-title {
  text-align: center;
  margin-bottom: 16px;
  font-family: "Tungstencond", sans-serif;
  font-size: clamp(30px, 6vw, 80px);
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
  line-height: 0.9;
}

 .signup-vyb-content .signup-content-list {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

 .signup-vyb-content .signup-content-list p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  font-family: HelveticaNeue, sans-serif;
  font-size: 17px;
}

.signup-vyb-content .app-logo-group {
  display: grid;
  justify-content: center;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.signup-vyb-content .signup-logo-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}

.signup-vyb-content .signup-logo-group img {
  width: 130px;
}

 /*    .signup-vyb .signup-vyb-wrapper .signup-vyb-content-right {
  background-color: #f8f8f8;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right .signup-vyb-form {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 450px;
  padding: 3rem;
  display: flex;
}

.signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right .signup-vyb-form .signup-title {
  color: #000;
  letter-spacing: -.01vw;
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 900;
  line-height: .9;
  text-align: left;
  font-family: Blenderpro, sans-serif;
  text-transform: uppercase;
  width: 100%;
}

.signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right .signup-vyb-form form {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right .signup-vyb-form form input {
  color: #000;
  background-color: #fafafa;
  border: 1px solid #000;
  border-radius: 5px;
  height: 38px;
  min-height: 50px;
  margin-bottom: 15px;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  padding: 8px 12px;
  line-height: 1.42857;
  display: block;
  outline: none;
}

.signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right .signup-vyb-form form input:focus {
  border-color: #3898ec;
}

.signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right .signup-vyb-form .btn-submit {
  width: 100%;
}  */

.vyb-level-up .product-wrapper .product-slider {
  width: 100vw;
  height: 100vh;
}

.vyb-level-up .product-wrapper .product-slider .product-slide {
  position: relative;
}

.vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-wrap {
  width: 100%;
  height: 100%;
}

.vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-wrap .product-sm {
  display: none;
}

.vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-centent {
  font-family: HelveticaNeue, sans-serif;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 1rem;
  padding-bottom: 100px !important;
  text-align: center;
  width: 100%;
}

.vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-centent .product-caption {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
}

.vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-centent .product-name {
  font-size: 26px;
  margin-bottom: 1.6rem;
  line-height: 40px;
  color: #000;
  font-weight: bold;
}

.vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-centent .product-buy {
  display: flex;
  justify-content: center;
}

.vyb-product-grid {
  position: relative;
  margin-top: 4px;
  margin-bottom: 60px;
}

.vyb-product-grid .product-grid-wrapper .product-grid-slider .product-grid-slide .product-grid-wrap img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .8s cubic-bezier(0, .6, 1, 1);
  transition: -webkit-transform .8s cubic-bezier(0, .6, 1, 1);
  transition: transform .8s cubic-bezier(0, .6, 1, 1);
  transition: transform .8s cubic-bezier(0, .6, 1, 1), -webkit-transform .8s cubic-bezier(0, .6, 1, 1);
}

.vyb-product-grid .product-grid-wrapper .product-grid-slider .product-grid-slide:hover .product-grid-wrap img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.vyb-product-grid .product-grid-wrapper .product-grid-slider .product-grid-slide .product-grid-wrap {
  overflow: hidden;
  background: #f5f5f5;
}

.vyb-product-grid .product-grid-wrapper .product-grid-slider .product-grid-slide .product-grid-centent {
  margin-top: 15px;
}

.vyb-product-grid .product-grid-wrapper .product-grid-slider .product-grid-slide .product-grid-centent .product-name {
  color: #000;
  text-align: center;
  line-height: 15px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.vyb-product-grid .product-grid-wrapper .product-grid-slider .product-grid-slide .product-grid-centent .product-price {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}

@media (max-width: 480px) {
 .signup-vyb-content .app-logo-group {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-centent {
    padding: 2.8rem;
  }
}

@media (min-width: 992px) {
  .vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-centent {
    padding: 3.2rem;
  }
}

@media (min-width: 1280px) {
  .vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-centent {
    padding: 4rem;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right .signup-vyb-form {
    max-width: 550px;
  }
}

@media (min-width: 1440px) {
  .vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-centent {
    padding: 4.4rem;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right .signup-vyb-form {
    max-width: 550px;
  }

  .get-started-igallery .section_heading {
    padding: 0 5vw 3vw;
  }

  .get-started-session-steps .session-steps-wrapper .session-steps-content {
    text-align: center;
    width: 60vw;
  }

  .get-started-session .session-wrapper .session-container .session-wrapper-inner h1 {
    line-height: .8;
    position: relative;
  }

  .get-started-session-steps {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .get-started .get-started-wrapper .grid-wrapper {
    width: 80vw;
  }

  .get-started .get-started-wrapper .grid-wrappe.get-started .get-started-wrapper .grid-wrapper .get-grid-content {
    padding: 70px 2vw 90px;
  }

  .get-started .get-started-wrapper .grid-wrapper .get-grid-content .grid-content {
    width: 13vw;
    font-size: 2.2vw;
    line-height: .8;
  }

  .get-started .get-started-wrapper .grid-wrapper .bottom-title-wrapper {
    width: 44vw;
  }
}

@media (min-width: 1920px) {
  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right .signup-vyb-form {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    max-width: 600px;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-right {
    justify-content: flex-start;
    align-items: stretch;
  }

  .discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner .discover-subtitle {
    font-size: 1vw;
    line-height: 1;
  }

  .discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner .discover-subtitle-sm {
    font-size: .8vw;
  }

  .get-started-igallery .igallery-wrapper .igallery-pagination-group {
    left: 0;
  }

  .get-started-igallery .igallery-wrapper .igallery-pagination-group .igallery-pagination {
    text-align: center;
  }

  .get-started-session-steps .session-steps-wrapper .title-lg {
    font-size: 5vw;
  }

  .get-started .get-started-wrapper .grid-wrapper .get-grid-content .grid-content {
    width: 9vw;
    font-size: 1.6vw;
    line-height: .8;
  }

  .get-started .get-started-wrapper .bottom-title-wrapper h4 {
    width: 30vw;
    font-size: 1vw;
  }

  .get-started-session-steps .session-steps-wrapper .session-steps-content {
    width: 45vw;
  }

  .get-started-session-steps .session-steps-wrapper .session-steps-content .steps-content {
    max-width: 40vw;
    font-size: 1vw;
    width: 39vw;
  }

  .get-started-session .session-wrapper .session-container .session-wrapper-inner {
    width: 31vw;
  }

  .get-started-session .session-wrapper .session-container .session-wrapper-inner h1 {
    text-align: left;
    max-width: 25vw;
    margin-bottom: 3vw;
    font-size: 7vw;
  }

  .get-started .get-started-wrapper h2 {
    font-size: 10vw;
  }

  .get-started .get-started-wrapper .get-subtitle {
    width: 42vw;
    margin-top: 0;
    font-size: 2vw;
  }

  .get-started .get-started-wrapper .grid-wrapper {
    width: 70vw;
  }
}


@media (max-width: 1439px) {
  .get-started .get-started-wrapper .grid-wrapper {
    width: 80vw;
  }

  .get-started .get-started-wrapper .grid-wrapper .get-grid-content .grid-content {
    font-size: 2vw;
    line-height: .8;
  }
}

@media (max-width: 991px) {
  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right .signup-vyb-form .signup-title {
    font-size: 30px;
  }

  .discover-vyb .discover-wrapper .discover-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner .discover-subtitle {
    font-size: 3vw;
    margin-bottom: 6px;
  }

  .discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner .discover-subtitle-sm {
    margin-bottom: 3vw;
    font-size: 2vw;
  }

  .get-started-igallery .section_heading {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .get-started-session-steps .session-steps-wrapper .session-steps-content .steps-content {
    max-width: 75vw;
    font-size: 2vw;
  }

  .get-started-session-steps .session-steps-wrapper .title-lg {
    font-size: 8vw;
  }

  .get-started-session-steps .session-steps-wrapper .title-sm-alt {
    font-size: 3vw;
  }

  .get-started-session-steps .session-steps-wrapper {
    width: 85vw;
  }

  .get-started .get-started-wrapper h2 {
    font-size: 13vw;
    max-width: 90vw;
  }

  .get-started .get-started-wrapper .get-subtitle {
    width: 55vw;
    font-size: 2.5vw;
  }

  .get-started .get-started-wrapper .grid-wrapper {
    align-content: center;
    justify-content: stretch;
    justify-items: center;
    width: 74vw;
    grid-template-columns: 1fr 1fr;
  }

  .get-started .get-started-wrapper .grid-wrapper .get-grid-content .grid-content {
    max-width: 24vw;
    font-size: 3.5vw;
    line-height: .8;
  }

  .get-started .get-started-wrapper .bottom-title-wrapper h4 {
    width: 60vw;
    font-size: 2vw;
  }

  .get-started-session .session-wrapper .session-container {
    min-height: 100vh;
    padding-bottom: 4.4em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .get-started-session .session-wrapper .session-container .session-wrapper-inner {
    width: 78vw;
  }

  .get-started-session .session-wrapper .session-container .session-wrapper-inner h1 {
    max-width: 65vw;
    margin-bottom: 3vw;
    font-size: 10vw;
  }
}

@media (max-width: 767px) {
  .vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-wrap .product-sm {
    display: block;
  }

  .vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-wrap .product-lg {
    display: none;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-right {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-left {
    min-height: 60svh;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-left>img {
    height: 60svh;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-left .signup-vyb-content {
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .signup-vyb .signup-vyb-wrapper {
    flex-direction: column;
  }

  .get-started .get-started-wrapper .grid-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    width: 85vw;
    grid-template-columns: 1fr 1fr;
  }

  .discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner .discover-subtitle {
    font-size: 2.5vw;
  }

  .discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner .discover-subtitle-sm {
    margin-bottom: 3vw;
  }
}

@media (max-width: 480px) {
  .vyb-product-grid .product-grid-wrapper .product-grid-slider .product-grid-slide .product-grid-centent .product-name {
    font-size: 14px;
  }

  .vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-centent .product-buy a {
    width: 100%;
  }

  .vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-centent .product-caption {
    font-size: 14px;
  }

  .vyb-level-up .product-wrapper .product-slider .product-slide .product-slide-centent .product-name {
    font-size: 24px;
    margin-bottom: 1.4rem;
    line-height: 25px;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right .signup-vyb-form .signup-title {
    margin-bottom: 1.5rem;
    font-size: 7vw;
    line-height: 1;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-right .signup-right .signup-vyb-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 32px 16px 64px;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-left .signup-vyb-content .signup-content-list p {
    font-size: 13px;
    font-weight: 400;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-left .signup-vyb-content .signup-content-list {
    gap: 8px;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-left .signup-vyb-content {
    padding: 64px 16px 32px;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-left {
    height: auto;
    min-height: 60svh;
  }

  .signup-vyb .signup-vyb-wrapper .signup-vyb-content-left>img {
    height: 60svh;
  }

  .discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner .discover-title {
    font-size: 5vw;
  }

  .discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner .discover-subtitle-sm {
    font-size: 3vw;
    margin-bottom: 3vw;
  }

  .discover-vyb .discover-wrapper .discover-container .discover-wrapper-inner .discover-subtitle {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.1;
    max-width: 73vw;
  }

  .get-started-igallery .section_heading {
    padding-bottom: 7vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .get-started-session-steps .session-steps-wrapper .session-steps-content .steps-content {
    width: 90vw;
    max-width: 75vw;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.3;
  }

  .get-started-session-steps .session-steps-wrapper .title-lg {
    margin-top: 15px;
    font-size: 17vw;
  }

  .get-started-session-steps .session-steps-wrapper .title-sm-alt {
    margin-bottom: 0;
    font-size: 5vw;
  }

  .get-started-session-steps .session-steps-wrapper .session-steps-content {
    margin-top: 0;
  }

  .get-started-session-steps .session-steps-wrapper {
    width: 90vw;
    margin-bottom: 8vw;
    padding-top: 4vw;
    padding-bottom: 10vw;
  }

  .btn-global-bg a {
    min-width: 220px;
  }

  .get-started .get-started-wrapper h2 {
    max-width: 90vw;
    margin-bottom: 10px;
    font-size: 15vw;
  }

  .get-started .get-started-wrapper .get-subtitle {
    text-transform: uppercase;
    width: 90vw;
    margin-bottom: .5vw;
    font-size: 4.5vw;
  }

  .get-started .get-started-wrapper .grid-wrapper {
    grid-row-gap: 3vw;
    grid-template-columns: 1fr 1fr;
    width: 90vw;
    margin-top: 31px;
  }

  .get-started .get-started-wrapper .grid-wrapper .get-grid-content {
    padding: 5vw 0;
  }

  .get-started .get-started-wrapper .grid-wrapper .get-grid-content .grid-content {
    text-align: center;
    width: 28vw;
    max-width: 30vw;
    font-size: 5vw;
    line-height: .9;
  }

  .get-started .get-started-wrapper .bottom-title-wrapper h4 {
    width: 82vw;
    margin-bottom: 0;
    font-size: 4vw;
  }

  .get-started-session .session-wrapper .session-container .session-wrapper-inner h1 {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10vw;
    font-size: 14vw;
    text-align: center;
  }

  .get-started-session .session-wrapper .session-container .session-wrapper-inner .session-content {
    text-align: center;
  }

  .get-started-session .session-wrapper .session-container .session-wrapper-inner {
    width: 85vw;
    margin: 0 auto;
  }
}


/*==================================================*/
/*=================  TEAM PAGE =================*/
/*==================================================*/
.team-banner {
  position: relative;
}

.team-banner .team-wrapper .img-wrapper .team-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(17, 17, 17, .6);
  z-index: 99;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
}

.team-banner .team-wrapper .img-wrapper .team-overlay .team-banner-wrapper .team-banner-content {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  text-align: center;
}

.team-banner .team-wrapper .img-wrapper .team-overlay .team-banner-wrapper {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-banner .team-wrapper .img-wrapper .team-overlay .team-banner-wrapper .team-banner-content {
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
}

.team-banner .team-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.team-banner .team-wrapper .img-wrapper .team-overlay .team-banner-wrapper .membership-heading {
  margin-bottom: 50px;
}

.about-team {
  background: #000000;
  position: relative;
  padding: 5rem 0;
}

.about-team .team-container {
  max-width: 1830px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.about-team .team-container .team-group:not(:last-child) {
  margin-bottom: 5rem;
}

.about-team .team-container .team-group .team-group-name {
  font-family: Blenderpro, sans-serif;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
}

.about-team .team-container .team-group .team-group-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 50px;
}

.about-team .team-container .team-group .team-group-grid .team-item .team-name {
  color: #fff;
  margin-bottom: 4px;
  font-family: HelveticaNeue, sans-serif;
  font-weight: 400;
  margin-top: 10px;
  font-size: 1.375rem;
  line-height: 24px;
}

.custom-fit {
  position: relative;
  padding: 80px 0;
  background: #FFFFFF;
}

.custom-fit .custom-wrapper-inner .membership-heading h2 {
  color: #ff0000;
  margin-bottom: 40px;
}

.custom-fit .custom-wrapper-inner .img-wrapper {
  margin-bottom: 30px;
}

.custom-fit .custom-wrapper-inner .custom-title {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}

.custom-fit .custom-wrapper-inner .custom-content {
  color: #000000;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1280px) {}

@media (min-width: 1440px) {}

@media (min-width: 1530px) {
  .team-banner .team-wrapper .img-wrapper .team-overlay .team-banner-wrapper .team-banner-content {
    max-width: 30%;
  }

  .custom-fit .custom-wrapper-inner .custom-content {
    width: 80%;
  }
}

@media (min-width: 1920px) {}

@media (max-width: 1439px) {}

@media (max-width: 991px) {
  .about-team .team-container .team-group .team-group-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .about-team .team-container .team-group .team-group-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-team .team-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team-banner .team-wrapper .img-wrapper .team-overlay {
    height: 60vh;
  }

  .team-banner .team-wrapper .img-wrapper .team-overlay .team-banner-wrapper .membership-heading {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .about-team .team-container .team-group .team-group-grid .team-item .team-name {
    font-size: 1.2rem;
  }

  .about-team .team-container .team-group .team-group-grid .team-item .team-designation {
    line-height: 17px;
  }

  .about-team .team-container .team-group .team-group-grid {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .about-team .team-container .team-group .team-group-name {
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .about-team .team-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .custom-fit .custom-wrapper-inner .custom-title {
    font-size: 22px;
  }

  .about-team .team-container .team-group:first-child .team-group-name {
    font-size: 30px;
  }
}


/*==================================================*/
/*=================  ABOUT PAGE =================*/
/*==================================================*/
.about-banner {
  position: relative;
  width: 100%;
  height: 100vh !important;
  background-color: red;
  overflow: hidden;
}

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

.about-banner h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Tungstencond, sans-serif;
  font-size: 10vw;
  color: #fff;
  mix-blend-mode: multiply;
  z-index: 9;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-family: Tungstencond, sans-serif;
  font-size: 10vw;
  line-height: .8;
  margin-bottom: 0;
}

.about-fitness {
  position: relative;
  padding: 80px 0;
  background: #101010;
}

.about-fitness .custom-wrapper-inner .img-wrapper {
  margin-bottom: 50px;
}

.about-fitness .custom-wrapper-inner .content-wrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: -80px;
}

.about-fitness .custom-wrapper-inner .custom-title {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
}

.about-fitness .custom-wrapper-inner .custom-content {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: #FFF;
  text-align: center;
}

.about-join-vyb {
  position: relative;
  width: 100%;
  height: 100vh;
}

.about-join-vyb .custom-wrapper-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.about-join-vyb .custom-wrapper-inner .content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 80px 15px;
  margin: 0 auto;
}

.about-join-vyb .img-wrapper {
  width: 100%;
  height: 100%;
}

.about-join-vyb .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-join-vyb .custom-wrapper-inner .custom-content {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: #FFF;
  text-align: center;
}

.ready-to-join-vyb {
  position: relative;
  background: #ff0000;
  padding: 80px;
}

.ready-to-join-vyb .custom-wrapper-inner {
  width: 100%;
  margin: 0 auto;
}

.ready-to-join-vyb .custom-wrapper-inner .content-wrapper {
  width: 100%;
  margin: 0 auto;
}

.ready-to-join-vyb .custom-wrapper-inner .content-wrapper .membership-heading h2 {
  margin-bottom: 50px;
}

.ready-to-join-vyb .custom-wrapper-inner .content-wrapper .global-btn-alt {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 767px) {
  .ready-to-join-vyb {
    padding: 80px 20px;
  }

  .about-banner .about-wrapper .about-overlay {
    height: 60vh;
    align-items: center;
  }

  .about-banner .about-wrapper .about-overlay h2 {
    font-size: 14vw;
  }
}

@media (max-width: 480px) {
  .about-fitness .custom-wrapper-inner .custom-title {
    font-size: 22px;
  }

  .about-fitness .custom-wrapper-inner .custom-content {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .ready-to-join-vyb .custom-wrapper-inner .content-wrapper .membership-heading h2 {
    text-align: left;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .about-join-vyb .custom-wrapper-inner .content-wrapper {
    width: 80%;
  }
}

@media (min-width: 1530px) {
  .about-fitness .custom-wrapper-inner .content-wrapper {
    width: 80%;
  }

}

/*===============================================================*/
/*================== LEVEL UP Page =================*/
/*===============================================================*/
.team-banner.one-tribe .team-wrapper .img-wrapper {
  position: relative;
}

.team-banner.one-tribe .team-wrapper .img-wrapper::after {
  content: '';
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(transparent 58%, rgba(0, 0, 0, .6) 80%, #000);
}

.team-banner.one-tribe .team-wrapper .img-wrapper .team-overlay {
  background: transparent;
}

.team-banner.one-tribe .team-wrapper .img-wrapper .team-overlay .team-banner-wrapper .global-btn-alt {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.team-banner.one-tribe .team-wrapper .img-wrapper .team-overlay .team-banner-wrapper .membership-heading h2 {
  color: #ff0000;
}

.vyb-terms {
  position: relative;
  padding-bottom: 80px;
  background: #000;
}

.vyb-terms .content-wrapper h4 {
  text-transform: uppercase;
  font-family: Blenderpro, sans-serif;
  font-size: 20px;
}

.vyb-terms .content-wrapper p {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: #FFF;
}

.vyb-terms .content-wrapper p a {
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
  color: #FFF;
}

.vyb-terms .content-wrapper ul {
  list-style: square;
}

.vyb-terms .content-wrapper ol li ol {
  list-style-type: upper-roman;
}

.vyb-terms .content-wrapper ul {
  list-style: square;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  padding: 1rem 1rem;
  margin-top: 30px;
  border-radius: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  padding: 1rem 1rem;
  margin-top: 30px;
  border-radius: 0;
  font-family: HelveticaNeue, sans-serif;
  font-size: 16px;
}
.vyb_Location{
 text-decoration: none;
 color: #fff;
}
.vyb_Location:hover{
 text-decoration: underline;
}
.get-inspired .success_stories_wrapper .success_stories .swiper-slide{
    margin-right:0px !important;
}

/* ===================== Careeer Page ===================== */
.font_main_career{
  font-family: Tungstencond, sans-serif;
}
.font_second_career{
  font-family: HelveticaNeue, sans-serif;
}
.main_bg_black{
  background-color: #000000;
}
.career-heading{
  padding-top: 10rem;
}
.career-heading h2{
  font-size: 7vw;
  text-align: center;
}

@media only screen and (max-width:480px){
.career-heading{
  padding-top: 140px;
}
.career-heading h2{
  font-size:14vw;
}
.career-options ul{
	display:flex;
	justify-content:center;
}

}

.hmcARq{
    display: none;
}

.eapps-instagram-feed-title-container{
     display: none;
}

#eapps-instagram-feed-1 a{
  position: relative;
}

#eapps-instagram-feed-1 a::after{
  width: 101%;
  height: 100%;
  z-index: -1;
  inset: 0;
  content: " ";
  background-color: #101010;
  position: absolute;
}

/* popup */

.overlay-bc {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-bc.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}


.popup-qr {
  width: 640px;
  min-height: 370px;
  background-color: #000000;
  color: white;
  display: flex;
}

.qr-content {
  width: 50%;
  background: url(./images/popup-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.qr-content::after {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
}

.qr-content h2 {
  font-family: "Tungstencond", sans-serif;
  text-align: center;
  font-size: 3.2rem;
  line-height: 0.7;
  color: #ff0000;
}

.qr-content p {
  text-align: center;
}

.qr-content .popup-symbol {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.qr-content .popup-symbol img {
  max-width: 80px;
}

.qr-scanner {
  width: 50%;
  padding: 25px;
  position: relative;
}

.qr-scanner h2 {
  font-family: "Tungstencond", sans-serif;
  font-size: 2.25rem;
  text-align: center;
}

.qr-scanner .img_wrapper {
  padding: 10px;
  border-radius: 10px;
  background-color: #101010;
  max-width: 80%;
  margin-inline: auto;
  margin-top: 10px;
}

.qr-scanner svg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  cursor: pointer;
}


.faq-section {
  padding: 10rem 20px;
  font-family: HelveticaNeue, sans-serif;
}

.faq-section .faq-1 h2 {
  font-family: Tungstencond, sans-serif;
  font-size: 4.75vw;
}

.faq-section .faq-1 p{
  max-width: 320px;
}


.faq-section .accordion .accordion-button:not(.collapsed) {
  color: white;
  background-color: #101010;
  box-shadow: none;
}

.faq-section .accordion .accordion-button,
.faq-section .accordion .accordion-item {
  color: white;
  background-color: #101010;
  border: 1px solid #101010;
}

.faq-section .accordion .accordion-button {
  box-shadow: none;
  outline: 1px solid #1A1B1E;
}

.faq-section .accordion {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.accordion-button:not(.collapsed)::after{
  background: url("./images/accordion-side-btn.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
  .faq-section .faq-1 {
    margin-bottom: 20px;
    text-align: center;
  }

  .faq-section .faq-1 h2 {
    font-size: 3rem;
    margin-bottom: 0;
  }

  .faq-section .faq-1 p {
   max-width: 100%;
  }
}

@media screen and (max-width:767px) {
  .faq-section{
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
    .faq-section .faq-1 {
    margin-bottom: 20px;
    text-align: center;
  }

  .faq-section .faq-1 h2 {
    font-size: 3rem;
    margin-bottom: 0;
  }

  .faq-section .faq-1 p {
   max-width: 100%;
  }
}



