@import url("https://api.fontshare.com/v2/css?f[]=satoshi@900,700,500,301,701,300,501,401,901,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karantina:wght@300;400;700&display=swap");
.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

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

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

html {
  scroll-behavior: smooth;
  --bp-ff-text: "satoshi";
  --bp-ff-outfit: "Outfit";
}

html[dir=ltr], html[dir=""] {
  --bp-ff-title: "Bebas Neue";
}

html[dir=rtl] {
  --bp-ff-title: "Karantina";
}
html[dir=rtl] h1, html[dir=rtl] h2, html[dir=rtl] h3, html[dir=rtl] h4, html[dir=rtl] h5, html[dir=rtl] h6 {
  font-family: var(--bp-ff-title);
}

html, body {
  font-family: var(--bp-ff-text), sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

:root {
  --header-height: 76.66px;
  --linear-from: #131313;
  --linear-to: #2f2f2f;
  --bp-dark-light: #252525;
}

@keyframes element-slide-in {
  0% {
    opacity: 0;
    transform: translateY(1.875rem);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes title-slide-in {
  0% {
    opacity: 0;
    transform: translateY(2.5rem) rotateX(-25deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
  }
}
@keyframes parallax {
  0% {
    transform: translateY(3.125rem);
  }
  to {
    transform: translateY(-3.125rem);
  }
}
.fw-medium {
  font-weight: 500;
}

.ff-text {
  font-family: var(--bp-ff-text);
}

.ff-title {
  font-family: var(--bp-ff-title);
}

.ff-outfit {
  font-family: var(--bp-ff-outfit);
}

.text-dark-blue {
  color: #012f99;
}

p {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 40em) {
  p {
    font-size: 1.575rem;
  }
}

.direction-ltr {
  direction: ltr;
}

.btn {
  border-radius: 4px;
  font-size: 11px;
  font-family: var(--bp-ff-outfit);
  text-transform: uppercase;
  font-weight: 700;
}
.btn.btn-lg {
  font-size: 14px;
  line-height: 20px;
  padding: 0.75rem 2rem;
}

body {
  --bs-body-bg: #e3e3e3;
  --bs-body-bg-rgb: rgb(227, 227, 227);
  --bs-body-color: #0D0D0D;
  --bs-body-color-rgb: rgb(13 13 13);
}

header {
  height: var(--header-height);
  transition: all 0.12s ease-in-out;
  box-shadow: none;
}
header:not(.scrolled) .navbar-brand {
  width: 170px;
}
header.scrolled .navbar-brand {
  width: 28px;
}
header .navbar-brand {
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}
header .navbar-brand img[alt=logo] {
  z-index: 2;
  position: relative;
}
header .navbar-brand img[alt="logo name"] {
  z-index: 1;
  position: absolute;
  left: 33px;
  top: 15px;
  transition: left 500ms ease-out;
}
header.scrolled {
  background: linear-gradient(90deg, var(--linear-from) -20%, var(--linear-to) 120%);
  box-shadow: 0 0 1.125rem rgba(0, 0, 0, 0.15);
}
header.scrolled img[alt="logo name"] {
  left: -140px;
}
header .dropdown-menu[data-bs-popper] {
  left: -28px;
}
header .navbar-toggler:focus {
  box-shadow: unset;
}
header .navbar {
  --bs-navbar-toggler-padding-x: 0.25rem;
}
header .navbar:has(.navbar-collapse.collapse:not(.show)) .navbar-toggler.collapsed {
  order: 2;
}
header .navbar-collapse.collapse.show, header .navbar-collapse.collapsing {
  backdrop-filter: blur(4px);
  background: #1a1a1acf;
  min-height: 110px;
  border-radius: 0 0 5px 5px;
}
header .navbar-collapse.collapse.show + #bpNavbar, header .navbar-collapse.collapsing + #bpNavbar {
  display: none !important;
}

footer {
  color: white;
  padding: 5rem 0 2rem;
}
footer #particles-js {
  z-index: 1;
  position: relative;
}
footer canvas.particles-js-canvas-el {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
footer h6 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.75rem;
}
footer p {
  font-size: 1.225rem;
}
footer .footer-column strong {
  display: block;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  padding-bottom: 5px;
  margin-bottom: 15px;
}
footer .footer-column p {
  margin-bottom: 10px;
  font-size: 16px;
}
footer .footer-column a {
  text-decoration: none;
  color: white;
}
footer .links a {
  text-decoration: none;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
}
footer .links a:hover {
  color: white !important;
}
footer .socials p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
footer .socials a {
  display: flex;
  gap: 15px;
  align-items: center;
}
footer .socials .img-wrapper {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.44);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 47px;
  height: 47px;
}
footer form .form-control {
  background: #ffffffb3;
  border-color: transparent;
  border-radius: 3px;
  transition: all 300ms;
  font-weight: 500;
  height: 45px;
}
footer form .form-control:focus {
  box-shadow: unset;
}
footer form textarea.form-control {
  resize: none;
  height: 90px;
}
footer form.ng-submitted .form-control.ng-invalid {
  border: 1px solid var(--bs-danger);
}
footer form button {
  height: 45px;
  white-space: nowrap;
}

.js-captcha {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-black);
  border-radius: 5px;
  padding-left: 0.75rem;
}
.js-captcha.ng-invalid input {
  border: 1px solid var(--bs-danger);
}
.js-captcha canvas {
  padding-right: 0.75rem;
}

.animated-button {
  position: relative;
  margin: 0 auto;
  outline: none;
  font-size: 20px !important;
  height: 60px;
  border: 1px solid white;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
  color: black;
  background: white;
}
.animated-button:hover {
  color: white;
  background-color: var(--bs-club-color, var(--bs-btn-hover-bg));
  border-color: var(--bs-club-color, var(--bs-btn-hover-border-color));
}
.animated-button::after, .animated-button::before {
  border: 0;
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
  border-radius: 50%;
}
.animated-button::before {
  border: 0;
  background-color: var(--bs-btn-color);
  top: -0.75rem;
  left: -2rem;
  animation: topAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
}
.animated-button::after {
  background-color: var(--bs-club-color, var(--bs-primary));
  top: 4rem;
  left: 13rem;
  animation: bottomAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
}
@keyframes topAnimation {
  from {
    transform: translate(0rem, 0);
  }
  to {
    transform: translate(0rem, 3.5rem);
  }
}
@keyframes bottomAnimation {
  from {
    transform: translate(-11.5rem, 0);
  }
  to {
    transform: translate(0rem, 0);
  }
}
.animated-button:hover {
  color: white;
}
.animated-button:hover::before, .animated-button:hover::after {
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  animation: none;
}
.animated-button:hover::after {
  left: 0;
}
.animated-button:hover::before {
  top: 0.5rem;
  left: 0.35rem;
}

.bg-white-fade {
  background: linear-gradient(0deg, white 0%, white 33%, #e3e3e3 67%);
}

.bg-gray-fade {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, white 70%);
}

.bg-black-fade {
  background: linear-gradient(45deg, var(--linear-from) 20%, var(--linear-to) 50%);
}
.bg-black-fade .owl-carousel .owl-dots button.owl-dot {
  background: #bdbdbd;
}

.hero-holder {
  position: relative;
  margin-top: calc(-1 * var(--header-height));
  overflow: hidden;
}
.hero-holder .hero {
  position: relative;
  overflow: hidden;
  padding-top: var(--header-height);
  background: var(--bs-body-bg);
}
.hero-holder .hero .wide {
  max-width: 86.25rem;
  margin-bottom: 6.75rem;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 40em) {
  .hero-holder .hero .wide {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 60em) {
  .hero-holder .hero .wide {
    margin-bottom: 7.5rem;
  }
}
.hero-holder .hero .wide .hero-content {
  position: relative;
  color: #fff;
  text-align: center;
}
.hero-holder .hero .wide .hero-content > * {
  position: relative;
}
.hero-holder .hero .wide .hero-content .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  overflow: hidden;
  width: 300vw;
  height: 300vw;
  border-radius: 50%;
  margin-left: -150vw;
  background-image: linear-gradient(45deg, var(--linear-from) 20%, var(--linear-to) 50%);
  content: "";
  filter: drop-shadow(0 22px 32px var(--bs-club-color, #002e93));
  background-attachment: fixed;
  background-position: top center;
}
.hero-holder .hero .wide .hero-content .bg .bg-elements {
  opacity: 0.5;
}
.hero-holder .hero .wide .hero-content .bg .bg-elements img {
  max-width: 100%;
  display: none;
  position: absolute;
}
@media (min-width: 70em) {
  .hero-holder .hero .wide .hero-content .bg .bg-elements img {
    display: block;
  }
}
.hero-holder .hero .wide .hero-content .bg .bg-elements img:nth-child(1) {
  bottom: 40vh;
  left: 37%;
  animation: parallax 20s cubic-bezier(0.37, 0, 0.63, 1) -30s infinite alternate;
}
.hero-holder .hero .wide .hero-content .bg .bg-elements img:nth-child(2) {
  bottom: 5vh;
  left: 30%;
  animation: parallax 25s cubic-bezier(0.37, 0, 0.63, 1) 0s infinite alternate;
}
.hero-holder .hero .wide .hero-content .bg .bg-elements img:nth-child(3) {
  bottom: 30vh;
  left: 59%;
  animation: parallax 30s cubic-bezier(0.37, 0, 0.63, 1) -15s infinite alternate;
}
.hero-holder .hero .wide .hero-content .bg .bg-elements img:nth-child(4) {
  bottom: 35vh;
  left: 61%;
  animation: parallax 35s cubic-bezier(0.37, 0, 0.63, 1) -35s infinite alternate;
}
.hero-holder .hero .wide .hero-content .bg .bg-elements img:nth-child(5) {
  bottom: 40vh;
  left: 60%;
  animation: parallax 25s cubic-bezier(0.37, 0, 0.63, 1) -5s infinite alternate;
}
.hero-holder .hero .wide .hero-content .above {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto;
}
.hero-holder .hero .wide .hero-content .above h1 {
  font-size: 2.5rem;
  font-weight: 600;
}
@media (min-width: 40em) {
  .hero-holder .hero .wide .hero-content .above h1 {
    font-size: 3rem;
  }
}
@media (min-width: 60em) {
  .hero-holder .hero .wide .hero-content .above h1 {
    font-size: 4rem;
  }
}
.hero-holder .hero .wide .hero-content .above h1 span {
  display: inline-block;
  overflow: hidden;
  margin-top: -0.15em;
  line-height: 1.3;
  perspective: 500px;
}
.hero-holder .hero .wide .hero-content .above h1 span > span {
  display: block;
  animation: title-slide-in 0.8s cubic-bezier(0.3, 1.34, 0.38, 1) both;
}
.hero-holder .hero .wide .hero-content .above h1 span:nth-child(2) > span {
  animation-delay: 0.1s;
}
.hero-holder .hero .wide .hero-content .above h1 span:nth-child(3) > span {
  animation-delay: 0.3s;
}
.hero-holder .hero .wide .hero-content .above img.img-in-hero {
  animation-delay: 0.4s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: element-slide-in;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.hero-holder .hero .wide .hero-content .above p {
  max-width: 50rem;
  margin: 50px auto;
  animation-delay: 0.9s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: element-slide-in;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
  font-size: 1.125rem;
  line-height: 35px;
  font-weight: 600;
}
@media (min-width: 40em) {
  .hero-holder .hero .wide .hero-content .above p {
    font-size: 1.575rem;
    line-height: 45px;
  }
}
.hero-holder .hero .wide .hero-content .above button, .hero-holder .hero .wide .hero-content .above a[role=button] {
  animation-delay: 0.9s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: element-slide-in;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
  margin: 0 auto;
  line-height: 34px;
}
.hero-holder .hero .wide .hero-content .embed-container {
  position: relative;
  overflow: hidden;
  margin-top: 75px;
  filter: drop-shadow(0 0.4375rem 1.4375rem rgba(103, 110, 144, 0.2));
  animation-delay: 1.05s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: element-slide-in;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
@media (min-width: 60em) {
  .hero-holder .hero .wide .hero-content .embed-container {
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
.hero-holder .hero .wide .hero-content .embed-container .embed {
  width: 100%;
  vertical-align: middle;
  border-radius: 46px;
  background: transparent;
}
@media (max-width: 1244px) {
  .hero-holder .hero .wide .hero-content .embed-container .embed {
    border-radius: 40px;
  }
}
@media (max-width: 1120px) {
  .hero-holder .hero .wide .hero-content .embed-container .embed {
    border-radius: 35px;
  }
}
@media (max-width: 980px) {
  .hero-holder .hero .wide .hero-content .embed-container .embed {
    border-radius: 30px;
  }
}
@media (max-width: 800px) {
  .hero-holder .hero .wide .hero-content .embed-container .embed {
    border-radius: 25px;
  }
}
@media (max-width: 680px) {
  .hero-holder .hero .wide .hero-content .embed-container .embed {
    border-radius: 20px;
  }
}
@media (max-width: 540px) {
  .hero-holder .hero .wide .hero-content .embed-container .embed {
    border-radius: 15px;
  }
}
@media (max-width: 450px) {
  .hero-holder .hero .wide .hero-content .embed-container .embed {
    border-radius: 12px;
  }
}
@media (max-width: 350px) {
  .hero-holder .hero .wide .hero-content .embed-container .embed {
    border-radius: 10px;
  }
}
.hero-holder h3 {
  font-weight: 600;
  text-align: center;
  font-size: 1.95rem;
  line-height: 2.45rem;
}
@media (min-width: 40em) {
  .hero-holder h3 {
    font-size: 2.65rem;
    line-height: 3rem;
  }
}
@media (min-width: 60em) {
  .hero-holder h3 {
    font-size: 2.95rem;
    line-height: 3.55rem;
  }
}
.hero-holder.with-m {
  margin-bottom: calc(-1 * var(--header-height));
}

.animated-border {
  --border-size: 2px;
  --border-angle: 0turn;
  padding: 30px;
  background-image: conic-gradient(from var(--border-angle), white, white, white), conic-gradient(from var(--border-angle), transparent 95%, var(--bs-club-color, var(--bs-primary)), var(--bs-club-color, var(--bs-primary)));
  background-size: calc(100% - var(--border-size) * 2) calc(100% - var(--border-size) * 2), cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: bg-spin 10s linear infinite;
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}

.animated-border-bottom-top {
  position: relative;
}
@keyframes line-animation {
  0% {
    transform: scaleX(0);
    top: 100%;
  }
  15% {
    transform: scaleX(0);
    top: 100%;
  }
  20%, 25% {
    transform: scaleX(1);
    top: 100%;
  }
  50% {
    transform: scaleX(1);
    top: 0;
  }
  70% {
    transform: scaleX(0.2);
    top: 0;
  }
  80%, 100% {
    transform: scaleX(0.2);
    top: 0;
  }
}
@keyframes clip-path-reveal-1 {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  25% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.animated-border-bottom-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #1c6dcd, var(--bs-primary));
  transform-origin: center center;
  transform: scaleX(0.2);
  animation: line-animation 3s ease;
}
.animated-border-bottom-top .animated-el {
  margin: 0;
  animation: clip-path-reveal-1 3s ease;
}

.animated-border-2 {
  --d: 4500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
  --c1: rgba(var(--bs-primary-rgb), 1);
  --c2: rgba(var(--bs-primary-rgb), 0.1);
  border: 2px solid;
  padding: 3vw;
  border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
  animation: borderRotate var(--d) linear infinite forwards;
}
@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: true;
}
@property --gradX {
  syntax: "<percentage>";
  initial-value: 50%;
  inherits: true;
}
@property --gradY {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: true;
}
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
@property --n {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.homepage-main-content .hero-holder .her .wide .hero-content .bg {
  bottom: 18vw;
}
.homepage-main-content #gallery {
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  margin-bottom: 3.75rem;
}
@media (min-width: 40em) {
  .homepage-main-content #gallery {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 60em) {
  .homepage-main-content #gallery {
    margin-bottom: 7.5rem;
  }
}
.homepage-main-content #gallery .slick-slide {
  width: auto;
  margin: 0 20px;
  filter: grayscale(100%);
}
.homepage-main-content #gallery img {
  max-height: 100px;
}
.homepage-main-content .cards {
  padding-bottom: 3.75rem;
}
@media (min-width: 40em) {
  .homepage-main-content .cards {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4.625rem;
  }
}
@media (min-width: 60em) {
  .homepage-main-content .cards {
    padding-bottom: 6.5rem;
  }
}
.homepage-main-content .cards .cards-title {
  text-align: center;
  max-width: 560px;
  margin: 40px auto 0 auto;
}
.homepage-main-content .cards .cards-title p {
  margin-bottom: 1.5rem;
}
.homepage-main-content .cards .cards-title button {
  display: inline-block;
}
.homepage-main-content .cards .card-body {
  --bs-card-spacer-y: 2rem;
  --bs-card-spacer-x: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media (min-width: 40em) {
  .homepage-main-content .cards .card-body {
    gap: 5rem;
  }
}
.homepage-main-content .cards .card-body > .row:nth-child(odd) {
  flex-direction: row-reverse;
}
.homepage-main-content .cards strong {
  font-size: 1.825rem;
  line-height: 2.325rem;
  font-family: var(--bp-ff-outfit);
  margin-bottom: 40px;
  display: block;
}
@media (min-width: 40em) {
  .homepage-main-content .cards strong {
    font-size: 2.075rem;
    line-height: 2.725rem;
  }
}
@media (min-width: 60em) {
  .homepage-main-content .cards strong {
    font-size: 2.375rem;
    line-height: 3.025rem;
  }
}
.homepage-main-content .cards span.link {
  cursor: pointer;
  font-size: 1.175rem;
  font-weight: 600;
  background: -webkit-linear-gradient(45deg, #012f99, var(--bs-primary) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage-main-content .cards span.link span {
  vertical-align: text-bottom;
}
@media (min-width: 40em) {
  .homepage-main-content .cards span.link {
    font-size: 1.275rem;
  }
}
.homepage-main-content .cards p, .homepage-main-content .cards ul {
  font-size: 1.175rem;
  line-height: 1.875rem;
  font-weight: 500;
}
@media (min-width: 40em) {
  .homepage-main-content .cards p, .homepage-main-content .cards ul {
    font-size: 1.275rem;
    line-height: 2.075rem;
  }
}
.homepage-main-content .counters {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}
@media (min-width: 40em) {
  .homepage-main-content .counters {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4.625rem;
    padding-top: 4.625rem;
  }
}
@media (min-width: 60em) {
  .homepage-main-content .counters {
    padding-bottom: 6.5rem;
    padding-top: 6.5rem;
  }
}
.homepage-main-content .counters .counters-title {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 0 auto;
}
.homepage-main-content .counters b {
  font-size: 26px;
  line-height: 28px;
}
@media (min-width: 40em) {
  .homepage-main-content .counters b {
    font-size: 46px;
    line-height: 50px;
  }
}
.homepage-main-content .counters span {
  font-weight: 800;
  font-size: 26px;
  color: white;
}
@media (min-width: 40em) {
  .homepage-main-content .counters span {
    font-size: 36px;
  }
}

.number-count {
  animation: animate var(--duration) forwards var(--timing, linear);
  counter-reset: num var(--n);
}
@keyframes animate {
  from {
    --n: var(--from);
  }
  to {
    --n: var(--to);
  }
}
.number-count::before {
  content: counter(num);
}

.number-count-holder::before {
  content: var(--s-to);
}

.cubes {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}
.cubes .cubes-title {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

.faq {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}
@media (min-width: 40em) {
  .faq {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4.625rem;
    padding-top: 4.625rem;
  }
}
@media (min-width: 60em) {
  .faq {
    padding-bottom: 6.5rem;
    padding-top: 6.5rem;
  }
}
.faq .accordion {
  --bs-accordion-active-color: var(--bs-white);
  --bs-accordion-active-bg: var(--bs-primary);
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq .accordion .accordion-item .accordion-button {
  font-size: 1.5rem;
}
.faq .accordion .accordion-item .accordion-body {
  font-size: 1.175rem;
  line-height: 1.875rem;
  font-weight: 500;
  white-space: pre-line;
}
.faq .faq-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.testimonials {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}
@media (min-width: 40em) {
  .testimonials {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4.625rem;
    padding-top: 4.625rem;
  }
}
@media (min-width: 60em) {
  .testimonials {
    padding-bottom: 6.5rem;
    padding-top: 6.5rem;
  }
}
.testimonials .owl-stage-outer {
  width: calc(100vw - var(--var-bp-reviews-left-offset) - 1rem);
}
.testimonials .owl-stage {
  display: flex;
}
.testimonials .owl-stage .owl-item {
  border-radius: 10px;
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  opacity: 0.75;
  transition: opacity 0.6s ease-in-out;
}
.testimonials .owl-stage .owl-item:nth-child(even) {
  background: #232323;
}
.testimonials .owl-stage .owl-item.one-active {
  opacity: 1;
}
.testimonials .testimonial {
  padding: 1rem;
}
.testimonials .testimonial .content {
  line-height: 29px;
  font-size: 27px;
  text-transform: uppercase;
  font-family: var(--bp-ff-title);
  overflow: hidden;
  letter-spacing: 0.025rem;
  max-width: 30vw;
}
.testimonials .testimonial .img-container {
  border: 1px dashed var(--bs-danger);
  padding: 6px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .testimonial .img-container img {
  width: 48px;
  height: 48px;
}
@media (max-width: 768px) {
  .testimonials .testimonial p {
    max-width: calc(100vw - 7rem);
    max-height: unset;
  }
}

.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-size: 16px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.snip1543:before, .snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--bs-primary);
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}
.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}
.snip1543 figcaption, .snip1543 .another-layer {
  position: absolute;
  flex-direction: column;
  display: flex;
  top: 0;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 25px 40% 25px 20px;
}
.snip1543 figcaption:before, .snip1543 figcaption:after, .snip1543 .another-layer:before, .snip1543 .another-layer:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--bs-primary);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}
.snip1543 figcaption:before, .snip1543 .another-layer:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}
.snip1543 figcaption:after, .snip1543 .another-layer:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}
.snip1543 figcaption strong, .snip1543 figcaption p, .snip1543 .another-layer strong, .snip1543 .another-layer p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.snip1543 figcaption strong, .snip1543 .another-layer strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
  font-family: var(--bp-ff-title);
}
@media (min-width: 40em) {
  .snip1543 figcaption strong, .snip1543 .another-layer strong {
    font-size: 36px;
  }
}
.snip1543 figcaption p, .snip1543 .another-layer p {
  font-size: 0.9em;
}
.snip1543 figcaption a, .snip1543 .another-layer a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1543:hover strong, .snip1543:hover p, .snip1543.hover strong, .snip1543.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1543:hover:before, .snip1543.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.snip1543:hover:after, .snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}
.snip1543:hover figcaption:before, .snip1543:hover .another-layer:before, .snip1543.hover figcaption:before, .snip1543.hover .another-layer:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.snip1543:hover figcaption:after, .snip1543:hover .another-layer:after, .snip1543.hover figcaption:after, .snip1543.hover .another-layer:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#contact-modal .btn-close {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
}
#contact-modal .modal-content {
  background: var(--bp-dark-light);
}
#contact-modal .modal-content .modal-header, #contact-modal .modal-content .modal-footer {
  border: 0;
}
#contact-modal .modal-content h6 {
  font-weight: 800;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0;
  color: white;
}
#contact-modal .modal-content .form-label {
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
#contact-modal .modal-content .form-control {
  background: #ffffffb3;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: all 300ms;
  font-weight: 500;
  height: 45px;
}
#contact-modal .modal-content .form-control:focus {
  box-shadow: unset;
  background: white;
}
#contact-modal .modal-content textarea.form-control {
  resize: none;
  height: 90px;
}
#contact-modal .modal-content .phases .phase.middle {
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
}
#contact-modal .modal-content .phases .phase.middle .s-line {
  width: 100%;
  border: 1px dashed #444343;
}
#contact-modal .modal-content .phases .phase.middle .e-line {
  width: 100%;
  border: 1px dashed #444343;
}
#contact-modal .modal-content.bg button {
  min-width: 252px;
}
#contact-modal .modal-content .btn-submit {
  height: -webkit-fill-available;
}
@media (max-width: 576px) {
  #contact-modal .modal-content .modal-header, #contact-modal .modal-content .modal-footer {
    padding-bottom: 3rem;
  }
}

form.ng-submitted select.ng-invalid, form.ng-submitted input.ng-invalid {
  border: 1px solid var(--bs-danger) !important;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
}

.owl-carousel .owl-dots {
  justify-content: center;
  display: flex;
  gap: 8px;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background: #2f2f2f;
  border-radius: 50%;
  transition: 300ms opacity;
}
.owl-carousel .owl-dots button.owl-dot:not(.active) {
  opacity: 0.5;
}
.owl-carousel .owl-dots button.owl-dot:hover {
  opacity: 1;
}

.spacer-py {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (max-width: 576px) {
  .spacer-py {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.spacer-pb {
  padding-bottom: 7rem;
}
@media (max-width: 576px) {
  .spacer-pb {
    padding-bottom: 5rem;
  }
}

.spacer-pt {
  padding-top: 7rem;
}
@media (max-width: 576px) {
  .spacer-pt {
    padding-top: 5rem;
  }
}

.trainee {
  background: white;
  border-radius: 0.375rem;
  padding: 22px 30px;
  min-height: 265px;
  text-align: center;
}
.trainee .img-holder {
  width: 172px;
  height: 172px;
  background: #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.trainee .img-holder img {
  border-radius: 50%;
  transition: 800ms all;
}
.trainee p {
  max-height: 37px;
  overflow: hidden;
}
.trainee:hover .img-holder img {
  transform: scale(1.15);
}

.trainer {
  min-height: 350px;
  border-radius: 19px;
  display: flex;
  flex-direction: column;
  position: relative;
  color: white;
}
.trainer .coach-type {
  letter-spacing: 0.115em;
  height: 35px;
  overflow: hidden;
}
.trainer .set-bg {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  width: 70%;
  height: 70%;
  top: 10px;
  transition: filter 0.3s;
  border-radius: 19px;
}
.trainer .set-bg.grayscale {
  filter: grayscale(100%);
}
.trainer strong {
  z-index: 1;
}
.trainer p {
  line-height: 17px;
  height: 52px;
  overflow: hidden;
}
.trainer a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.trainer:hover .set-bg.grayscale, .trainer.active .set-bg.grayscale {
  filter: grayscale(0%);
}

.course {
  color: white;
  position: relative;
}
.course:hover {
  text-decoration: none;
  color: white;
}
.course .set-bg {
  height: 450px;
  background-size: cover;
}
.course .set-bg .text-holder {
  background: #ffffff2e;
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
  height: 188px;
  overflow: hidden;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.course img[alt=users] {
  width: 24px;
  display: inline;
}
.course .mark {
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-family: var(--bp-ff-outfit);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  min-width: 130px;
  height: 39px;
  letter-spacing: 0.08em;
  font-weight: 700;
  background: url("../../img/new-design/mark.png") no-repeat 0 0;
}
.course .coach img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #5A5A5A;
}
.course p {
  max-height: 42px;
  overflow: hidden;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-bottom: 0;
  opacity: 0.75;
  min-height: 42px;
}
.course strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.course h3 {
  font-weight: 600;
  font-size: 24px;
  height: 58px;
  overflow: hidden;
}
.course .blur-bg {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  position: absolute;
  background: #00000012;
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
.course.course-primary .set-bg {
  height: 550px;
}
.course.course-side .set-bg {
  height: calc(275px - 0.5rem);
}

.guide .hero-holder .hero .wide .hero-content .above h1 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media (min-width: 40em) {
  .guide .hero-holder .hero .wide .hero-content .above h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 60em) {
  .guide .hero-holder .hero .wide .hero-content .above h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.guide .hero-holder + * {
  position: relative;
  top: -100px;
}
@media (min-width: 768px) {
  .guide aside {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .guide aside {
    margin-bottom: 2rem;
  }
}
.guide aside strong {
  font-weight: 600;
  font-size: 22px;
  display: block;
}
.guide aside ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.guide aside ul li a {
  text-decoration: none;
  font-weight: 600;
  display: block;
  font-size: 17px;
  border-left: 3px solid var(--bs-body-color);
  color: var(--bs-body-color);
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}
.guide aside ul li.active a {
  color: var(--bs-primary);
  border-left-color: var(--bs-primary);
}
.guide aside .sticky-top {
  top: calc(var(--header-height) + 1rem);
  z-index: 1019;
}
@media (min-width: 768px) {
  .guide aside .sticky-top {
    display: block !important;
    margin-top: 0.25rem;
  }
}
@media (max-width: 767px) {
  .guide aside .sticky-top {
    margin-top: 1rem;
  }
}
.guide article {
  padding-top: 8px;
  font-size: 17px;
  line-height: 30px;
  overflow: hidden;
}
.guide article .go-top {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: var(--bs-primary);
  position: fixed;
  border-radius: 50%;
  z-index: 3;
  filter: drop-shadow(2px 4px 6px var(--bs-dark));
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide article .go-top i {
  color: white;
}
.guide article h2 {
  font-size: 26px;
}
.guide article h2 strong {
  font-size: 26px;
}
.guide article h3 {
  font-size: 22px;
}
.guide article h3 strong {
  font-size: 22px;
}
.guide article h4 {
  font-size: 20px;
}
.guide article h4 strong {
  font-size: 20px;
}
.guide article h5 {
  font-size: 18px;
}
.guide article h5 strong {
  font-size: 18px;
}
.guide article h6 {
  font-size: 16px;
}
.guide article h6 strong {
  font-size: 16px;
}
.guide article p, .guide article ul, .guide article ol {
  font-size: 1.175rem;
  line-height: 1.875rem;
  font-weight: 500;
}
@media (min-width: 40em) {
  .guide article p, .guide article ul, .guide article ol {
    font-size: 1.275rem;
    line-height: 2.075rem;
  }
}
.guide article iframe, .guide article img {
  border-radius: var(--bs-border-radius);
}
.guide .guide-box {
  text-decoration: none;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  color: var(--bs-body-color);
  padding: 8px;
  cursor: pointer;
  border: 1.5px solid var(--bs-body-color);
  border-radius: 0.25rem;
  text-align: center;
}
.guide .guide-box:hover {
  color: var(--bs-primary);
  border: 1.5px solid var(--bs-primary);
}

.about-us .hero-holder {
  background: var(--bs-body-bg);
  display: flex;
  flex-direction: column;
}
.about-us .hero {
  background: url("../../img/hero.jpg") no-repeat 0 0;
  background-size: cover;
  height: max(30vh, 500px);
}
.about-us .hero .hero-content {
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
}
.about-us h3 {
  font-weight: 600;
  text-align: center;
  font-size: 1.95rem;
  line-height: 2.45rem;
}
@media (min-width: 40em) {
  .about-us h3 {
    font-size: 2.65rem;
    line-height: 3rem;
  }
}
@media (min-width: 60em) {
  .about-us h3 {
    font-size: 2.95rem;
    line-height: 3.55rem;
  }
}
.about-us .linkedin {
  background: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.about-us .linkedin i {
  transition: all 300ms;
}
.about-us .linkedin:hover i {
  font-size: 32px !important;
}
.about-us .free-text {
  margin-bottom: 20px;
}
.about-us .row-members .member {
  padding: 1rem;
  border-radius: var(--bs-border-radius);
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.about-us .row-members .member figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
}
.about-us .row-members .member figure figcaption {
  text-align: center;
}
.about-us .row-members .member figure img {
  width: 90%;
  display: flex;
  margin: 0 auto 1rem auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: contain;
  background: #f0f0f0;
  max-width: 280px;
  cursor: pointer;
}
.about-us .row-members .member p {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
.about-us .row-members .advisor {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.about-us .row-members .advisor figcaption span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-weight: 500;
  height: 48px;
}
.about-us .row-members .advisor figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
}
.about-us .row-members .advisor .position-relative img {
  width: 180px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: contain;
  margin-bottom: 0.75rem;
  cursor: pointer;
}
.about-us .row-members .advisor p {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
.about-us .row-members .advisor .linkedin {
  width: 45px;
  height: 45px;
  right: -8px;
}
.about-us .row-members .advisor .linkedin:hover i {
  font-size: 26px !important;
}
.about-us .row-members .advisor .logos {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  justify-content: center;
}
.about-us .row-members .advisor .logos img {
  height: 40px;
  max-width: unset;
}
.about-us .bg-black-fade .cards {
  background: transparent;
  color: white;
}
.about-us .bg-black-fade .cards .row-teams .member {
  border-color: rgba(var(--bs-primary-rgb), 0.6);
}
.about-us .bg-black-fade .cards .row-teams .member figure figcaption:after, .about-us .bg-black-fade .cards .row-teams .member figure figcaption:before {
  background-color: rgba(var(--bs-primary-rgb), 0.5);
}
@media (min-width: 991px) {
  .about-us .cards img {
    max-width: 85%;
  }
}
.about-us .modal {
  background: var(--bs-body-bg);
}
.about-us .modal-fullscreen img {
  max-height: 300px;
  aspect-ratio: 1/1;
}
.about-us .modal-fullscreen p {
  max-width: 600px;
  font-size: 110%;
  font-weight: 500;
}

.blogs-page .max-content-width {
  margin-top: -4rem;
  max-width: 790px;
}
.blogs-page .max-content-width *:not(iframe) {
  font-family: var(--bp-ff-text) !important;
  font-size: 18px !important;
  background: transparent !important;
}
.blogs-page .max-content-width *:not(iframe):empty {
  display: none;
}
.blogs-page .max-content-width p {
  margin: 0 0 10px !important;
}
@media (max-width: 840px) {
  .blogs-page .max-content-width {
    max-width: 80vw;
  }
}

.blog-page h2 {
  font-weight: 700;
  font-family: var(--bp-ff-outfit);
  font-size: 38px;
  text-align: center;
}

@media (min-width: 576px) {
  .card-body:has(.courses-slider), .card-body:has(.teams-slider) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.courses-slider .course div.set-bg {
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .courses-slider .course div.set-bg {
    height: 460px;
  }
}

.team {
  color: black;
  background: #e0e0e0;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  transition: 600ms all;
  border: 1px solid transparent;
}
.team:hover {
  color: black;
}
.team:hover .on-top {
  opacity: 0.2;
}
.team .on-top {
  opacity: 1;
  transition: opacity 300ms;
}
.team .img-holder {
  margin-top: 2rem;
  width: 172px;
  height: 172px;
  background: #131313;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.team .img-holder img {
  width: 132px;
}
.team p {
  max-height: 42px;
  overflow: hidden;
}
.team strong {
  font-size: 20px;
  min-height: 61px;
  display: block;
}
.team.snip1543:not(:hover):after {
  transform: skew(-30deg) translateX(-119%);
}
.team.snip1543:not(:hover):before {
  transform: skew(30deg) translateX(-110%);
}
.team.snip1543:not(:hover) .another-layer:before {
  transform: skew(30deg) translateX(-120%);
}
.team.snip1543:not(:hover) .another-layer:after {
  transform: skew(-30deg) translateX(-105%);
}

.teams-slider .owl-stage-outer {
  padding: 2rem 0;
}
.teams-slider .owl-stage-outer .owl-item {
  padding: 0 0.75rem;
}

.club-page .hero .wide .hero-content .bg {
  bottom: 102px;
}
.club-page .hero .above {
  padding-bottom: 6rem !important;
}
.club-page .hero .above h1 {
  margin-top: 6rem;
}
.club-page .owl-stage {
  margin: 0 auto;
}
.club-page .about-text {
  font-size: 1.2rem;
  line-height: 1em;
}
.club-page .about-text p {
  font-size: 1.2rem;
  line-height: 1em;
}
.club-page .text-primary {
  color: var(--bs-club-color) !important;
}
.club-page .snip1543 figcaption:before, .club-page .snip1543 figcaption:after, .club-page .snip1543 .another-layer:before, .club-page .snip1543 .another-layer:after {
  background-color: var(--bs-club-color, var(--bs-primary));
}
.club-page .snip1543:before, .club-page .snip1543:after {
  background-color: var(--bs-club-color, var(--bs-primary));
}

@media (min-width: 768px) {
  .bg-video-holder {
    padding: 1rem;
    background: #242424;
    border-radius: 5px;
    display: flex;
    filter: drop-shadow(2px 4px 6px #242424);
  }
}

.hover-row video {
  filter: grayscale(100%);
  transition: filter 300ms;
}
.hover-row video.not-gray {
  filter: grayscale(0);
}
.hover-row > * {
  transition: width 600ms;
}
.hover-row > * strong, .hover-row > * p, .hover-row > * span.link {
  transition: all 200ms;
}
.hover-row > * section {
  transition: padding 400ms;
}
.hover-row.hover-active > *:not(:has(video)) {
  width: 35%;
}
.hover-row.hover-active > *:not(:has(video)) section {
  padding: 0 1rem !important;
}
.hover-row.hover-active > *:has(video) {
  width: 65%;
}
.hover-row.hover-active > *:has(video) video {
  filter: grayscale(0);
}
.hover-row.hover-active strong {
  font-size: 1.2rem !important;
  line-height: 1.5rem !important;
}
.hover-row.hover-active p {
  font-size: 1.1rem !important;
  line-height: 1.3rem !important;
}
.hover-row.hover-active span.link {
  font-size: 1rem;
}

html[dir=rtl] header .dropdown-menu[data-bs-popper] {
  left: unset;
  right: -28px;
}
html[dir=rtl] header .navbar-brand img[alt=logo] {
  z-index: 2;
  position: relative;
}
html[dir=rtl] header .navbar-brand img[alt="logo name"] {
  left: unset;
  right: 33px;
  transition: right 500ms ease-out;
}
html[dir=rtl] header.scrolled img[alt="logo name"] {
  right: -140px;
}
html[dir=rtl] .js-captcha {
  flex-direction: row-reverse;
}
html[dir=rtl] .snip1543:before {
  -webkit-transform: skew(210deg) translateX(80%);
  transform: skew(210deg) translateX(80%);
}
html[dir=rtl] .snip1543:after {
  -webkit-transform: skew(-210deg) translateX(70%);
  transform: skew(-210deg) translateX(70%);
}
html[dir=rtl] .snip1543 figcaption, html[dir=rtl] .snip1543 .another-layer {
  padding: 25px 20px 25px 40%;
}
html[dir=rtl] .snip1543 figcaption strong, html[dir=rtl] .snip1543 .another-layer strong {
  text-align: right;
}
html[dir=rtl] .snip1543 figcaption:before, html[dir=rtl] .snip1543 .another-layer:before {
  -webkit-transform: skew(210deg) translateX(100%);
  transform: skew(210deg) translateX(100%);
}
html[dir=rtl] .snip1543 figcaption:after, html[dir=rtl] .snip1543 .another-layer:after {
  -webkit-transform: skew(-210deg) translateX(90%);
  transform: skew(-210deg) translateX(90%);
}
html[dir=rtl] .snip1543:hover:before, html[dir=rtl] .snip1543.hover:before {
  -webkit-transform: skew(210deg) translateX(20%);
  transform: skew(210deg) translateX(20%);
}
html[dir=rtl] .snip1543:hover:after, html[dir=rtl] .snip1543.hover:after {
  -webkit-transform: skew(-210deg) translateX(10%);
  transform: skew(-210deg) translateX(10%);
}
html[dir=rtl] .snip1543:hover figcaption:before, html[dir=rtl] .snip1543:hover .another-layer:before, html[dir=rtl] .snip1543.hover figcaption:before, html[dir=rtl] .snip1543.hover .another-layer:before {
  -webkit-transform: skew(210deg) translateX(40%);
  transform: skew(210deg) translateX(40%);
}
html[dir=rtl] .snip1543:hover figcaption:after, html[dir=rtl] .snip1543:hover .another-layer:after, html[dir=rtl] .snip1543.hover figcaption:after, html[dir=rtl] .snip1543.hover .another-layer:after {
  -webkit-transform: skew(-210deg) translateX(30%);
  transform: skew(-210deg) translateX(30%);
}
html[dir=rtl] .homepage-main-content .hero .wide .hero-content .above h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media (min-width: 40em) {
  html[dir=rtl] .homepage-main-content .hero .wide .hero-content .above h1 {
    font-size: 3.3rem;
    line-height: 3rem;
  }
}
@media (min-width: 60em) {
  html[dir=rtl] .homepage-main-content .hero .wide .hero-content .above h1 {
    font-size: 4.3rem;
    line-height: 4rem;
  }
}
html[dir=rtl] .homepage-main-content h3 {
  font-weight: 600;
  text-align: center;
  font-size: 2.55rem;
  line-height: 2.85rem;
}
@media (min-width: 40em) {
  html[dir=rtl] .homepage-main-content h3 {
    font-size: 2.95rem;
    line-height: 3.15rem;
  }
}
@media (min-width: 60em) {
  html[dir=rtl] .homepage-main-content h3 {
    font-size: 3.25rem;
    line-height: 3.55rem;
  }
}
html[dir=rtl] .homepage-main-content .cards strong {
  font-family: var(--bp-ff-title);
}
html[dir=rtl] .team.snip1543:not(:hover):before {
  transform: skew(210deg) translateX(110%);
}
html[dir=rtl] .team.snip1543:not(:hover):after {
  transform: skew(-210deg) translateX(119%);
}
html[dir=rtl] .team.snip1543:not(:hover) .another-layer:before {
  transform: skew(210deg) translateX(120%);
}
html[dir=rtl] .team.snip1543:not(:hover) .another-layer:after {
  transform: skew(-210deg) translateX(105%);
}
html[dir=rtl] .about-us .row-members .member figcaption:before {
  -webkit-transform: skew(210deg) translateX(100%);
  transform: skew(210deg) translateX(100%);
}
html[dir=rtl] .about-us .row-members .member figcaption:after {
  -webkit-transform: skew(-210deg) translateX(90%);
  transform: skew(-210deg) translateX(90%);
}
html[dir=rtl] .guide aside ul li a {
  border-left: 0 !important;
  padding-left: 0 !important;
  border-right: 3px solid var(--bs-body-color);
  padding-right: 16px;
}
html[dir=rtl] .guide aside ul li a.active {
  border-right-color: var(--bs-primary);
}

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