@charset "UTF-8";

body {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fw-extra-bold {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2rem;
  font-weight: 800;
}

h2 {
  font-size: 1.625rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}


@media (min-width: 992px) {
  h1 {
    font-size: 4.6rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1rem;
  }
}

header {
  min-height: 300px;
  background-color: #000000;
  /*background-image: linear-gradient(45deg, rgba(0,0,0, 0.50), rgba(0,0,0, 0.15)), url("images/v3/hero-gen-mobile.png");*/
  background-image: url("images/v3/hero-gen-mobile.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 120%;
  position: relative;
}

@media (min-width: 992px) {
  header {
    min-height: 550px;
    /*background-image: linear-gradient(45deg, rgba(0,0,0, 0.50), rgba(0,0,0, 0.15)), url("images/v3/hero-gen.jpg");*/
    background-image: url("images/v3/hero-gen.jpg");
    background-position: center;
    background-size: cover;
  }
}

header .logo {
  max-height: 65px;
}

@media (min-width: 768px) {
  header .logo {
    max-height: 100px;
  }
}

@media (min-width: 992px) {
  header .logo {
    max-height: 135px;
  }
}

header h1 {
  font-size: 1.375rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  header h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 992px) {
  header h1 {
    font-size: 4.688rem;
    line-height: 5rem;
  }
}

header h3 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  header h3 {
    font-size: 1.45rem;
  }
}

@media (min-width: 992px) {
  header h3 {
    font-size: 1.688rem;
  }
}

.icon-calendar {
  max-width: 55px;
}

@media (min-width: 992px) {
  .icon-calendar {
    max-width: 100px;
  }
}

@media (min-width: 992px) {
  .row-75 {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}

.v3-divider {
  border-top: 1px solid #979797;
}

.accreditations-divider {
  border-top: 1px solid #979797;
}

.accreditations {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .accreditations .logo-bsc {
    text-align: left !important;
  }
}

.logo-accreditations {
  max-width: 100px !important;
}

@media (min-width: 992px) {
  .logo-accreditations {
    max-width: 100%;
  }
}

.accreditations .border-end {
  border-color: #979797 !important;
}

@media (min-width: 992px) {
  .accreditations p {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .carousel-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.carousel-control-next, .carousel-control-prev {
  width: auto;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: none;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M10.44 2l.56.413v11.194l-.54.393L5 8.373v-.827L10.44 2z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M5.56 14L5 13.587V2.393L5.54 2 11 7.627v.827L5.56 14z'/%3e%3c/svg%3e");
}

.carousel-control-next, .carousel-control-prev {
  top: 9rem;
  bottom: unset;
}

@media (min-width: 992px) {
  .carousel-control-next, .carousel-control-prev {
    top: 0;
    bottom: 0;
  }
}

.carousel-indicators {
    position: relative;
}

footer {
  padding-right: 2rem !important;
  padding-left: 2rem !important; 
  padding-bottom: 6rem;
  margin-bottom: -30px; 
}

@media (min-width: 992px) {
  footer {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
}

footer a, footer a:hover {
  color: #ffffff;
}

@media (min-width: 992px) {
  footer img {
    max-width: 575px !important;
  }
}

@media (min-width: 992px) {
  footer .legal p {
    text-align: center;
  }
}
























.v3 .form-holder {
}
@media (min-width: 992px) {
  .v3 .form-holder {
    max-width: 400px;
  }
}

.v3 .form-block {
  position: relative;
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.v3 .form-block .form-disclaimer {
  padding: 1rem;
  background: #EEEEEE;
  font-size: 0.75rem;
  display: none;
}
.v3 .form-block form {
  position: relative;
  /* Hide all steps and progress by default: */
}
.v3 .form-block form .progress-panel {
  text-align: center;
}

.progress-container .progress-complete:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.progress-container .progress-incomplete:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.progress-container .progress-complete:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.progress-container .progress-incomplete:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.progress-container .progress-complete:last-of-type {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.v3 .form-block form .progress-incomplete, .v3 .form-block form .progress-complete {
  display: inline-block;
  background: #b0b0b0;
  width: 2rem;
  height: 0.5rem;
  margin: 0;
}
.v3 .form-block form .progress-complete {
  background: #1576DD;
}
.v3 .form-block form .progress-count {
  color: #7E7E7E;
}
.v3 .form-block form .panel, .v3 .form-block form .progress-panel {
  display: none;
}
.v3 .form-block form .panel {
  margin-left: 1rem;
  margin-right: 1rem;
}
.v3 .form-block .select-side {
  position: absolute;
  right: 5px;
  top: 56%;
  transform: translateY(-50%);
  width: 11px;
  height: 100%;
}
@media (min-width: 992px) {
  .v3 .form-block .select-side {
    right: 19px;
    top: 50%;
  }
}
.v3 .form-block .select-side:before, .v3 .form-block .select-side:after {
  content: "";
  position: absolute;
  left: 0;
  border: 4px solid transparent;
  border-bottom: 6px solid #000;
}
@media (min-width: 992px) {
  .v3 .form-block .select-side:before, .v3 .form-block .select-side:after {
    border: 6px solid transparent;
    border-bottom: 9px solid #000;
  }
}
.v3 .form-block .select-side:before {
  top: 0;
}
@media (min-width: 992px) {
  .v3 .form-block .select-side:before {
    top: 3px;
  }
}
.v3 .form-block .select-side:after {
  border-top: 6px solid #000;
  border-bottom: none;
  bottom: 8px;
}
@media (min-width: 992px) {
  .v3 .form-block .select-side:after {
    border-top: 9px solid #000;
    bottom: 9px;
    border-bottom: none;
  }
}
.v3 .form-block .select-holder {
  position: relative;
  margin-bottom: 21px;
}
@media (min-width: 992px) {
  .v3 .form-block .select-holder {
    margin-bottom: 24px;
  }
}
.v3 .form-block .btn-holder {
  text-align: center;
}
.v3 .form-block select {
}
@media (min-width: 992px) {
  .v3 .form-block select {
  }
}
.v3 .form-block select option {
}
.v3 .form-block .head {
  padding: .5rem;
  background: #C4FA81;
  text-align: center;
}
@media (min-width: 992px) {
  .v3 .form-block .head {
  }
}
.v3 .form-block .head h3 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .v3 .form-block .head h3 {
    font-size: 27px;
  }
}
.v3 .form-block .head p {
  font-weight: 500;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .v3 .form-block .head p {
    font-weight: 500;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.v3 .form-block .content {
  padding: 1rem;
  background: #ffffff;
}
@media (min-width: 992px) {
  .v3 .form-block .content {
  }
}
.v3 .form-block .content h2 {
}
@media (min-width: 992px) {
  .v3 .form-block .content h2 {
  }
}
.v3 .form-block .content h3 {
  text-align: center;
  font-size: 1rem;
  color: #7E7E7E;
  font-weight: normal;
}
.v3 .form-block .content label {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 800;
}
@media (min-width: 992px) {
  .v3 .form-block .content label {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.v3 .btn-holder {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.v3 .btn-back {
  border: 1px solid #767676;
  text-transform: uppercase;
  border-radius: unset;
  font-weight: 600;
  color: #767676;
}

.v3 .btn-next-step {
  background: #1576DD;
  color: #ffffff;
  text-transform: uppercase;
  width: 44%;
  border-radius: unset;
  font-weight: 600;
  margin-left: .75rem;
}

.btn-next-step:hover {
  background: #000000;
}

.btn-back:hover {
  background: #767676;
  color: #000000;
}

.v3 .btn-why {
  vertical-align: unset;
  border: 1px solid #767676;
  padding: 0px 6px;
  border-radius: 11px;
  line-height: 20px;
  color: #767676;
  position: relative;
  top: -4px;
}

.v3 .triangle-next {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    position: relative;
    margin-left: .25rem;
    border-radius: 2px;
}

.v3 .triangle-back {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #767676;
    position: relative;
    margin-right: .25rem;
    border-radius: 2px;
}

.v3 .btn-back:hover .triangle-back {
  border-right: 10px solid #000000;
}

.v3 .video-section {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background: #1576DD;
  color: #ffffff;
}

.v3 .video-section h3 {
  text-align: center;
  padding-bottom: 2rem;  
  font-weight: 800;
  font-size: 1.75rem;
}

.v3 .btn-blue {
  background: #1576DD;
  color: #ffffff;
  font-weight: bold;
  padding: .5rem 3rem;
  text-decoration: none;
  border-radius: unset;
}

.v3 .btn-blue:hover {
  background: #000000;
}

.v3 .progress-panel h3 {
  text-transform: lowercase;
}


.v3 .sticky-footer {
  display: none;
}

.v3 .sticky-footer.sticky {
  background-color: rgba(163, 163, 163, 0.3);
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.v3 .custom-section {
  padding-right: 1rem;
  padding-left: 1rem;
}

.v3 .custom-section img {
  max-width: 100%;
}

.v3 .carousel-item h4 {
  font-weight: 700;
}
@media (min-width: 992px) {
  .v3 .carousel-item h4 {
    font-weight: 400;
  }
}
