.sec__about-us {
  padding-top: 80px;
  min-height: 800px;
  position: relative;
}
.sec__about-us::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 600px;
  background: linear-gradient(180deg, #FFF 71.88%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.sec__about-us > * {
  position: relative;
  z-index: 2;
}

.section--style-1 {
  text-align: center;
}
.section--style-1 .border-1 {
  position: relative;
}
.section--style-1 .border-1::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: linear-gradient(#5e60c8, #2f2eb6);
  top: 50%;
  right: -42px;
  border-radius: 100%;
}
.section--style-1 .border-2 {
  position: relative;
}
.section--style-1 .border-2::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 3px;
  background: linear-gradient(#4b4cc1, #2f2eb6);
  top: 50%;
  right: -35px;
  border-radius: 50%;
}
.section--style-1 .border-3 {
  position: relative;
}
.section--style-1 .border-3::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background: linear-gradient(#0705a8, #2f2eb6);
  top: 50%;
  right: -26px;
  border-radius: 35%;
}
.section--style-1 .border-6 {
  position: relative;
}
.section--style-1 .border-6::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: linear-gradient(#5e60c8, #2f2eb6);
  top: 50%;
  left: -42px;
  border-radius: 100%;
}
.section--style-1 .border-5 {
  position: relative;
}
.section--style-1 .border-5::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 3px;
  background: linear-gradient(#4b4cc1, #2f2eb6);
  top: 50%;
  left: -35px;
  border-radius: 50%;
}
.section--style-1 .border-4 {
  position: relative;
}
.section--style-1 .border-4::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background: linear-gradient(#0705a8, #2f2eb6);
  top: 50%;
  left: -26px;
  border-radius: 35%;
}
a {
  transition: all 0.2s linear;
}

.about-us__pic {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
.about-us__text {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1060px;
  color: #282828;
}
.counters__list {
  display: flex;
  gap: 150px;
  align-items: center;
  justify-content: center;
}
.counters__item {
  color: #3C3C3C;
}
.counters__number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4px;
}
.counters__plus {
  display: flex;
}
.counters__icon {
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.counters__title {
  margin-top: -4px;
  text-align: center;
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .sec__about-us {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .sec__about-us {
    padding-top: 40px;
  }
  .counters__list {
    gap: 60px;
  }
}
@media (max-width: 575.98px) {
  .sec__about-us {
    padding-top: 40px;
  }
  .counters__list {
    justify-content: space-around;
    gap: 20px;
  }
}
.contact-us {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-us__icon {
  margin-right: -8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us__item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.contact-us__item.location {
  align-items: flex-start;
}
.contact-us__item.location .contact-us__icon {
  font-size: 36px;
  margin-right: -10px;
  align-items: flex-start;
}

.footer {
  background: #003453;
}
.footer__col {
  flex-basis: calc(25% - 22.5px);
}
.footer__content {
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
  gap: 30px;
}
.footer__copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 20px 0;
  text-align: center;
}
.footer__copy-right * {
  color: rgba(255, 255, 255, 0.8);
}
.footer__copy-right a:hover {
  color: #ffbaba;
}
.footer__social {
  margin-top: 17px;
}
.footer__title {
  margin-bottom: 24px;
}
.link-list__link {
  padding-right: 24px;
  position: relative;
  display: flex;
}
.link-list__link::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  display: flex;
  border-radius: 50px;
  background-color: #fff;
  right: 0px;
  top: 5px;
  transition: all 0.2s linear;
}
.link-list__link:hover {
  color: #CDF3FF;
}
.link-list__link:hover::before {
  width: 18px;
  background-color: #CDF3FF;
}
.link-list__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.social__link {
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  color: #646464;
  border-radius: 50%;
}
.social__link:hover {
  background: #F31212;
  color: #fff;
}
.social__list {
  display: flex;
  gap: 10px;
}

.vote {
  color: #fff;
  font-size: 15px;
}
.vote .poll-content h3 {
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 25px;
}
.vote input {
  position: relative;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.vote input:checked ~ .checkmark {
  background-color: #EE1010;
}
.vote label {
  display: flex !important;
}
.vote .radio {
  position: relative;
  display: flex;
  align-items: center;
}
.vote .radio input {
  margin-left: 10px !important;
}
.vote .checkmark {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 0;
  height: 15px;
  width: 15px;
  border: 2px solid #EE1010;
  background-color: #00296b;
  border-radius: 50%;
}
.vote .answers {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.vote .es-btn {
  margin-top: 20px;
  margin-left: auto;
  border-radius: 50px;
  background: linear-gradient(135deg, #F31212 0%, #D60606 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  border: none;
  padding: 0 25px;
  height: 38px;
  min-width: 97px;
  color: #fff;
  padding: 7px 24px;
  padding-bottom: 9px;
  gap: 10px;
  box-shadow: unset !important;
  position: relative;
  transition: all 0.2s linear;
}
.vote .es-btn:hover {
  opacity: 0.9;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .footer {
    font-size: 90%;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .footer__content {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer__col {
    flex-basis: calc(50% - 15px);
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .footer__content {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer__col {
    flex-basis: calc(50% - 15px);
  }
}
@media (max-width: 575.98px) {
  .footer__content {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer__col {
    flex-basis: 100%;
  }
  .social__list {
    justify-content: center;
  }
}/*# sourceMappingURL=ai-style.css.map */