.hero-sp {
  padding-bottom: 114px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .hero-sp {
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1023px) {
  .hero-sp {
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-sp {
    padding-bottom: 72px;
  }
}
.hero-sp .hero-content {
  position: relative;
}
.hero-sp .hero-content .swiper {
  width: 100%;
  height: 552px;
  border-radius: 24px;
}
.hero-sp .hero-content .swiper-wrapper,
.hero-sp .hero-content .swiper-slide {
  height: 100%;
}
.hero-sp .hero-content .swiper-slide {
  background-size: cover;
  background-position: center;
}
.hero-sp .hero-content .security-box {
  position: absolute;
  transform: translateX(32px);
  z-index: 10;
  background: var(--white-color);
  font-family: var(--main-font);
  border-radius: 24px;
  padding: 66px 64px;
  width: 636px;
  height: 480px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: bottom left;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-sp .hero-content .security-box {
    width: 520px;
  }
}
.hero-sp .hero-content .security-box .security-dotted-image {
  top: 210px;
  right: -215px;
  z-index: -1;
}
.hero-sp .hero-content .security-box .badge-row {
  display: flex;
  gap: 10px;
  border: 1px solid var(--fifth-color-pale-rose);
  max-width: 190px;
  width: 100%;
  height: 40px;
  border-radius: 999px;
  align-items: center;
  padding-left: 5px;
}
.hero-sp .hero-content .security-box .badge-row .badge.red {
  background-color: var(--secondary-color-red);
  color: var(--white-color);
  font-size: 14px;
  border-radius: 999px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90px;
  width: 100%;
  height: 30px;
}
.hero-sp .hero-content .security-box .badge-row .sector-link {
  color: var(--black-color);
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  gap: 3px;
}
.hero-sp .hero-content .security-box .badge-row .sector-link span {
  display: inline-block;
}
.hero-sp .hero-content .security-box .title {
  font-size: 52px;
  font-weight: 500;
  color: var(--fourth-color-dark-taupe);
  margin: 35px 0;
  line-height: 58px;
  letter-spacing: -0.5px;
}
.hero-sp .hero-content .security-box .description {
  font-size: 22px;
  color: var(--fourth-color-dark-taupe);
  margin-top: 37px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.hero-sp .hero-content .security-box .buttons-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
.hero-sp .hero-content .security-box .buttons-row .btn-primary {
  background: var(--primary-color-blue);
  color: var(--white-color);
  width: 230px;
  height: 48px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  cursor: pointer;
  border: none;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hero-sp .hero-content .security-box .buttons-row .btn-primary:hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.hero-sp .hero-content .security-box .buttons-row .btn-primary:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.hero-sp .hero-content .security-box .buttons-row .arrow-buttons {
  display: flex;
  gap: 10px;
}
.hero-sp .hero-content .security-box .buttons-row .arrow-buttons .circle-btn {
  border: 1px solid var(--primary-color-blue);
  background: var(--white-color);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.hero-sp .hero-content .security-box .buttons-row .arrow-buttons .circle-btn:hover {
  background: #f2f2f2;
}
.hero-sp .hero-content .security-box .buttons-row .arrow-buttons .circle-btn.button-prev, .hero-sp .hero-content .security-box .buttons-row .arrow-buttons .circle-btn.button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.quote {
  padding: 3rem 0;
  background-color: #fff;
}
.quote__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.quote__info {
  font-size: 0.95rem;
  color: #fff;
  background-color: var(--primary-color-blue);
  padding: 30px;
  height: auto;
  border-radius: 12px;
}
.quote__info p {
  font-size: 14px;
  font-weight: 400;
}
.quote__info .office-locations__item {
  margin-bottom: 1.5rem;
}
.quote__info .office-locations__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 10px;
}
.quote__info .office-locations__address {
  font-size: 14px;
  color: var(--white-color);
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

.quote-form {
  background-color: var(--light-grey-bg);
  padding: 2rem;
  border-radius: 12px;
}
.quote-form__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--primary-color-blue);
}
.quote-form__subtitle {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  color: var(--black-color);
}
.quote-form__services {
  margin-bottom: 2rem;
  margin-top: 5px;
}
.quote-form__services .form-check-input {
  margin-right: 0.5rem;
}
.quote-form__services .form-check-input:checked {
  background-color: var(--primary-color-blue);
  border-color: var(--secondary-color-red);
  box-shadow: none;
}
.quote-form__field {
  margin-bottom: 1.5rem;
}
.quote-form__field label {
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color);
  margin: 5px 0px;
}
.quote-form__field label span {
  color: var(--secondary-color-red);
  margin-left: 2px;
}
.quote-form__field input,
.quote-form__field textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--fifth-color-pale-rose);
  border-radius: 12px;
  font-size: 1rem;
}
.quote-form__field input:focus,
.quote-form__field textarea:focus {
  border-color: none;
  outline: none;
}
.quote-form__captcha {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.quote-form__captcha label {
  font-size: 14px;
  margin-bottom: 0;
}
.quote-form__captcha img {
  height: 30px;
}
.quote-form__submit {
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 4px;
  color: var(--white-color);
  background-color: var(--secondary-color-red);
  border-radius: 24px;
  border: none;
}

.office-locations__item {
  position: relative;
  height: 100%;
}

.office-locations__card {
  border-radius: 12px;
  margin-top: 20px;
  text-align: left;
  transition: transform 0.3s ease;
  height: 100%;
  color: var(--white-color);
  display: flex;
  gap: 15px;
}

.office-locations__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.office-locations__icon-border {
  width: 100%;
  height: 100%;
  border: 2px dashed #222b4a;
  border-radius: 50%;
  animation: rotateBorder 10s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.office-locations__icon-img {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-sp .hero-content .security-box {
    padding: 50px;
    max-width: 636px;
    width: 100%;
    height: 380px;
    margin-top: 120px;
  }
  .office-locations .office-locations__title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-sp {
    height: auto;
    padding: 0px 0px 0;
  }
  .hero-sp .hero-content .swiper-slide {
    height: 280px;
  }
  .hero-sp .hero-content .swiper {
    width: 100%;
    height: 280px;
    border-radius: 24px;
  }
  .hero-sp .hero-content .hero-content-title {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .hero-sp .hero-content .hero-content-paragraph {
    font-size: 15px;
    margin-bottom: 15px;
    width: unset;
  }
  .hero-sp .hero-content .security-box {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 32px 13px;
    position: relative;
    transform: translateX(0);
    margin-top: -30px;
  }
  .hero-sp .hero-content .security-box .title {
    font-size: 36px;
    line-height: 36px;
    max-width: 307px;
    width: 100%;
    margin: 15px 0;
  }
  .hero-sp .hero-content .security-box .description {
    margin-top: 15px;
  }
  .office-locations {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .office-locations .office-locations__card {
    height: 100%;
    min-height: 200px;
  }
  .office-locations .office-locations__title {
    font-size: 20px;
  }
  .office-locations .office-locations__address {
    font-size: 14px;
    margin-top: 10px;
  }
  .contact-form__wrapper {
    padding: 30px;
  }
  .contact-form__wrapper .contact-form__title {
    font-size: 30px;
    line-height: 36px;
  }
  .contact-form__wrapper .contact-form__subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 374px) {
  .hero-sp .hero-content .security-box .title {
    font-size: 30px;
    line-height: 40px;
    max-width: 307px;
    width: 100%;
    margin: 8px 0;
  }
  .hero-sp .hero-content .security-box .description {
    margin-top: 8px;
    font-size: 13px;
    line-height: 22px;
  }
  .contact-form__wrapper .contact-form__title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto;
  }
  .contact-form__wrapper .contact-form__subtitle {
    font-size: 15px;
  }
  .contact-form__wrapper .contact-form__button {
    padding: 10px 24px;
    font-size: 10px;
    border-radius: 24px;
  }
  .contact-form__header {
    text-align: center;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=contactus.css.map */