.backgroundWrapperContainer {
  margin-top: 3rem;
  position: relative;
}
.backgroundWrapperContainer .mockupWrapperBackground {
  height: 25rem;
  width: 100%;
}
.backgroundWrapperContainer .mockupWrapperBackground img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
}
.backgroundWrapperContainer .videoWrapper {
  height: 10rem;
  width: 15.5rem;
  position: absolute;
  top: 9.3rem;
  left: 8.2rem;
  background-color: #1a1a1a !important;
}
.backgroundWrapperContainer .videoWrapper video {
  height: 100%;
  width: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.videoPlayerWrapper .topContent {
  width: 90%;
  margin-inline: auto;
  margin-top: 3rem;
}
.videoPlayerWrapper .topContent a {
  display: flex;
  margin-top: 1.5rem;
  width: 100%;
  background-color: #008000;
  color: #fff;
  height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 4px;
  font-family: "Satoshi-Bold";
  font-size: 0.9rem;
}
.videoPlayerWrapper .topContent .aboutHeadingMain {
  font-size: 2.5rem;
  font-family: "Satoshi-Bold";
  color: #333;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.videoPlayerWrapper .topContent .aboutDescriptionText {
  margin-top: 1rem;
  text-align: center;
}
.videoPlayerWrapper .bottomLogosContainer {
  margin-top: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  border: 1.2px solid rgba(222, 222, 222, 0.2980392157);
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 10rem;
  background-color: #fff;
  gap: 2rem;
}
.videoPlayerWrapper .bottomLogosContainer span {
  display: flex;
  height: 4rem;
  width: 4.1rem;
}
.videoPlayerWrapper .bottomLogosContainer span img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 996px) {
  .videoPlayerWrapper {
    margin: 0;
    width: unset !important;
    position: relative;
    height: 40rem;
  }
  .videoPlayerWrapper .mainAboutWrapper {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    align-items: center;
    position: relative;
  }
  .videoPlayerWrapper .mainAboutWrapper .contentWrapper {
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    width: 90%;
    z-index: 2;
    max-width: 1210px;
    margin-inline: auto;
    text-align: left;
  }
  .videoPlayerWrapper .mainAboutWrapper .contentWrapper .topContent {
    width: 45%;
    margin-inline: unset;
    margin-top: unset !important;
  }
  .videoPlayerWrapper .mainAboutWrapper .contentWrapper .topContent .aboutHeadingMain {
    font-family: "Satoshi-Bold";
    font-size: 3.2em;
    color: #333;
    text-align: left;
    margin-inline: unset;
  }
  .videoPlayerWrapper .mainAboutWrapper .contentWrapper .topContent .aboutDescriptionText {
    margin-top: 1.5rem;
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    text-align: left;
  }
  .videoPlayerWrapper .mainAboutWrapper .contentWrapper .topContent a {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .videoPlayerWrapper .backgroundWrapperContainer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .videoPlayerWrapper .backgroundWrapperContainer .videoWrapper {
    position: absolute;
    top: unset;
    top: 12rem !important;
    left: unset;
    right: 14.05rem !important;
    height: 16rem;
    width: 24.59rem !important;
    background-color: #1a1a1a !important;
  }
  .videoPlayerWrapper .backgroundWrapperContainer .videoWrapper video {
    border-radius: 6px;
    height: 100%;
    width: 100%;
  }
  .videoPlayerWrapper .backgroundWrapperContainer .mockupWrapperBackground {
    display: flex;
    position: absolute;
    top: -3rem;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .videoPlayerWrapper .backgroundWrapperContainer .mockupWrapperBackground img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    position: absolute;
  }
  .videoPlayerWrapper .backgroundWrapperContainer img {
    height: 100%;
    width: 100%;
  }
  .cta-btn {
    display: flex;
    margin-top: 2rem;
    background-color: #008000;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.4rem;
    padding: 0 1.2rem;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: "Satoshi-Bold";
    font-size: 0.8rem;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .cta-btn span {
    display: flex;
    /* background: red; */
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  .cta-btn:hover {
    background-color: #004800;
    color: #fff !important;
    scale: 1.05;
    border-radius: 10rem !important;
  }
  .cta-btn:hover span {
    transform: translateX(0.5rem);
  }
}
@media (min-width: 996px) and (max-width: 1240px) {
  .videoPlayerWrapper .backgroundWrapperContainer {
    position: absolute;
    top: 0;
    left: 13rem !important;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 632px) and (max-width: 1240px) {
  .freaquently-asked-wrapper {
    padding-top: 3rem;
  }
}/*# sourceMappingURL=aboutStyles.css.map */