@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text],
input[type=email],
input[type=password],
input,
textarea, select {
  outline: none;
  padding: 0;
  margin: 0;
  border: none;
}

a {
  text-decoration: none; /* Прибрати підкреслення */
  color: inherit; /* Встановити колір тексту як у батьківського елемента */
  font-weight: normal; /* Нормальна вага шрифту */
  font-style: normal; /* Нормальний стиль шрифту */
  background: none; /* Прибрати фон */
  border: none; /* Прибрати бордюри */
  padding: 0; /* Прибрати відступи */
  margin: 0; /* Прибрати поля */
  outline: none;
}

ol, ul {
  list-style: none;
}

/*colors*/
/*font-weights*/
/*font-sizes*/
@font-face {
  font-family: Jabba;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Jabba/JabbaRegular.woff2") format("woff2"), url("../fonts/Jabba/JabbaRegular.woff") format("woff");
  font-display: auto;
}
@font-face {
  font-family: Aurebesh;
  src: url("../fonts/aurebesh/Aurebesh.eot");
  src: url("../fonts/aurebesh/Aurebesh.eot?#iefix") format("embedded-opentype"), url("../fonts/aurebesh/Aurebesh.svg#Aurebesh") format("svg"), url("../fonts/aurebesh/Aurebesh.ttf") format("truetype"), url("../fonts/aurebesh/Aurebesh.woff") format("woff"), url("../fonts/aurebesh/Aurebesh.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.eot?qxulck");
  src: url("../fonts/icomoon.eot?qxulck#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qxulck") format("truetype"), url("../fonts/icomoon.woff?qxulck") format("woff"), url("../fonts/icomoon.svg?qxulck#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Montserrat;
  letter-spacing: 0.2px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
}

h1 {
  font-family: Montserrat Alternates;
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 4.25rem;
  text-align: center;
}
@media (max-width: 576px) {
  h1 {
    font-size: 2.625rem;
    line-height: 3.625rem;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

h2 {
  font-family: Montserrat Alternates;
  font-weight: 900;
  font-size: 3.375rem;
  line-height: 4.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

.cta-title {
  font-family: Montserrat Alternates;
}

h3 {
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 576px) {
  h3 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

h4 {
  font-weight: 700;
}

p {
  font-weight: 500;
}

a, span {
  font-weight: 500;
}

.icon-closeOne:before {
  content: "\e912";
}

.icon-closeTwo:before {
  content: "\e913";
}

.icon-prev:before {
  content: "\e909";
}

.icon-next:before {
  content: "\e90c";
}

.icon-chevron:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-cookies:before {
  content: "\e902";
}

.icon-deathstar:before {
  content: "\e903";
}

.icon-email:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-linked:before {
  content: "\e906";
}

.icon-location:before {
  content: "\e907";
}

.icon-messager:before {
  content: "\e908";
}

.icon-open:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e90b";
}

.icon-skype:before {
  content: "\e90d";
}

.icon-slack:before {
  content: "\e90e";
}

.icon-time:before {
  content: "\e90f";
}

.icon-twitter:before {
  content: "\e910";
}

.icon-viber:before {
  content: "\e911";
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.content-container {
  max-width: 80.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width: 1024px) {
  .content-container {
    padding: 0 1.25rem;
  }
}

.content-wrapper {
  max-width: 80.625rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.25rem 0 2.5rem;
}
@media (max-width: 1200px) {
  .content-wrapper {
    padding: 0 1.25rem;
  }
}
.content-wrapper #content {
  max-width: 57.5625rem;
}
.content-wrapper #content .content-container {
  padding: 0;
}

section {
  padding-bottom: 12.5rem;
}
@media (max-width: 768px) {
  section {
    padding-bottom: 7rem;
  }
}
section:first-of-type#faq {
  padding-top: 6.25rem;
}

body {
  color: #fff;
}

.no-scroll {
  overflow: hidden;
  width: 100%;
}

.swiper-initialized {
  padding: 10px;
  background-image: url(../img/galactic_team_text.png), url(../img/galactic_team_bg_text.png);
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 576px) {
  .swiper-initialized {
    background-image: none;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1f3166;
}

.swiper-button-prev, .swiper-button-next {
  color: #fff !important;
}

#content h2 {
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: 1.2;
}
#content h2 .underline-img {
  position: absolute;
  height: 100%; /* висота вашого підкреслення */
  background: url("../../assets/img/heading-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.partners-list {
  display: grid;
  place-items: center;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.partners-list img {
  max-width: 7.5rem;
}

.main-btn-container {
  margin-top: 2.875rem;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .main-btn-container {
    flex-direction: column;
    gap: 1rem;
  }
}
.main-btn-container .right-bottom-icon {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.4;
}
@media (max-width: 576px) {
  .main-btn-container .right-bottom-icon {
    display: none;
  }
}
.main-btn-container span {
  font-size: 1rem;
  font-weight: 700;
}
.main-btn-container .main-btn {
  background: linear-gradient(124.06deg, #E51A4B 60.11%, #FF8C21 126.17%);
  border-radius: 1.375rem;
  align-items: center;
  width: 14.75rem;
  height: 100%;
  height: 3.125rem;
}
.main-btn-container .gradient-btn {
  cursor: pointer;
  border-radius: 1.375rem;
  align-items: center;
  width: 14.75rem;
  height: 100%;
  height: 3.125rem;
  background: linear-gradient(#11204a, #11204a) padding-box, linear-gradient(90deg, #e51a4b 20%, #ff8c21 80%) border-box;
  border: 3px solid transparent;
}
.main-btn-container .gradient-btn span {
  background: linear-gradient(124.06deg, #E51A4B 60.11%, #FF8C21 126.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-btn {
  background: linear-gradient(124.06deg, #E51A4B 60.11%, #FF8C21 126.17%);
  margin-top: 2.5rem;
  border-radius: 1.375rem;
  align-items: center;
  padding: 0.5625rem 1.625rem;
}
.pricing-btn span {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}

.form-button {
  background: #E51A4B;
  border: 1px solid #E51A4B;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  transition: 0.15s linear;
}

.cookie-accept {
  background: #E51A4B;
  border: 1px solid #E51A4B;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  transition: 0.15s linear;
  font-size: unset;
  padding: 12px 20px;
}

.modal-open {
  cursor: pointer;
}

.main-btn-inverted-container {
  margin-top: 2.875rem;
  display: flex;
  justify-content: center;
  height: 3.5rem;
}
.main-btn-inverted-container .main-inverted-btn {
  background: #fff;
  border-radius: 1.375rem;
  align-items: center;
  width: 14.75rem;
  height: 100%;
}
.main-btn-inverted-container .main-inverted-btn span {
  color: #E51A4B;
  font-size: 1rem;
  font-weight: 700;
}

.red_gradient_cta {
  background: linear-gradient(270deg, rgba(229, 26, 75, 0.53) 0%, rgba(241, 79, 55, 0.16) 100%);
  text-align: center;
  border: 1px solid #E51A4B;
  padding: 1.875rem 0;
}
.red_gradient_cta h3 {
  font-size: 2rem;
  line-height: 2.375rem;
}
@media (max-width: 768px) {
  .red_gradient_cta h3 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.case_study_cta {
  background: #02193C;
  text-align: center;
  color: #fff;
  padding: 1.875rem 0;
}
.case_study_cta h3 {
  font-size: 1.5rem;
  line-height: 2.375rem;
}
@media (max-width: 768px) {
  .case_study_cta h3 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.cookie-consent-modal {
  position: fixed;
  left: 0;
  color: #fff;
  height: 100px;
  width: auto;
  bottom: 0;
  z-index: 99999;
  display: none;
  align-items: flex-end;
  right: 0;
}
.cookie-consent-modal.active {
  display: flex;
}
.modal-window .cookie-consent-modal.active .cookie-consent-modal.active a {
  text-decoration: underline;
}
.cookie-consent-modal .content {
  position: relative;
  background: linear-gradient(141.62deg, #2090cd -3.46%, #16548c 20.32%, #132351 48.54%, #1d1920 112.96%) left no-repeat;
  max-width: 80%;
  margin: 0 auto;
  filter: drop-shadow(-4px -2px 34px rgba(0, 0, 0, 0.25));
}
.cookie-consent-modal p {
  max-width: 50%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 12px;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  line-height: 20px;
  letter-spacing: 0.3px;
  padding-right: 3rem;
}
.cookie-consent-modal p a {
  font-size: 0.8rem;
  font-weight: 700;
}
.cookie-consent-modal .btns {
  justify-content: flex-end;
  margin-top: 2em;
  margin-right: 20px;
  display: flex;
  margin-top: 0.5rem;
}
.cookie-consent-modal .btns .btn.cancel {
  position: absolute;
  top: 12px;
  right: 15px;
  background-color: transparent;
  border: none;
  background-image: url(../img/oars_vs_jedi_scimus.webp);
  height: 30px;
  width: 30px;
  background-size: contain;
}
.cookie-consent-modal .btns .btn.accept {
  position: absolute;
  margin-top: -78px;
  right: 70px;
  max-width: 175px;
}
.cookie-consent-modal .cookies-image {
  position: absolute;
  top: -50px;
  left: 50px;
  height: revert-layer;
}
.cookie-consent-modal .cookies-orbits {
  position: absolute;
}
@media (max-width: 1024px) {
  .cookie-consent-modal .content {
    max-width: 100%;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .cookie-consent-modal .cookies-image {
    width: 200px;
    height: 215px;
    left: -60px !important;
    top: -64px !important;
  }
}
@media (max-width: 768px) {
  .cookie-consent-modal .cookies-orbits {
    left: -85px;
    top: -6px;
    scale: 80%;
  }
  .cookie-consent-modal .cookies-image {
    opacity: 50%;
    scale: 50%;
    left: -33px;
    top: -52px;
  }
  .cookie-consent-modal p {
    max-width: 80%;
    padding-top: 0;
    padding-right: 0;
  }
  .cookie-consent-modal .content {
    padding: 1.5rem;
  }
  .cookie-consent-modal .btn.accept {
    right: calc(50% - 80px);
    margin-top: -20px;
  }
}
@media (max-width: 650px) {
  .cookie-consent-modal .cookies-image {
    scale: 50%;
    left: -31px;
    top: -30px;
  }
  .cookie-consent-modal #__next {
    overflow-x: hidden;
  }
  .cookie-consent-modal p {
    font-weight: 500;
    padding-right: 0;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
}

#hs-form {
  max-width: 25rem;
}
#hs-form > div {
  margin-top: 0.5rem;
}
#hs-form > div #phone_ext, #hs-form > div #phone_ext_modal {
  margin-bottom: 0.5rem;
}
#hs-form > div .actions {
  text-align: center;
}
#hs-form > div textarea {
  height: 4.375rem !important;
}
#hs-form > div .hs-form-required::after {
  content: "*";
  color: #E51A4B;
}
#hs-form .hs-input {
  border: 1px solid #cbd6e2 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 20px !important;
  color: #33475b !important;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 22px;
  padding: 9px 10px;
  width: 100%;
}

.comment-form {
  display: flex;
  flex-direction: column;
  color: #02193C;
}
.comment-form .comment-form-comment, .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
  display: flex;
  flex-direction: column;
}
.comment-form textarea, .comment-form input {
  border: 1px solid #02193C;
  border-radius: 3px;
  box-shadow: 0 0 3px 0 #02193C;
  padding: 0.625rem 0.75rem;
}
.comment-form #submit {
  background: #E51A4B;
  border: 1px solid #E51A4B;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  transition: 0.15s linear;
}

.modal-window {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  display: none;
  z-index: 99999;
}
.modal-window .hbspt-form {
  padding: 0;
}
.modal-window label:not(.hs-error-msg) {
  color: #1f3166;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.modal-window label.error {
  color: #e51a4b;
}

.modal-background {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 20px;
  z-index: 9999999999;
  width: 350px;
}
.modal-content p.footer-form,
.modal-content p.modal-message {
  color: #1f3166;
  line-height: 40px;
  padding: 0;
}
.modal-content .hbspt-form {
  min-height: auto;
  width: 100%;
}
.modal-content .modal-close {
  color: #1f3166;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  font-weight: bolder;
  cursor: pointer;
}

@media (max-width: 768px) {
  .modal-content {
    width: 320px;
    box-sizing: content-box;
  }
}
@media (max-width: 376px) {
  .modal-content p.footer-form,
  .modal-content p.modal-message {
    font-size: 20px;
    line-height: 30px;
  }
}
.phone-numbers, .contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.phone-numbers li, .contact-info li {
  display: flex;
  gap: 1.125rem;
}
.phone-numbers li img, .contact-info li img {
  width: 1.5rem;
}
.phone-numbers li a, .phone-numbers li span, .contact-info li a, .contact-info li span {
  font-weight: 500;
}

.scroll-up {
  mix-blend-mode: difference;
  display: none;
  z-index: 9999;
  flex-direction: column-reverse;
  position: fixed;
  left: 1.375rem;
  top: 35%;
}
@media (max-width: 1200px) {
  .scroll-up {
    top: unset;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  .scroll-up span {
    display: none;
  }
}
.scroll-up span {
  transform: rotate(-90deg);
  font-size: 10px;
  margin-bottom: -6px;
}
.scroll-up::after {
  content: "";
  position: relative;
  left: 50%;
  height: 11rem;
  width: 1px;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .scroll-up::after {
    content: none;
  }
}

.scrollUp-text {
  z-index: 9999;
  position: fixed;
  top: unset;
  display: none;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'><defs><linearGradient id='g' gradientTransform='rotate(270)'><stop offset='0%' stop-color='%23132147'/><stop offset='100%' stop-color='%2313151B'/></linearGradient></defs><rect width='100%' height='100%' fill='url(%23g)'/></svg>") no-repeat center center;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .scrollUp-text {
    display: flex;
  }
}

.fixed-socials {
  mix-blend-mode: difference;
  display: flex;
  flex-direction: column-reverse;
  position: fixed;
  right: 1.375rem;
  top: 50%;
}
@media (max-width: 1200px) {
  .fixed-socials {
    display: none;
  }
}

.socials {
  height: 1.5rem;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

footer .content-container {
  max-width: 80.625rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 1024px) {
  footer .content-container .logo-header {
    display: none;
  }
}
footer .content-container .logo-header img {
  max-width: 10.375rem;
  width: 100%;
}
footer .content-container .footer-title {
  display: none;
  text-align: center;
  font-family: Montserrat Alternates;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.375rem;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .content-container .footer-title {
    display: block;
  }
}
footer .content-container .footer-container {
  gap: 1.25rem;
  display: flex;
  justify-content: space-between;
  padding-top: 1.9375rem;
}
@media (max-width: 1024px) {
  footer .content-container .footer-container {
    justify-content: center;
  }
}
footer .content-container .footer-container .link-col {
  max-width: 15.625rem;
}
@media (max-width: 1024px) {
  footer .content-container .footer-container .link-col {
    display: none;
  }
}
footer .content-container .footer-container .link-col h3 {
  padding-bottom: 20px;
  font-size: 1.5rem;
}
footer .content-container .footer-container .link-col a {
  line-height: 2.375rem;
}
footer .content-container .footer-container .info-col {
  max-width: 13.125rem;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .content-container .footer-container .info-col {
    gap: 2.5rem;
  }
}
footer .content-container .footer-container .info-col .line {
  height: 1px;
  background: linear-gradient(90deg, rgba(230, 44, 90, 0) -2.79%, #E62C5A -2.78%, #E62C5A 65.88%, rgba(230, 44, 90, 0) 105.29%);
}
footer .content-container .footer-container .info-col:first-child {
  justify-content: start;
  gap: 1.25rem;
}
footer .content-container .footer-container .info-col .footer-socials {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 1024px) {
  footer .content-container .footer-container .info-col .footer-socials {
    justify-content: space-around;
  }
}
footer .content-container .mobile-info {
  display: none;
}
@media (max-width: 1024px) {
  footer .content-container .mobile-info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 1.25rem;
    text-align: center;
  }
}
footer .content-container .copyright {
  text-align: right;
  font-weight: 400;
  font-size: 0.625rem;
  padding-top: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 12px;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  footer .content-container .copyright {
    text-align: center;
  }
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
header .header-container {
  max-width: 80.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0.875rem 0.625rem 0.625rem 2.5rem;
  position: relative;
  z-index: 200;
}
header .header-container-desktop {
  height: 2.375rem;
}
header .header-container .header-btn {
  background: linear-gradient(124.06deg, #E51A4B 60.11%, #FF8C21 126.17%);
  border-radius: 1.375rem;
  font-size: 0.875rem;
  align-content: center;
  padding: 0rem 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
header .header-container .logo-header {
  display: flex;
}
header .header-container .logo-header img {
  max-width: 6.25rem;
  height: 1.25rem;
}
header .header-container .header-items {
  gap: 3.125rem;
}
header .header-container .header-items .nav-item {
  align-content: center;
}
header .header-container .header-items .nav-item .arrow-container.active {
  position: relative;
}
header .header-container .header-items .nav-item .arrow-container.active::before {
  background: #02193C;
  content: "";
  display: block;
  height: 100px;
  left: calc(50% - 50px);
  position: absolute;
  top: 30px;
  transform: rotate(45deg);
  width: 100px;
}
header .header-container .header-items .nav-item .main-link {
  cursor: pointer;
  display: flex;
  gap: 1px;
  align-content: center;
  display: flex;
  position: relative;
}
header .header-container .header-items .nav-item .main-link span {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  color: #fff;
}
header .header-container .header-items .nav-item .submenu-container {
  display: none;
}
header .header-container .header-items .nav-item .submenu-container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
  position: absolute;
  top: 90%;
  left: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100'><defs><linearGradient id='g' gradientTransform='rotate(270)'><stop offset='0%' stop-color='%23132147'/><stop offset='100%' stop-color='%2313151B'/></linearGradient></defs><rect width='100%' height='100%' fill='url(%23g)'/></svg>") no-repeat center center;
  flex-direction: column;
  width: 100%;
  padding: 1.25rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  margin-left: 0.625rem;
  border-left: 1px solid;
}
header .header-container .header-items .nav-item .submenu-container ul li a {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  header .header-container:first-child {
    display: none;
  }
}
header .header-container-mobile {
  display: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  header .header-container-mobile {
    display: flex;
  }
}
header .header-container-mobile .icon-open {
  color: #fff;
}
header .overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #1f3166;
  justify-content: center;
  padding-top: 12.5rem;
  z-index: 100;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
header .overlay.open {
  transform: translateX(0);
  opacity: 1;
}
header .overlay .mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 0.625rem;
  width: 100%;
}
header .overlay .mobile-nav .nav-links {
  gap: 1rem;
}
header .overlay .mobile-nav .nav-links a {
  font-size: 1.25rem;
}
header .overlay .mobile-nav .nav-links .nav-item-mobile .submenu {
  display: flex;
  gap: 0.625rem;
}
header .overlay .mobile-nav .nav-links .nav-item-mobile .submenu::after {
  content: ">";
}
header .overlay .mobile-nav .nav-links .nav-item-mobile .submenu-container {
  display: none;
}
header .overlay .mobile-nav .phone-numbers li {
  display: flex;
  gap: 16px;
}

.scrolled {
  background-color: #02193C;
}
.scrolled .header-container:nth-child(2) {
  display: none !important;
}

.breadcrumps_container {
  display: flex;
  max-width: 1280px;
}
.breadcrumps_container .breadcrumbs {
  display: flex;
  gap: 16px;
}
.breadcrumps_container .breadcrumbs a,
.breadcrumps_container .breadcrumbs span {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
}
@media (max-width: 959px) {
  .breadcrumps_container .breadcrumbs a,
  .breadcrumps_container .breadcrumbs span {
    font-size: 10px;
  }
}
.breadcrumps_container .breadcrumbs .breadcrumb-last {
  font-weight: 700;
}

.hero {
  padding-top: 4.375rem;
}
.hero .content-container {
  padding: 4rem 0.625rem 0;
}
.hero .content-container .text-container {
  position: relative;
}
.hero .content-container .text-container svg {
  position: absolute;
  right: 0;
  top: 0;
}
.hero .content-container .text-container h1 {
  padding-bottom: 1.25rem;
  position: relative;
}
.hero .content-container .text-container h1::after {
  content: "";
  position: absolute;
  left: 0;
  height: 6.875rem;
  width: 1px;
  background-color: #fff;
  opacity: 0.2;
}
.hero .content-container .text-container p {
  line-height: 1.75rem;
  position: relative;
  text-align: center;
  max-width: 41.875rem;
  margin: 0 auto;
  padding-top: 1.625rem;
}
.hero .content-container .text-container p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  height: 1px;
  opacity: 0.5;
  max-width: 25.625rem;
  width: 100%;
  background-color: #fff;
}
.hero .content-container .partners-list {
  padding-top: 1.875rem;
}

.services_main .content-container {
  padding-bottom: 13.75rem;
}
.services_main .content-container h2 {
  padding-bottom: 4.1875rem;
}
.services_main .content-container .services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
  gap: 2.1875rem;
}
@media (max-width: 768px) {
  .services_main .content-container .services-list {
    grid-template-columns: 1fr;
  }
}
.services_main .content-container .services-list li a p {
  padding-top: 0.8125rem;
}

.technologies_main .content-container .technologies-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(266px, 1fr));
  padding-top: 2.5rem;
}
.technologies_main .content-container .technologies-container li h3 {
  padding-bottom: 1.9375rem;
  text-align: center;
}
.technologies_main .content-container .technologies-container li .icons-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.5rem;
}
.technologies_main .content-container .technologies-container li .icons-container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.technologies_main .content-container .technologies-container li .icons-container div img {
  width: 3.75rem;
}
.technologies_main .content-container .technologies-container li:not(:first-child) {
  position: relative;
  padding-left: 2.1875rem;
}
.technologies_main .content-container .technologies-container li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(24, 25, 44, 0.3), #E51A4B, rgba(24, 25, 44, 0.3));
}

.case_studies_main .content-container {
  position: relative;
  padding: 0 60px 20px;
}
.case_studies_main .content-container .case-studies-swiper {
  background-image: none;
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
.case_studies_main .content-container .case-studies-swiper .swiper-wrapper {
  display: flex;
}
.case_studies_main .content-container .case-studies-swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0; /* не дозволяє зменшуватись слайду */
  width: 100%; /* кожен слайд на повну ширину контейнера */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case_studies_main .content-container .case-studies-swiper .swiper-wrapper .swiper-slide img {
  padding-bottom: 1rem;
  flex: 1;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.case_studies_main .content-container .case-studies-swiper .swiper-wrapper .swiper-slide span {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding-bottom: 0.5rem;
}
.case_studies_main .content-container .case-studies-swiper .swiper-wrapper .swiper-slide span a {
  font-weight: 200;
}
.case_studies_main .content-container .case-studies-swiper .swiper-wrapper .swiper-slide h3 {
  padding-bottom: 1.5rem;
  line-height: 1.5rem;
}
.case_studies_main .content-container .case-studies-swiper .swiper-wrapper .swiper-slide .post-link {
  color: #E51A4B;
}
.case_studies_main .content-container .case-studies-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.case_studies_main .content-container .case-studies-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1f3166;
}
@media (max-width: 576px) {
  .case_studies_main .content-container .case-studies-swiper .swiper-button-prev, .case_studies_main .content-container .case-studies-swiper .swiper-button-next {
    display: none;
  }
}

.industry_solutions {
  position: relative;
}
.industry_solutions .content-container h2 {
  position: relative;
}
.industry_solutions .content-container h2 .mobile-star {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .industry_solutions .content-container h2 .mobile-star {
    display: block;
  }
}
.industry_solutions .content-container .solutions-container {
  display: flex;
  position: relative;
  z-index: 10;
  padding-top: 2.5rem;
}
.industry_solutions .content-container .solutions-container .solutions-keys {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 25px;
}
@media (max-width: 768px) {
  .industry_solutions .content-container .solutions-container .solutions-keys {
    grid-template-columns: 1fr;
  }
}
.industry_solutions .content-container .solutions-container .solutions-keys li h4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.5625rem;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.industry_solutions .content-container .solutions-container .solutions-keys li h4::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #E51A4B 0%, rgba(215, 0, 52, 0) 100%);
}
@media (max-width: 768px) {
  .industry_solutions .content-container .solutions-container .solutions-keys li h4::before {
    content: "+";
    font-size: 35px;
    color: #E51A4B;
    background: none;
    width: unset;
    height: unset;
  }
}
.industry_solutions .content-container .solutions-container .solutions-keys li h4.active {
  color: #E51A4B;
  font-size: 1.125rem;
  transition: font-size 0.3s;
}
.industry_solutions .content-container .solutions-container .solutions-keys li .mobile-container {
  display: none;
  padding: 1.5625rem;
}
@media (max-width: 768px) {
  .industry_solutions .content-container .solutions-container .solutions-keys li .mobile-container.active {
    display: block;
  }
}
.industry_solutions .content-container .solutions-container .solutions-value {
  flex: 1;
  padding-left: 2.1875rem;
  position: relative;
}
@media (max-width: 768px) {
  .industry_solutions .content-container .solutions-container .solutions-value {
    display: none;
  }
}
.industry_solutions .content-container .solutions-container .solutions-value::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #e51a4b, rgba(24, 25, 44, 0.3));
}
@media (max-width: 1200px) {
  .industry_solutions .content-container .orbits-container {
    display: none;
  }
}
.industry_solutions .content-container .orbits-container > * {
  border: 1px solid hsla(0, 33%, 98%, 0.2);
  border-radius: 50%;
  position: absolute;
  transform: rotate(-35deg);
}
.industry_solutions .content-container .orbits-container .first-orbit {
  left: 22%;
  width: 777px;
  height: 434px;
  top: 10%;
}
.industry_solutions .content-container .orbits-container .second-orbit {
  width: 625px;
  height: 349px;
  left: 27.5%;
  top: 16.5%;
}
.industry_solutions .content-container .orbits-container .third-orbit {
  width: 472.62px;
  height: 264.09px;
  top: 21%;
  left: 33%;
}
.industry_solutions .content-container .orbits-container .fourth-orbit {
  width: 320.06px;
  height: 178.84px;
  top: 26%;
  left: 39%;
}
.industry_solutions .content-container .orbits-container .star {
  position: absolute;
  top: 9%;
  left: 30%;
  offset-path: path("M528.336 49.9501C556.275 88.9455 553.339 144.604 525.799 203.171C498.268 261.722 446.191 323.067 376.079 373.301C305.966 423.536 231.133 453.119 166.839 460.36C102.526 467.603 48.8802 452.485 20.9407 413.489C-6.99882 374.494 -4.06237 318.836 23.4768 260.268C51.0081 201.718 103.085 140.373 173.198 90.1384C243.31 39.9039 318.144 10.3202 382.437 3.07961C446.75 -4.16307 500.396 10.9547 528.336 49.9501Z");
  -webkit-animation: 40s linear infinite move;
  animation: 40s linear infinite move;
  offset-rotate: auto;
  border: none;
}
@-webkit-keyframes move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes move {
  0% {
    offset-distance: 0%;
    transform: rotate(0);
  }
  100% {
    offset-distance: 100%;
  }
}

.testimonials .content-container {
  position: relative;
}
.testimonials .content-container .sub-heading {
  text-align: center;
  padding-top: 2.5rem;
}
.testimonials .content-container .testimonials-container {
  background-image: none;
  width: 100%;
  height: 20rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 3.375rem;
}
@media (max-width: 768px) {
  .testimonials .content-container .testimonials-container {
    background-image: unset;
  }
}
.testimonials .content-container .testimonials-container .swiper-wrapper {
  display: flex;
  flex-direction: row;
  height: 21.875rem !important;
  align-items: center;
}
.testimonials .content-container .testimonials-container .testimonial-item {
  position: relative;
  padding-left: 2.5rem;
}
.testimonials .content-container .testimonials-container .testimonial-item::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 6rem;
}
.testimonials .content-container .testimonials-container .swiper-slide {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials .content-container .testimonials-container .swiper-button-next, .testimonials .content-container .testimonials-container .swiper-button-prev {
  bottom: 5%;
  top: unset;
}
.testimonials .content-container .testimonials-container .swiper-button-next::before, .testimonials .content-container .testimonials-container .swiper-button-next::after, .testimonials .content-container .testimonials-container .swiper-button-prev::before, .testimonials .content-container .testimonials-container .swiper-button-prev::after {
  font-size: 1.25rem;
}
.testimonials .content-container .testimonials-container .swiper-pagination {
  bottom: 0;
}
.testimonials .content-container .testimonials-container .swiper-button-prev {
  left: calc(50% - 50px);
}
.testimonials .content-container .testimonials-container .swiper-button-next {
  left: calc(50% + 25px);
}

.galactic_team .content-container {
  position: relative;
  padding: 0 60px 20px;
}
.galactic_team .content-container h2 {
  max-width: 40.625rem;
  margin: 0 auto;
  position: relative;
}
.galactic_team .content-container h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 79px;
  background-color: #fff;
  opacity: 0.5;
}
.galactic_team .content-container .galactic_team-swiper {
  width: 100%;
  height: 29rem;
  overflow: hidden;
}
.galactic_team .content-container .galactic_team-swiper .swiper-wrapper {
  display: flex;
}
.galactic_team .content-container .galactic_team-swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0; /* не дозволяє зменшуватись слайду */
  width: auto; /* кожен слайд на повну ширину контейнера */
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.galactic_team .content-container .galactic_team-swiper .swiper-wrapper .swiper-slide img {
  padding-bottom: 1rem;
  max-width: 11.75rem;
}
.galactic_team .content-container .galactic_team-swiper .swiper-wrapper .swiper-slide .image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.galactic_team .content-container .galactic_team-swiper .swiper-wrapper .swiper-slide .image-container .img {
  display: block;
  height: auto;
  transition: transform 0.2s ease;
}
.galactic_team .content-container .galactic_team-swiper .swiper-wrapper .swiper-slide .glitched-word {
  cursor: pointer;
}
.galactic_team .content-container .galactic_team-swiper .swiper-wrapper .swiper-slide .glitch-layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  mix-blend-mode: screen;
  pointer-events: none;
}
.galactic_team .content-container .galactic_team-swiper .swiper-wrapper .swiper-slide span {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding-bottom: 0.5rem;
}
.galactic_team .content-container .galactic_team-swiper .swiper-wrapper .swiper-slide h3 {
  padding-bottom: 1.5rem;
  line-height: 1.5rem;
}
.galactic_team .content-container .galactic_team-swiper .swiper-wrapper .swiper-slide a {
  color: #E51A4B;
}
.galactic_team .content-container .side-icon {
  position: absolute;
  left: 0;
  bottom: 0;
}

@keyframes glitchEffect {
  0% {
    transform: translate(0, 0);
    clip-path: inset(10% 0 90% 0);
  }
  25% {
    transform: translate(5px, -2px);
    clip-path: inset(30% 0 60% 0);
  }
  50% {
    transform: translate(-3px, 3px);
    clip-path: inset(50% 0 30% 0);
  }
  75% {
    transform: translate(3px, -1px);
    clip-path: inset(70% 0 10% 0);
  }
  100% {
    transform: translate(0, 0);
    clip-path: inset(0 0 0 0);
  }
}
.about_us_main .content-container {
  display: flex;
  flex-direction: column;
}
.about_us_main .content-container h2 {
  padding-bottom: 1.25rem;
}
.about_us_main .content-container img {
  flex: 2;
  width: 100%;
}
.about_us_main .content-container .text-container {
  flex: 1;
  margin-top: -16.875rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding: 8.25rem 0.625rem 2.5rem;
  background: linear-gradient(0deg, #13161E 0%, #111A32 76.88%, rgba(15, 28, 64, 0.07) 100%);
}
.about_us_main .content-container .text-container p {
  max-width: 41.25rem;
  margin: 0 auto;
}

.contact_us_main .content-container .footer-form {
  align-items: center;
}
.contact_us_main .content-container .footer-form .form-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 3rem;
}

.hero_about {
  position: relative;
  z-index: 1;
}
.hero_about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent), var(--hero-bg);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 38%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 38%, rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  z-index: -1;
}
.hero_about .content-container {
  padding-top: 9.0625rem;
}
.hero_about .content-container .buttons-container {
  padding-bottom: 6.5rem;
  gap: 3rem;
}
@media (max-width: 768px) {
  .hero_about .content-container .buttons-container {
    flex-direction: column;
    gap: 0;
    padding: 1.25rem 0 4rem;
  }
}
.hero_about .content-container .texts-container {
  padding-top: 2.75rem;
  max-width: 46.875rem;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .hero_about .content-container .texts-container {
    padding-top: 1.75rem;
  }
}

.industries_list .content-container h2 {
  padding-bottom: 1.25rem !important;
}
.industries_list .content-container p {
  padding: 2.1875rem 0;
}
.industries_list .content-container .industries-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2.125rem;
}
.industries_list .content-container .industries-container li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.industries_list .content-container .industries-container li a img {
  width: 100%;
  object-fit: scale-down;
}
.industries_list .content-container .industries-container p {
  display: none;
}

.our_mission .content-container h2 {
  padding-bottom: 1.25rem;
}
.our_mission .content-container p {
  padding-top: 0.625rem;
}
.our_mission .content-container .image-container {
  padding: 1.25rem;
  background: linear-gradient(277.2deg, rgba(0, 0, 0, 0.9) 8.38%, rgba(0, 0, 0, 0.8) 98.19%), url("../assets/images/about-us-mission.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.our_mission .content-container .image-container .mission-description {
  padding: 2.1875rem 0;
}
.our_mission .content-container .image-container .texts-wrapper {
  gap: 3.5625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 1.25rem;
}
@media (max-width: 768px) {
  .our_mission .content-container .image-container .texts-wrapper {
    grid-template-columns: 1fr;
  }
  .our_mission .content-container .image-container .texts-wrapper div {
    max-width: unset;
  }
}
.our_mission .content-container .image-container .texts-wrapper h3 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.our_mission .content-container .image-container .texts-wrapper div {
  max-width: 390px;
}
@media (max-width: 768px) {
  .our_mission .content-container .image-container .texts-wrapper div {
    max-width: unset;
  }
}
.our_mission .content-container .image-container .texts-wrapper p {
  padding-top: 0.875rem;
}
.our_mission .content-container .image-container .with-icons h3 {
  font-size: 1rem;
  line-height: 1.375rem;
}
.our_mission .content-container .image-container .with-icons ul {
  padding-left: 1.25rem;
}
.our_mission .content-container .image-container .with-icons ul li {
  list-style-type: disc;
}
.our_mission .content-container .image-container .separate-wrapper {
  display: block;
}
.our_mission .content-container .image-container .separate-wrapper div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding: 2rem 1rem;
  padding-left: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .our_mission .content-container .image-container .separate-wrapper div {
    display: block;
  }
}
.our_mission .content-container .image-container .separate-wrapper div p {
  position: relative;
  max-width: 22.8125rem;
}
.our_mission .content-container .image-container .separate-wrapper div p::before {
  content: "";
  width: 9px;
  display: block;
  height: 0.5px;
  width: 28px;
  background-color: #fff;
  position: absolute;
  left: -56px;
  top: 20px;
}
@media (max-width: 768px) {
  .our_mission .content-container .image-container .separate-wrapper div p::before {
    content: none;
  }
}
.our_mission .content-container .image-container .pricing-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .our_mission .content-container .image-container .pricing-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .our_mission .content-container .image-container .pricing-container {
    grid-template-columns: 1fr;
  }
}
.our_mission .content-container .image-container .pricing-container .pricing-item {
  color: #000;
  background-color: #fff;
  padding: 2.25rem;
}
.our_mission .content-container .image-container .pricing-container .pricing-item h3 {
  padding-bottom: 1.25rem;
}
.our_mission .content-container .image-container .pricing-container .pricing-item .item-price {
  font-family: Montserrat Alternates;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.375rem;
  color: #E51A4B;
}
.our_mission .content-container .image-container .pricing-container .pricing-item ul {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.our_mission .content-container .image-container .pricing-container .pricing-item ul li {
  padding-left: 1.875rem;
  align-content: center;
}
.our_mission .content-container .image-container .pricing-container .pricing-item ul li h4 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
}
.our_mission .content-container .image-container .pricing-container .pricing-item ul li h4::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E51A4B;
  left: -25px;
  top: 50%;
}
.our_mission .content-container .image-container .pricing-container .pricing-item ul li .not-available {
  opacity: 0.25;
}
.our_mission .content-container .image-container .without-description {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.our_mission .content-container .image-container .without-description div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our_mission .content-container .image-container .without-description div h3 {
  text-align: center;
}

.our_values .content-container h2 {
  padding-bottom: 2.5rem;
}
.our_values .content-container .values-container {
  padding-top: 2.1875rem;
}
@media (max-width: 768px) {
  .our_values .content-container .values-container {
    flex-direction: column;
  }
}
.our_values .content-container .values-container .values-keys {
  flex: 1;
  gap: 1.75rem;
  padding-right: 1.5625rem;
}
.our_values .content-container .values-container .values-keys li {
  padding-left: 1.5625rem;
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
}
.our_values .content-container .values-container .values-keys li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
}
.our_values .content-container .values-container .values-keys li:hover::before {
  background-color: #E51A4B;
}
.our_values .content-container .values-container p {
  position: relative;
  flex: 1;
  padding-left: 1.5625rem;
}
.our_values .content-container .values-container p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #e51a4b, rgba(24, 25, 44, 0.3));
}

.why_choose .content-container h2 {
  padding-bottom: 1.25rem !important;
}
.why_choose .content-container p {
  padding-top: 1.25rem;
}
.why_choose .content-container .image-container {
  padding: 2.5rem;
}
@media (max-width: 576px) {
  .why_choose .content-container .image-container {
    padding: 1.25rem;
  }
}
.why_choose .content-container .image-container .numbers-wrapper {
  padding-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.why_choose .content-container .image-container .numbers-wrapper div {
  flex: 0 1 45%;
}
.why_choose .content-container .image-container .numbers-wrapper div span {
  color: #E51A4B;
  font-size: 2.875rem;
  line-height: 2.6875rem;
}
.why_choose .content-container .image-container .numbers-wrapper div h3 {
  padding-top: 0.875rem;
}

.contact_us_page {
  padding-top: 12.5rem;
}
@media (max-width: 768px) {
  .contact_us_page .content-container {
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
  }
}
.contact_us_page .content-container .socials-container {
  flex: 1;
  gap: 2.5rem;
}
.contact_us_page .content-container .socials-container h2 {
  text-align: start;
  position: relative;
  z-index: 1;
}
.contact_us_page .content-container .socials-container h2::before {
  content: "";
  position: absolute;
  background-image: url("../img/blue.svg");
  background-repeat: no-repeat;
  top: -2.625rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact_us_page .content-container .form-container {
  flex: 1;
  align-items: flex-end;
}
.contact_us_page .content-container .form-container h3 {
  padding-bottom: 1.875rem;
}

.place_of_decisions .content-container {
  text-align: center;
}
.place_of_decisions .content-container div {
  padding-top: 1.25rem;
}
.place_of_decisions .content-container p {
  position: relative;
  text-align: left;
  padding: 1rem;
}
.place_of_decisions .content-container p::before {
  backdrop-filter: blur(17px);
  background-color: #E51A4B;
  border-radius: 50%;
  box-shadow: 0 0 20px #E51A4B;
  content: "";
  display: block;
  height: 9px;
  left: 0;
  position: absolute;
  top: 30%;
  width: 9px;
}

.job-listing .content-container {
  text-align: center;
}
.job-listing .content-container #job-listings-container {
  padding-top: 2.5rem;
}
.job-listing .content-container #job-listings-container .job-item {
  padding: 1.5rem;
  background-color: #fff;
  color: #1f3166;
  border-radius: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
}
.job-listing .content-container #job-listings-container .job-item h3 {
  text-align: left;
}
.job-listing .content-container #job-listings-container .job-item .job-link-block {
  display: flex;
  justify-content: flex-end;
}
.job-listing .content-container #job-listings-container .job-item .job-link-block a {
  color: #fff;
  background: linear-gradient(124.06deg, #E51A4B 60.11%, #FF8C21 126.17%);
  margin: 0 0 auto;
  padding: 0.625rem 1.3125rem;
  border-radius: 1.25rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.job-listing .content-container #job-listings-container .job-item .job-link-block a::after {
  content: "➜";
  margin-left: 8px;
  color: #EEF0F2;
  font-size: 16px;
}
.job-listing .content-container #job-listings-container .job-item .tags {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  grid-column: span 2;
}
.job-listing .content-container #job-listings-container .job-item .tags li {
  padding: 0.25rem 1rem;
  background-color: #DADADA;
  border-radius: 1.25rem;
  font-weight: 500;
}

.team_gallery .content-container {
  text-align: center;
}
.team_gallery .content-container .wrapper {
  padding-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 колонки */
  grid-auto-rows: 9.375rem; /* Висота кожного рядка */
  gap: 0.625rem;
}
.team_gallery .content-container .wrapper .tall {
  grid-row: span 3;
}
.team_gallery .content-container .wrapper .tallest {
  grid-row: 3/span 4;
  grid-column: 3;
}
.team_gallery .content-container .wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  grid-row: span 2;
  display: block;
  margin: 0 0 26px;
  transition: all 0.5s;
  width: 100%;
}

.benefits .content-container {
  text-align: center;
}
.benefits .content-container .benefits-grid {
  padding-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.benefits .content-container .benefits-grid .grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits .content-container .benefits-grid .grid-item img {
  padding: 1.25rem 0;
}
.benefits .content-container .benefits-grid .grid-item p {
  font-weight: 700;
  line-height: 1.375rem;
  font-size: 1rem;
}

.privacy_policy {
  padding-top: 12.5rem;
}
.privacy_policy .content-container h1 {
  padding-bottom: 1.875rem;
}
.privacy_policy .content-container p, .privacy_policy .content-container li, .privacy_policy .content-container a {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 1.5625rem 0;
  line-height: 1.8;
}
.privacy_policy .content-container ul {
  padding-left: 1.875rem;
}
.privacy_policy .content-container ul li {
  list-style-type: disc;
}
.privacy_policy .content-container a {
  color: #E51A4B;
}

.faq .content-container .faq_questions {
  padding-top: 3.75rem;
}
.faq .content-container .faq_questions .question-list-item {
  padding-bottom: 2.1875rem;
}
.faq .content-container .faq_questions .question-list-item .question-container {
  cursor: pointer;
  text-align: left;
}
.faq .content-container .faq_questions .question-list-item .question-container .faq_question {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  position: relative;
  text-align: left;
  padding: 0 1.5625rem;
  line-height: 1.75rem;
}
.faq .content-container .faq_questions .question-list-item .question-container .faq_question::before {
  background: #E51A4B;
  border-radius: 50%;
  box-shadow: 0 0 10px #E51A4B;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 10px;
  margin-right: 1rem;
  width: 10px;
}
.faq .content-container .faq_questions .question-list-item .question-container .faq_question::after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 25%;
  transform: rotate(225deg);
  width: 10px;
}
.faq .content-container .faq_questions .question-list-item .question-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 1.5625rem;
}
.faq .content-container .faq_questions .question-list-item .question-answer p {
  margin: 1.25rem 0;
}
.faq .content-container .faq_questions .question-list-item .question-answer .faq-bold {
  font-weight: 700;
  font-size: 1.0625rem;
}
.faq .content-container .faq_questions .question-list-item .question-answer ul {
  padding-left: 1.5625rem;
}
.faq .content-container .faq_questions .question-list-item .question-answer ul li {
  list-style-type: disc;
}
.faq .content-container .faq_questions .question-list-item.active .faq_question::after {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.faq .content-container .faq_questions .question-list-item.active .question-answer {
  max-height: 2000px;
  padding-top: 1rem;
}

.step_by_step .content-container h2 {
  padding-bottom: 1.25rem;
}
.step_by_step .content-container p {
  padding-top: 0.625rem;
}
.step_by_step .content-container #steps {
  display: flex;
  padding-top: 1.75rem;
  position: relative;
}
@media (max-width: 1024px) {
  .step_by_step .content-container #steps {
    flex-direction: column;
  }
}
.step_by_step .content-container #steps li {
  position: relative;
  flex: 1;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.step_by_step .content-container #steps li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background-color: #E51A4B;
}
.step_by_step .content-container #steps li::after {
  content: "";
  position: absolute;
  width: 19px;
  rotate: 130deg;
  height: 1px;
  background: #fff;
  left: 5px;
  bottom: 9px;
  z-index: -1;
}
.step_by_step .content-container #steps li:last-child div {
  padding-bottom: 0;
}
.step_by_step .content-container #steps li:last-child div p {
  padding-top: 2.625rem;
}
@media (max-width: 1024px) {
  .step_by_step .content-container #steps li {
    border-bottom: unset;
    border-left: 1px solid #fff;
  }
  .step_by_step .content-container #steps li::after {
    content: none;
  }
  .step_by_step .content-container #steps li::before {
    left: -7px;
    bottom: unset;
  }
}
.step_by_step .content-container #steps li div {
  padding: 2rem 1.25rem;
}
@media (max-width: 1024px) {
  .step_by_step .content-container #steps li div {
    padding: 0 0 2.625rem 1.25rem;
  }
}
.step_by_step .content-container #steps li div span {
  color: #E51A4B;
  font-size: 2.5rem;
  font-weight: 700;
}
.step_by_step .content-container #steps li .numeration-item {
  position: relative;
}
@media (max-width: 1024px) {
  .step_by_step .content-container #steps li .numeration-item {
    display: flex;
    gap: 1.125rem;
    align-items: center;
  }
  .step_by_step .content-container #steps li .numeration-item::after {
    content: "";
    height: 10px;
    transform: rotate(225deg);
    width: 10px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    right: 5%;
  }
}
.step_by_step .content-container #steps li .numeration-item .timeline {
  font-size: 0.875rem;
  padding-top: 0.3125rem;
}
.step_by_step .content-container #steps li .mobile-description {
  display: none;
}
@media (max-width: 1024px) {
  .step_by_step .content-container #steps li .mobile-active {
    display: block;
  }
}
.step_by_step .content-container #steps .active-step {
  background: linear-gradient(360deg, rgba(229, 26, 76, 0.3) -4.6%, rgba(229, 26, 69, 0) 100%);
}
@media (max-width: 1024px) {
  .step_by_step .content-container #steps .active-step {
    background: none;
  }
  .step_by_step .content-container #steps .active-step .numeration-item::after {
    transform: rotate(45deg);
    top: 17%;
  }
}
.step_by_step .content-container #step-description {
  position: absolute; /* потрібне абсолютне позиціонування */
  top: 100%; /* нижче за список */
  white-space: normal;
  max-width: 100%; /* не виходить за контейнер */
  transition: left 0.3s, max-width 0.3s;
  z-index: 10;
  padding-top: 2.75rem;
  position: relative;
}
@media (max-width: 1024px) {
  .step_by_step .content-container #step-description {
    display: none;
  }
}
.step_by_step .content-container #step-description::before {
  content: "";
  height: 2.5rem;
  position: absolute;
  width: 1px;
  background-color: #E51A4B;
  left: 6px;
  top: 0;
}

.technology_stack .content-container h2 {
  padding-bottom: 1.25rem;
}
.technology_stack .content-container p {
  padding-top: 0.625rem;
}
.technology_stack .content-container .stack-container .row {
  display: flex;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .technology_stack .content-container .stack-container .row {
    flex-direction: column;
    gap: 1.75rem;
  }
}
.technology_stack .content-container .stack-container .row h3 {
  flex: 1;
}
.technology_stack .content-container .stack-container .row .items {
  flex: 3;
  display: flex;
  justify-content: flex-start;
}
.technology_stack .content-container .stack-container .row .items div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  max-width: 8.125rem;
  width: 100%;
  align-items: center;
}
.technology_stack .content-container .stack-container .row .items div img {
  width: 28px;
}
.technology_stack .content-container .stack-container .row:last-child {
  border-bottom: none;
}

.highlighted_list .content-container p {
  padding-top: 1.25rem;
}
.highlighted_list .content-container .items-container {
  padding-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.625rem;
}
@media (max-width: 768px) {
  .highlighted_list .content-container .items-container {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.highlighted_list .content-container .items-container li {
  padding-left: 1.875rem;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.highlighted_list .content-container .items-container li h4 {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.highlighted_list .content-container .items-container li h4::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E51A4B;
  left: -25px;
  top: 50%;
  box-shadow: 0 0 10px 3px #E51A4B;
}
.highlighted_list .content-container .items-container li p {
  padding-top: 1.25rem;
}

.rotated-image-section .content-container h2 {
  padding-bottom: 1.25rem;
}
.rotated-image-section .content-container .image-container {
  gap: 0.9375rem;
}
@media (max-width: 768px) {
  .rotated-image-section .content-container .image-container {
    flex-direction: column;
  }
  .rotated-image-section .content-container .image-container .photo-wrapper {
    transform: unset;
  }
}
.rotated-image-section .content-container .image-container p {
  flex: 1;
  align-content: center;
}
.rotated-image-section .content-container .image-container p a {
  font-weight: 700;
  font-size: 1.25rem;
}
.rotated-image-section .content-container .image-container .photo-wrapper {
  flex: 1;
  padding: 12px;
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  transform: rotate(-10deg);
}
@media (max-width: 768px) {
  .rotated-image-section .content-container .image-container .photo-wrapper {
    transform: unset;
  }
}
.rotated-image-section .content-container .image-container .photo-wrapper img {
  width: 100%;
}

.conversion-block {
  margin-top: -12.5rem;
}
.conversion-block .content-container {
  align-items: center;
  background: linear-gradient(270deg, rgba(229, 26, 75, 0.53), rgba(241, 79, 55, 0.16));
  border: 2px solid rgba(229, 26, 75, 0.53);
  box-shadow: 0 6px 11px -2px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  padding: 2.25rem 0 !important;
}
.conversion-block .content-container h3 {
  font-size: 2rem;
}
.conversion-block .content-container p {
  padding-top: 1.5rem;
}

.steps-hexagons h2 {
  padding-bottom: 1.875rem;
}
.steps-hexagons .steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 110px 0 36px;
}
.steps-hexagons .steps h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 1rem;
  letter-spacing: 0.2px;
}
.steps-hexagons .steps .step {
  width: 300px;
}
.steps-hexagons .steps .step:first-child {
  align-content: center;
  text-align: right !important;
}
.steps-hexagons .steps .step:first-child h3 {
  text-align: right;
}
.steps-hexagons .steps .step:first-child .hex-content::before {
  right: -20px;
  top: 31px;
}
.steps-hexagons .steps .step:last-child {
  display: flex;
  flex-direction: column;
  gap: 84px;
}
.steps-hexagons .steps .step:last-child .hex-content:first-child:before {
  left: -20px;
  top: 79px;
}
.steps-hexagons .steps .step:last-child .hex-content:last-child:before {
  left: -20px;
  top: 8px;
}
.steps-hexagons .steps .step .hex-content {
  position: relative;
}
.steps-hexagons .steps .step .hex-content::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, #fff 40%, #D22742 41%, #D22742 100%);
}
.steps-hexagons .steps .line-container {
  display: flex;
  flex-grow: 1;
  width: 5px;
}
.steps-hexagons .steps .line-left-container {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 112px;
  padding-left: 20px;
}
.steps-hexagons .steps .line-right-container {
  flex-direction: column;
  padding-bottom: 113px;
  gap: 54px;
  padding-right: 20px;
  justify-content: space-around;
}
.steps-hexagons .steps .flex-line {
  background-color: #D22742;
  width: 100%;
  margin: 5px 0;
  height: 4px;
}
.steps-hexagons .hexagons-container {
  justify-content: center;
  gap: 50px;
  width: 200px !important;
  display: flex;
  flex-direction: column;
  margin-top: -112px;
  grid-template-columns: 1fr 1fr;
  background-image: url(../../assets/img/discovery_background_line.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.steps-hexagons .hexagons-container .hex-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.steps-hexagons .hexagons-container .hex-row:nth-child(even) {
  padding-right: 30px;
}
.steps-hexagons .hexagons-container .hex-row:nth-child(odd) {
  padding-left: 30px;
}
.steps-hexagons .line {
  width: 70px;
  height: 4px;
  background-color: #D22742;
  flex-grow: 1;
}
.steps-hexagons .main,
.steps-hexagons .div2 {
  clip-path: path("M0.803846 33.75C-0.26795 31.8936 -0.267948 29.6064 0.803849 27.75L15.0933 2.99999C16.1651 1.14359 18.1458 -1.87399e-07 20.2894 0L48.8683 2.49844e-06C51.0118 2.68584e-06 52.9926 1.1436 54.0644 3L68.3538 27.75C69.4256 29.6064 69.4256 31.8936 68.3538 33.75L54.0644 58.5C52.9926 60.3564 51.0118 61.5 48.8683 61.5H20.2894C18.1458 61.5 16.1651 60.3564 15.0933 58.5L0.803846 33.75Z");
  width: 70px;
  height: 62px;
}
.steps-hexagons .main {
  background-color: #D22742;
  box-shadow: 10px 10px 4px 0px rgb(210, 39, 66);
  position: relative;
}
.steps-hexagons .div2 {
  background-color: #132451;
  transform: scale(90%);
}
.steps-hexagons .number {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.88px;
  letter-spacing: 0.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.steps-hexagons .steps_mobile {
  display: flex;
  flex-direction: column;
}
.steps-hexagons .steps_mobile .step {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.steps-hexagons .steps_mobile .step .main {
  min-width: 67px;
}
.steps-hexagons .steps_mobile .step .line {
  width: 4px;
  flex-grow: 1;
  background-color: #D22742;
  align-content: center;
}
.steps-hexagons .steps_mobile .step:last-child .line {
  display: none;
}
.steps-hexagons .steps_mobile .step .hex-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps-hexagons .steps_mobile .step .hex-row .hex-content {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .steps-hexagons .steps {
    display: none;
  }
  .steps-hexagons .steps-mobile {
    display: block;
  }
}
@media (min-width: 769px) {
  .steps-hexagons .steps_mobile {
    display: none !important;
  }
}

.archive-page-heading-container {
  padding: 9.375rem 0 3.125rem;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.archive-page-items-container {
  padding-bottom: 0;
  background-color: #fff;
  margin-bottom: 12.5rem;
}
.archive-page-items-container .content-container {
  padding: 4rem 1.25rem 3rem;
}
.archive-page-items-container .content-container ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(218px, 1fr));
  gap: 4rem;
}
.archive-page-items-container .content-container ul li {
  color: #000;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.archive-page-items-container .content-container ul li img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.archive-page-items-container .content-container ul li .post-link {
  color: #E51A4B;
  font-weight: 500;
}
.archive-page-items-container .content-container ul li span {
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.single-case-study {
  color: #02193c;
  background-color: #fff;
  gap: 1rem;
  padding-top: 4rem;
  padding-bottom: 0;
  margin-bottom: 12.5rem;
}
.single-case-study h2 {
  padding-bottom: 1.875rem;
}
.single-case-study h2 .underline-img {
  z-index: 0 !important;
}
.single-case-study #info-col {
  flex: 1;
  position: relative;
}
.single-case-study #info-col .case-study-info-container {
  height: fit-content;
}
.single-case-study #info-col .case-study-info-container > div {
  display: flex;
  gap: 1rem;
  padding-bottom: 1.5rem;
}
.single-case-study #info-col .case-study-info-container .info-title {
  font-weight: 900;
}
.single-case-study #content > div {
  margin-bottom: 4rem;
}
.single-case-study .case-study-paragraph {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.single-case-study .case-study-paragraph ul li {
  padding-left: 1.875rem;
  align-content: center;
}
.single-case-study .case-study-paragraph ul li p {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.single-case-study .case-study-paragraph ul li p::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E51A4B;
  left: -25px;
  top: 10%;
}
.single-case-study .image-paragraph {
  color: #fff;
  padding: 2.5rem;
}
.single-case-study .image-paragraph h3 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0.2px;
}

.toc-container {
  flex: 1;
  display: flex;
  justify-content: end;
  position: relative;
}
@media (max-width: 1200px) {
  .toc-container {
    display: none;
  }
}
.toc-container #toc {
  max-width: 210px;
}
.toc-container #toc h4 {
  font-weight: 900;
  line-height: 1.5rem;
  padding-bottom: 0.875rem;
  padding-left: 1.25rem;
}
.toc-container #toc div {
  height: 70vh;
  overflow-y: auto;
}
.toc-container #toc div ul {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  position: relative;
  padding-left: 1.25rem;
}
.toc-container #toc div ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom, #fff 0%, transparent 100%);
}
.toc-container .active {
  color: #E51A4B;
}
.toc-container .sticky-stop {
  padding-bottom: 200px;
}

#post-archive {
  background-color: #fff;
  color: #000;
  padding-bottom: 0;
}
#post-archive .search-wrapper {
  padding: 3.75rem 0;
  margin: 0 auto;
}
#post-archive .posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.1875rem;
  align-items: flex-start;
  padding-bottom: 2.1875rem;
}
@media (max-width: 1024px) {
  #post-archive .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  #post-archive .posts {
    grid-template-columns: 1fr;
  }
}
#post-archive .posts .post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#post-archive .posts .post .image-content img {
  width: 100%;
}
#post-archive .posts .post .text-container h3 {
  color: #02193C;
  padding: 1.25rem 0;
}
#post-archive .posts .post .text-container .author-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
#post-archive .posts .post .text-container .author-container .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
#post-archive .posts .post .text-container .author-container .categories a {
  padding: 0.3125rem 0.625rem;
  border-radius: 0.9375rem;
  color: #02193C;
  background: rgba(31, 49, 102, 0.1);
}
#post-archive .search-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
}
#post-archive .search-wrapper input[type=text] {
  width: 100%;
  padding: 12px 40px 12px 16px;
  border: 2px solid #ccc;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
  outline: none;
}
#post-archive .search-wrapper input[type=text]:focus {
  border-color: #0077ff;
  box-shadow: 0 0 0 3px rgba(0, 119, 255, 0.2);
}
#post-archive .search-wrapper input[type=text]:focus + .search-icon {
  color: #0077ff;
}
#post-archive .search-wrapper .is-search-icon {
  background: linear-gradient(124.06deg, #E51A4B 60.11%, #FF8C21 126.17%);
  display: flex;
  align-items: center;
  padding: 0.625rem;
}
#post-archive .search-wrapper .is-search-icon svg {
  filter: invert(1);
  width: 22px;
}
#post-archive .author-container {
  color: #02193C;
  margin: auto;
  max-width: unset;
}
#post-archive .author-container h2 {
  text-align: left;
  padding-bottom: 0;
}

.search-block {
  padding: 6.25rem 0 3.125rem;
  text-align: center;
}

#load-more-wrap {
  display: none;
}

.post-single {
  color: #000;
  background-color: #fff;
  gap: 1rem;
  padding-top: 4rem;
  padding-bottom: 0;
  margin-bottom: 12.5rem;
}
.post-single .content-wrapper {
  color: #1f3166;
  display: flex;
}
@media (max-width: 1024px) {
  .post-single .content-wrapper {
    flex-direction: column;
  }
}
.post-single .content-wrapper #content {
  flex: 2;
}
.post-single .content-wrapper #content .post-info {
  padding-bottom: 2.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.post-single .content-wrapper #content .post-info img {
  border-radius: 50%;
  width: 2.6875rem;
  height: auto;
}
.post-single .content-wrapper #content .post-info p {
  margin-bottom: 0;
}
.post-single .content-wrapper #content #respond {
  padding: 6rem 0 3.75rem;
}
.post-single .content-wrapper #content .share-buttons {
  display: flex;
  gap: 0.75rem;
  padding-bottom: 1rem;
}
.post-single .content-wrapper #content a {
  color: blue;
  text-decoration: underline;
  color: unset;
}
.post-single .content-wrapper #content h2 {
  font-family: "Montserrar Alternates";
  padding-bottom: 1.875rem;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .post-single .content-wrapper #content h2 {
    font-size: 1.25rem;
  }
}
.post-single .content-wrapper #content h2 .underline-img {
  display: none !important;
}
.post-single .content-wrapper #content ul:not(.share-buttons) {
  padding: 1.875rem 0 1.875rem 1.25rem;
}
.post-single .content-wrapper #content ul:not(.share-buttons) li {
  list-style-type: disc;
}
.post-single .content-wrapper #content strong {
  font-weight: 700;
}
.post-single .content-wrapper #content table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 20px;
  width: 100%;
  word-break: initial;
}
.post-single .content-wrapper #content table th {
  text-align: left;
  font-weight: 700;
}
.post-single .content-wrapper #content table td, .post-single .content-wrapper #content table th {
  padding: 1.25rem 0.3125rem;
}
.post-single .content-wrapper #content table td {
  border-bottom: 2px solid #1f3166;
}
.post-single .content-wrapper #content .wp-block-image img {
  width: 100%;
}
.post-single .content-wrapper #content .comments {
  margin-top: 3rem;
}
.post-single .content-wrapper #content .comments h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.post-single .content-wrapper #content .comments .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-single .content-wrapper #content .comments .comment-list .comment {
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem 0;
}
.post-single .content-wrapper #content .comments .comment-list .comment .comment-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.post-single .content-wrapper #content .comments .comment-list .comment .comment-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.post-single .content-wrapper #content .comments .comment-list .comment .comment-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.post-single .content-wrapper #content .comments .comment-list .comment .comment-author-info {
  display: flex;
  flex-direction: column;
}
.post-single .content-wrapper #content .comments .comment-list .comment .comment-author-info .comment-author {
  font-weight: 600;
}
.post-single .content-wrapper #content .comments .comment-list .comment .comment-author-info .comment-date {
  font-size: 0.85rem;
  color: #888;
}
.post-single .content-wrapper #content .comments .comment-list .comment .comment-content {
  font-size: 1rem;
  line-height: 1.5;
}
.post-single .content-wrapper #content .comments .comment-list .comment .moderation-note {
  font-style: italic;
  font-size: 0.9rem;
  color: #aa0000;
}
.post-single .content-wrapper .toc-container {
  flex: 1;
}
.post-single .content-wrapper .sidebar-cta {
  flex: 1;
  position: relative;
}
.post-single .content-wrapper .sidebar-cta #secondary .custom-sidebar-block {
  margin-right: 30px;
  color: #fff;
  padding: 16px 24px;
  max-width: 247px;
  background-color: #02193C;
}
@media (max-width: 768px) {
  .post-single .content-wrapper .sidebar-cta #secondary .custom-sidebar-block {
    margin: 0;
  }
}
.post-single .content-wrapper .sidebar-cta #secondary .custom-sidebar-block h2 {
  margin: 0;
}
.post-single .content-wrapper .sidebar-cta #secondary .custom-sidebar-block .cta-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 24px;
}
.post-single .content-wrapper .sidebar-cta #secondary .custom-sidebar-block .cta-checklist {
  list-style-type: none;
  padding-left: 0;
}
.post-single .content-wrapper .sidebar-cta #secondary .custom-sidebar-block .cta-checklist li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 8px;
}
.post-single .content-wrapper .sidebar-cta #secondary .custom-sidebar-block .cta-checklist li::before {
  content: "";
  position: absolute;
  width: 11.06px;
  height: 6.23px;
  left: 2px;
  top: 7.82px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
.post-single .content-wrapper .sidebar-cta #secondary .custom-sidebar-block .main-btn-container, .post-single .content-wrapper .sidebar-cta #secondary .custom-sidebar-block .main-btn-inverted-container {
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  .post-single .content-wrapper .sidebar-cta #secondary {
    display: flex;
    justify-content: center;
    padding-bottom: 1.875rem;
  }
}
.post-single .content-wrapper p, .post-single .content-wrapper h3 {
  margin-bottom: 1.875rem;
}

blockquote {
  margin: 40px 0;
  border-color: var(--nv-text-color);
  border-style: solid;
  border-width: 0 0 0 4px;
  padding: 0 0 0 20px;
}

.book_a_call .content-container .calendly-inline-widget {
  height: 700px;
}
.book_a_call .content-container #titles {
  position: relative;
  width: 80%;
  height: 400px;
  margin: 0 auto;
  text-align: justify;
  transform: perspective(600px) rotateX(25deg);
  transform-origin: 50% 100%;
  overflow: hidden;
}
.book_a_call .content-container #titlecontent {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  animation: scroll 30s linear infinite;
}
.book_a_call .content-container #titlecontent p {
  margin: 1.5em 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@keyframes scroll {
  0% {
    top: 100%;
  }
  100% {
    top: -300px;
  }
}

.scope_of_work .content-container p {
  padding-top: 1.25rem;
}
.scope_of_work .content-container .work-scope-items {
  padding-top: 2.5rem;
  display: flex;
}
.scope_of_work .content-container .work-scope-items .template-container .template-description {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.scope_of_work .content-container .work-scope-items .template-container .deliverable {
  margin-top: 4rem;
  padding: 1.5rem;
  background: linear-gradient(270deg, rgba(229, 26, 75, 0.53) 0%, rgba(241, 79, 55, 0.16) 100%);
}
.scope_of_work .content-container .work-scope-items .template-container .deliverable .deliverable-title {
  font-size: 1.625rem;
  line-height: 2.375rem;
  padding-bottom: 1rem;
}
.scope_of_work .content-container .work-scope-items .template-container .deliverable ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.scope_of_work .content-container .work-scope-items .template-container .deliverable ul li {
  padding-left: 1.875rem;
  align-content: center;
}
.scope_of_work .content-container .work-scope-items .template-container .deliverable ul li h4 {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
}
.scope_of_work .content-container .work-scope-items .template-container .deliverable ul li h4::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E51A4B;
  left: -25px;
  top: 50%;
}
.scope_of_work .content-container .work-scope-items .title-container {
  flex: 1;
}
.scope_of_work .content-container .work-scope-items .title-container h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.5rem;
  padding-bottom: 2.5rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .scope_of_work .content-container .work-scope-items .title-container h3::after {
    content: "";
    height: 10px;
    width: 10px;
    transform: rotate(225deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    display: block;
    position: relative;
  }
}
.scope_of_work .content-container .work-scope-items .title-container .active {
  color: #E51A4B;
}
.scope_of_work .content-container .work-scope-items .title-container .template-container {
  display: none;
  padding-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .scope_of_work .content-container .work-scope-items .title-container .open {
    display: block;
  }
}
.scope_of_work .content-container .work-scope-items .description-container {
  display: block;
  flex: 1;
}
@media (max-width: 768px) {
  .scope_of_work .content-container .work-scope-items .description-container {
    display: none;
  }
}

.privacy-policy {
  padding-top: 12.5rem;
}
.privacy-policy .content-container h1 {
  padding-bottom: 3.125rem;
}
.privacy-policy .content-container h4 {
  font-size: 1.5rem;
  line-height: 2.375rem;
  padding: 1.25rem 0;
}
.privacy-policy .content-container p {
  font-size: 1.25rem;
  line-height: 1.8;
}
.privacy-policy .content-container ul li {
  margin-left: 1.25rem;
  list-style-type: disc;
}
.privacy-policy .content-container a {
  color: #E51A4B;
}

#not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#not-found .hero.banner {
  position: relative;
  text-align: center;
}
#not-found .hero.banner .text {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
  font-family: "Montserrat";
  color: #fff;
  margin: 0;
  padding: 0;
}
#not-found a.go-home {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  min-height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat Alternates", sans-serif;
  background: linear-gradient(129.77deg, #E51A4B 60.11%, #FF8C21 126.17%);
  color: #fff;
  border: none;
  border-radius: 21px;
  position: relative;
  cursor: pointer;
}
#not-found .not-found-banner {
  padding: 1rem;
  margin-bottom: 0;
}
#not-found .not-found-banner img {
  width: 100%;
}
#not-found .not-found-banner .lost {
  font-size: 20px;
}
#not-found .not-found-banner .lost .text.banner {
  text-align: center;
}
#not-found .main {
  background: linear-gradient(139.4deg, #1A99DE -43.32%, #16548C -15.12%, #132351 18.83%, #131313 99.43%), url("https://thescimus.com/blog/wp-content/uploads/2023/03/stars_animation.png") no-repeat center;
  background-size: cover;
  background-blend-mode: lighten;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  #not-found .section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #not-found .ScrollDown,
  #not-found .SocialLinks {
    display: none;
  }
}

.discovery_cta .content-container h2 {
  padding-bottom: 1.875rem;
}
.discovery_cta .content-container p {
  padding-top: 1.25rem;
}
.discovery_cta .content-container .items-container {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.625rem;
}
.discovery_cta .content-container .items-container li {
  padding-left: 1.875rem;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.discovery_cta .content-container .items-container li h4 {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.discovery_cta .content-container .items-container li h4::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E51A4B;
  left: -25px;
  top: 50%;
  box-shadow: 0 0 10px 3px #E51A4B;
}
.discovery_cta .content-container .items-container li p {
  padding-top: 1.25rem;
}
.discovery_cta .content-container .main-btn-container span {
  font-size: 0.625rem;
}

/*# sourceMappingURL=style.css.map */
