:not(:defined) {
  visibility: hidden;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

p, li, label, input, textarea, select, .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

wa-button {
  --background-color: #fff;
  --background-color-hover: #fff;
  --label-color: #000;
  --label-color-hover:#29aae1;
}

.alert-white {
  background-color: #fff !important;
}
.alert-white p {
  color: #000000 !important;
}

.button--checked {
  box-shadow: none !important;
}

.blue {
  background-color: #29aae1;
}

#front {
  height: 100%;
  background-color: #29aae1;
}
#front #frontHeader {
  background-color: #A8DCF2;
}
#front .mrMarky {
  height: 100%;
  background: #29aae1 url("/assets/images/man-marky_original.png") no-repeat;
  background-position: 80% 25%;
  background-size: auto 75%;
}
@media screen and (max-width: 1400px) {
  #front .mrMarky {
    background-position: 90% 30%;
    background-size: auto 65%;
  }
}
@media screen and (max-width: 1100px) {
  #front .mrMarky {
    background-position: 90% 30%;
    background-size: auto 55%;
  }
}
@media screen and (max-width: 992px) {
  #front .mrMarky {
    background: #29aae1;
  }
}

#apply {
  height: 100%;
  background-color: #29aae1;
  overflow: hidden;
  min-height: 100vh;
}
#apply #applyHeader {
  background-color: #A8DCF2;
}
#apply #applyForm {
  background-color: #29aae1;
}
#apply #applyForm h1, #apply #applyForm h2.h3, #apply #applyForm h4, #apply #applyForm h5, #apply #applyForm h6, #apply #applyForm p, #apply #applyForm li, #apply #applyForm i {
  color: #fff;
}
#apply .form-hoslder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#apply .form-holder .form-contsent {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px;
}
@media only screen and (max-width: 600px) {
  #apply .form-holder .form-contsent {
    padding: 30px;
  }
}
#apply .form-content .restart-application {
  padding: 0 40px 40px 40px;
}
@media only screen and (max-width: 600px) {
  #apply .form-content .restart-application {
    padding: 0px 20px 20px 20px;
  }
}
#apply .form-content .form-items {
  padding: 40px;
}
@media only screen and (max-width: 600px) {
  #apply .form-content .form-items {
    padding: 40px 20px 20px 20px;
  }
}
#apply .form-content .form-items {
  background: #29aae1;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#apply .form-content .form-items .btn-check:checked + .btn {
  background: #A8DCF2 !important;
}
#apply .form-content .form-items .btn-green {
  color: #000000;
  border: 1px solid #A8DCF2;
}
#apply .form-content .form-items .btn-green:checked {
  background: #A8DCF2;
}
#apply .form-content .form-items .btn-lightgrey {
  color: #000000;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
}
#apply .form-content .form-items .btn-lightgrey:checked {
  background: #F5F5F5;
}
#apply .form-content .form-items .btn-lightgrey.active {
  background: #A8DCF2;
}
#apply .form-content .form-items .btn-black {
  background: rgb(35, 31, 32);
}
#apply .form-content .form-items .btn-inline {
  display: inline-block;
}
#apply .form-content .form-items .btn_description, #apply .form-content .form-items .btn_description_summary {
  font-size: 11px;
}
#apply .form-content .form-items input {
  height: 38px;
}
#apply .form-content .form-items input.terms-checkbox {
  height: 16px;
}
#apply .form-content h3 {
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}
#apply .form-content h3.form-title {
  margin-bottom: 30px;
}
#apply .form-content h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}
#apply .form-content p {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 30px;
}
#apply .form-content label, #apply .was-validated .form-check-input:invalid ~ .form-check-label, #apply .was-validated .form-check-input:valid ~ .form-check-label {
  color: #fff;
}
#apply .form-content input[type=text], #apply .form-content input[type=password], #apply .form-content input[type=email], #apply .form-content select {
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  outline: 0;
  border-radius: 6px;
  background-color: #F5F5F5;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 16px;
}
#apply .form-content .showMore {
  color: #fff;
}
#apply .alert-warning p {
  color: #000000 !important;
  font-size: 14px !important;
}
#apply .btn-primary {
  background-color: #6C757D;
  outline: none;
  border: 0px;
  box-shadow: none;
}
#apply .alert-primary {
  border-color: #F5F5F5 !important;
  background-color: #F5F5F5;
}
#apply .alert-primary p {
  color: #000000 !important;
}
#apply .btn-primary:hover, #apply .btn-primary:focus, #apply .btn-primary:active {
  background-color: #495056;
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
#apply .form-content textarea {
  position: static !important;
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: left;
  background-color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  outline: none;
  resize: none;
  height: 120px;
  -webkit-transition: none;
  transition: none;
  margin-bottom: 14px;
}
#apply .form-content textarea:hover, #apply .form-content textarea:focus {
  border: 0;
  background-color: #ebeff8;
  color: #8D8D8D;
}
#apply .mv-up {
  margin-top: -9px !important;
  margin-bottom: 8px !important;
}
#apply .invalid-feedback {
  color: #ff606e;
}
#apply .valid-feedback {
  color: #2acc80;
}
#apply .stepper-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#apply .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  #apply .stepper-item {
    font-size: 12px;
  }
}
#apply .stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #F5F5F5;
  width: 100%;
  top: 18px;
  left: -50%;
  z-index: 2;
}
#apply .stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #F5F5F5;
  width: 100%;
  top: 18px;
  left: 50%;
  z-index: 2;
}
#apply .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F5F5F5;
  margin-bottom: 6px;
}
#apply .stepper-item .step-counter.active {
  border: 2px solid #A8DCF2;
  font-weight: bold;
}
#apply .stepper-item.completed .step-counter {
  background-color: #A8DCF2;
}
#apply .stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #A8DCF2;
  width: 100%;
  top: 18px;
  left: 50%;
  z-index: 3;
}
#apply .stepper-item:first-child::before {
  content: none;
}
#apply .stepper-item:last-child::after {
  content: none;
}
#apply p.text-medium {
  font-size: 14px;
}
#apply p.text-small {
  font-size: 12px;
}

#payment-form .btn-black {
  color: #fff !important;
}

.helpBox i {
  color: #000 !important;
}

#imageManipulationReport ul, #imagePreviewNotice ul {
  text-align: center;
}
#imageManipulationReport ul li, #imagePreviewNotice ul li {
  color: #000 !important;
  font-size: 14px;
}
#imageManipulationReport p, #imagePreviewNotice p {
  text-align: center !important;
}
#imageManipulationReport p i, #imagePreviewNotice p i {
  color: #000 !important;
}
#imageManipulationReport i, #imagePreviewNotice i {
  color: #000 !important;
}

#summary hr {
  color: #fff;
  opacity: 0.5;
}
#summary .white {
  color: #fff !important;
}

#payment-message {
  color: #fff !important;
}

#frontPage .faq-card {
  cursor: pointer;
  transition: background 0.2s;
}
#frontPage .faq-card:hover {
  background-color: #f9f9f9;
}
#frontPage .faq-card.open .faq-answer {
  display: block !important;
  margin-top: 0.5rem;
}
#frontPage .faq-answer {
  font-size: 0.95rem;
  color: #555;
}
#frontPage header {
  background-color: #29aae1;
  font-weight: bold;
  color: #000 !important;
  border-bottom: 1px solid #A8DCF2;
}
#frontPage header a:hover {
  color: #000 !important;
  text-decoration: underline;
}
#frontPage header .btn-dark:hover {
  background-color: #333;
  border-color: #333;
  color: #fff !important;
}
#frontPage .whiteBlock {
  background-color: #fff;
  border-radius: 10px;
}
#frontPage .whiteBlock h2 {
  color: #29aae1;
}
#frontPage .whiteBlock.border {
  border: 1px solid #F5F5F5;
  border-radius: 10px;
}
#frontPage .btn-lightgrey {
  color: #000000;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
}
#frontPage .btn-lightgrey:checked {
  background: #F5F5F5;
}
#frontPage .btn-lightgrey:hover {
  background: #DEDEDE;
}
#frontPage .btn-lightgrey.active {
  background: #A8DCF2;
}
#frontPage .btn-grey {
  color: #000000;
  border: 1px solid #DEDEDE;
  background: #DEDEDE;
}
#frontPage .btn-grey:checked {
  background: #DEDEDE;
}
#frontPage .btn-grey.active {
  background: #DEDEDE;
}
#frontPage .btn-blue {
  color: #000000;
  border: 1px solid #A8DCF2;
  background: #A8DCF2;
}
#frontPage .btn-blue:checked {
  background: #A8DCF2;
}
#frontPage .btn-blue:hover {
  background: #29aae1;
}
#frontPage .bg-white-section {
  color: #5a5d5e;
}
#frontPage .bg-white-section .section-title h3 {
  color: #29aae1;
  font-size: 2rem;
}
#frontPage .bg-white-section .section-title p {
  color: #5a5d5e;
}
#frontPage .bg-white-section .feature-card .card-border {
  border: 1px solid #F5F5F5;
  border-radius: 10px;
}
#frontPage .bg-white-section .feature-card .feature-icon {
  width: 60px;
  height: 60px;
  background: #A8DCF2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.5rem 0;
}
#frontPage .bg-white-section .feature-card .feature-icon i {
  font-size: 1.8rem;
  color: #29aae1;
}
@media only screen and (max-width: 500px) {
  #frontPage .bg-white-section .feature-card .feature-icon {
    width: 44px;
    height: 44px;
  }
  #frontPage .bg-white-section .feature-card .feature-icon i {
    font-size: 1.4rem;
  }
}
#frontPage .bg-blue-section {
  color: #fff;
  background-color: #29aae1;
}
#frontPage .bg-grey-section {
  color: #29aae1;
  background-color: #F5F5F5;
}
#frontPage .bg-grey-section .section-title h3 {
  color: #29aae1;
  font-size: 2rem;
}
#frontPage .bg-grey-section .section-title p {
  color: #000000;
}
#frontPage .bg-grey-section .feature-card .feature-icon {
  width: 60px;
  height: 60px;
  background: #A8DCF2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.5rem 0;
}
#frontPage .bg-grey-section .feature-card .feature-icon i {
  font-size: 1.8rem;
  color: #29aae1;
}
@media only screen and (max-width: 500px) {
  #frontPage .bg-grey-section .feature-card .feature-icon {
    width: 44px;
    height: 44px;
  }
  #frontPage .bg-grey-section .feature-card .feature-icon i {
    font-size: 1.4rem;
  }
}
#frontPage .bg-grey-section .feature-card .file-icon {
  width: 100px;
  height: 100px;
  background: #A8DCF2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
#frontPage .bg-grey-section .feature-card .file-icon i {
  font-size: 2.5rem;
  color: #29aae1;
}
#frontPage .bg-grey-section .feature-card.card-border {
  position: relative;
  border: 1px solid #29aae1;
  border-radius: 10px;
}
#frontPage .bg-grey-section .feature-card.card-border .feature-icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #frontPage .bg-grey-section .feature-card.card-border .feature-icon {
    left: 40px;
  }
}
#frontPage .bg-grey-section .feature-card.card-border.card-border-double {
  border: 2px solid #29aae1;
}
#frontPage .bg-grey-section .feature-card p.black {
  color: #000000;
}

.pricing-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.pricing-card .price {
  font-size: 2.5rem;
  font-weight: 600;
  color: #29aae1;
  margin-bottom: 0.5rem;
}
.pricing-card .price-period {
  color: #6c757d;
  margin-bottom: 1.5rem;
}
.pricing-card .feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.pricing-card .feature-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f8f9fa;
}
.pricing-card .feature-list li:last-child {
  border-bottom: none;
}
.pricing-card .feature-list li i {
  color: #29aae1;
  margin-right: 0.5rem;
}

#price-calculator .card {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#contact {
  background: #29aae1;
  color: white;
}
#contact .form-label {
  color: white;
  font-weight: 500;
}
#contact .form-control {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
#contact .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#contact .form-control:focus {
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
#contact .btn-light {
  background: white;
  border-color: white;
  color: #29aae1;
  font-weight: 600;
}
#contact .btn-light:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  color: #29aae1;
}

footer {
  background: #000;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #29aae1;
}

/* Active navigation state */
#frontPage header a.nav-active {
  color: #000 !important;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

/* Mobile navigation active state */
#frontPage .offcanvas-body a.nav-active {
  color: #29aae1 !important;
  font-weight: bold;
  text-decoration: none;
}

#legal-policy h1 {
  color: #29aae1;
}
#legal-policy h2 {
  font-size: 1.2rem;
  border-top: 1px solid #F5F5F5;
  padding-top: 1rem;
  margin-top: 1rem;
}
#legal-policy h3 {
  font-size: 1.1rem !important;
  color: #5a5d5e !important;
  padding-top: 1rem;
  margin-top: 1rem;
}
#legal-policy h4 {
  font-size: 1rem;
  padding-top: 1rem;
  margin-top: 1rem;
}

.modal-dialog-bottom {
  display: flex;
  align-items: flex-end;
  min-height: calc(100% - 1rem);
}

#privacyConsentModal .modal-content {
  border-radius: 1rem 1rem 0 0;
}

#resetApplicationModal .btn-green {
  color: #000000;
  border: 1px solid #A8DCF2;
}
#resetApplicationModal .btn-green:checked {
  background: #A8DCF2;
}
#resetApplicationModal .btn-lightgrey {
  color: #000000;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
}
#resetApplicationModal .btn-lightgrey:checked {
  background: #F5F5F5;
}
#resetApplicationModal .btn-lightgrey.active {
  background: #A8DCF2;
}
#resetApplicationModal .btn-black {
  background: rgb(35, 31, 32);
}
#resetApplicationModal .btn-primary {
  background-color: #6C757D;
  outline: none;
  border: 0px;
  box-shadow: none;
}
#resetApplicationModal .alert-primary {
  border-color: #F5F5F5 !important;
  background-color: #F5F5F5;
}
#resetApplicationModal .alert-primary p {
  color: #000000 !important;
}
#resetApplicationModal .btn-primary:hover, #resetApplicationModal .btn-primary:focus, #resetApplicationModal .btn-primary:active {
  background-color: #495056;
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
#resetApplicationModal .btn-blue {
  color: #000000;
  border: 1px solid #A8DCF2;
  background: #A8DCF2;
}
#resetApplicationModal .btn-blue:checked {
  background: #A8DCF2;
}
#resetApplicationModal .btn-blue:hover {
  background: #29aae1;
}

#applyGlobalAlerts {
  padding: 0 40px;
}/*# sourceMappingURL=style.css.map */