@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.modal-free-consultancy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10; }
  .modal-free-consultancy .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #232536;
    margin-bottom: 24px; }
  .modal-free-consultancy .text {
    margin-bottom: 60px; }

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background-color: #fff; }

.modal-custom .modal-container {
  max-width: 715px;
  margin: 0 auto;
  position: relative; }

.modal-custom .modal-content {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border: none;
  padding-left: 20px;
  padding-right: 20px; }

.modal-custom .form-group {
  margin-bottom: 38px;
  position: relative; }

.modal-custom .form-control:not(textarea), .modal-custom .form-select {
  border-radius: unset;
  border: none;
  outline: none !important;
  box-shadow: unset !important;
  border-bottom: 1px solid #cececc;
  padding-left: 0;
  padding-bottom: 10px;
  padding-top: 4px; }

.modal-custom .form-control:focus, .modal-custom .form-select:focus {
  border-color: #2602CA; }

.modal-custom .form-control ~ .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px; }

.modal-custom .form-group .line {
  border-bottom: 1px solid #2602CA; }

.modal-custom .form-control:focus ~ .line {
  width: 100%;
  transition: .5s; }

.modal-custom .form-control::placeholder {
  color: #0A0802; }

.modal-custom .form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0A0802;
  opacity: 0.6;
  margin-bottom: 4px; }

.modal-custom .form-group textarea {
  padding: 12px 12px 12px 0;
  resize: none;
  overflow: hidden;
  font-size: 16px;
  height: 0; }

.modal-custom .form-group textarea.shadow {
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  margin: 0; }

.modal-custom textarea {
  border: none;
  border-bottom: 1px solid #cececc;
  resize: none;
  outline: none !important;
  box-shadow: unset !important;
  border-radius: unset; }
  .modal-custom textarea:focus {
    border-bottom: 1px solid #2602CA; }

.modal-custom .wrap-btn-close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -100%); }
  .modal-custom .wrap-btn-close button {
    padding: 0; }

.home .banner {
  background: url("../../images/banner-mob.png") no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: relative;
  overflow: hidden; }
  .home .banner .vector1 {
    display: none; }
  .home .banner .vector2 {
    display: none; }
  .home .banner .vector3 {
    display: none; }
  @media (min-width: 480px) {
    .home .banner {
      background: url("../../images/banner-tab.png") no-repeat;
      background-position: 100% 100%; } }
  @media (min-width: 1200px) {
    .home .banner {
      background: #ffffff; }
      .home .banner .vector1 {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.8;
        width: 675px;
        height: 675px;
        border-radius: 50%;
        border: 36px solid #232536;
        transform: translate(65px, -23px);
        z-index: 2;
        transition-property: all;
        transition-duration: 1s;
        transition-timing-function: linear; }
      .home .banner .vector2 {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.8;
        border: 6px solid #84DFC2;
        width: 744px;
        height: 744px;
        border-radius: 50%;
        transform: translate(160px, -23px);
        z-index: 3;
        transition-property: all;
        transition-duration: 1s;
        transition-timing-function: linear; }
      .home .banner .vector3 {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: url("../../images/banner-3.png") no-repeat;
        width: 569px;
        height: 584px;
        z-index: 1; } }
  @media (min-width: 1200px) {
    .home .banner.animate .vector1 {
      width: 693px;
      height: 674px;
      transform: translate(121px, -91px); }
    .home .banner.animate .vector2 {
      width: 749px;
      height: 750px;
      transform: translate(145px, -130px); } }
  .home .banner .banner-h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 5px;
    margin-top: 30px;
    max-width: 560px; }
    @media (min-width: 1200px) {
      .home .banner .banner-h2 {
        margin-top: 155px;
        font-size: 62px; } }
  .home .banner .banner-h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: #A1A0A1;
    margin-bottom: 30px;
    max-width: 560px; }
    @media (min-width: 1200px) {
      .home .banner .banner-h3 {
        font-size: 48px;
        line-height: 1.3; } }
  .home .banner .banner-text {
    font-weight: 500;
    color: #5D5F6D;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 35px;
    max-width: 445px; }
  .home .banner .btn-arrow {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 18px 66px 18px 33px;
    border-radius: 50px;
    background: url("../../images/arrow-right.svg") no-repeat, #2602CA;
    background-position: calc(100% - 33px) 50%;
    border: 1px solid transparent;
    margin-bottom: 408px; }
    .home .banner .btn-arrow:hover {
      color: #2602CA;
      background: url("../../images/arrow-right-blue.svg") no-repeat, #fff;
      border: 1px solid #2602CA;
      background-position: calc(100% - 33px) 50%; }
    @media (min-width: 768px) {
      .home .banner .btn-arrow {
        margin-bottom: 238px; } }
  .home .banner .modal-custom .btn-arrow {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 18px 66px 18px 33px;
    border-radius: 50px;
    background: url("../../images/arrow-right.svg") no-repeat, #2602CA;
    background-position: calc(100% - 33px) 50%;
    border: 1px solid transparent;
    margin-bottom: 0; }
    .home .banner .modal-custom .btn-arrow:hover {
      color: #2602CA;
      background: url("../../images/arrow-right-blue.svg") no-repeat, #fff;
      border: 1px solid #2602CA;
      background-position: calc(100% - 33px) 50%; }

.help-with {
  background: #232536;
  position: relative;
  overflow: hidden; }
  .help-with .vector1 {
    display: none; }
  .help-with .vector2 {
    display: none; }
  @media (min-width: 1200px) {
    .help-with .vector1 {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 0.7;
      width: 1559px;
      height: 1559px;
      border-radius: 50%;
      border: 36px solid #84DFC2;
      transform: translate(-50%, 50%);
      transition-property: all;
      transition-duration: 1s;
      transition-timing-function: linear; }
    .help-with .vector2 {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 0.8;
      border: 6px solid #FFE6D2;
      width: 1449px;
      height: 1449px;
      border-radius: 50%;
      transform: translate(-35%, 60%);
      transition-property: all;
      transition-duration: 1s;
      transition-timing-function: linear; } }
  @media (min-width: 1200px) {
    .help-with.animate .vector1 {
      width: 940px;
      height: 940px;
      transform: translate(-50%, 20%); }
    .help-with.animate .vector2 {
      width: 940px;
      height: 940px;
      transform: translate(-50%, 20%); } }
  .help-with .container-lg {
    max-width: 1200px; }
  .help-with .parts {
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 10px;
    border-radius: 12px;
    background: transparent;
    margin-bottom: 55px; }
    @media (min-width: 1200px) {
      .help-with .parts {
        padding: 45px;
        grid-template-columns: 1fr 1fr;
        background: #282A3D;
        margin-bottom: 110px; } }
  .help-with .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 45px;
    text-align: center;
    padding-top: 50px; }
    @media (min-width: 1200px) {
      .help-with .title {
        padding-top: 120px;
        font-size: 48px;
        line-height: 56px; } }
  .help-with .help-with-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px; }
    @media (min-width: 1200px) {
      .help-with .help-with-list {
        margin-left: 0;
        margin-right: 0; } }
  .help-with .help-with-item {
    margin-bottom: 10px; }
    .help-with .help-with-item:last-child {
      margin-bottom: 0; }
  .help-with .help_with_link {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF; }
    .help-with .help_with_link.active {
      color: #444CFC; }
  .help-with .left-part {
    color: #fff;
    max-height: 700px;
    overflow-y: auto;
    position: relative;
    padding-right: 50px; }
    .help-with .left-part .content {
      padding-right: 25px; }
    .help-with .left-part::-webkit-scrollbar {
      width: 6px; }
    .help-with .left-part::-webkit-scrollbar-track {
      background-color: #535564; }
    .help-with .left-part::-webkit-scrollbar-thumb {
      background: #ffffff; }
    .help-with .left-part .arrow-top {
      position: absolute;
      right: 25px;
      top: 0;
      transform: translate(50%, 0); }
    .help-with .left-part .arrow-down {
      position: absolute;
      right: 0;
      bottom: 0; }
  .help-with .help_with_content {
    display: none;
    font-weight: 500; }
    .help-with .help_with_content.active {
      display: block; }
    .help-with .help_with_content ul {
      padding-left: 0;
      list-style: none; }
      .help-with .help_with_content ul li {
        padding-left: 42px;
        background: url("../../images/sections/expertise/checkmark.svg") no-repeat left top;
        margin-bottom: 25px; }
    .help-with .help_with_content .wrap-img {
      margin-bottom: 40px; }
      .help-with .help_with_content .wrap-img img {
        border-radius: 12px; }
  .help-with .help-with-item {
    margin-bottom: 2px; }
    @media (min-width: 1200px) {
      .help-with .help-with-item {
        padding: 10px; } }
  .help-with .help_with_link_mobile {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #282a3d;
    padding: 15px 30px; }
    .help-with .help_with_link_mobile .wrap-icon {
      line-height: 6px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      font-size: 6px;
      padding: 5px; }
    .help-with .help_with_link_mobile .wrap-icon.show {
      display: inline-block; }
    .help-with .help_with_link_mobile .wrap-icon.hide {
      display: none; }
    .help-with .help_with_link_mobile.active .wrap-icon.show {
      display: none; }
    .help-with .help_with_link_mobile.active .wrap-icon.hide {
      display: inline-block; }
  .help-with .help_with_content_mobile {
    display: none;
    color: #fff;
    border-top: 2px solid #444cfc;
    border-bottom: 2px solid #444cfc;
    padding: 30px;
    margin-left: -12px;
    margin-right: -12px;
    background: #282a3d; }
    .help-with .help_with_content_mobile.active {
      display: block; }
    .help-with .help_with_content_mobile ul {
      padding-left: 0;
      list-style: none; }
      .help-with .help_with_content_mobile ul li {
        padding-left: 42px;
        background: url("../../images/sections/expertise/checkmark.svg") no-repeat left top;
        margin-bottom: 25px; }
  .help-with .right-part {
    padding-left: 100px; }

.expertise {
  background: #fafafc;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    .expertise {
      padding-top: 120px;
      padding-bottom: 100px; } }
  .expertise .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    color: #0A0802;
    text-align: center;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .expertise .title {
        font-size: 48px;
        line-height: 1.2; } }
  .expertise .text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #5D5F6D;
    margin-bottom: 50px; }
  .expertise .custom-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 0;
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .expertise .custom-row {
        grid-template-columns: 1fr 2fr;
        gap: 70px; } }
  .expertise .services-list {
    list-style: none;
    padding-left: 0;
    background: #fff;
    position: sticky;
    top: 20px; }
  .expertise .service-item {
    margin-bottom: 0;
    cursor: pointer; }
  .expertise .expertise_link {
    border-radius: 8px;
    border: none;
    padding: 16px 30px;
    width: 100%;
    position: relative;
    display: block; }
    .expertise .expertise_link.active {
      background-color: #444CFC;
      border-radius: 8px;
      transition: background-color ease-in-out .75s; }
      .expertise .expertise_link.active .name {
        color: #fff; }

.expertise_link .content .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #0A0802;
  text-align: left; }

.expertise .right-part .expertise_content {
  margin-bottom: 50px; }
  @media (min-width: 1200px) {
    .expertise .right-part .expertise_content {
      margin-bottom: 120px; } }
  .expertise .right-part .expertise_content .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #0A0802;
    text-align: left;
    margin-bottom: 30px; }
  .expertise .right-part .expertise_content ul {
    padding-left: 0;
    list-style: none; }
    .expertise .right-part .expertise_content ul li {
      padding-left: 42px;
      background: url("../../images/sections/expertise/checkmark.svg") no-repeat left top;
      margin-bottom: 25px; }

.modal-expertise-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }
  .modal-expertise-content ul {
    padding-left: 0;
    list-style: none; }
    .modal-expertise-content ul li {
      padding-left: 42px;
      background: url("../../images/sections/expertise/checkmark.svg") no-repeat left top;
      margin-bottom: 25px; }

.faq {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    .faq {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .faq .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    color: #0A0802;
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .faq .title {
        font-size: 48px;
        line-height: 1.2; } }
  .faq .container {
    max-width: 640px;
    margin: 0 auto; }
  .faq .btn-load-more {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #0A0802;
    border: 2px solid #0a0802;
    padding: 12px 30px;
    border-radius: 25px; }
    .faq .btn-load-more:hover {
      color: #444CFC;
      border-color: #444CFC; }
  .faq .popular-searches {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px; }
    .faq .popular-searches-title {
      color: #696871; }
  .faq .popular-search {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #444CFC;
    cursor: pointer; }
    .faq .popular-search:hover {
      color: #0A0802; }

.faq-item {
  margin-bottom: 40px; }
  .faq-item:last-child {
    margin-bottom: 0; }
  .faq-item .show-contact-form {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #444CFC; }
    .faq-item .show-contact-form:hover {
      color: #0A0802; }

.faq-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #0A0802;
  margin-bottom: 15px; }

.faq-body {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #5D5F6D; }

.input-search {
  height: 60px;
  background: #FFFFFF;
  box-sizing: border-box;
  width: 100%;
  padding-left: 50px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #696871;
  background: rgba(210, 218, 237, 0.17);
  border-radius: 4px;
  border: none; }

.input-group {
  position: relative;
  margin-bottom: 25px; }
  .input-group .input-group-search {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    padding: 5px; }

.reviews {
  background: #fafafc;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    .reviews {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .reviews .container {
    max-width: 1200px;
    margin: 0 auto; }
  .reviews .custom-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 50px;
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .reviews .custom-row {
        grid-template-columns: 1fr 1fr; } }
  .reviews .customers .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    color: #0A0802;
    text-align: center;
    margin-bottom: 30px;
    text-align: left; }
    @media (min-width: 1200px) {
      .reviews .customers .title {
        font-size: 48px;
        line-height: 1.2; } }
  .reviews .customers .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #5D5F6D;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .reviews .customers .text {
        font-size: 18px; } }

.customer-reviews {
  display: flex;
  margin-bottom: 14px; }
  .customer-reviews .wrap-img {
    padding-right: 12px; }
    .customer-reviews .wrap-img:last-child {
      padding-right: 0; }
    .customer-reviews .wrap-img img {
      border-radius: 50%; }

/*best-reviews*/
.best-reviews {
  padding: 45px 65px 30px 40px;
  background: #fff;
  position: relative;
  border-radius: 12px; }
  .best-reviews .text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #232536;
    opacity: 0.87;
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .best-reviews .text {
        font-size: 24px;
        line-height: 36px; } }
  .best-reviews .author {
    display: flex; }
    .best-reviews .author .wrap-img {
      padding-right: 16px; }
      .best-reviews .author .wrap-img img {
        border-radius: 50%; }
  .best-reviews .quote {
    position: absolute;
    right: 45px;
    top: -15px; }

.footer {
  background: #232536;
  padding-top: 79px;
  padding-bottom: 40px; }
  .footer .horizontal-line {
    margin-top: 65px;
    margin-bottom: 40px;
    background: #fff; }

.rights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center; }
  @media (min-width: 1200px) {
    .rights {
      flex-direction: row;
      justify-content: space-between; } }
  .rights .rights-text {
    color: #fff;
    text-align: center;
    font-size: 12px; }
    @media (min-width: 1200px) {
      .rights .rights-text {
        text-align: left;
        font-size: 16px; } }
  .rights .footer-menu {
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 50px; }
    @media (min-width: 1200px) {
      .rights .footer-menu {
        margin-bottom: 0; } }
    .rights .footer-menu .footer-menu-item {
      margin-left: 15px;
      margin-right: 15px; }
    .rights .footer-menu .footer-menu-link {
      font-size: 14px;
      line-height: 20px;
      color: #F9F9FB; }
      .rights .footer-menu .footer-menu-link.soon {
        pointer-events: none; }
        .rights .footer-menu .footer-menu-link.soon span {
          color: #fff;
          background: #2602CA;
          font-size: 12px;
          border-radius: 5px;
          padding: 5px;
          margin-left: 5px; }

.navigation {
  padding-top: 30px;
  padding-bottom: 15px; }

.navbar-nav {
  display: flex;
  flex-direction: row; }
  .navbar-nav .menu-link {
    font-size: 16px;
    line-height: 31px;
    color: #0A0802;
    padding-left: 15px;
    padding-right: 15px; }
    .navbar-nav .menu-link:hover {
      color: #2602CA; }
    .navbar-nav .menu-link.soon {
      pointer-events: none; }
      .navbar-nav .menu-link.soon span {
        color: #fff;
        background: #2602CA;
        font-size: 12px;
        border-radius: 5px;
        padding: 5px;
        margin-left: 5px; }
  .navbar-nav .menu-item {
    margin-left: 10px;
    margin-right: 10px; }
  .navbar-nav .submenu {
    display: block;
    position: absolute;
    padding-left: 30px;
    top: 35px;
    list-style: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.7s ease-in;
    min-width: 150px;
    border-radius: 4px;
    border: none; }
  .navbar-nav .submenu-item {
    padding: 5px 10px 5px 0;
    line-height: 1.2;
    cursor: pointer; }
  .navbar-nav .submenu-link {
    color: #0A0802; }
    .navbar-nav .submenu-link:hover {
      color: #2602CA; }
  .navbar-nav .menu-item-cases:hover > .submenu {
    display: block;
    max-height: 200px; }
  .navbar-nav .menu-item.menu-item-cases {
    background: url("../../images/chevron-down-solid.svg") no-repeat right center;
    padding-right: 15px;
    background-size: 12px;
    position: relative;
    cursor: pointer; }

.hamburger-container {
  display: inline-block;
  cursor: pointer; }
  .hamburger-container .bar1, .hamburger-container .bar2, .hamburger-container .bar3 {
    width: 25px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s; }
  .hamburger-container .bar2 {
    width: 20px; }
  .hamburger-container.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 7px);
    transform: rotate(-45deg) translate(-8px, 7px);
    width: 25px; }
  .hamburger-container.active .bar2 {
    opacity: 0; }
  .hamburger-container.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px); }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 10; }
  .mobile-menu .navbar-nav {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 50px; }

.navigation-mobile {
  padding-top: 20px;
  padding-bottom: 20px; }

.about .banner {
  background: url("../../images/about/banner-mob.png") no-repeat right bottom, #232536;
  position: relative;
  overflow: hidden; }
  .about .banner .vector1 {
    display: none; }
  .about .banner .vector2 {
    display: none; }
  .about .banner .vector3 {
    display: none; }
  @media (min-width: 1200px) {
    .about .banner .vector1 {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      opacity: 0.7;
      width: 1262px;
      height: 1262px;
      border-radius: 50%;
      border: 36px solid #444CFC;
      transform: translate(50%, 34%);
      z-index: 2;
      transition-property: all;
      transition-duration: 1s;
      transition-timing-function: linear; }
    .about .banner .vector2 {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      opacity: 0.8;
      border: 6px solid #84DFC2;
      width: 1191px;
      height: 1191px;
      border-radius: 50%;
      transform: translate(50%, 20%);
      z-index: 3;
      transition-property: all;
      transition-duration: 1s;
      transition-timing-function: linear; }
    .about .banner .vector3 {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      background: url("../../images/about/banner.png") no-repeat;
      width: 606px;
      height: 768px;
      z-index: 1; } }
  .about .banner.animate .vector2 {
    transform: translate(29%, 17%);
    width: 860px;
    height: 917px; }
  .about .banner.animate .vector1 {
    transform: translate(29%, 19%);
    width: 904px;
    height: 983px; }
  .about .banner .banner-h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 5px;
    margin-top: 30px;
    max-width: 560px;
    color: #fff; }
    @media (min-width: 1200px) {
      .about .banner .banner-h2 {
        margin-top: 155px;
        font-size: 62px;
        margin-bottom: 30px; } }
  .about .banner .banner-text {
    color: #fff;
    max-width: 560px;
    margin-bottom: 40px; }
  .about .banner .hamburger-container.active .bar1, .about .banner .hamburger-container.active .bar2, .about .banner .hamburger-container.active .bar3 {
    background: #0A0802; }
  .about .banner .hamburger-container .bar1, .about .banner .hamburger-container .bar2, .about .banner .hamburger-container .bar3 {
    background: #fff; }
  .about .banner .btn-arrow {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 18px 66px 18px 33px;
    border-radius: 50px;
    background: url("../../images/arrow-right.svg") no-repeat, #2602CA;
    background-position: calc(100% - 33px) 50%;
    border: 1px solid transparent;
    margin-bottom: 408px; }
    .about .banner .btn-arrow:hover {
      color: #2602CA;
      background: url("../../images/arrow-right-blue.svg") no-repeat, #fff;
      border: 1px solid #2602CA;
      background-position: calc(100% - 33px) 50%; }
    @media (min-width: 768px) {
      .about .banner .btn-arrow {
        margin-bottom: 238px; } }
  .about .banner .modal-custom .btn-arrow {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 18px 66px 18px 33px;
    border-radius: 50px;
    background: url("../../images/arrow-right.svg") no-repeat, #2602CA;
    background-position: calc(100% - 33px) 50%;
    border: 1px solid transparent;
    margin-bottom: 0; }
    .about .banner .modal-custom .btn-arrow:hover {
      color: #2602CA;
      background: url("../../images/arrow-right-blue.svg") no-repeat, #fff;
      border: 1px solid #2602CA;
      background-position: calc(100% - 33px) 50%; }

.about .navbar-nav .menu-link {
  color: #0A0802; }
  @media (min-width: 1200px) {
    .about .navbar-nav .menu-link {
      color: #fff; } }

.about .navbar-nav .menu-item.menu-item-cases {
  background: url("../../images/chevron-down-solid-white.svg") no-repeat right center;
  padding-right: 15px;
  background-size: 12px;
  position: relative;
  cursor: pointer; }

.about .navbar-nav .submenu-link {
  color: #fff; }

.about .working-with-us {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fafafc; }
  @media (min-width: 1200px) {
    .about .working-with-us {
      padding-top: 120px;
      padding-bottom: 120px; } }
  .about .working-with-us .custom-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 30px; }
    @media (min-width: 768px) {
      .about .working-with-us .custom-row {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1200px) {
      .about .working-with-us .custom-row {
        grid-template-columns: 1fr 1fr 1fr; } }
  .about .working-with-us .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    color: #0A0802;
    text-align: center;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .about .working-with-us .title {
        font-size: 48px;
        line-height: 1.2; } }
  .about .working-with-us .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #5D5F6D;
    max-width: 620px;
    margin: 0 auto 39px auto; }
  .about .working-with-us .box {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(39, 43, 55, 0.05);
    border-radius: 8px;
    padding: 48px 24px;
    height: 100%;
    margin-bottom: 30px; }
    .about .working-with-us .box .wrap-img {
      margin-bottom: 16px; }
    .about .working-with-us .box .title {
      margin-bottom: 8px;
      font-weight: 600;
      font-size: 16px;
      line-height: 28px;
      color: #000000;
      text-align: left; }
    .about .working-with-us .box .text {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #5D5F6D;
      text-align: left;
      margin-bottom: 0; }

.about .our-story {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .about .our-story {
      padding-top: 120px;
      padding-bottom: 120px; }
      .about .our-story:before {
        transition-property: all;
        transition-duration: 1s;
        transition-timing-function: linear;
        content: "";
        position: absolute;
        width: 877px;
        height: 894px;
        bottom: -140px;
        left: -550px;
        border: 6px solid #FFE6D2;
        z-index: -2;
        opacity: .6;
        border-radius: 50%; }
      .about .our-story:after {
        transition-property: all;
        transition-duration: 1s;
        transition-timing-function: linear;
        content: "";
        position: absolute;
        width: 690px;
        height: 702px;
        bottom: -92px;
        left: -317px;
        border: 30px solid #444CFC;
        z-index: -1;
        border-radius: 50%; } }
  .about .our-story.animate:before {
    width: 716px;
    height: 716px;
    bottom: -50px;
    left: -416px; }
  .about .our-story.animate:after {
    width: 704px;
    height: 704px;
    bottom: -44px;
    left: -410px; }
  .about .our-story .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    color: #0A0802;
    text-align: center;
    text-align: left; }
    @media (min-width: 1200px) {
      .about .our-story .title {
        font-size: 48px;
        line-height: 1.2; } }
  .about .our-story .custom-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 30px;
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      .about .our-story .custom-row {
        grid-template-columns: 1fr 2fr;
        padding-bottom: 120px; } }
  .about .our-story .have-questions {
    padding: 55px 35px;
    background: #F9F9FF;
    border-radius: 12px; }
    @media (min-width: 768px) {
      .about .our-story .have-questions {
        padding: 75px 55px; } }
    .about .our-story .have-questions .have-questions-content {
      flex-wrap: wrap;
      display: flex;
      gap: 30px;
      justify-content: center; }
      @media (min-width: 768px) {
        .about .our-story .have-questions .have-questions-content {
          align-items: center;
          justify-content: space-between;
          flex-wrap: nowrap; } }
    .about .our-story .have-questions .title {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #5D5F6D;
      opacity: 0.87;
      text-align: left;
      margin-bottom: 16px; }
    .about .our-story .have-questions .text {
      font-weight: 600;
      font-size: 24px;
      line-height: 1.2;
      color: #0A0802; }
      @media (min-width: 768px) {
        .about .our-story .have-questions .text {
          line-height: 1.5;
          font-size: 36px; } }
    .about .our-story .have-questions .btn-arrow {
      font-weight: 500;
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      letter-spacing: 0.02em;
      text-transform: capitalize;
      color: #FFFFFF;
      padding: 18px 66px 18px 33px;
      border-radius: 50px;
      background: url("../../images/arrow-right.svg") no-repeat, #2602CA;
      background-position: calc(100% - 33px) 50%;
      border: 1px solid transparent;
      white-space: nowrap; }
      .about .our-story .have-questions .btn-arrow:hover {
        color: #2602CA;
        background: url("../../images/arrow-right-blue.svg") no-repeat, #fff;
        border: 1px solid #2602CA;
        background-position: calc(100% - 33px) 50%; }

.case .banner {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden; }
  .case .banner .vector1 {
    display: none; }
  .case .banner .vector2 {
    display: none; }
  @media (min-width: 1200px) {
    .case .banner {
      padding-bottom: 190px;
      background: #fafafc; }
      .case .banner .vector1 {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 1226px;
        height: 1226px;
        border-radius: 50%;
        transform: translate(50%, 0);
        background: #232536;
        transition-property: all;
        transition-duration: 1s;
        transition-timing-function: linear; }
      .case .banner .vector2 {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.8;
        border: 6px solid #84DFC2;
        width: 1191px;
        height: 1191px;
        border-radius: 50%;
        transform: translate(50%, -20%);
        transition-property: all;
        transition-duration: 1s;
        transition-timing-function: linear; } }
  .case .banner.animate .vector1 {
    top: 50%;
    transform: translate(50%, -50%); }
  .case .banner.animate .vector2 {
    top: 50%;
    transform: translate(50%, -50%);
    width: 1226px;
    height: 1226px; }
  .case .banner .custom-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 50px;
    margin-top: 30px; }
    @media (min-width: 1200px) {
      .case .banner .custom-row {
        grid-template-columns: 1fr 1fr;
        margin-top: 155px;
        gap: 100px; } }
  .case .banner .banner-h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .case .banner .banner-h2 {
        font-size: 62px; } }
  .case .banner .banner-text {
    margin-bottom: 30px; }
  .case .banner .btn-arrow {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 18px 66px 18px 33px;
    border-radius: 50px;
    background: url("../../images/arrow-right.svg") no-repeat, #2602CA;
    background-position: calc(100% - 33px) 50%;
    border: 1px solid transparent;
    margin-bottom: 350px; }
    .case .banner .btn-arrow:hover {
      color: #2602CA;
      background: url("../../images/arrow-right-blue.svg") no-repeat, #fff;
      border: 1px solid #2602CA;
      background-position: calc(100% - 33px) 50%; }
    @media (min-width: 768px) {
      .case .banner .btn-arrow {
        margin-bottom: 239px; } }
  .case .banner .modal-custom .btn-arrow {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 18px 66px 18px 33px;
    border-radius: 50px;
    background: url("../../images/arrow-right.svg") no-repeat, #2602CA;
    background-position: calc(100% - 33px) 50%;
    border: 1px solid transparent;
    margin-bottom: 0; }
    .case .banner .modal-custom .btn-arrow:hover {
      color: #2602CA;
      background: url("../../images/arrow-right-blue.svg") no-repeat, #fff;
      border: 1px solid #2602CA;
      background-position: calc(100% - 33px) 50%; }
  .case .banner .best-reviews {
    padding: 45px 65px 30px 40px;
    background: #fff;
    position: relative;
    border-radius: 12px; }
    .case .banner .best-reviews .text {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      color: #232536;
      opacity: 0.87;
      margin-bottom: 24px; }
      @media (min-width: 1200px) {
        .case .banner .best-reviews .text {
          font-size: 24px;
          line-height: 36px; } }
    .case .banner .best-reviews .author {
      display: flex; }
      .case .banner .best-reviews .author .wrap-img {
        padding-right: 16px; }
    .case .banner .best-reviews .quote {
      position: absolute;
      right: 45px;
      top: -15px; }

.case .challenges {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    .case .challenges {
      padding-top: 120px;
      padding-bottom: 112px; } }
  .case .challenges .custom-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 50px;
    align-items: center; }
    @media (min-width: 1200px) {
      .case .challenges .custom-row {
        grid-template-columns: 1fr 1fr;
        gap: 100px; } }
  .case .challenges .challenges-list {
    order: 2; }
    @media (min-width: 1200px) {
      .case .challenges .challenges-list {
        order: 1; } }
    .case .challenges .challenges-list .title {
      font-weight: 600;
      font-size: 32px;
      line-height: 1;
      color: #0A0802;
      text-align: center;
      margin-bottom: 35px;
      text-align: left; }
      @media (min-width: 1200px) {
        .case .challenges .challenges-list .title {
          font-size: 48px;
          line-height: 1.2; } }
    .case .challenges .challenges-list .list {
      padding-left: 0;
      list-style: none; }
      .case .challenges .challenges-list .list .item {
        padding-left: 42px;
        background: url("../../images/sections/expertise/checkmark.svg") no-repeat left top;
        margin-bottom: 25px; }
  .case .challenges .client-info {
    order: 1; }
    @media (min-width: 1200px) {
      .case .challenges .client-info {
        order: 2; } }
    .case .challenges .client-info .main-img {
      text-align: center; }
      @media (min-width: 1200px) {
        .case .challenges .client-info .main-img {
          text-align: right; } }
    @media (min-width: 1200px) {
      .case .challenges .client-info .client-logo {
        margin-left: -30px; } }
    .case .challenges .client-info img {
      border-radius: 12px; }
  .case .challenges .client-details {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 15px;
    transform: translate(0, -50%);
    flex-wrap: wrap;
    margin-bottom: -75px; }
    @media (min-width: 1200px) {
      .case .challenges .client-details {
        justify-content: space-between; } }
    .case .challenges .client-details .info {
      color: #fff;
      background: #000;
      padding: 12px 45px;
      text-align: center;
      border-radius: 12px;
      font-weight: 500;
      font-size: 24px; }
      @media (min-width: 1200px) {
        .case .challenges .client-details .info {
          flex: 1; } }

body {
  font-family: Poppins; }
  body.overflow {
    overflow: hidden; }

input, button {
  outline: none !important;
  box-shadow: unset !important; }

[v-cloak] {
  display: none; }

.container, .container-lg {
  padding-left: 20px;
  padding-right: 20px; }

a {
  text-decoration: none;
  color: #444CFC; }

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

#flash-holder {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  max-width: 500px;
  z-index: 1060;
  pointer-events: none; }
