@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  background-color: #1A1A1A;
  color: #777777;
  max-width: 100vw;
  overflow-x: hidden;
}

#upBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* hidden by default */
  background: #234E94;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
#upBtn.active {
  display: block;
  opacity: 0.8;
}
#upBtn:hover {
  opacity: 1;
}

header #mainNav {
  transition: 0.5s background-color ease;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1040;
}
header #mainNav .container {
  display: flex;
  align-items: center;
}
header #mainNav .navCollapse {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: 0.5s padding ease;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
header #mainNav .navCollapse .closeButton {
  display: none;
}
header #mainNav .navCollapse ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 20px;
  padding-left: 0;
  margin-bottom: 0;
}
header #mainNav .navCollapse .mainBtn.outline.white:hover {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: #ffffff;
}
header #mainNav .menuButton {
  display: none;
}
header #mainNav .navLink {
  display: inline-block;
  flex: 0 0 110px;
  margin-right: 40px;
  width: 110px;
  height: 90px;
  position: relative;
  transition: 0.5s ease;
  transition-property: height, flex, width;
}
header #mainNav .navLink img {
  position: absolute;
  width: 100%;
  height: auto;
  transition: 0.5s height ease;
}
header #mainNav.scrolled {
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(26, 26, 26, 0.1);
}
header #mainNav.scrolled .link.white {
  color: #1A1A1A;
}
header #mainNav.scrolled .mainBtn.outline.white {
  border-color: #1A1A1A;
  color: #1A1A1A;
}
header #mainNav.scrolled .mainBtn.outline.white:hover {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: #ffffff;
}
header #mainNav.scrolled .navLink {
  height: 70px;
  width: 70px;
  flex: 0 0 70px;
}
header #mainNav.scrolled .navLink img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header #mainNav.scrolled .navCollapse {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mainBtn {
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid;
  transition: 0.3s ease;
  transition-property: color, background-color, border-color;
}
.mainBtn.solid.red {
  border-color: #DA3F3F;
  background-color: #DA3F3F;
  color: #ffffff;
}
.mainBtn.solid.red:hover {
  border-color: #3F2323;
  background-color: #3F2323;
  color: #ffffff;
}
.mainBtn.solid.blue {
  border-color: #234E94;
  background-color: #234E94;
  color: #ffffff;
}
.mainBtn.solid.blue:hover {
  border-color: #1E2632;
  background-color: #1E2632;
  color: #ffffff;
}
.mainBtn.solid.white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #1A1A1A;
}
.mainBtn.solid.white:hover {
  border-color: #aaaaaa;
  background-color: #aaaaaa;
  color: #1A1A1A;
}
.mainBtn.solid.dark {
  border-color: #1A1A1A;
  background-color: #1A1A1A;
  color: #ffffff;
}
.mainBtn.solid.dark:hover {
  border-color: #313131;
  background-color: #313131;
  color: #ffffff;
}
.mainBtn.outline.red {
  border-color: #DA3F3F;
  color: #DA3F3F;
}
.mainBtn.outline.red:hover {
  border-color: #3F2323;
  color: #3F2323;
}
.mainBtn.outline.blue {
  border-color: #234E94;
  color: #234E94;
}
.mainBtn.outline.blue:hover {
  border-color: #1E2632;
  color: #1E2632;
}
.mainBtn.outline.white {
  border-color: #ffffff;
  color: #ffffff;
}
.mainBtn.outline.white:hover {
  border-color: #aaaaaa;
  color: #aaaaaa;
}
.mainBtn.outline.dark {
  border-color: #1A1A1A;
  color: #1A1A1A;
}
.mainBtn.outline.dark:hover {
  border-color: #313131;
  color: #313131;
}

.link {
  position: relative;
  text-decoration: none;
}
.link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  right: 0;
  left: auto;
  bottom: 0;
  background-color: currentColor;
  transition: 0.3s width ease;
}
.link:hover {
  text-decoration: none;
}
.link:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.link.red {
  color: #DA3F3F;
}
.link.blue {
  color: #234E94;
}
.link.white {
  color: #ffffff;
}
.link.dark {
  color: #1A1A1A;
}

#home {
  height: 100svh;
  overflow: hidden;
}
#home .carousel-inner {
  background-color: #1A1A1A;
}
#home .carousel-inner video,
#home .carousel-inner img.w-100 {
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 50%;
}
#home .carousel-inner .carouselText {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: grid;
  z-index: 2;
  align-items: center;
  color: #ffffff;
}
#home .carousel-inner .carouselText::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #1A1A1A, transparent);
  z-index: -1;
}
#home .carousel-inner .carouselText:after {
  content: "";
  width: 50%;
  padding-top: 50%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
  background: radial-gradient(at top right, #234E94, transparent 50%);
}
#home .carousel-inner .carouselText h1 {
  font-size: 64px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
}
#home .carousel-inner .carouselText h1 span {
  color: #234E94;
}
#home .carousel-inner .carouselText h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
#home .carousel-inner .carouselText p {
  margin-bottom: 25px;
}
#home .carousel-indicators {
  margin: 0;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  position: absolute;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  z-index: 3;
}
#home .carousel-indicators button {
  margin: 0;
  border: none;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  opacity: 1;
  transition: 0.3s height ease;
}
#home .carousel-indicators button.active {
  height: 50px;
  background-color: #DA3F3F;
}

#struggling {
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}
#struggling .struggle {
  width: 100%;
  height: auto;
  margin-bottom: -20px;
  -webkit-mask-image: linear-gradient(#000 50%, transparent);
          mask-image: linear-gradient(#000 50%, transparent);
}
#struggling .strugglePoints {
  margin-bottom: 60px;
  display: flex;
}
#struggling .struggleCard {
  position: relative;
  opacity: 0.3;
  transition: 0.3s opacity ease;
  padding-left: 12px;
  padding-right: 12px;
  flex: 0 0 100%;
}
#struggling .struggleCard .overShadow {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  opacity: 0.3;
  top: 0;
}
#struggling .struggleCard .overShadow .imgWrapper-o {
  width: 65%;
  padding-top: 65%;
  position: relative;
}
#struggling .struggleCard .overShadow .imgWrapper-o::before {
  content: "";
  width: 73%;
  height: 73%;
  left: -50px;
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  filter: blur(50px);
  opacity: 0;
  transition: 0.3s opacity ease;
}
#struggling .struggleCard .overShadow .imgWrapper-o img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: blur(3px);
  transition: 0.3s filter ease;
  -webkit-mask-image: linear-gradient(90deg, #000 30%, transparent);
          mask-image: linear-gradient(90deg, #000 30%, transparent);
}
#struggling .struggleCard .overShadow .text-o {
  position: absolute;
  width: 65%;
  right: 0;
  top: 50%;
  color: #ffffff;
  transform: translateY(-50%);
  text-shadow: 0 0 10px #1A1A1A;
  filter: blur(3px);
  transition: 0.3s ease-in filter;
}
#struggling .struggleCard .overShadow .text-o h4 {
  margin-bottom: 5px;
  font-weight: 700;
}
#struggling .struggleCard .overShadow .text-o p {
  font-weight: 200;
}
#struggling .struggleCard:nth-child(1) .overShadow {
  right: calc(100% + 12px);
}
#struggling .struggleCard:nth-child(1) .imgWrapper::before {
  background-image: url(../img/shape-blob-stuck.svg);
  top: -50px;
}
#struggling .struggleCard:nth-child(2) .imgWrapper::before {
  background-image: url(../img/shape-blob-no-time.svg);
  bottom: -50px;
}
#struggling .struggleCard:nth-child(3) .imgWrapper::before {
  background-image: url(../img/shape-blob-team.svg);
  bottom: -50px;
}
#struggling .struggleCard:nth-child(4) .overShadow {
  left: calc(100% + 12px);
}
#struggling .struggleCard:nth-child(4) .imgWrapper::before {
  background-image: url(../img/shape-blob-cashflow-problem.svg);
  top: -50px;
}
#struggling .struggleCard .imgWrapper {
  width: 65%;
  padding-top: 65%;
  position: relative;
}
#struggling .struggleCard .imgWrapper::before {
  content: "";
  width: 73%;
  height: 73%;
  left: -50px;
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  filter: blur(50px);
  opacity: 0;
  transition: 0.3s opacity ease;
}
#struggling .struggleCard .imgWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: blur(3px);
  transition: 0.3s filter ease;
  -webkit-mask-image: linear-gradient(90deg, #000 30%, transparent);
          mask-image: linear-gradient(90deg, #000 30%, transparent);
}
#struggling .struggleCard .text {
  position: absolute;
  width: 65%;
  right: 0;
  top: 50%;
  color: #ffffff;
  transform: translateY(-50%);
  text-shadow: 0 0 10px #1A1A1A;
  filter: blur(3px);
  transition: 0.3s ease-in filter;
}
#struggling .struggleCard .text h4 {
  margin-bottom: 5px;
  font-weight: 700;
}
#struggling .struggleCard .text p {
  font-weight: 200;
}
#struggling .struggleCard.active {
  opacity: 1;
}
#struggling .struggleCard.active .imgWrapper::before {
  opacity: 1;
}
#struggling .struggleCard.active .imgWrapper img {
  filter: blur(0);
}
#struggling .struggleCard.active .text {
  transition-delay: 0.1s;
  filter: blur(0);
}

.sectionHead {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
}
.sectionHead.white {
  color: #ffffff;
}
.sectionHead.dark {
  color: #1A1A1A;
}
.sectionHead.big {
  font-size: 40px;
  font-weight: 700;
}

#resultSection {
  background-color: #ffffff;
  padding-top: 100px;
  overflow: hidden;
}
#resultSection .resultList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-bottom: 50px;
}
#resultSection .resultList li {
  flex: 0 0 calc(50% - 12px);
  display: flex;
  align-items: center;
}
#resultSection .resultList li .icon {
  flex: 0 0 100px;
}
#resultSection .resultList li .icon img {
  width: 100%;
  height: auto;
}
#resultSection #stepSection {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f7fb;
}
#resultSection .stepCard {
  background-color: #234E94;
  display: flex;
  flex-direction: column;
}
#resultSection .stepCard .imgWrapper {
  padding-top: 75%;
  position: relative;
  background-color: #f5f7fb;
}
#resultSection .stepCard .imgWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#resultSection .stepCard .textWrapper {
  padding-top: 75%;
  position: relative;
  background-color: #f5f7fb;
}
#resultSection .stepCard .textWrapper .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 32px;
  display: grid;
  align-content: flex-start;
}
#resultSection .stepCard .textWrapper .text .step {
  color: #DA3F3F;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}
#resultSection .stepCard .textWrapper .text h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1A1A1A;
}
#resultSection .stepCard .textWrapper .text p {
  margin-bottom: 0;
  color: #777777;
}
#resultSection .col-lg-4:nth-child(1) .stepCard .textWrapper {
  border-radius: 0 20px 0 0;
}
#resultSection .col-lg-4:nth-child(1) .stepCard .imgWrapper img {
  border-radius: 30px 30px 0 30px;
}
#resultSection .col-lg-4:nth-child(1) .stepCard .imgWrapper::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: radial-gradient(at right bottom, #234E94 10%, transparent 50%);
  width: 100px;
  height: 100px;
  z-index: 1;
}
#resultSection .col-lg-4:nth-child(2) .stepCard {
  flex-direction: column-reverse;
}
#resultSection .col-lg-4:nth-child(2) .stepCard .imgWrapper img {
  border-radius: 0 0 30px 30px;
}
#resultSection .col-lg-4:nth-child(2) .stepCard .imgWrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: radial-gradient(at left top, #234E94 10%, transparent 50%);
  width: 100px;
  height: 100px;
  z-index: 1;
}
#resultSection .col-lg-4:nth-child(2) .stepCard .imgWrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: radial-gradient(at right top, #234E94 10%, transparent 50%);
  width: 100px;
  height: 100px;
  z-index: 1;
}
#resultSection .col-lg-4:nth-child(2) .stepCard .textWrapper {
  border-radius: 0 0 20px 20px;
}
#resultSection .col-lg-4:nth-child(2) .stepCard .textWrapper .text {
  align-content: flex-end;
}
#resultSection .col-lg-4:nth-child(3) .stepCard .imgWrapper img {
  border-radius: 30px 30px 30px 0;
}
#resultSection .col-lg-4:nth-child(3) .stepCard .imgWrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: radial-gradient(at left bottom, #234E94 10%, transparent 50%);
  width: 100px;
  height: 100px;
  z-index: 1;
}
#resultSection .col-lg-4:nth-child(3) .stepCard .textWrapper {
  border-radius: 20px 0 0 0;
}

.ribbon {
  background-color: #DA3F3F;
  color: #ffffff;
  font-weight: 200;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.2vw;
  letter-spacing: 3px;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.ribbon .ribbon-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.ribbon .ribbon-text {
  padding: 0 30px;
}

#coachingProgram {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#coachingProgram .bigImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 64px;
}
#coachingProgram .coachingCard {
  background-color: #E6ECF5;
  padding-top: 160px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  border-radius: 64px;
  position: relative;
}
#coachingProgram .coachingCard .logoWrapper {
  width: 160px;
  height: 160px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ffffff;
  border-bottom-left-radius: 80px;
}
#coachingProgram .coachingCard .logoWrapper::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 100%;
  background-color: #E6ECF5;
  border-top-right-radius: 32px;
  left: 0;
  top: 0;
}
#coachingProgram .coachingCard .logoWrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 32px;
  background-color: #E6ECF5;
  border-top-right-radius: 32px;
  bottom: 0;
  left: 0;
}
#coachingProgram .coachingCard .logoWrapper .bg {
  position: absolute;
  width: 128px;
  height: 128px;
  background-color: #E6ECF5;
  right: 0;
  top: 0;
  border-radius: 64px 64px 64px 0;
}
#coachingProgram .coachingCard .logoWrapper img {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #D4D4D4;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 25px;
  z-index: 2;
}
#coachingProgram .coachingCard h2 {
  font-size: 32px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 25px;
}
#coachingProgram .coachingCard p {
  margin-bottom: 25px;
}
#coachingProgram .coachingCard .statCard {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 24px;
  text-align: center;
}
#coachingProgram .coachingCard .statCard .number {
  font-size: 32px;
  font-weight: 700;
  color: #DA3F3F;
}
#coachingProgram .coachingCard .statCard .text-counter {
  font-size: 12px;
  text-transform: uppercase;
}

.lh-2 {
  line-height: 2;
}

#testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #234E94;
}
#testimonials .testimonialCard {
  padding: 40px;
  border-radius: 64px;
  background-color: #ffffff;
  display: flex;
  gap: 34px;
  max-width: 900px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#testimonials .testimonialCard .videoWrapper {
  flex: 0 0 calc(43% - 17px);
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background-color: #1A1A1A;
  position: relative;
  cursor: pointer;
}
#testimonials .testimonialCard .videoWrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0.65;
  display: block;
}
#testimonials .testimonialCard .videoWrapper .vidOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#testimonials .testimonialCard .videoWrapper .vidOverlay img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#testimonials .testimonialCard .videoWrapper .vidOverlay::before {
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  z-index: 2;
  font-size: 40px;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#testimonials .testimonialCard .text {
  flex: 0 0 calc(57% - 17px);
  width: 100%;
}
#testimonials .testimonialCard .text .logo {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 1px solid #D4D4D4;
  margin-bottom: 20px;
}
#testimonials .testimonialCard .text h5 {
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 0;
}
#testimonials .testimonialCard .text p.companyName {
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 300;
  color: #DA3F3F;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#testimonials .testimonialCard .text p.quote {
  margin-bottom: 0;
  color: #777777;
}

.videoModal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(26, 26, 26, 0.7);
}
.videoModal .videoModal-content {
  position: relative;
  margin: 5% auto;
  width: 80%;
  max-width: 700px;
  background: #1A1A1A;
  border-radius: 8px;
  overflow: hidden;
}
.videoModal video {
  width: 100%;
  height: auto;
  display: block;
}
.videoModal .closeBtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
}
.videoModal .closeBtn:hover {
  color: #DA3F3F;
}

#clients {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #1c1c1c;
}
#clients img {
  border-radius: 30px;
}

#gift {
  padding-top: 100px;
  padding-bottom: 100px;
}
#gift .col-lg-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}
#gift .video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#gift .video-container video {
  width: 100%;
  height: 100%;
  border-radius: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#gift .video-container video.clicked {
  transition: 0.3s border-radius ease;
  border-radius: 15px;
}
#gift .video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/gift.png") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 64px;
}
#gift .video-container .overlay::before {
  content: "▶";
  font-size: 60px;
  color: white;
  text-shadow: 0 0 10px black;
}

#faq {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#faq .accordion-item {
  border-radius: 15px;
  border: 1px solid #D4D4D4;
}
#faq .accordion-item .accordion-button {
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: none;
  font-weight: 600;
}

#calltoaction {
  background-color: #DA3F3F;
  padding-top: 60px;
  padding-bottom: 60px;
}
#calltoaction h3 {
  font-size: 24px;
  font-weight: 600;
}

footer .topFooter {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .topFooter .logo {
  width: 130px;
  height: 130px;
  margin-bottom: 25px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px;
}
footer .topFooter .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
footer .topFooter .logo + p {
  margin-bottom: 40px;
}
footer .topFooter .socialList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
footer .topFooter .socialList li a {
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  border-radius: 30px;
  background-color: #234E94;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s background-color ease;
}
footer .topFooter .socialList li a:hover {
  background-color: #DA3F3F;
  color: #ffffff;
}
footer .topFooter .footerList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .topFooter .footerList li {
  width: calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
}
footer .topFooter .otherSide {
  padding-top: 119px;
}
footer .topFooter #news-input {
  width: 100%;
  padding: 12px 30px;
  background-color: #2a2a2a;
  border-radius: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  border: none;
}
footer .copy .container {
  padding: 10px;
  border-top: 1px solid #3d3d3d;
}

#why11x {
  padding-top: 150px;
  padding-bottom: 100px;
}
#why11x h1 {
  color: #ffffff;
  font-weight: 900;
}

.flipCard {
  position: relative;
}
.flipCard .otherPart {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 30px 30px 0px 0px;
}
.flipCard .otherPart h4 {
  font-weight: 700;
  color: #DA3F3F;
  transition: 0.3s color ease;
}
.flipCard .otherPart h6 {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 1.1rem;
}
.flipCard .flipWrapper {
  transform-style: preserve-3d;
  perspective: 1000px;
  margin-top: 0px;
}
.flipCard .flipSection {
  position: relative;
  padding-top: 50%;
  transform-style: preserve-3d;
  transition: 0.3s transform ease-out;
  transform: rotateY(0deg);
  color: #ffffff;
}
.flipCard .flipSection > div {
  padding: 30px;
  border-radius: 0px 0px 30px 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  inset: 0;
  backface-visibility: hidden;
  overflow: hidden;
}
.flipCard .flipSection > div h6 {
  font-weight: 700;
  font-size: 1.1rem;
}
.flipCard .flipSection > div::before {
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  opacity: 0.1;
}
.flipCard .flipSection > div .content {
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  display: grid;
  align-content: center;
}
.flipCard .flipSection > div .content::-webkit-scrollbar {
  display: none;
}
.flipCard .flipSection .side1 {
  background: linear-gradient(0deg, #DA3F3F, #3F2323);
  transform: rotateY(180deg);
}
.flipCard .flipSection .side1::before {
  content: "before";
}
.flipCard .flipSection .side2 {
  background: linear-gradient(0deg, #234E94, #1E2632);
  transform: rotateY(0deg);
  transition: 0.3s transform ease;
}
.flipCard .flipSection .side2::before {
  content: "after";
}
.flipCard:hover .otherPart h4 {
  color: #234E94;
}
.flipCard:hover .flipWrapper .flipSection {
  transform: rotateY(180deg);
}

@media (max-width: 1399px) {
  header #mainNav .container {
    max-width: 100%;
  }
  #coachingProgram .coachingCard .statCard {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  #testimonials .testimonialCard {
    flex-direction: column;
    gap: 10px;
  }
  #testimonials .testimonialCard .videoWrapper {
    flex: 0 0 auto;
    height: 250px;
  }
  #testimonials .testimonialCard .text .logo {
    float: left;
    margin-bottom: 10px;
  }
  #testimonials .testimonialCard .text .details {
    float: left;
    height: 80px;
    padding-left: 15px;
    display: grid;
    align-content: center;
  }
  #testimonials .testimonialCard .text p.companyName {
    margin-bottom: 0;
  }
  #testimonials .testimonialCard .text p.quote {
    clear: both;
  }
}
@media (max-width: 1120px) {
  header #mainNav .navCollapse, header #mainNav.scrolled .navCollapse {
    position: absolute;
    flex-direction: column;
    height: 100svh;
    align-items: center;
    width: 300px;
    max-width: 95vw;
    background-color: #ffffff;
    top: 0;
    right: 0;
    padding: 15px;
    justify-content: center;
    transition: 0.3s transform ease;
    gap: 40px;
    z-index: -1;
    transform: translateX(100%);
  }
  header #mainNav .navCollapse .closeButton, header #mainNav.scrolled .navCollapse .closeButton {
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0%;
    height: 100%;
    width: 100vw;
    right: 100%;
    color: transparent;
    opacity: 0;
    border: none;
    background-color: rgba(26, 26, 26, 0.5);
    transition: 0.3s ease;
    transition-property: width, right;
  }
  header #mainNav .navCollapse ul, header #mainNav.scrolled .navCollapse ul {
    flex-direction: column;
    margin-left: 0 !important;
  }
  header #mainNav .navCollapse ul .link.white, header #mainNav.scrolled .navCollapse ul .link.white {
    color: #1A1A1A;
  }
  header #mainNav .navCollapse ul .mainBtn.outline.white, header #mainNav.scrolled .navCollapse ul .mainBtn.outline.white {
    color: #1A1A1A;
    border-color: #1A1A1A;
  }
  header #mainNav .navCollapse ul .mainBtn.outline.white:hover, header #mainNav.scrolled .navCollapse ul .mainBtn.outline.white:hover {
    background-color: #1A1A1A;
    color: #ffffff;
  }
  header #mainNav .navCollapse.active, header #mainNav.scrolled .navCollapse.active {
    transform: translateX(0);
  }
  header #mainNav .navCollapse.active .closeButton, header #mainNav.scrolled .navCollapse.active .closeButton {
    width: calc(100vw - 300px);
    right: 100%;
    opacity: 1;
    pointer-events: all;
  }
  header #mainNav .menuButton {
    background-color: #aaaaaa;
    color: #ffffff;
    display: grid;
    place-content: center;
    background-color: transparent;
    margin-left: auto;
    width: 45px;
    height: 45px;
    border-radius: 15px;
    border: none;
    background-color: rgba(35, 78, 148, 0.5);
    transition: 0.3s ease;
    transition-property: border-color, background-color;
  }
  header #mainNav .menuButton:hover {
    background-color: #DA3F3F;
    border-color: #DA3F3F;
    color: #ffffff;
  }
  header #mainNav.scrolled .menuButton {
    color: #1A1A1A;
    border-color: #1A1A1A;
  }
}
@media (max-width: 991px) {
  #home .carousel-inner .carouselText h1 {
    font-size: 40px;
  }
  .sectionHead {
    font-size: 32px;
  }
  .sectionHead.big {
    font-size: 40px;
  }
  no-br {
    white-space: nowrap;
  }
  #resultSection .resultList {
    gap: 0;
  }
  #resultSection .resultImg {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-mask-image: linear-gradient(#000 50%, transparent);
            mask-image: linear-gradient(#000 50%, transparent);
    margin-bottom: -20px;
  }
  #resultSection .col-lg-4:nth-child(1) .stepCard .textWrapper {
    border-radius: 0 0 0 20px;
  }
  #resultSection .col-lg-4:nth-child(2) .stepCard {
    flex-direction: row-reverse;
  }
  #resultSection .col-lg-4:nth-child(2) .stepCard .textWrapper {
    border-radius: 0 20px 20px 0;
  }
  #resultSection .col-lg-4:nth-child(2) .stepCard .imgWrapper img {
    border-radius: 0 30px 30px 0;
  }
  #resultSection .col-lg-4:nth-child(2) .stepCard .imgWrapper::after {
    background: radial-gradient(at left bottom, #234E94 10%, transparent 50%);
    left: 0;
    bottom: 0;
    top: auto;
  }
  #resultSection .col-lg-4:nth-child(3) .stepCard .imgWrapper::before {
    left: auto;
    right: 0;
    top: 0;
    background: radial-gradient(at right top, #234E94 10%, transparent 50%);
  }
  #resultSection .col-lg-4:nth-child(3) .stepCard .imgWrapper img {
    border-radius: 30px 0 30px 30px;
  }
  #resultSection .stepCard {
    flex-direction: row;
  }
  #resultSection .stepCard .imgWrapper {
    width: 50%;
    flex: 0 0 50%;
    padding-top: 0;
  }
  #resultSection .stepCard .textWrapper {
    width: 50%;
    flex: 0 0 50%;
    padding-top: 0;
  }
  #resultSection .stepCard .textWrapper .text {
    position: relative;
  }
  #struggling .strugglePoints {
    flex-wrap: wrap;
  }
  #struggling .strugglePoints .struggleCard {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #struggling .strugglePoints .struggleCard .overShadow {
    display: none;
  }
  #calltoaction .text-end {
    text-align: left !important;
  }
  #gift .col-lg-4 {
    padding-bottom: 0;
  }
  footer .topFooter .otherSide {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #resultSection .container.pb-5 > .row > .col-lg-5, #resultSection .container.pb-5 > .row > .col-lg-6 > h2, #resultSection .container.pb-5 > .row > .col-lg-6 > p {
    text-align: center;
  }
  #testimonials .testimonialCard {
    border-radius: 30px;
    padding: 20px;
  }
  #testimonials .testimonialCard .videoWrapper {
    border-radius: 10px;
  }
  .ribbon {
    font-size: 2vw;
  }
}
@media (max-width: 576px) {
  #home .carousel-indicators {
    left: 0;
    top: auto;
    bottom: 0;
    height: auto;
    z-index: 3;
    flex-direction: row;
  }
  #home .carousel-indicators button {
    transition: 0.3s width ease;
  }
  #home .carousel-indicators button.active {
    height: 3px;
    width: 50px;
  }
  #resultSection > .container .sectionHead.big.dark,
  #resultSection > .container .sectionHead.big.dark + p {
    text-align: center;
  }
  #resultSection .stepCard .textWrapper .text {
    padding: 30px 15px;
    line-height: 1.3;
  }
  #resultSection .stepCard .textWrapper .text p {
    font-size: 13px;
  }
  #resultSection .resultList li {
    flex: 0 0 100%;
    width: 100%;
  }
  #stepSection {
    padding-left: 30px;
    padding-right: 30px;
  }
  #struggling {
    padding-top: 0;
  }
  #struggling .struggleCard .text {
    position: unset;
    width: 100%;
    margin-top: 15px;
    transform: translateY(0);
    padding-left: 20px;
  }
  .ribbon {
    font-size: 3vw;
  }
  footer .topFooter .footerList li {
    width: 100%;
    flex: 0 0 100%;
  }
}/*# sourceMappingURL=main.v1.2.css.map */