@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Open Sans", sans-serif;
}

ul {
  margin-bottom: 0;
}

p {
  font-size: 1rem/1.625rem;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

h2 {
  font-size: 3.5rem;
  font-weight: 700;
}

h4 {
  font-size: 1.375rem/1.75rem;
  font-weight: 700;
}

.btn {
  font-size: 0.875rem/0;
  font-weight: 700;
  border: 2px solid #5f4dee;
  border-radius: 2rem;
  transition: all 0.2s;
}
.btn:focus {
  box-shadow: none !important;
  outline: none;
}
.btn-dark {
  padding: 19px 34px;
  background-color: #5f4dee;
  color: #fff;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: transparent;
  color: #5f4dee;
  border-color: #5f4dee;
}
.btn-light {
  background-color: #f3f7fd;
  color: #5f4dee;
  padding: calc(1.375rem - 10px) 2.625rem;
  border: 2px solid #f3f7fd;
}
.btn-light:hover {
  background-color: #5f4dee;
  color: #fff;
  border: 2px solid #fff;
}
.btn-white {
  background-color: transparent;
  color: #5f4dee;
  padding: 9px 33px;
  border: 2px solid #5f4dee;
}
.btn-white:hover {
  background-color: #5f4dee;
  color: #fff !important;
}

.btn-dark:not(:disabled):not(.disabled):active {
  background-color: transparent;
  color: #5f4dee;
  border-color: #5f4dee;
}

.fas.fa-square {
  margin-right: 10px;
  font-size: 8px;
  color: #5f4dee;
}
.fas.fa-square.white {
  color: #fff;
  margin-right: 0.5rem;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
}

.scroll_up {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  width: 42px;
  height: 42px;
  background: #4f3cda;
  border-radius: 50%;
  z-index: 10000;
}

.navbar {
  padding: 2.125rem 1.5rem calc(2.125rem - 2.64px) 2rem;
  margin-top: -2.64px;
  background-color: #5f4def;
  transition: all 0.2s;
}
.navbar-brand {
  display: inline-block;
  align-self: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
}
.navbar-brand img {
  width: 4.4375rem;
  height: 1.75rem;
}
.navbar-collapse .btn {
  border: 2px solid #fff;
  padding: calc(0.25rem - 1px) 1.5rem 0.25rem 1.5rem;
  padding-top: -1px;
  margin-left: 1rem;
  font-size: 14px;
  font-weight: 700;
}
.navbar-collapse .btn:hover {
  background-color: #fff;
  color: #5f4dee;
}
.navbar-toggler {
  border: none;
  padding: 0;
  font-weight: 900;
}
.navbar-toggler:active, .navbar-toggler:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.navbar .container {
  max-width: 87.5rem;
}
.navbar .dropdown-menu {
  background-color: #5f4dee;
  border: none !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: -0.5px;
  margin-left: -5px;
}
.navbar .dropdown-menu .dropdown-item {
  font-weight: 700;
  line-height: 14px;
}
@media (min-width: 992px) {
  .navbar .dropdown-menu .dropdown-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.navbar .dropdown-menu .dropdown-item span {
  color: #f7f5f5;
  font-weight: 700;
  font-size: 0.875rem;
  opacity: 0.8;
}
.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus, .navbar .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item:hover span, .navbar .dropdown-menu .dropdown-item:focus span, .navbar .dropdown-menu .dropdown-item:active span {
  color: #fff;
  opacity: 1;
}
.navbar .dropdown-menu .hr {
  width: 100%;
  height: 1px;
  margin: 0.75rem auto 0.725rem auto;
  background-color: #c4d8dc;
  opacity: 0.2;
}
@media (min-width: 992px) {
  .navbar .dropdown-menu .hr {
    width: 84%;
  }
}

.nav-item:hover .nav-link,
.nav-item.active .nav-link {
  color: #f7f5f5;
  opacity: 1;
}

.nav-link {
  font-weight: 650;
  font-size: 14px;
  color: #f7f5f5;
  opacity: 0.8;
  padding: 4px 12px !important;
  line-height: 1;
}

.fa-bars {
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
}

@media (max-width: 991px) {
  .navbar {
    padding: 0.5rem 1rem !important;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1) !important;
  }
  .navbar-nav {
    padding: 12px 0 0 0;
  }
  .navbar-collapse .btn {
    margin-top: 0.25rem;
    margin-bottom: 1.375rem;
    margin-left: 0.5rem;
  }
  .nav-link {
    line-height: 1;
    padding: 10px 12px !important;
  }
}
header {
  background-color: #5f4def;
}

.header-content {
  padding-top: 8rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .header-content {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .header-content {
    padding-top: 11rem;
    padding-bottom: 5rem;
  }
}
.header-content__txt {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .header-content__txt {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .header-content__txt {
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .header-content__txt {
    margin-top: 5.5rem;
    margin-right: 0.5rem;
  }
}
.header-content__txt h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}
@media (min-width: 768px) {
  .header-content__txt h1 {
    font-size: 3.5rem;
    line-height: 4.125rem;
  }
}
.header-content__txt p {
  font-size: 18px;
  color: #f3f7fd;
  margin-bottom: 32px;
}
.header-content__txt .btn {
  font-size: 0.875rem;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .header-content__txt .btn {
    margin-bottom: 0;
  }
}
.header-content__img {
  position: relative;
}
@media (min-width: 992px) {
  .header-content__img {
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .header-content__img {
    margin-top: 1rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .header-content__img .image-position {
    position: absolute;
    display: block;
    width: 470px;
  }
}
@media (min-width: 1200px) {
  .header-content__img .image-position {
    width: 630px;
  }
}

.header-frame {
  margin-top: -1px;
  width: 100%;
  height: 2.25rem;
}
@media (min-width: 768px) {
  .header-frame {
    height: 5.5rem;
  }
}
@media (min-width: 992px) {
  .header-frame {
    height: 8rem;
  }
}
@media (min-width: 1200px) {
  .header-frame {
    height: 9.375rem;
  }
}

.footer-frame {
  width: 100%;
  height: 1.5rem;
}
@media (min-width: 768px) {
  .footer-frame {
    height: 5rem;
  }
}

.slider {
  padding-top: 5rem;
  padding-bottom: 3.25rem;
}
.slider-container {
  text-align: center;
}
@media (min-width: 1200px) {
  .slider-container {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.slider img {
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .slider img:last-child {
    display: none;
  }
  .slider img:nth-child(4) {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .slider img:first-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .slider img:nth-child(2) {
    display: none;
  }
}
@media (max-width: 581px) {
  .slider img:nth-child(3) {
    display: none;
  }
}
.slider img:last-child {
  padding-right: 0;
}

.description-content {
  flex-direction: column;
  padding-top: 3.25rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.description-content span {
  font-size: 12px;
  color: #5f4dee;
  font-weight: 700;
}
.description-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 3.5rem !important;
  text-align: center;
  max-width: 555px;
}
.description-content-cards {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .description-content-cards {
    flex-direction: column;
  }
}
.description-content-cards__card {
  border: none;
  text-align: center;
  max-width: 21em;
  margin-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .description-content-cards__card {
    display: inline-block;
    max-width: 17rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .description-content-cards__card {
    max-width: 18.875rem;
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.description-content-cards__card .card-img {
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .description-content-cards__card .card-img {
    max-width: 9rem;
  }
}
@media (min-width: 1200px) {
  .description-content-cards__card .card-img {
    max-width: 12.5rem;
  }
}
.description-content-cards__card .card-img img {
  align-self: center;
  margin-bottom: 2rem;
}
.description-content-cards__card .card-body {
  padding: 0;
}
.description-content-cards__card .card-body .card-title {
  margin-bottom: 0.5rem;
  font-size: 22px;
  color: #212529;
}
.description-content-cards__card .card-body .card-text {
  margin-bottom: 1rem;
  color: #555;
}

.features {
  padding-top: 8rem;
  padding-bottom: 8.125rem;
  background-color: #f3f7fd;
}
.features .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.features .container .row .col-lg-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.features span {
  font-size: 12px;
  text-align: center;
  color: #5f4dee;
  font-weight: 700;
}
.features h2 {
  font-size: 32px;
  text-align: center;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.features-p {
  text-align: center;
  font-size: 1rem;
  color: #555;
  margin-bottom: 3.25rem;
}
@media (min-width: 768px) {
  .features-p {
    width: 85%;
  }
}
@media (min-width: 991px) {
  .features-p {
    width: 65%;
  }
}
.features-p a {
  color: #5f4dee;
  text-decoration: underline;
}
.features .nav-pills {
  margin-bottom: 2.25rem;
  display: block;
}
@media (min-width: 992px) {
  .features .nav-pills {
    display: flex;
    justify-content: center;
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 992px) {
  .features .nav-pills .nav-item {
    display: block;
    margin-left: 0;
  }
}
.features .nav-pills .nav-item .nav-link {
  border-radius: 0px;
  font-size: 20px;
  font-weight: 700 !important;
  color: #86929b;
  background-color: transparent;
  border-bottom: 2px solid rgb(202, 202, 202);
  border-top: none;
  border-left: none;
  border-right: none;
  opacity: 1;
  transition: all 0.2s;
  outline: none;
  padding: 0.5rem 1rem !important;
}
@media (max-width: 992px) {
  .features .nav-pills .nav-item .nav-link {
    border: none;
  }
}
.features .nav-pills .nav-item .nav-link.active, .features .nav-pills .nav-item .nav-link:hover {
  color: #5f4dee;
  border-bottom: 2px solid #5f4dee;
}
@media (max-width: 992px) {
  .features .nav-pills .nav-item .nav-link.active, .features .nav-pills .nav-item .nav-link:hover {
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .features-content__container {
    margin-top: 1.5rem;
    margin-right: 1rem;
    margin-left: 1.5rem;
  }
}
.features-content__container h3 {
  font-size: 26px;
  color: #333;
  margin-bottom: 12px;
  font-weight: 700;
}
.features-content__container-p {
  text-align: left;
  width: 95%;
  margin-bottom: 16px;
}
.features-content__container-p a {
  color: #5f4dee;
  text-decoration: underline;
}
.features-content__container ul {
  margin-bottom: 1.5rem;
}
.features-content__container ul li {
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.features-content__container .btn {
  font-size: 14px;
  padding: 9px 33px;
}
.features .tab-pane.fade.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.features .tab-pane.fade.active .col-lg-6 .image-container {
  margin-bottom: 2.75rem;
}
@media (min-width: 992px) {
  .features .tab-pane.fade.active .col-lg-6 .image-container {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .features .tab-pane.fade.active .col-lg-6 .image-container {
    margin-right: 1.5rem;
    margin-left: 1rem;
  }
}
.features .modal-dialog {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .features .modal-dialog {
    max-width: 62.5rem;
    margin: 0 auto !important;
  }
}
@media (min-width: 576px) {
  .features .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
  }
}
.features .modal-content {
  padding: 2rem 1.5rem;
  margin: 2.5rem auto;
}
@media (min-width: 992px) {
  .features .modal-content {
    max-width: 62.5rem;
    padding: 2.5rem;
  }
}
.features .modal-content .btn-close {
  position: absolute;
  top: -0.125rem;
  right: -0.125rem;
  width: 2.75rem;
  height: 2.75rem;
  color: #707984;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}
.features .modal-content .container {
  padding: 0;
}
.features .modal-content .image-container {
  max-width: 33.75rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .features .modal-content .image-container {
    max-width: 100%;
    margin-right: 2rem !important;
    margin-left: 0.5rem;
    margin-bottom: 0;
  }
}
.features .modal-content .modal-body__content h3 {
  margin-bottom: 0.5rem;
  color: #333;
  font-weight: 700;
  font-size: 1.625rem;
}
@media (min-width: 992px) {
  .features .modal-content .modal-body__content h3 {
    margin-top: 0.5rem;
  }
}
.features .modal-content .modal-body__content hr {
  width: 2.5rem;
  height: 0.125rem;
  margin-bottom: 0.875rem;
  background-color: #5f4dee;
}
.features .modal-content .modal-body__content h5 {
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
}
.features .modal-content .modal-body__content ul {
  margin-bottom: 1rem;
}
.features .modal-content .modal-body__content ul li {
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.features .modal-content .modal-body__content .btn {
  font-size: 14px;
  padding: 9px 33px;
  margin-top: 0.75rem;
}
.features .modal .modal-footer {
  justify-content: flex-start;
  border: none !important;
  padding: 0;
  flex-wrap: wrap;
}

.details {
  padding-top: 7.5rem;
  padding-bottom: 8rem;
}
.details-content {
  margin-bottom: 2.75rem;
}
.details-content h3 {
  font-size: 2rem;
  color: #333;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .details-content h3 {
    margin-bottom: 0.5rem;
  }
}
.details-content ul {
  margin-bottom: 1.5rem;
}
.details-content ul li {
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.details-content .btn {
  font-size: 14px;
  padding: 9px 33px;
}
@media (min-width: 992px) {
  .details {
    padding-top: 8rem;
  }
}
.details .image-container {
  margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .details .image-container {
    margin-right: 1rem;
    margin-left: 1.5rem;
  }
}

.video {
  padding-top: 8rem;
  padding-bottom: 6.75rem;
  background-color: #f3f7fd;
}
.video .image-container {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .video .image-container {
    max-width: 53.125rem;
  }
}
.video .image-container img {
  border-radius: 0.75rem;
}
.video .image-container span.play-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #5f4dee;
}
.video .image-container span.play-button::before {
  content: "";
  position: absolute;
  bottom: auto;
  left: auto;
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 50%;
  background-color: #5f4dee;
  animation: animate 1.5s ease-out infinite;
}
@keyframes animate {
  0% {
    padding: 10px;
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    padding: 60px;
    opacity: 0;
  }
}
.video .image-container span.play-button .triangle {
  position: relative;
  display: block;
  z-index: 3;
  left: 0.25rem;
  width: 0;
  height: 0;
  border-left: 1.625rem solid #fff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
.video p {
  margin-bottom: 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #555;
}
@media (min-width: 768px) {
  .video p {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .video p {
    width: 65%;
  }
}

.pricing {
  padding-top: 7.875rem;
  padding-bottom: 2.25rem;
  text-align: center;
}
.pricing span {
  font-size: 12px;
  text-align: center;
  color: #5f4dee;
  font-weight: 700;
}
.pricing h2 {
  font-size: 32px;
  text-align: center;
  color: #333;
  font-weight: 700;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .pricing h2 {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .pricing h2 {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .pricing h2 {
    width: 50%;
  }
}
.pricing .card {
  border-radius: 0.375rem;
  margin-bottom: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  max-width: 19rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .pricing .card {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    vertical-align: top;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .pricing .card {
    width: 19.375rem;
    max-width: 100%;
    margin-right: 1.75rem;
    margin-left: 1.75rem;
  }
}
.pricing .card-content {
  padding: 2.5rem 2rem 2.75rem;
}
.pricing .card-price span {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
}
.pricing .card-price h3 {
  color: #434c54;
  font-weight: 700;
  font-size: 3.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.pricing .card-price h3 small {
  font-weight: 700;
  font-size: 1.5rem;
  margin-right: 5px;
}
.pricing .card-price small {
  color: #555;
  font-size: 0.875rem;
}
.pricing .card hr {
  margin-top: 1.75rem;
  margin-bottom: 2rem;
  color: #ccd3df;
}
.pricing .card-body {
  padding: 0;
  margin-top: 1.875rem;
}
.pricing .card-body ul {
  margin-bottom: 1.625rem;
  text-align: left;
}
.pricing .card-body ul li {
  color: #555;
  margin-bottom: 0.5rem;
}
.pricing .card-body ul li i {
  font-size: 14px;
  color: #5f4dee;
  margin-right: 8px;
  font-weight: 900;
}
.pricing .card-body ul li i.fa-times {
  color: #555;
  margin-right: 12px;
  margin-left: 3px;
}
.pricing .card-body .btn {
  font-size: 14px;
  padding: 9px 33px;
  margin-left: auto;
}

.quotes {
  padding-top: 2.75rem;
  padding-bottom: 4rem;
  margin-left: auto;
}
.quotes .image-container {
  width: 6rem;
  margin-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .quotes .image-container {
    width: 10rem;
    float: left;
  }
}
.quotes .image-container img {
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .quotes .slide {
    width: 64.125rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.quotes .carousel-inner {
  width: 82%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .quotes .carousel-inner {
    width: 92%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .quotes .carousel-txt {
    margin-top: 1.25rem !important;
    margin-left: 13rem !important;
  }
}
.quotes .carousel-control-prev, .quotes .carousel-control-next {
  opacity: 1;
}
.quotes .carousel-control-prev-icon, .quotes .carousel-control-next-icon {
  background-image: none;
  color: #555;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  position: absolute;
}
.quotes .carousel-control-prev:hover, .quotes .carousel-control-prev:focus, .quotes .carousel-control-next:hover, .quotes .carousel-control-next:focus {
  opacity: 1;
  color: #555;
}
.quotes .carousel-control-prev-icon {
  left: -0.375rem;
}
.quotes .carousel-control-next-icon {
  right: -0.375rem;
}
.quotes p {
  color: #555;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.quotes p b {
  margin-top: 0.5rem;
  color: #333;
}

.form {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.form-container {
  background-color: #f3f7fd;
  margin-bottom: 3.5rem;
  border-radius: 0.5rem;
  padding: 3.5rem 1rem 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .form-container {
    padding: 4rem 2.5rem 3rem;
  }
}
@media (min-width: 992px) {
  .form-container {
    width: 55rem;
    padding-top: 5rem;
    padding-bottom: 4.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .form-container {
    width: 64.75rem;
    padding-top: 6rem;
    padding-bottom: 5.5rem;
  }
}
.form-container span {
  font-size: 12px;
  text-align: center;
  color: #5f4dee;
  font-weight: 700;
}
.form-container h2 {
  font-size: 32px;
  text-align: center;
  color: #333;
  font-weight: 700;
  margin-bottom: 2.75rem;
}
@media (min-width: 992px) {
  .form-container h2 {
    max-width: 64%;
  }
}
.form-container form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .form-container form {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 992px) {
  .form-container form {
    margin-left: 9rem;
    margin-right: 9rem;
  }
}
@media (min-width: 1200px) {
  .form-container form {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}
.form-container form .form-control {
  margin-bottom: 1.25rem;
  width: 100%;
  display: block;
  border: 1px solid #c4d8dc;
  height: 50px;
}
.form-container form .form-control::placeholder {
  font-size: 14px;
  color: #555;
  padding-left: 5px !important;
}
.form-container form .form-control:hover, .form-container form .form-control:focus, .form-container form .form-control:active {
  border: 1px solid #a1a1a1;
  box-shadow: none;
  outline: none;
}
.form-container form .checkbox {
  font-size: 0.75rem;
  color: #555;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.form-container form .checkbox p {
  margin-bottom: 0;
}
.form-container form .checkbox a {
  text-decoration: underline;
  color: #555;
}
.form-container form .btn {
  width: 100%;
  padding: 14px 0;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.form .messengers {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form .messengers ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.form .messengers ul li {
  width: 48px;
  height: 48px;
  background-color: #5f4dee;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.form .messengers ul li:hover {
  background-color: #f3f7fd;
  cursor: pointer;
}
.form .messengers ul li i {
  font-size: 22px;
  color: #fff;
  margin-top: 5px;
  transition: all 0.2s;
}
.form .messengers ul li:hover i {
  color: #5f4dee;
}

.footer {
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  background-color: #5f4dee;
  color: #fff;
}
.footer h4 {
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
}
.footer p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  color: #f3f7fd;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer .info,
.footer .links,
.footer .contacts {
  margin-bottom: 2.25rem;
}
@media (min-width: 1200px) {
  .footer .info {
    margin-right: 1.5rem;
  }
  .footer .links {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  .footer .contacts {
    margin-left: 1.5rem;
  }
}
.footer p {
  position: relative;
  font-size: 0.875rem;
  color: #f3f7fd;
  margin-bottom: 0.375rem;
  padding-left: 15px;
}
.footer p i {
  position: absolute;
  left: 0;
  top: 7px;
}
.footer .contacts-container {
  margin-bottom: 1rem;
}
.footer .contacts-info a {
  font-size: 0.875rem;
}
.footer .contacts-info .fa-globe {
  margin-left: 1rem;
}
.footer .contacts p {
  margin-bottom: 0;
}
.footer .contacts i {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5rem;
  margin-right: 0.625rem;
}

.copyright {
  background-color: #5f4dee;
  padding-top: 1rem;
  padding-bottom: 0.375rem;
  text-align: center;
}
.copyright p {
  font-size: 0.875rem;
  color: #f3f7fd;
  padding-top: 1.375rem;
  border-top: 1px solid #718ad1;
}/*# sourceMappingURL=style.css.map */