html {
  scroll-behavior: smooth;
  margin: 0;
  height: 100%;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: all 0.5s ease;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.page-holder {
  overflow: hidden;
}

h1, h2, h3, h4 {
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #020033;
  margin: 0;
}

h1 {
  font-size: 32px;
  line-height: 135%;
}
@media (min-width: 991px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 32px;
  line-height: 135%;
}
@media (min-width: 991px) {
  h2 {
    font-size: 32px;
  }
}

p {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #525252;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.header {
  text-align: center;
  padding: 20px 0;
  background: #ECECEE;
}

.footer {
  padding: 40px 20px 12px 20px;
}
.footer__tf {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  padding-bottom: 42px;
}
.footer__tf p {
  font-style: italic;
}
.footer__logo {
  min-width: 210px;
}
.footer__wrapper {
  border-top: 1px solid #E6E6EB;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .footer__wrapper {
    flex-direction: row;
  }
}
.footer__copyright {
  font-size: 12px;
  color: #020033;
}
.footer__social {
  min-width: 210px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__social {
    text-align: right;
  }
}
.cf__form #_form_21_ input[type=text] {
  font-size: 16px !important;
  font-family: "STIX Two Text", sans-serif !important;
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #fff !important;
  padding-bottom: 20px !important;
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.cf__form #_form_21_ ._submit {
  min-width: 177px;
  max-width: 177px;
  max-height: 64px;
  min-height: 64px;
  position: relative;
  background: #DFB85A;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "STIX Two Text", sans-serif !important;
  font-size: 21px !important;
  line-height: 100% !important;
  color: #000 !important;
}
.cf__form form {
  margin: 0 !important;
  padding: 0 !important;
}
.cf__form form .form-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 500px) {
  .cf__form form .form-group {
    flex-direction: row;
  }
}
.wpcf7-response-output {
  color: white;
  padding: 10px !important;
}

.path {
  position: absolute;
  display: none;
}
@media (min-width: 1200px) {
  .path {
    display: block;
  }
}
.path__1 {
  right: -63px;
  bottom: -5px;
}
.path__2 {
  top: -48px;
  right: 23px;
}
.path__2 svg {
  position: relative;
  z-index: 2;
}
.path__3 {
  position: absolute;
  bottom: -55px;
  left: -52px;
}
.path__4 {
  top: 2px;
  left: 74px;
}
.path__5 {
  top: -228px;
  left: 112px;
}
.path__6 {
  bottom: -91px;
  right: -176px;
}

.hero {
  background: #ECECEE;
  padding: 60px 20px 0 20px;
  position: relative;
}
@media (min-width: 991px) {
  .hero {
    padding: 120px 20px 0 20px;
  }
}
.hero__wrapper {
  display: flex;
  margin-bottom: 120px;
  flex-direction: column;
}
@media (min-width: 991px) {
  .hero__wrapper {
    flex-direction: row;
  }
}
.hero__tf {
  max-width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .hero__tf {
    max-width: 54%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
}
.hero__image {
  max-width: 100%;
}
@media (min-width: 991px) {
  .hero__image {
    max-width: 40%;
  }
}
.hero__image img {
  max-width: 100%;
}
@media (min-width: 991px) {
  .hero__image img {
    max-width: initial;
  }
}
.hero__bt p {
  font-family: "STIX Two Text", serif;
  font-size: 80px;
  line-height: 55%;
  color: #D6D6DC;
}
@media (min-width: 768px) {
  .hero__bt p {
    font-size: 100px;
  }
}
@media (min-width: 991px) {
  .hero__bt p {
    font-size: 200px;
  }
}

.planet {
  background-image: linear-gradient(#020033, #1F1D47);
  padding: 60px 20px 0 20px;
  position: relative;
}
@media (min-width: 991px) {
  .planet {
    padding: 49px 20px;
  }
}
.planet__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 991px) {
  .planet__wrapper {
    flex-direction: row;
  }
}
.planet img {
  position: relative;
  z-index: 1;
}
.planet__image {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-bottom: 40px;
  text-align: center;
  z-index: 1;
  order: 2;
}
.planet__image-eclipse {
  position: absolute;
  top: -69px;
  left: -61px;
  display: none;
}
@media (min-width: 1200px) {
  .planet__image-eclipse {
    display: block;
  }
}
.planet__image-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .planet__image-desktop {
    display: block;
  }
}
.planet__image-mobile {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .planet__image-mobile {
    display: none;
  }
}
@media (min-width: 991px) {
  .planet__image {
    width: 50%;
    margin-left: -8px;
    margin-bottom: 0;
    text-align: left;
    order: 1;
  }
}
.planet__tf {
  width: 100%;
  order: 1;
}
@media (min-width: 991px) {
  .planet__tf {
    width: 50%;
    order: 2;
  }
}
.planet__tf h2 {
  font-size: 24px;
  line-height: 135%;
  color: #fff;
  text-align: center;
}
@media (min-width: 991px) {
  .planet__tf h2 {
    font-size: 32px;
    text-align: left;
  }
}

.boxes {
  background: #EEEEEF;
  position: relative;
  padding: 0 20px;
}
.boxes.edge {
  padding-top: 60px;
}
@media (min-width: 991px) {
  .boxes.edge {
    padding-top: 120px;
  }
}
.boxes.edge .boxes__image {
  position: relative;
  margin: 0;
  left: -20px;
  text-align: center;
}
@media (min-width: 991px) {
  .boxes.edge .boxes__image {
    text-align: left;
    left: 0;
  }
}
.boxes.edge .boxes__image-desktop {
  display: none;
}
@media (min-width: 991px) {
  .boxes.edge .boxes__image-desktop {
    display: block;
    max-width: initial;
    margin: 0 auto;
  }
}
.boxes.edge .boxes__image-mobile {
  display: block;
  max-width: initial;
}
@media (min-width: 991px) {
  .boxes.edge .boxes__image-mobile {
    display: none;
  }
}
@media (min-width: 991px) {
  .boxes.edge .boxes__image {
    margin-left: -159px;
    margin-top: -35px;
  }
}
.boxes.portfolio {
  padding-bottom: 30px;
  padding-top: 60px;
}
@media (min-width: 991px) {
  .boxes.portfolio {
    padding-bottom: 120px;
    padding-top: 0;
  }
}
.boxes.portfolio .boxes__grid {
  align-items: center;
}
.boxes.portfolio .boxes__tf {
  margin-bottom: 32px;
}
@media (min-width: 991px) {
  .boxes.portfolio .boxes__tf {
    margin-bottom: 0;
  }
}
.boxes.portfolio .boxes__image {
  margin-right: -64px;
  margin-top: -40px;
  display: none;
}
@media (min-width: 991px) {
  .boxes.portfolio .boxes__image {
    display: block;
  }
}
.boxes__grid {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 991px) {
  .boxes__grid {
    flex-direction: row;
  }
}
.boxes__grid-item {
  width: 100%;
}
@media (min-width: 991px) {
  .boxes__grid-item {
    width: 50%;
  }
}
.boxes__tf {
  text-align: center;
}
@media (min-width: 991px) {
  .boxes__tf {
    text-align: left;
  }
}
.boxes__tf-image {
  display: block;
}
@media (min-width: 991px) {
  .boxes__tf-image {
    display: none;
  }
}
.boxes__tf h2 {
  font-size: 40px;
  line-height: 135%;
  margin-bottom: 15px;
}
.boxes__tf p {
  color: #525252;
}
.boxes__card {
  border-radius: 10px;
  background: #fff;
  padding: 20px 50px 20px 20px;
  margin-bottom: 10px;
}
.boxes__card-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}
.boxes__card-title {
  font-size: 24px;
  line-height: 135%;
  color: #020033;
}

.about {
  padding: 60px 20px 0 20px;
  margin-bottom: 56px;
}
@media (min-width: 991px) {
  .about {
    margin-bottom: 110px;
  }
}
@media (min-width: 991px) {
  .about {
    padding: 112px 20px 0 20px;
  }
}
.about__wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.about__title {
  font-size: 40px;
  line-height: 135%;
  color: #020033;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.about__title::before {
  content: "";
  background-image: url("../../img/headline-line.svg");
  display: block;
  width: 179px;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 26px 44px;
}
.about__list-item {
  max-width: 438px;
  padding-left: 30px;
  position: relative;
}
.about__list-item::before {
  content: "";
  background-image: url("../../img/bullet-list.webp");
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
}
.about .team {
  display: flex;
  gap: 40px;
  margin-bottom: 53px;
  flex-direction: column;
}
@media (min-width: 991px) {
  .about .team {
    flex-direction: row;
  }
}
.about .team__member {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  background: #F3F7F9;
  position: relative;
}
@media (min-width: 768px) {
  .about .team__member {
    min-height: 226px;
  }
}
.about .team__member-image {
  position: absolute;
  bottom: 0;
  right: 2px;
  text-align: right;
}
.about .team__member-image img {
  max-width: 50%;
}
@media (min-width: 768px) {
  .about .team__member-image img {
    max-width: 100%;
  }
}
.about .team__member::before {
  content: "";
  background-image: url("../../img/team2-border.webp");
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.about .team__member:nth-child(2)::before {
  background-image: url("../../img/team1-border.webp");
}
.about .team__member h3, .about .team__member p {
  position: relative;
  z-index: 1;
}
.about .team__member-content {
  padding: 40px;
}
.about .team__member-content h3 {
  font-size: 30px;
  line-height: 135%;
  color: #020033;
}
.tso {
  margin-bottom: 56px;
  padding: 0 20px;
}
@media (min-width: 991px) {
  .tso {
    margin-bottom: 110px;
  }
}
.tso__title {
  font-size: 40px;
  line-height: 135%;
  text-align: center;
  margin-bottom: 64px;
}
.tso__item {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #000;
  padding: 0 44px 36px 44px;
  margin-bottom: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .tso__item {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 56px;
  }
}
.tso__item-left {
  min-width: 100px;
}
.tso__item-right {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .tso__item-right {
    text-align: left;
  }
}
.tso__item h3 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 135%;
}

.cf {
  background: #020033;
  padding: 64px 20px;
  position: relative;
}
.cf__image {
  position: absolute;
  top: 90px;
  right: -12px;
  display: none;
}
.cf__image-line {
  position: absolute;
  bottom: 16px;
  right: 330px;
}
@media (min-width: 1080px) {
  .cf__image {
    display: block;
  }
}
.cf__wrapper {
  max-width: 100%;
}
@media (min-width: 991px) {
  .cf__wrapper {
    max-width: 580px;
    min-height: 540px;
  }
}
.cf__tf {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 991px) {
  .cf__tf {
    text-align: left;
  }
}
.cf__tf h2 {
  font-size: 40px;
  line-height: 135%;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
.cf__tf h2::before {
  content: "";
  background-image: url("../../img/request-line-mobile.svg");
  width: 244px;
  height: 13px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
  display: block;
}
@media (min-width: 991px) {
  .cf__tf h2::before {
    display: none;
  }
}
.cf__tf p {
  color: #fff;
}
.cf__form {
  position: relative;
  z-index: 2;
}
.cf__form .form .wpcf7-spinner {
  position: absolute;
}
.cf__form .form .wpcf7-response-output {
  color: #fff;
}
.cf__form .form-group {
  margin-bottom: 24px;
}
.cf__form .form-group-item {
  width: 100%;
}
.cf__form .form-group input, .cf__form .form-group textarea {
  font-size: 16px;
  font-family: "STIX Two Text", serif;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
  box-shadow: none;
  outline: none;
  color: #fff;
}
.cf__form .form-group textarea {
  max-height: 100px;
  min-height: 100px;
}
.cf__form .form-group.flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cf__form .form-submit {
  max-width: 177px;
  max-height: 64px;
  position: relative;
  margin: 0 auto;
  background: #DFB85A;
  width: 100%;
  min-width: 177px;
  height: 100%;
  min-height: 64px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (min-width: 991px) {
  .cf__form .form-submit {
    margin: 0;
  }
}
.cf__form .form-submit input {
  font-family: "STIX Two Text", serif;
  font-size: 21px;
  line-height: 100%;
  color: #000;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  display: block;
  width: 95%;
  min-height: 64px;
  max-height: 64px;
  padding: 0;
}
.cf__form .form-submit-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
/*# sourceMappingURL=app.css.map */
