html {
  font-size: 10px;
  margin: 0 !important;
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
}

.full {
  width: 100%;
}

.header {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.header-container {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .header-container {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .header-container {
    justify-content: center;
  }
}
.header-container-logo img {
  max-width: 20rem;
}
@media screen and (max-width: 750px) {
  .header-container-button {
    display: none;
  }
}
.header-container-button a button {
  border: none;
  padding: 1rem 3rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  border-radius: 0.4rem;
  font-weight: 600;
  cursor: pointer;
}

.footer {
  background-color: #303030;
  text-align: center;
}
.footer #disclaimer_text {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
  font-size: 1.4rem;
  color: #e2e2e2;
}
@media screen and (max-width: 1100px) {
  .footer #disclaimer_text {
    padding: 1rem 2rem;
  }
}
.footer-container {
  max-width: 125rem;
  margin: auto;
  padding: 1rem;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .footer-container {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 750px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer-container-logo img {
  max-width: 22rem;
}
.footer-container-legals {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .footer-container-legals {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
.footer-container-legals a {
  color: #e2e2e2;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

* {
  max-width: 100%;
}

.topbar {
  max-width: 100rem;
  margin: auto;
}
.topbar .top-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.1rem;
}
.topbar .top-bar .ad {
  margin: 0;
  padding: 1rem;
}
.topbar .logo-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 650px) {
  .topbar .logo-bar {
    justify-content: center;
  }
}
.topbar .logo-bar-image img {
  max-width: 20rem;
  margin: 0 1rem;
}
.topbar .logo-bar-appbar {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  .topbar .logo-bar-appbar {
    display: none;
  }
}
.topbar .logo-bar-appbar h4 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8rem;
  color: #212529;
  text-align: right;
  margin-right: 1rem;
}
.topbar .logo-bar-appbar img {
  max-width: 3.2rem;
  vertical-align: middle;
}
@media screen and (max-width: 650px) {
  .topbar .logo-bar-appbar img {
    max-height: 2rem;
  }
}
.topbar .divider_line hr {
  margin: 1rem 0;
}

.divider_line hr {
  margin: 1rem 0;
  border-top: 1px solid #c7c8c9;
}

.pilot-testibar {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100rem;
  margin: auto;
  margin-top: 2.5rem;
  position: relative;
  overflow: visible;
}
.pilot-testibar .sidebar {
  flex: 28%;
  position: sticky;
  top: 5%;
  left: 0;
  margin-left: 2rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 650px) {
  .pilot-testibar .sidebar {
    display: none;
  }
}
.pilot-testibar .sidebar .loader {
  display: none;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 2rem;
  margin-right: auto;
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 8px;
  background: linear-gradient(currentColor 0 0) 0 100%/0% 3px no-repeat;
  animation: loading-bar 2s linear infinite;
}
.pilot-testibar .sidebar .loader:after {
  content: "...";
}
@keyframes loading-bar {
  to {
    background-size: 100% 3px;
  }
}
.pilot-testibar .sidebar #last-review {
  display: none;
}
.pilot-testibar .sidebar-title {
  color: #17191c;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 915px) {
  .pilot-testibar .sidebar-title {
    font-size: 2rem;
  }
}
.pilot-testibar .sidebar-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f3f3f3;
  box-shadow: 5px 8px 8px rgba(3, 3, 3, 0.35);
  border-radius: 0.8rem;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 1rem;
}
@media screen and (max-width: 915px) {
  .pilot-testibar .sidebar-card {
    font-size: 1.6rem;
  }
}
.pilot-testibar .sidebar-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.pilot-testibar .sidebar-button button {
  background-color: #00ad41;
  color: white;
  width: 100% !important;
  max-width: 280px;
  margin: auto 0;
  cursor: pointer;
  line-height: normal;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 80px;
  border-radius: 10px !important;
  margin-top: 5px !important;
  padding: 15px !important;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border: none;
  box-shadow: 0px 5px 8px #888888;
  font-family: "Source Sans Pro", sans-serif !important;
}
.pilot-testibar .main {
  flex: 72%;
}
.pilot-testibar .main .headlines {
  margin-left: 1rem;
}
.pilot-testibar .main .headlines h1 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 5.4rem;
  margin-top: 0;
}
@media screen and (max-width: 915px) {
  .pilot-testibar .main .headlines h1 {
    font-size: 3.2rem;
    line-height: 3.7rem;
  }
}
@media screen and (max-width: 550px) {
  .pilot-testibar .main .headlines h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.pilot-testibar .main .headlines-subheadline {
  font-size: 2.1rem;
  font-weight: 700;
  font-style: italic;
  line-height: 3.7rem;
  margin-bottom: 2rem;
}
.pilot-testibar .main .blog-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0;
  margin-left: 1rem;
}
.pilot-testibar .main .blog-info-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pilot-testibar .main .blog-info-stars img {
  width: 2rem !important;
  height: 2rem !important;
  margin-left: 0.2rem;
}
@media screen and (max-width: 550px) {
  .pilot-testibar .main .blog-info-stars {
    display: none;
  }
}
.pilot-testibar .main .blog-info-image img {
  max-width: 3.5rem;
  margin-left: 1rem;
}
.pilot-testibar .main .blog-info-author {
  font-size: 1.3rem;
  color: #919ba3;
  font-weight: bold;
  margin-left: 0.5rem;
}
.pilot-testibar .main .blog-info-date {
  font-size: 1.3rem;
  color: #919ba3;
  margin-left: 0.5rem;
}
.pilot-testibar .main .blog-info-type {
  font-size: 1.3rem;
  color: #919ba3;
  margin-left: 0.5rem;
}
.pilot-testibar .main .media {
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 97%;
  margin-left: 1rem;
}
.pilot-testibar .main .media .social-buttons {
  display: flex;
  gap: 10px;
}
.pilot-testibar .main .media .media-buttons {
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 140px;
  height: 30px;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 11px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: transform 250ms;
  margin-right: 0.5rem;
}
.pilot-testibar .main .media .media-buttons:hover {
  transform: translateY(-5px);
}
.pilot-testibar .main .media .facebook-button {
  background-color: #4267b2;
}
.pilot-testibar .main .media .x-button {
  background-color: #000;
}
.pilot-testibar .main .media .messenger-button {
  background-color: #448aff;
}
.pilot-testibar .main .media .whatsapp-button {
  background-color: #25d366;
}
.pilot-testibar .main .media .pinterest-button {
  background-color: #cb2027;
}
.pilot-testibar .main .media .media-svg-icons {
  fill: white;
  width: 20px;
  height: 20px;
}
.pilot-testibar .main .section {
  width: 100%;
}
.pilot-testibar .main .section-autoplay {
  margin: 0 2rem;
}
.pilot-testibar .main .section-video {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.pilot-testibar .main .section-video p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.pilot-testibar .main .section-video p iframe {
  max-width: 90%;
}
.pilot-testibar .main .section-repeater {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2rem;
}
.pilot-testibar .main .section-repeater-row-title {
  width: 100%;
}
.pilot-testibar .main .section-repeater-row-title h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 600;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  margin: 0;
}
.pilot-testibar .main .section-repeater-row-image {
  text-align: center;
}
.pilot-testibar .main .section-repeater-row-image img {
  max-width: 100%;
  padding-bottom: 2rem;
}
.pilot-testibar .main .section-repeater-row-image-desktop {
  display: block;
}
@media screen and (max-width: 750px) {
  .pilot-testibar .main .section-repeater-row-image-desktop {
    display: none;
  }
}
.pilot-testibar .main .section-repeater-row-image-desktop img {
  max-width: 100%;
  padding-bottom: 2rem;
}
.pilot-testibar .main .section-repeater-row-image-mobile {
  text-align: center;
}
.pilot-testibar .main .section-repeater-row-image-mobile img {
  max-width: 100%;
  padding-bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .pilot-testibar .main .section-repeater-row-image-mobile {
    display: none;
  }
}
.pilot-testibar .main .section-repeater-row-article {
  width: 100%;
  font-size: 2.1rem;
  margin: 0;
  padding-bottom: 2rem;
  line-height: 3.78rem;
}
.pilot-testibar .main .section-repeater-row-article ul {
  padding-left: 4rem;
}
.pilot-testibar .main .section-repeater-row-article p {
  font-size: 2.1rem;
  margin: 0;
  padding-bottom: 2rem;
  line-height: 3.78rem;
}
.pilot-testibar .main .section-image-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 2rem 1rem;
}
@media screen and (max-width: 550px) {
  .pilot-testibar .main .section-image-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.pilot-testibar .main .section-image-text-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 550px) {
  .pilot-testibar .main .section-image-text-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.pilot-testibar .main .section-image-text-row-image img {
  max-width: 7.5rem;
}
@media screen and (max-width: 550px) {
  .pilot-testibar .main .section-image-text-row-image img {
    max-width: 14rem;
    margin-top: 1rem;
  }
}
.pilot-testibar .main .section-image-text-row-text p {
  font-size: 2.1rem;
  padding: 0 1rem 0 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 550px) {
  .pilot-testibar .main .section-image-text-row-text p {
    padding: 2rem 0;
  }
}
.pilot-testibar .main .section-image-text-column {
  display: grid;
  margin: 0 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  grid-template-columns: auto auto auto;
  margin-top: 3.5rem;
}
@media screen and (max-width: 550px) {
  .pilot-testibar .main .section-image-text-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.pilot-testibar .main .section-image-text-column-title {
  width: 100%;
}
.pilot-testibar .main .section-image-text-column-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pilot-testibar .main .section-image-text-column-col-image {
  max-width: 100%;
  min-height: 20rem;
}
.pilot-testibar .main .section-image-text-column-col-image img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
  max-width: 100%;
}
.pilot-testibar .main .section-image-text-column-col-text p {
  font-size: 1.9rem;
  color: rgb(33, 37, 41);
  margin-bottom: 2rem;
}
.pilot-testibar .main .section-boxed {
  border-radius: 3px;
  text-align: center;
  padding: 2rem;
  line-height: 3.78rem;
  margin: 4rem 1rem 2.5rem 1rem;
}
.pilot-testibar .main .section-boxed p {
  font-size: 2.1rem;
  margin: 0;
  color: rgb(33, 37, 41);
}
.pilot-testibar .main .section-button {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.pilot-testibar .main .section-button button {
  font-weight: 700;
  border-radius: 1rem;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 3rem;
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  padding: 1rem;
  box-shadow: 0px 5px 8px #888888;
  width: 95%;
}
.pilot-testibar .main .section-title {
  margin-left: 1rem;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 600;
  padding-bottom: 2rem;
}
.pilot-testibar .main .title {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 600;
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  margin: 0;
}
.pilot-testibar .main .list-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .pilot-testibar .main .list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.pilot-testibar .main .list-container .list-leftcolumn {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 400;
  flex: 50%;
  padding: 0 1rem;
}
.pilot-testibar .main .list-container .list-leftcolumn .col .title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #212529;
  padding: 0;
  text-align: center;
  padding-bottom: 1.5rem;
}
.pilot-testibar .main .list-container .list-leftcolumn .col-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .pilot-testibar .main .list-container .list-leftcolumn .col-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.pilot-testibar .main .list-container .list-leftcolumn .col-row-img img {
  max-width: 14rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.pilot-testibar .main .list-container .list-leftcolumn .col-row .subtitle {
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .pilot-testibar .main .list-container .list-leftcolumn .col-row .subtitle {
    text-align: center;
  }
}
.pilot-testibar .main .list-container .list-leftcolumn .col-row .article {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.pilot-testibar .main .list-container .list-leftcolumn .col-row .article p {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #212529;
}
@media screen and (max-width: 750px) {
  .pilot-testibar .main .list-container .list-leftcolumn .col-row .article p {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.pilot-testibar .main .list-container .list-rightcolumn {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 400;
  flex: 50%;
  padding: 0 1rem;
}
.pilot-testibar .main .list-container .list-rightcolumn .col .title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #212529;
  padding: 0;
  text-align: center;
  padding-bottom: 1.5rem;
}
.pilot-testibar .main .list-container .list-rightcolumn .col-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .pilot-testibar .main .list-container .list-rightcolumn .col-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.pilot-testibar .main .list-container .list-rightcolumn .col-row-img img {
  max-width: 14rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.pilot-testibar .main .list-container .list-rightcolumn .col-row .subtitle {
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .pilot-testibar .main .list-container .list-rightcolumn .col-row .subtitle {
    text-align: center;
  }
}
.pilot-testibar .main .list-container .list-rightcolumn .col-row .article {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.pilot-testibar .main .list-container .list-rightcolumn .col-row .article p {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #212529;
}
@media screen and (max-width: 750px) {
  .pilot-testibar .main .list-container .list-rightcolumn .col-row .article p {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.pilot-testibar .main .video-holder {
  margin: 0 1rem;
  margin-bottom: 4.5rem;
}
.pilot-testibar .main .video-holder .title {
  padding: 0;
}
.pilot-testibar .main .video-holder .title h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 600;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  margin: 0;
}
.pilot-testibar .main .video-holder .article p {
  font-size: 2.1rem;
  margin: 0;
  font-weight: 400;
  line-height: 3.78rem;
}
.pilot-testibar .main .video-holder .video {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
}
.pilot-testibar .main .video-holder .video p {
  width: 100%;
  text-align: center;
}
.pilot-testibar .main .video-holder .video p iframe {
  max-width: 90%;
}
.pilot-testibar .main .faqs {
  width: 95%;
  margin-left: 1rem;
  margin-bottom: 4rem;
}
.pilot-testibar .main .faqs h2 {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 600;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  margin: 0;
}
.pilot-testibar .main .faqs-row .question {
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.5rem 2.5rem 1.5rem 0;
  font-size: 2.1rem;
}
.pilot-testibar .main .faqs-row .question p {
  text-decoration: underline;
  margin: 0;
  font-weight: 600;
}
.pilot-testibar .main .faqs-row hr {
  margin: 1rem 0;
}
.pilot-testibar .main .faqs-row .answer {
  display: none;
  margin-bottom: 2rem;
  font-size: 2.1rem;
  border-top: none;
  line-height: 3.15rem;
}
.pilot-testibar .main .faqs-row .answer p {
  padding: 0 1.5rem;
}
.pilot-testibar .main .faqs-row .toggle-symbol {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 50"><polygon points="0,0 100,0 50,50" style="fill:black;" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  background-position: center;
  transform-origin: center;
  flex-shrink: 0; /* Prevents resizing */
}
.pilot-testibar .main .faqs-row .toggle-symbol.open {
  transform: rotate(180deg);
}
.pilot-testibar .main .carousel-v2 {
  max-width: 100%;
}
.pilot-testibar .main .carousel-v2-container {
  max-width: 100rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2rem 2rem;
}
@media screen and (max-width: 750px) {
  .pilot-testibar .main .carousel-v2-container {
    padding: 2rem 3rem;
  }
}
.pilot-testibar .main .carousel-v2-container-title {
  text-align: center;
  margin-bottom: 1.5rem;
  text-align: left;
  width: 100%;
}
.pilot-testibar .main .carousel-v2-container-title h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
}
.pilot-testibar .main .carousel-v2-container-carouselv2 {
  position: relative;
  width: 90%;
  max-width: 80rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.6);
  overflow: hidden;
  padding: 2rem;
}
.pilot-testibar .main .carousel-v2-container-carouselv2-inner {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%; /* Ensure inner width matches container */
}
.pilot-testibar .main .carousel-v2-container-carouselv2-inner .testimonial {
  flex: 0 0 100%; /* Each testimonial takes full width */
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 2rem;
  font-size: 1.8rem;
}
.pilot-testibar .main .carousel-v2-container-carouselv2-inner .testimonial img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 3px solid #ffcc00;
}
.pilot-testibar .main .carousel-v2-container-carouselv2-inner .testimonial h3 {
  font-size: 1.8rem;
  margin: 1rem 0 0.5rem;
}
@media screen and (max-width: 1100px) {
  .pilot-testibar .main .carousel-v2-container-carouselv2-inner .testimonial h3 {
    font-size: 1.6rem;
  }
}
.pilot-testibar .main .carousel-v2-container-carouselv2-inner .testimonial p {
  padding-top: 1.5rem;
  font-size: 2rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}
.pilot-testibar .main .carousel-v2-container-carouselv2-inner .testimonial .stars img {
  border-radius: 0;
  border: none;
  width: 13rem;
  height: auto;
}
.pilot-testibar .main .carousel-v2-container-carouselv2 .dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pilot-testibar .main .carousel-v2-container-carouselv2 .dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.pilot-testibar .main .carousel-v2-container-carouselv2 .dots span.active {
  background: #555;
}
.pilot-testibar .main .carousel-v2-container-carouselv2 .controls {
  position: absolute;
  top: 50%;
  width: 95%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 580px) {
  .pilot-testibar .main .carousel-v2-container-carouselv2 .controls {
    width: 90%;
  }
}
.pilot-testibar .main .carousel-v2-container-carouselv2 .controls button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #555;
  transition: color 0.3s ease;
  pointer-events: auto;
}
.pilot-testibar .main .carousel-v2-container-carouselv2 .controls button:hover {
  color: #000;
}

.sticky-mobile-button {
  position: fixed;
  width: 100%;
  bottom: 0; /* Distance from the bottom */
  right: 0; /* Distance from the right, adjust as needed */
  z-index: 2000; /* Ensure it stays on top of other content */
  padding: 10px 0;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-size: 19px;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .sticky-mobile-button {
    display: none;
  }
}

.section-image-text-column-title h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.6rem;
  color: #333333;
  padding: 0.5rem 0 2rem;
  margin: 0;
}/*# sourceMappingURL=digi-pilot-testibar.css.map */