@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

html, body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0; }

body {
  display: none; }
  body.is-loaded {
    display: block; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

.hrb.header {
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out; }
  .hrb.header .header__strip {
    background-color: #03192E;
    min-height: 2.4375rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #D3D3D3;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease-in-out; }
    .hrb.header .header__strip > .container {
      width: 100%; }
      .hrb.header .header__strip > .container .right__wrapper ul {
        display: flex;
        justify-content: flex-end; }
        .hrb.header .header__strip > .container .right__wrapper ul li:nth-child(1) a {
          margin-left: 0 !important; }
        .hrb.header .header__strip > .container .right__wrapper ul li a {
          display: flex;
          justify-content: flex-end;
          margin-left: 1.75rem;
          align-items: center;
          text-decoration: none;
          transition: all 0.1s ease-in-out; }
          @media screen and (max-width: 480px) {
            .hrb.header .header__strip > .container .right__wrapper ul li a {
              margin-left: 0.625rem; } }
          .hrb.header .header__strip > .container .right__wrapper ul li a:hover {
            text-decoration: underline;
            text-decoration-color: #FFFFFF; }
          .hrb.header .header__strip > .container .right__wrapper ul li a span {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            font-size: 0.75rem;
            line-height: 1.5rem;
            color: #FFFFFF;
            transition: all 0.3s ease-in-out; }
            @media screen and (max-width: 480px) {
              .hrb.header .header__strip > .container .right__wrapper ul li a span {
                font-size: 0.6875rem;
                line-height: 1.5rem; } }
          .hrb.header .header__strip > .container .right__wrapper ul li a img {
            min-width: 0.9375rem;
            max-width: 0.9375rem;
            min-height: 0.9375rem;
            max-height: 0.9375rem;
            margin-right: 0.5625rem; }
  .hrb.header .header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0;
    background-color: #FFFFFF;
    min-height: 4.5rem; }
    @media screen and (max-width: 950px) {
      .hrb.header .header__wrap .header-right__wrapper {
        position: relative;
        z-index: 3; }
        .hrb.header .header__wrap .header-right__wrapper .hamburger__wrapper {
          position: relative;
          z-index: 4; }
          .hrb.header .header__wrap .header-right__wrapper .hamburger__wrapper ul.hamburger {
            display: flex;
            flex-wrap: wrap;
            height: 1.75rem;
            width: 1.875rem;
            align-items: center;
            cursor: pointer; } }
      @media screen and (max-width: 950px) and (max-width: 950px) {
        .hrb.header .header__wrap .header-right__wrapper .hamburger__wrapper ul.hamburger {
          height: 1.5625rem;
          width: 1.6875rem; } }
    @media screen and (max-width: 950px) {
            .hrb.header .header__wrap .header-right__wrapper .hamburger__wrapper ul.hamburger li {
              width: 100%;
              transition: all 0.3s ease-in-out; }
              .hrb.header .header__wrap .header-right__wrapper .hamburger__wrapper ul.hamburger li span {
                display: block;
                width: 100%;
                background-color: #03192E;
                height: 0.125rem;
                transition: all 0.3s ease-in-out; }
            .hrb.header .header__wrap .header-right__wrapper .hamburger__wrapper ul.hamburger.menu-open li:nth-child(1) {
              transform: rotate(45deg) translate(6px, 6px); }
            .hrb.header .header__wrap .header-right__wrapper .hamburger__wrapper ul.hamburger.menu-open li:nth-child(2) {
              opacity: 0;
              transform: translateX(-30px); }
            .hrb.header .header__wrap .header-right__wrapper .hamburger__wrapper ul.hamburger.menu-open li:nth-child(3) {
              transform: rotate(-45deg) translate(6px, -6px); } }
    .hrb.header .header__wrap .header-right__wrapper .header__nav {
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 950px) {
        .hrb.header .header__wrap .header-right__wrapper .header__nav {
          position: fixed;
          height: 100vh;
          width: 100%;
          right: -100%;
          top: 0;
          flex-direction: column;
          z-index: 3;
          background: #03192E;
          color: #060c1f;
          justify-content: center;
          align-items: center;
          transition: all 0.3s ease-in-out; } }
      @media screen and (max-width: 950px) {
        .hrb.header .header__wrap .header-right__wrapper .header__nav ul {
          flex-wrap: wrap; } }
      .hrb.header .header__wrap .header-right__wrapper .header__nav ul li {
        margin-left: 1.875rem;
        margin-right: 0; }
        @media screen and (max-width: 950px) {
          .hrb.header .header__wrap .header-right__wrapper .header__nav ul li {
            margin-left: 0;
            margin-bottom: 1.25rem;
            width: 100%;
            text-align: center; } }
        .hrb.header .header__wrap .header-right__wrapper .header__nav ul li a {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 500;
          font-size: 1rem;
          line-height: 1.5rem;
          color: #000000;
          text-decoration: none;
          transition: all 0.3s ease-in-out; }
          @media screen and (max-width: 950px) {
            .hrb.header .header__wrap .header-right__wrapper .header__nav ul li a {
              color: #ffffff;
              padding: 7px;
              display: block;
              text-underline-offset: 0.3125rem; }
              .hrb.header .header__wrap .header-right__wrapper .header__nav ul li a:hover {
                color: #FFFFFF !important;
                text-decoration: underline; } }
          .hrb.header .header__wrap .header-right__wrapper .header__nav ul li a:hover {
            color: #03192E; }
      @media screen and (min-width: 951px) {
        .hrb.header .header__wrap .header-right__wrapper .header__nav .button__wrapper {
          margin-left: 2.6875rem; } }
      @media screen and (max-width: 950px) {
        .hrb.header .header__wrap .header-right__wrapper .header__nav .button__wrapper {
          margin-top: 1.25rem;
          display: block; } }
      .hrb.header .header__wrap .header-right__wrapper .header__nav .button__wrapper .btn {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 0.625rem 1.125rem;
        border-radius: 4px;
        text-decoration: none;
        transition: all 0.3s ease-in-out; }
        .hrb.header .header__wrap .header-right__wrapper .header__nav .button__wrapper .btn:hover {
          background-color: #03192E; }
        @media screen and (max-width: 950px) {
          .hrb.header .header__wrap .header-right__wrapper .header__nav .button__wrapper .btn {
            border: 1px solid transparent; }
            .hrb.header .header__wrap .header-right__wrapper .header__nav .button__wrapper .btn:hover {
              border: 1px solid #FFFFFF; } }
    .hrb.header .header__wrap .header-left__wrapper h1 {
      display: flex;
      align-items: center; }
      .hrb.header .header__wrap .header-left__wrapper h1 a {
        display: flex;
        align-items: center; }
    .hrb.header .header__wrap .header-left__wrapper svg.svg path:nth-child(1) {
      transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 950px) {
      .hrb.header .header__wrap .header-left__wrapper svg {
        transform: scale(0.8);
        transform-origin: center left; } }
    @media screen and (max-width: 950px) {
      .hrb.header .header__wrap .header-left__wrapper {
        position: relative;
        z-index: 4; } }
  .hrb.header h1 {
    margin: 0; }
  .hrb.header .header__nav ul {
    display: flex;
    align-items: center; }
    .hrb.header .header__nav ul li {
      list-style: none;
      display: inline-block;
      margin: 0 0.625rem; }
  .hrb.header .header__nav a {
    color: #fff; }
    .hrb.header .header__nav a.active {
      color: #e4675b; }

main.main {
  padding-top: 6.9375rem;
  transition: all 0.3s ease-in-out; }

body.menu-open {
  overflow: hidden; }
  body.menu-open main.main {
    padding-top: 4.5rem; }
  body.menu-open .hrb.header {
    margin-top: -2.4375rem; }
    body.menu-open .hrb.header .header__strip {
      border-color: transparent; }
    @media screen and (max-width: 950px) {
      body.menu-open .hrb.header .header-left__wrapper svg.svg path:nth-child(1) {
        fill: #fff; } }
    @media screen and (max-width: 950px) {
      body.menu-open .hrb.header .header__wrap .header-right__wrapper .header__nav {
        right: 0; } }
    @media screen and (max-width: 950px) {
      body.menu-open .hrb.header .header__wrap .header-right__wrapper .hamburger__wrapper ul.hamburger li span {
        background-color: #FFFFFF; } }

.hrb.footer {
  background-color: #030B1F;
  border-top: 1px solid #E2E2E2; }
  .hrb.footer .footer__wrapper {
    padding: 2.1875rem 0;
    border-bottom: 1px solid #3B3B3C; }
    @media screen and (min-width: 769px) {
      .hrb.footer .footer__wrapper {
        padding: 2.8125rem 0; } }
    @media screen and (min-width: 951px) {
      .hrb.footer .footer__wrapper {
        padding: 4rem 0; } }
    .hrb.footer .footer__wrapper .footer-logo__wrapper a img {
      margin: 0 auto; }
    .hrb.footer .footer__wrapper .footer-nav__wrapper {
      margin-top: 1.25rem; }
      @media screen and (min-width: 769px) {
        .hrb.footer .footer__wrapper .footer-nav__wrapper {
          margin-top: 1.5625rem; } }
      @media screen and (min-width: 951px) {
        .hrb.footer .footer__wrapper .footer-nav__wrapper {
          margin-top: 2rem; } }
      .hrb.footer .footer__wrapper .footer-nav__wrapper ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .hrb.footer .footer__wrapper .footer-nav__wrapper ul li {
          margin: 0 0.3125rem; }
          @media screen and (max-width: 950px) {
            .hrb.footer .footer__wrapper .footer-nav__wrapper ul li {
              margin: 0.25rem 0.3125rem; } }
          .hrb.footer .footer__wrapper .footer-nav__wrapper ul li a {
            padding: 0 0.6875rem;
            font-family: 'Inter';
            font-style: normal;
            font-weight: 500;
            font-size: 0.875rem;
            line-height: 1.5;
            font-family: "Inter", sans-serif;
            color: #FFFFFF;
            transition: all 0.1s ease-in-out;
            text-decoration: none;
            text-decoration-color: #FFFFFF;
            text-underline-offset: 4px; }
            @media screen and (min-width: 769px) {
              .hrb.footer .footer__wrapper .footer-nav__wrapper ul li a {
                font-size: 0.9375rem; } }
            @media screen and (min-width: 951px) {
              .hrb.footer .footer__wrapper .footer-nav__wrapper ul li a {
                font-size: 1rem; } }
            .hrb.footer .footer__wrapper .footer-nav__wrapper ul li a:hover {
              text-decoration: underline; }
  .hrb.footer .footer__bottom {
    padding: 1.25rem 0 1.5625rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (min-width: 481px) {
      .hrb.footer .footer__bottom {
        justify-content: space-between; } }
    @media screen and (min-width: 769px) {
      .hrb.footer .footer__bottom {
        flex-wrap: nowrap;
        padding: 1.5625rem 0 1.875rem; } }
    @media screen and (min-width: 951px) {
      .hrb.footer .footer__bottom {
        padding: 2rem 0 3rem; } }
    @media screen and (max-width: 480px) {
      .hrb.footer .footer__bottom .left__wrapper {
        margin-bottom: 8px; } }
    .hrb.footer .footer__bottom .left__wrapper p {
      font-family: 'Inter';
      font-style: normal;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.5;
      color: #7D7D7D; }
      @media screen and (min-width: 769px) {
        .hrb.footer .footer__bottom .left__wrapper p {
          font-size: 0.9375rem; } }
      @media screen and (min-width: 951px) {
        .hrb.footer .footer__bottom .left__wrapper p {
          font-size: 1rem; } }
    .hrb.footer .footer__bottom .right__wrapper ul {
      display: flex;
      justify-content: flex-end; }
      .hrb.footer .footer__bottom .right__wrapper ul li {
        margin-left: 1rem; }
        @media screen and (max-width: 480px) {
          .hrb.footer .footer__bottom .right__wrapper ul li {
            margin: 0 10px; } }
        .hrb.footer .footer__bottom .right__wrapper ul li a {
          font-family: 'Inter';
          font-style: normal;
          font-weight: 400;
          font-size: 0.875rem;
          line-height: 1.5;
          color: #7D7D7D;
          text-decoration: none;
          transition: all 0.1s ease-in-out;
          text-decoration: none;
          text-decoration-color: #7D7D7D;
          text-underline-offset: 4px; }
          @media screen and (min-width: 769px) {
            .hrb.footer .footer__bottom .right__wrapper ul li a {
              font-size: 0.9375rem; } }
          @media screen and (min-width: 951px) {
            .hrb.footer .footer__bottom .right__wrapper ul li a {
              font-size: 1rem; } }
          .hrb.footer .footer__bottom .right__wrapper ul li a:hover {
            text-decoration: underline; }

ul, ol {
  margin: 0;
  padding: 0; }
  ul li, ol li {
    list-style: none; }

p {
  font-size: 1em;
  line-height: 1.125;
  margin: 0 0 1.25rem; }
  p:last-of-type {
    margin: 0; }
  p:empty {
    display: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.25rem; }

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

.btn {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  padding: 0.625rem 1.125rem;
  border-radius: 4px;
  background-color: #025099;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 951px) {
    .btn {
      font-size: 1rem; } }
  .btn:hover {
    background-color: #03192E; }
  .btn--blue {
    color: #FFFFFF;
    background-color: #025099; }
    .btn--blue:hover {
      background-color: #03192E; }

.section-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.25rem;
  line-height: 3.75rem;
  letter-spacing: -0.02em;
  margin-bottom: 0; }
  .section-title--lg {
    font-size: 3.375rem; }

::-moz-selection {
  /* Code for Firefox */
  color: #FFFFFF;
  background: #03192E; }

::selection {
  color: #FFFFFF;
  background: #03192E; }

main.main {
  overflow: hidden; }

@media screen and (max-width: 1199px) {
  h2.section-title {
    font-size: 3rem;
    line-height: 1.1111;
    margin-bottom: 1.375rem; } }

@media screen and (max-width: 950px) {
  h2.section-title {
    font-size: 2.5rem;
    line-height: 1.1111;
    margin-bottom: 1.375rem; } }

@media screen and (max-width: 767px) {
  h2.section-title {
    font-size: 2.1875rem;
    margin-bottom: 1.125rem; } }

@media screen and (max-width: 480px) {
  h2.section-title {
    font-size: 1.875rem;
    margin-bottom: 0.8125rem; } }

input, textarea {
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #667085; }
  input::placeholder, textarea::placeholder {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #667085; }

textarea {
  height: auto !important; }

.container {
  max-width: 95%;
  margin: 0 auto;
  padding: 0 0.9375rem;
  width: 100%; }
  @media screen and (min-width: 1321px) {
    .container {
      max-width: 90%; } }
  @media screen and (min-width: 1321px) {
    .container {
      max-width: 1254px; } }

body {
  background-color: #03192E; }

.hide {
  opacity: 0;
  pointer-events: none; }

/**
 * Box model adjustments
 * `border-box`... ALL THE THINGS - http://cbrac.co/RQrDL5
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
  * 1. Force a vertical scrollbar - http://cbrac.co/163MspB
  * NOTE: Use `text-rendering` with caution - http://cbrac.co/SJt8p1
  * NOTE: Avoid the webkit anti-aliasing trap - http://cbrac.co/TAdhbH
  * NOTE: IE for Windows Phone 8 ignores `-ms-text-size-adjust` if the
  *       viewport <meta> tag is used - http://cbrac.co/1cFrAvl
  */
html {
  font-size: 100%;
  overflow-y: scroll;
  /* 1 */
  min-height: 100%; }

/**
  * 1. Inherits percentage declared on above <html> as base `font-size`
  * 2. Unitless `line-height`, which acts as multiple of base `font-size`
  */
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  color: #444; }

/* Page wrapper */
.wrapper {
  width: 90%;
  max-width: 800px;
  margin: 4em auto;
  text-align: center; }

/* Icons */
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.333;
  text-rendering: optimizeLegibility; }

/**
  * Modals ($modals)
  */
/* 1. Ensure this sits above everything when visible */
.modal {
  position: fixed;
  z-index: 9999999;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%; }

.modal.is-visible {
  visibility: visible; }

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s; }

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.modal-wrapper {
  position: absolute;
  z-index: 999999;
  top: 6em;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 700px;
  max-width: 85%;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  padding: 30px 15px;
  border-radius: 8px;
  padding-top: 40px; }
  .modal-wrapper * {
    font-family: "Poppins", sans-serif; }
  @media screen and (min-width: 769px) {
    .modal-wrapper {
      padding-top: 30px; } }

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0; }

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1; }

.modal-header,
.modal-content {
  padding: 1em;
  padding-bottom: 15px;
  padding-top: 0; }
  .modal-header p,
  .modal-content p {
    font-size: 14px;
    line-height: 1.5; }
    @media screen and (min-width: 769px) {
      .modal-header p,
      .modal-content p {
        font-size: 18px; } }

.modal-content {
  padding-bottom: 0; }
  .modal-content p {
    margin-bottom: 10px; }

.modal-header {
  position: relative;
  background-color: #fff;
  width: calc(100% - 12.66px); }
  @media screen and (min-width: 769px) {
    .modal-header {
      width: calc(100% - 42.66px); } }

.modal-close {
  position: absolute;
  top: -39px;
  right: -25px;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
  cursor: pointer; }
  @media screen and (min-width: 769px) {
    .modal-close {
      top: -22px;
      right: -48px; } }

.modal-close:hover {
  color: #777; }

.modal-heading {
  font-size: 20px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  border-bottom: 1px solid #043b63;
  padding-bottom: 3px; }
  @media screen and (min-width: 769px) {
    .modal-heading {
      font-size: 24px; } }

.modal-content > *:first-child {
  margin-top: 0; }

.modal-content > *:last-child {
  margin-bottom: 0; }

body.modal-open {
  overflow: hidden;
  max-height: 100%; }

.section-banner {
  background-color: #03192E; }
  .section-banner--home {
    position: relative;
    min-height: 36.875rem; }
    .section-banner--home::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      min-height: 36.875rem;
      z-index: 1;
      background-size: cover;
      background-position: center;
      background-image: url("../images/home-banner-2x.webp"); }
    .section-banner--home .container {
      position: relative;
      z-index: 2; }
  .section-banner--about {
    position: relative;
    height: 17.5625rem; }
    @media screen and (max-width: 480px) {
      .section-banner--about {
        height: 11.875rem; } }
    .section-banner--about::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      min-height: 17.5625rem;
      z-index: 1;
      background-size: cover;
      background-position: center;
      background-image: url("../images/about-banner.webp"); }
      @media screen and (max-width: 480px) {
        .section-banner--about::before {
          min-height: 11.875rem; } }
    .section-banner--about .container {
      position: relative;
      z-index: 2; }
  .section-banner--contact {
    position: relative;
    height: 25.375rem; }
    @media screen and (max-width: 950px) {
      .section-banner--contact {
        height: 18.75rem; } }
    @media screen and (max-width: 480px) {
      .section-banner--contact {
        height: 11.875rem; } }
    .section-banner--contact::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      min-height: 25.375rem;
      z-index: 1;
      background-size: cover;
      background-position: center;
      background-image: url("../images/contact-banner.webp"); }
      @media screen and (max-width: 950px) {
        .section-banner--contact::before {
          min-height: 18.75rem; } }
      @media screen and (max-width: 480px) {
        .section-banner--contact::before {
          min-height: 11.875rem; } }

.banner {
  height: calc(100vh - 193px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 36.875rem; }
  @media screen and (max-width: 480px) {
    .banner {
      justify-content: center; } }
  .banner--home .banner-text__wrapper {
    max-width: 43.75rem; }
    @media screen and (max-width: 480px) {
      .banner--home .banner-text__wrapper {
        text-align: center;
        max-width: 17.5625rem; } }
    .banner--home .banner-text__wrapper h1 {
      font-family: "Poppins", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 2.8125rem;
      line-height: 1.11265;
      letter-spacing: -0.02em;
      color: #FFFFFF; }
      @media screen and (min-width: 769px) {
        .banner--home .banner-text__wrapper h1 {
          font-size: 3.5625rem;
          line-height: 1.01265; } }
      @media screen and (min-width: 951px) {
        .banner--home .banner-text__wrapper h1 {
          font-size: 5rem; } }
      @media screen and (max-width: 480px) {
        .banner--home .banner-text__wrapper h1 {
          padding: 0 20px; } }
    .banner--home .banner-text__wrapper p {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.5;
      color: #FFFFFF;
      margin-bottom: 1.5rem; }
      @media screen and (min-width: 951px) {
        .banner--home .banner-text__wrapper p {
          font-size: 1.25rem; } }
    .banner--home .banner-text__wrapper a.btn {
      background: #FFFFFF;
      box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
      border-radius: 4px;
      color: #000000; }
      .banner--home .banner-text__wrapper a.btn:hover {
        background-color: #03192E;
        color: #FFFFFF; }
  .banner--about {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 17.5625rem;
    height: 100%; }
    @media screen and (max-width: 480px) {
      .banner--about {
        min-height: 11.875rem; } }
    .banner--about .banner-text__wrapper h1 {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 600;
      font-size: 2.1875rem;
      line-height: 1.12857;
      letter-spacing: -0.02em;
      color: #FFFFFF;
      margin: 0; }
      @media screen and (min-width: 769px) {
        .banner--about .banner-text__wrapper h1 {
          font-size: 2.8125rem; } }
      @media screen and (min-width: 951px) {
        .banner--about .banner-text__wrapper h1 {
          font-size: 3.75rem; } }
      @media screen and (min-width: 1200px) {
        .banner--about .banner-text__wrapper h1 {
          font-size: 4.375rem; } }

.banner-bottom {
  min-height: 5.0625rem;
  background-color: #030B1F;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.25rem 0; }
  .banner-bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    .banner-bottom ul li {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0 10px; }
      @media screen and (max-width: 950px) {
        .banner-bottom ul li {
          width: calc(50% - 20px);
          justify-content: center;
          margin: 10px 0; } }
      @media screen and (max-width: 767px) {
        .banner-bottom ul li {
          margin: 4px 0; } }
      @media screen and (max-width: 600px) {
        .banner-bottom ul li {
          width: calc(100% - 20px); } }
      .banner-bottom ul li span {
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.625rem;
        line-height: 1.5;
        text-align: center;
        letter-spacing: -0.01em;
        color: #FFFFFF; }
        @media screen and (max-width: 767px) {
          .banner-bottom ul li span {
            font-size: 1.4375rem; } }
      .banner-bottom ul li p {
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: center;
        letter-spacing: -0.01em;
        color: #989595;
        margin-left: 1.25rem; }

.section-contact-blocks {
  position: relative;
  z-index: 2;
  padding: 3rem 0 2.5rem;
  background-color: #ffffff; }

.contact-blocks .contact-blocks__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (min-width: 481px) {
    .contact-blocks .contact-blocks__wrapper {
      margin: 0 -0.75rem; } }
  .contact-blocks .contact-blocks__wrapper .cb-single {
    padding: 1.25rem;
    background: #F5F5F5;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center; }
    @media screen and (min-width: 481px) {
      .contact-blocks .contact-blocks__wrapper .cb-single {
        margin: 0 0.75rem;
        margin-bottom: 1.5rem;
        padding: 1.125rem;
        width: calc(50% - 24px);
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      .contact-blocks .contact-blocks__wrapper .cb-single {
        padding: 1.5rem;
        width: calc(25% - 24px);
        margin-bottom: 0 !important; } }
    .contact-blocks .contact-blocks__wrapper .cb-single:nth-last-child(1) {
      margin-bottom: 0rem !important; }
    @media screen and (min-width: 481px) {
      .contact-blocks .contact-blocks__wrapper .cb-single:nth-last-child(1), .contact-blocks .contact-blocks__wrapper .cb-single:nth-last-child(2) {
        margin-bottom: 0; } }
    .contact-blocks .contact-blocks__wrapper .cb-single .icon__wrapper {
      background: #025099;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2.1875rem;
      height: 2.1875rem;
      margin-bottom: 1.125rem; }
      @media screen and (min-width: 769px) {
        .contact-blocks .contact-blocks__wrapper .cb-single .icon__wrapper {
          margin-bottom: 1.375rem;
          width: 2.5rem;
          height: 2.5rem; } }
      @media screen and (min-width: 1200px) {
        .contact-blocks .contact-blocks__wrapper .cb-single .icon__wrapper {
          margin-bottom: 1.9375rem;
          width: 3rem;
          height: 3rem; } }
      .contact-blocks .contact-blocks__wrapper .cb-single .icon__wrapper img {
        width: 0.9375rem;
        height: 0.9375rem; }
        @media screen and (min-width: 769px) {
          .contact-blocks .contact-blocks__wrapper .cb-single .icon__wrapper img {
            width: 1.125rem;
            height: 1.125rem; } }
        @media screen and (min-width: 1200px) {
          .contact-blocks .contact-blocks__wrapper .cb-single .icon__wrapper img {
            width: 1.5rem;
            height: 1.5rem; } }
    .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper span {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.5;
      color: #000000;
      margin-bottom: 0.25rem;
      display: block; }
      @media screen and (min-width: 769px) {
        .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper span {
          font-size: 1.125rem;
          margin-bottom: 0.375rem; } }
      @media screen and (min-width: 1200px) {
        .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper span {
          font-size: 1.25rem;
          margin-bottom: 0.5rem; } }
    .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper p, .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper a {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.5;
      color: #222222;
      display: block;
      margin-bottom: 0.8125rem; }
      @media screen and (min-width: 769px) {
        .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper p, .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper a {
          font-size: 0.9375rem;
          margin-bottom: 0.9375rem; } }
      @media screen and (min-width: 1200px) {
        .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper p, .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper a {
          font-size: 1rem;
          margin-bottom: 1.25rem; } }
    .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper a {
      margin-bottom: 0;
      font-weight: 500 !important;
      text-underline-offset: 4px; }
      @media screen and (min-width: 769px) {
        .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper a {
          text-decoration: none; } }
      .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper a:hover {
        text-decoration: underline; }
      .contact-blocks .contact-blocks__wrapper .cb-single .text__wrapper a p {
        margin-bottom: 0;
        font-weight: 500 !important; }

.hrb.contact-form .contact-form__wrapper {
  padding: 2.625rem 2.5rem 2.625rem 3.375rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-top: -17.625rem;
  margin-bottom: 3rem; }
  @media screen and (max-width: 950px) {
    .hrb.contact-form .contact-form__wrapper {
      padding: 1.875rem;
      margin-top: -11.375rem; } }
  @media screen and (max-width: 767px) {
    .hrb.contact-form .contact-form__wrapper {
      padding: 2.1875rem 1.25rem; } }
  .hrb.contact-form .contact-form__wrapper .cf-title__wrapper {
    display: block;
    margin-bottom: 3rem;
    text-align: center; }
    .hrb.contact-form .contact-form__wrapper .cf-title__wrapper h2 {
      font-family: "Poppins", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 3.25rem;
      line-height: 1.1538;
      letter-spacing: -0.02em;
      color: #000000;
      margin-bottom: 0.8125rem; }
      @media screen and (max-width: 1199px) {
        .hrb.contact-form .contact-form__wrapper .cf-title__wrapper h2 {
          font-size: 3rem;
          line-height: 1.1111;
          margin-bottom: 0.8125rem; } }
      @media screen and (max-width: 950px) {
        .hrb.contact-form .contact-form__wrapper .cf-title__wrapper h2 {
          font-size: 2.5rem;
          line-height: 1.1111;
          margin-bottom: 0.625rem; } }
      @media screen and (max-width: 767px) {
        .hrb.contact-form .contact-form__wrapper .cf-title__wrapper h2 {
          font-size: 2.1875rem; } }
      @media screen and (max-width: 480px) {
        .hrb.contact-form .contact-form__wrapper .cf-title__wrapper h2 {
          font-size: 1.875rem; } }
    .hrb.contact-form .contact-form__wrapper .cf-title__wrapper p {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.25rem;
      line-height: 1.5;
      color: #667085;
      margin-bottom: 1.25rem; }
      @media screen and (max-width: 950px) {
        .hrb.contact-form .contact-form__wrapper .cf-title__wrapper p {
          font-size: 1.125rem; } }
      @media screen and (max-width: 767px) {
        .hrb.contact-form .contact-form__wrapper .cf-title__wrapper p {
          font-size: 1rem; } }
  .hrb.contact-form .contact-form__wrapper .cf-column__wrapper {
    display: flex;
    flex-wrap: nowrap; }
    @media screen and (max-width: 950px) {
      .hrb.contact-form .contact-form__wrapper .cf-column__wrapper {
        flex-wrap: wrap; } }
    .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column {
      margin-right: 3.125rem;
      width: 42.5%; }
      @media screen and (max-width: 950px) {
        .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column {
          width: 100%;
          margin-right: 0; } }
      .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group__row {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 1.5rem; }
        @media screen and (max-width: 950px) {
          .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group__row {
            flex-wrap: wrap; } }
        .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group__row .form-group {
          margin-bottom: 0; }
          .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group__row .form-group:nth-child(1) {
            margin-right: 2rem; }
            @media screen and (max-width: 1199px) {
              .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group__row .form-group:nth-child(1) {
                margin-right: 1.25rem; } }
            @media screen and (max-width: 950px) {
              .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group__row .form-group:nth-child(1) {
                margin-right: 0rem; } }
          @media screen and (max-width: 950px) {
            .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group__row .form-group {
              margin-right: 0rem;
              margin-bottom: 1.5rem;
              width: 100%; }
              .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group__row .form-group:nth-last-child(1) {
                margin-bottom: 0; } }
      .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1.5rem; }
        .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group label {
          width: 100%;
          margin-bottom: 0.375rem;
          font-family: "Inter", sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 0.875rem;
          line-height: 1.4285;
          color: #344054; }
        .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group input, .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group .iti, .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group textarea {
          width: 100%; }
        .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group.submit {
          margin-top: 2.5rem;
          margin-bottom: 0; }
          @media screen and (max-width: 950px) {
            .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group.submit {
              margin-top: 1.25rem; } }
          .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group.submit button {
            border: none;
            min-height: 3.625rem;
            width: 100%;
            font-family: "Inter", sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 1.125rem;
            line-height: 1.3333;
            cursor: pointer; }
            @media screen and (max-width: 950px) {
              .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-left__column .cf-form__wrapper form .form-group.submit button {
                font-size: 1rem; } }
    .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-right__column {
      width: 57.5%; }
      @media screen and (max-width: 950px) {
        .hrb.contact-form .contact-form__wrapper .cf-column__wrapper .cf-right__column {
          width: 100%;
          margin-top: 3.125rem; } }

.section-counter-about {
  background-color: #F7F7F7;
  padding: 3.125rem 0 3.125rem; }
  @media screen and (min-width: 769px) {
    .section-counter-about {
      padding: 3.75rem 0 2.8125rem; } }
  @media screen and (min-width: 951px) {
    .section-counter-about {
      padding: 5.625rem 0 4rem; } }

.hrb.counter-about .counter-about__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (min-width: 769px) {
    .hrb.counter-about .counter-about__wrapper {
      margin: 0 -0.9375rem; } }
  .hrb.counter-about .counter-about__wrapper .ca-column {
    width: 100%;
    margin-bottom: 1.875rem; }
    .hrb.counter-about .counter-about__wrapper .ca-column:nth-last-child(1) {
      margin-bottom: 0; }
    @media screen and (min-width: 769px) {
      .hrb.counter-about .counter-about__wrapper .ca-column {
        width: 50%;
        padding: 0 15px; }
        .hrb.counter-about .counter-about__wrapper .ca-column:nth-last-child(1), .hrb.counter-about .counter-about__wrapper .ca-column:nth-last-child(2) {
          margin-bottom: 0; } }
    @media screen and (min-width: 951px) {
      .hrb.counter-about .counter-about__wrapper .ca-column {
        width: 25%;
        margin-bottom: 0rem; } }
    .hrb.counter-about .counter-about__wrapper .ca-column h3 {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 2.1875rem;
      line-height: 1.44;
      letter-spacing: -0.02em;
      color: #030B1F;
      margin-bottom: 0.75rem; }
      @media screen and (min-width: 769px) {
        .hrb.counter-about .counter-about__wrapper .ca-column h3 {
          font-size: 2.5rem; } }
      @media screen and (min-width: 951px) {
        .hrb.counter-about .counter-about__wrapper .ca-column h3 {
          font-size: 2.8125rem; } }
      @media screen and (min-width: 1200px) {
        .hrb.counter-about .counter-about__wrapper .ca-column h3 {
          font-size: 3.125rem; } }
    .hrb.counter-about .counter-about__wrapper .ca-column span {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.5555;
      color: #101828;
      margin-bottom: 0.5rem; }
      @media screen and (min-width: 769px) {
        .hrb.counter-about .counter-about__wrapper .ca-column span {
          font-size: 1.0625rem; } }
      @media screen and (min-width: 951px) {
        .hrb.counter-about .counter-about__wrapper .ca-column span {
          font-size: 1.125rem; } }
    .hrb.counter-about .counter-about__wrapper .ca-column p {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      color: #667085; }
      @media screen and (max-width: 480px) {
        .hrb.counter-about .counter-about__wrapper .ca-column p {
          font-size: 14px; } }

.enquire-now-section {
  text-align: center;
  background-image: url("../images/home-enquire-now.webp");
  background-size: cover;
  background-position: center;
  padding: 3.125rem 0 3.125rem; }
  @media screen and (min-width: 769px) {
    .enquire-now-section {
      padding: 4rem 0 2.8125rem; } }
  @media screen and (min-width: 951px) {
    .enquire-now-section {
      padding: 8.0625rem 0 6.5625rem; } }
  .enquire-now-section .enquire-now {
    max-width: 56.25rem;
    margin: 0 auto; }
    .enquire-now-section .enquire-now h2 {
      font-size: 3.5625rem;
      margin-bottom: 1.125rem;
      color: #FFFFFF;
      letter-spacing: -0.02em;
      line-height: 1.05; }
      @media screen and (min-width: 769px) {
        .enquire-now-section .enquire-now h2 {
          margin-bottom: 1.25rem; } }
      @media screen and (min-width: 951px) {
        .enquire-now-section .enquire-now h2 {
          margin-bottom: 1.625rem; } }
      @media screen and (min-width: 1200px) {
        .enquire-now-section .enquire-now h2 {
          margin-bottom: 1.875rem; } }
      @media screen and (max-width: 1199px) {
        .enquire-now-section .enquire-now h2 {
          font-size: 3rem; } }
      @media screen and (max-width: 950px) {
        .enquire-now-section .enquire-now h2 {
          font-size: 2.5rem; } }
      @media screen and (max-width: 767px) {
        .enquire-now-section .enquire-now h2 {
          font-size: 2.1875rem;
          line-height: 1.111; } }
      @media screen and (max-width: 480px) {
        .enquire-now-section .enquire-now h2 {
          font-size: 1.875rem; } }
    .enquire-now-section .enquire-now p {
      font-family: "Poppins", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 0.9375rem;
      line-height: 1.8;
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 3.0625rem; }
      @media screen and (max-width: 1199px) {
        .enquire-now-section .enquire-now p {
          font-size: 0.875rem;
          margin-bottom: 1.875rem; } }
      @media screen and (max-width: 767px) {
        .enquire-now-section .enquire-now p {
          font-size: 0.8125rem;
          margin-bottom: 1.25rem; } }
    .enquire-now-section .enquire-now .button__wrapper a.btn {
      min-height: 3.375rem;
      min-width: 11.25rem;
      font-size: 18px;
      line-height: 1.33333; }
      @media screen and (max-width: 950px) {
        .enquire-now-section .enquire-now .button__wrapper a.btn {
          font-size: 1rem;
          text-align: center;
          padding: 0.90625rem 1.875rem;
          min-width: 10.75rem; } }
      @media screen and (max-width: 767px) {
        .enquire-now-section .enquire-now .button__wrapper a.btn {
          padding: 0.75rem 1.5625rem;
          min-width: 9.5rem;
          min-height: 3.125rem; } }

.how-we-became-section {
  background-color: #ffffff; }

.hrb.how-we-became {
  padding: 3.125rem 0 3.125rem; }
  @media screen and (min-width: 769px) {
    .hrb.how-we-became {
      padding: 4.375rem 0 4.375rem; } }
  @media screen and (min-width: 951px) {
    .hrb.how-we-became {
      padding: 6.9375rem 0 6.8125rem; } }
  .hrb.how-we-became .hwb__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .hrb.how-we-became .hwb__wrapper .left__wrapper {
      width: 100%;
      margin-bottom: 1.875rem; }
      @media screen and (min-width: 769px) {
        .hrb.how-we-became .hwb__wrapper .left__wrapper {
          width: 44.34%;
          margin-bottom: 0; } }
      @media screen and (min-width: 951px) {
        .hrb.how-we-became .hwb__wrapper .left__wrapper {
          width: 45.34%; } }
      @media screen and (min-width: 1200px) {
        .hrb.how-we-became .hwb__wrapper .left__wrapper {
          width: 41.34%; } }
    .hrb.how-we-became .hwb__wrapper .right__wrapper {
      width: 100%;
      padding-right: 2.8834%;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 769px) {
        .hrb.how-we-became .hwb__wrapper .right__wrapper {
          padding-right: 0%;
          width: 47.775%; } }
      @media screen and (min-width: 951px) {
        .hrb.how-we-became .hwb__wrapper .right__wrapper {
          padding-right: 5.8834%; } }
      @media screen and (min-width: 1200px) {
        .hrb.how-we-became .hwb__wrapper .right__wrapper {
          width: 48.775%; } }
      .hrb.how-we-became .hwb__wrapper .right__wrapper h2 {
        color: #030B1F;
        margin-bottom: 1.5625rem; }
      .hrb.how-we-became .hwb__wrapper .right__wrapper p {
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.0625rem;
        line-height: 1.7647;
        color: #344054;
        margin-bottom: 1.6875rem; }
        @media screen and (max-width: 950px) {
          .hrb.how-we-became .hwb__wrapper .right__wrapper p {
            font-size: 0.9375rem;
            margin-bottom: 1.4375rem; } }
        @media screen and (max-width: 767px) {
          .hrb.how-we-became .hwb__wrapper .right__wrapper p {
            font-size: 0.875rem;
            margin-bottom: 1.25rem; } }
        @media screen and (max-width: 480px) {
          .hrb.how-we-became .hwb__wrapper .right__wrapper p {
            font-size: 0.8125rem; } }
      .hrb.how-we-became .hwb__wrapper .right__wrapper .button__wrapper {
        display: block; }
        .hrb.how-we-became .hwb__wrapper .right__wrapper .button__wrapper a.btn {
          font-size: 1.125rem;
          line-height: 1.3333;
          padding: 0.90625rem 2.5rem;
          font-weight: 600;
          letter-spacing: normal;
          min-width: 11.375rem;
          display: inline-block; }
          @media screen and (max-width: 950px) {
            .hrb.how-we-became .hwb__wrapper .right__wrapper .button__wrapper a.btn {
              font-size: 1rem;
              text-align: center;
              padding: 0.90625rem 1.875rem;
              min-width: 10.75rem; } }
          @media screen and (max-width: 767px) {
            .hrb.how-we-became .hwb__wrapper .right__wrapper .button__wrapper a.btn {
              padding: 0.90625rem 1.5625rem;
              min-width: 9.5rem; } }

.our-clients-section {
  padding: 1.5625rem 1.5625rem;
  border-top: 1px solid #D6D6D6;
  background-color: #F8F8F8; }
  @media screen and (min-width: 769px) {
    .our-clients-section {
      padding: 2.1875rem 2.1875rem; } }
  @media screen and (min-width: 951px) {
    .our-clients-section {
      padding: 3rem 3rem; } }
  .our-clients-section .our-clients__wrapper ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -0.625rem; }
    .our-clients-section .our-clients__wrapper ul li {
      margin: 0 0.625rem; }
      .our-clients-section .our-clients__wrapper ul li img {
        object-fit: contain;
        object-position: center; }

.our-services-section {
  background-color: #FFFFFF;
  padding: 3.125rem 0 3.125rem; }
  @media screen and (min-width: 769px) {
    .our-services-section {
      padding: 4rem 0 2.8125rem; } }
  @media screen and (min-width: 951px) {
    .our-services-section {
      padding: 4rem 0 2.8125rem; } }

.our-services .os-title__wrapper {
  margin-bottom: 2.625rem; }
  @media screen and (max-width: 950px) {
    .our-services .os-title__wrapper {
      margin-bottom: 2.1875rem; } }
  @media screen and (max-width: 767px) {
    .our-services .os-title__wrapper {
      margin-bottom: 2.0625rem; } }
  .our-services .os-title__wrapper h2 {
    color: #000000; }

.our-services .os-card__row {
  display: flex;
  justify-content: space-between;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  flex-wrap: wrap; }
  .our-services .os-card__row .os-card {
    margin: 0 0.5rem;
    margin-bottom: 1.4375rem;
    width: calc(100% - 16px); }
    @media screen and (min-width: 481px) {
      .our-services .os-card__row .os-card {
        width: calc(50% - 16px); } }
    @media screen and (min-width: 769px) {
      .our-services .os-card__row .os-card {
        width: calc(33.33% - 16px); } }
    .our-services .os-card__row .os-card .os-card__wrapper {
      background: #FFFFFF;
      padding: 1.9375rem 1.8125rem 1.75rem;
      border-radius: 8px;
      display: block;
      border: 1.5px solid #D5D5D5;
      border-radius: 0.5rem;
      padding-bottom: 1.75rem;
      text-decoration: none;
      height: 100%; }
      .our-services .os-card__row .os-card .os-card__wrapper:hover {
        background: #030B1F; }
        .our-services .os-card__row .os-card .os-card__wrapper:hover .os__description h3 {
          color: #FFFFFF; }
        .our-services .os-card__row .os-card .os-card__wrapper:hover .os__description .os-footer img.white {
          opacity: 1; }
        .our-services .os-card__row .os-card .os-card__wrapper:hover .os__description .os-footer img.dark {
          opacity: 0; }
      .our-services .os-card__row .os-card .os-card__wrapper .os__description {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: unset; }
        @media screen and (min-width: 481px) {
          .our-services .os-card__row .os-card .os-card__wrapper .os__description {
            min-height: 6.25rem; } }
        @media screen and (min-width: 951px) {
          .our-services .os-card__row .os-card .os-card__wrapper .os__description {
            min-height: 7.5rem; } }
        @media screen and (min-width: 1200px) {
          .our-services .os-card__row .os-card .os-card__wrapper .os__description {
            min-height: 9.375rem; } }
        @media screen and (max-width: 480px) {
          .our-services .os-card__row .os-card .os-card__wrapper .os__description {
            position: relative;
            padding-right: 1.875rem; } }
        @media screen and (max-width: 767px) {
          .our-services .os-card__row .os-card .os-card__wrapper .os__description .os-description__title {
            margin-bottom: 0px; } }
        .our-services .os-card__row .os-card .os-card__wrapper .os__description h3 {
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 600;
          font-size: 1rem;
          line-height: 1.45833;
          letter-spacing: -0.02em;
          color: #190409;
          margin-bottom: 0; }
          @media screen and (min-width: 769px) {
            .our-services .os-card__row .os-card .os-card__wrapper .os__description h3 {
              font-size: 1.125rem; } }
          @media screen and (min-width: 951px) {
            .our-services .os-card__row .os-card .os-card__wrapper .os__description h3 {
              font-size: 1.375rem; } }
          @media screen and (min-width: 1200px) {
            .our-services .os-card__row .os-card .os-card__wrapper .os__description h3 {
              font-size: 1.5rem; } }
        .our-services .os-card__row .os-card .os-card__wrapper .os__description p {
          font-family: "Poppins", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 0.9375rem;
          line-height: 1.6875rem;
          color: #344054; }
      .our-services .os-card__row .os-card .os-card__wrapper .os-footer {
        display: flex;
        justify-content: space-between;
        position: relative;
        height: 0.9375rem; }
        @media screen and (max-width: 480px) {
          .our-services .os-card__row .os-card .os-card__wrapper .os-footer {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            width: 0.9375rem; } }
        .our-services .os-card__row .os-card .os-card__wrapper .os-footer span {
          font-family: "Poppins", sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 1rem;
          line-height: 1.6875rem;
          color: #344054; }
        .our-services .os-card__row .os-card .os-card__wrapper .os-footer img, .our-services .os-card__row .os-card .os-card__wrapper .os-footer svg {
          width: 0.9375rem;
          height: 0.9375rem; }
        .our-services .os-card__row .os-card .os-card__wrapper .os-footer img {
          position: absolute;
          left: 0;
          top: 0; }
          .our-services .os-card__row .os-card .os-card__wrapper .os-footer img.white {
            opacity: 0; }
          .our-services .os-card__row .os-card .os-card__wrapper .os-footer img.dark {
            opacity: 1; }

.our-services .os-button__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.125rem; }
  .our-services .os-button__wrapper a.btn {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5rem;
    min-width: 12.625rem;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    text-align: center;
    min-height: 3.3125rem; }
    @media screen and (max-width: 950px) {
      .our-services .os-button__wrapper a.btn {
        font-size: 1rem;
        text-align: center;
        padding: 0.90625rem 1.875rem;
        min-width: 10.75rem; } }
    @media screen and (max-width: 767px) {
      .our-services .os-button__wrapper a.btn {
        padding: 0.75rem 1.5625rem;
        min-width: 9.5rem;
        min-height: 3.125rem; } }

.section-our-team {
  background-color: #ffffff;
  padding: 3.125rem 0 3.125rem; }
  @media screen and (min-width: 769px) {
    .section-our-team {
      padding: 3.75rem 0 2.8125rem; } }
  @media screen and (min-width: 951px) {
    .section-our-team {
      padding: 3.3125rem 0 8.3125rem; } }

.hrb.our-team .our-team__wrapper .ot-title__wrapper {
  text-align: center;
  margin-bottom: 2.125rem; }
  @media screen and (min-width: 769px) {
    .hrb.our-team .our-team__wrapper .ot-title__wrapper {
      margin-bottom: 2.75rem; } }
  @media screen and (min-width: 951px) {
    .hrb.our-team .our-team__wrapper .ot-title__wrapper {
      margin-bottom: 4rem; } }
  .hrb.our-team .our-team__wrapper .ot-title__wrapper h2 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 3.25rem;
    line-height: 1.1538;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 1.375rem; }
    @media screen and (max-width: 1199px) {
      .hrb.our-team .our-team__wrapper .ot-title__wrapper h2 {
        font-size: 3rem;
        line-height: 1.1111;
        margin-bottom: 1.375rem; } }
    @media screen and (max-width: 950px) {
      .hrb.our-team .our-team__wrapper .ot-title__wrapper h2 {
        font-size: 2.5rem;
        line-height: 1.1111;
        margin-bottom: 1.375rem; } }
    @media screen and (max-width: 767px) {
      .hrb.our-team .our-team__wrapper .ot-title__wrapper h2 {
        font-size: 2.1875rem;
        margin-bottom: 1.125rem; } }
    @media screen and (max-width: 480px) {
      .hrb.our-team .our-team__wrapper .ot-title__wrapper h2 {
        font-size: 1.875rem;
        margin-bottom: 0.8125rem; } }
  .hrb.our-team .our-team__wrapper .ot-title__wrapper p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    color: #667085;
    width: 48rem;
    max-width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1199px) {
      .hrb.our-team .our-team__wrapper .ot-title__wrapper p {
        font-size: 1.1875rem; } }
    @media screen and (max-width: 950px) {
      .hrb.our-team .our-team__wrapper .ot-title__wrapper p {
        font-size: 1.125rem; } }
    @media screen and (max-width: 767px) {
      .hrb.our-team .our-team__wrapper .ot-title__wrapper p {
        font-size: 1rem; } }
    @media screen and (max-width: 480px) {
      .hrb.our-team .our-team__wrapper .ot-title__wrapper p {
        font-size: 0.875rem; } }

.hrb.our-team .our-team__wrapper .ot-members__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.75rem;
  flex-wrap: wrap; }
  @media screen and (min-width: 1200px) {
    .hrb.our-team .our-team__wrapper .ot-members__wrapper {
      flex-wrap: nowrap; } }
  .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card {
    width: 100%;
    margin: 0 1rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 769px) {
      .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card {
        width: calc(50% - 32px);
        margin-bottom: 2rem; } }
    @media screen and (min-width: 1200px) {
      .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card {
        width: 33.333%; } }
    .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card > img {
      transition: all 1s ease-in-out;
      width: 100%; }
    .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card:hover > img {
      transform: scale(1.1); }
    .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr {
      position: absolute;
      bottom: 1.5rem;
      width: calc(100% - 48px);
      left: 1.5rem;
      z-index: 1;
      background: rgba(255, 255, 255, 0.3);
      border: 1px solid rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(30px);
      z-index: 2;
      padding: 0.9375rem 0.9375rem; }
      @media screen and (min-width: 769px) {
        .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr {
          padding: 1.125rem 0.9375rem; } }
      @media screen and (min-width: 951px) {
        .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr {
          padding: 1.25rem 1.125rem; } }
      @media screen and (min-width: 1200px) {
        .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr {
          padding: 1.5rem 1.25rem; } }
      .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-title__wrapper {
        position: relative;
        cursor: pointer; }
        .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-title__wrapper h3 {
          font-family: "Inter", sans-serif;
          font-style: normal;
          font-weight: 600;
          line-height: 1.26666;
          color: #FFFFFF;
          font-size: 1.25rem;
          margin-bottom: 0.625rem;
          padding-right: 2.125rem; }
          @media screen and (min-width: 769px) {
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-title__wrapper h3 {
              font-size: 1.5rem;
              margin-bottom: 0.75rem; } }
          @media screen and (min-width: 951px) {
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-title__wrapper h3 {
              font-size: 1.625rem;
              margin-bottom: 1rem; } }
          @media screen and (min-width: 1200px) {
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-title__wrapper h3 {
              font-size: 1.875rem;
              margin-bottom: 1rem; } }
        .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-title__wrapper span {
          font-family: "Inter", sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          line-height: 1.5555;
          color: #FFFFFF; }
          @media screen and (min-width: 769px) {
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-title__wrapper span {
              font-size: 16px; } }
          @media screen and (min-width: 951px) {
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-title__wrapper span {
              font-size: 17px; } }
          @media screen and (min-width: 1200px) {
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-title__wrapper span {
              font-size: 18px; } }
        .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-title__wrapper .ot-card-arrow {
          position: absolute;
          right: 0;
          top: 0rem; }
          @media screen and (min-width: 769px) {
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-title__wrapper .ot-card-arrow {
              top: 0.25rem; } }
          @media screen and (min-width: 951px) {
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-title__wrapper .ot-card-arrow {
              top: 0.375rem; } }
      .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-info__wrapper {
        display: none; }
        .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-info__wrapper p {
          margin-top: 0.25rem;
          font-family: "Inter", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 13px;
          line-height: 1.5;
          color: #FFFFFF; }
          @media screen and (min-width: 769px) {
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-info__wrapper p {
              font-size: 14px; } }
          @media screen and (min-width: 951px) {
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-info__wrapper p {
              font-size: 16px; } }
        .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-info__wrapper .otm-social__wrapper {
          margin-top: 1.125rem; }
          @media screen and (min-width: 769px) {
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-info__wrapper .otm-social__wrapper {
              margin-top: 1.375rem; } }
          @media screen and (min-width: 951px) {
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-info__wrapper .otm-social__wrapper {
              margin-top: 2rem; } }
          .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-info__wrapper .otm-social__wrapper ul {
            display: flex;
            justify-content: flex-start; }
            .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-info__wrapper .otm-social__wrapper ul li {
              margin-right: 1.25rem; }
              @media screen and (max-width: 950px) {
                .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-info__wrapper .otm-social__wrapper ul li img {
                  width: 1.375rem; } }
              @media screen and (max-width: 767px) {
                .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-info__wrapper .otm-social__wrapper ul li img {
                  width: 1.25rem; } }
              @media screen and (max-width: 480px) {
                .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card .ot-member__descr .otm-info__wrapper .otm-social__wrapper ul li img {
                  width: 1.125rem; } }
    .hrb.our-team .our-team__wrapper .ot-members__wrapper .ot-card::after {
      content: "";
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
      height: 45%;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1; }

.section-our-vision {
  background-color: #030B1F;
  padding: 3.125rem 0 3.125rem; }
  @media screen and (min-width: 769px) {
    .section-our-vision {
      padding: 3.75rem 0 2.8125rem; } }
  @media screen and (min-width: 951px) {
    .section-our-vision {
      padding: 5.1875rem 0 5.4375rem; } }

.hrb.our-vision .our-vision__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .hrb.our-vision .our-vision__wrapper .ov-left__wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 2.5rem; }
    @media screen and (min-width: 769px) {
      .hrb.our-vision .our-vision__wrapper .ov-left__wrapper {
        width: 57.9999%;
        padding-right: 5.98363%;
        margin-bottom: 0rem; } }
    @media screen and (min-width: 951px) {
      .hrb.our-vision .our-vision__wrapper .ov-left__wrapper {
        width: 52.9999%;
        padding-right: 9.98363%; } }
    .hrb.our-vision .our-vision__wrapper .ov-left__wrapper .ov-contents h2 {
      font-family: "Poppins", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 3.25rem;
      line-height: 1.1538;
      letter-spacing: -0.02em;
      color: #FFFFFF;
      margin-bottom: 1.6875rem; }
      @media screen and (max-width: 1199px) {
        .hrb.our-vision .our-vision__wrapper .ov-left__wrapper .ov-contents h2 {
          font-size: 3rem;
          line-height: 1.1111;
          margin-bottom: 1.375rem; } }
      @media screen and (max-width: 950px) {
        .hrb.our-vision .our-vision__wrapper .ov-left__wrapper .ov-contents h2 {
          font-size: 2.5rem;
          line-height: 1.1111;
          margin-bottom: 1.375rem; } }
      @media screen and (max-width: 767px) {
        .hrb.our-vision .our-vision__wrapper .ov-left__wrapper .ov-contents h2 {
          font-size: 2.1875rem;
          margin-bottom: 1.125rem; } }
      @media screen and (max-width: 480px) {
        .hrb.our-vision .our-vision__wrapper .ov-left__wrapper .ov-contents h2 {
          font-size: 1.875rem;
          margin-bottom: 0.8125rem; } }
    .hrb.our-vision .our-vision__wrapper .ov-left__wrapper .ov-contents p {
      font-family: "Poppins", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.0625rem;
      line-height: 1.76470;
      color: #D8D8D8;
      margin-bottom: 0rem; }
      @media screen and (max-width: 480px) {
        .hrb.our-vision .our-vision__wrapper .ov-left__wrapper .ov-contents p {
          font-size: 0.875rem; } }
  .hrb.our-vision .our-vision__wrapper .ov-right__wrapper {
    width: 100%;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .hrb.our-vision .our-vision__wrapper .ov-right__wrapper {
        width: 42%; } }
    @media screen and (min-width: 951px) {
      .hrb.our-vision .our-vision__wrapper .ov-right__wrapper {
        width: 47%; } }
    .hrb.our-vision .our-vision__wrapper .ov-right__wrapper .ov-image {
      border-radius: 8px; }
      .hrb.our-vision .our-vision__wrapper .ov-right__wrapper .ov-image img {
        width: 100%; }

.our-works-section {
  background-color: #030B1F;
  padding: 3.125rem 0 3.125rem;
  position: relative;
  z-index: 999; }
  @media screen and (min-width: 769px) {
    .our-works-section {
      padding: 4.6875rem 0 2rem; } }
  @media screen and (min-width: 951px) {
    .our-works-section {
      padding: 4.6875rem 0 2rem; } }
  @media screen and (min-width: 1200px) {
    .our-works-section {
      padding: 4.6875rem 0 2rem; } }
  .our-works-section--projects {
    padding: 3.125rem 0 3.125rem; }
    @media screen and (min-width: 769px) {
      .our-works-section--projects {
        padding: 4.6875rem 0 4.6875rem; } }
    @media screen and (min-width: 951px) {
      .our-works-section--projects {
        padding: 4.6875rem 0 4.6875rem; } }
    @media screen and (min-width: 1200px) {
      .our-works-section--projects {
        padding: 4.6875rem 0 4.6875rem; } }

.our-works {
  position: relative; }
  .our-works .ow-title__wrapper {
    margin-bottom: 4rem;
    z-index: 3;
    position: relative; }
    @media screen and (max-width: 950px) {
      .our-works .ow-title__wrapper {
        margin-bottom: 2.8125rem; } }
    @media screen and (max-width: 767px) {
      .our-works .ow-title__wrapper {
        margin-bottom: 2.0625rem; } }
    .our-works .ow-title__wrapper h2 {
      color: #FFFFFF; }
  .our-works .ow-card__row {
    display: flex;
    justify-content: space-between;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    position: relative;
    z-index: 99;
    flex-wrap: wrap; }
    .our-works .ow-card__row .ow-card {
      margin: 0 0.5rem;
      margin-bottom: 1rem;
      width: 100%; }
      @media screen and (min-width: 769px) {
        .our-works .ow-card__row .ow-card {
          width: calc(50% - 16px); } }
      @media screen and (min-width: 951px) {
        .our-works .ow-card__row .ow-card {
          width: calc(33.333% - 16px);
          margin-bottom: 2.5625rem; } }
      .our-works .ow-card__row .ow-card .ow-card__wrapper {
        background: #FFFFFF;
        box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        display: block; }
        .our-works .ow-card__row .ow-card .ow-card__wrapper .ow__image img {
          width: 100%; }
        .our-works .ow-card__row .ow-card .ow-card__wrapper .ow__description {
          padding: 1.875rem 1.25rem 1.25rem;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          cursor: pointer; }
          @media screen and (min-width: 769px) {
            .our-works .ow-card__row .ow-card .ow-card__wrapper .ow__description {
              padding: 1.875rem 1.25rem 1.25rem; } }
          @media screen and (min-width: 951px) {
            .our-works .ow-card__row .ow-card .ow-card__wrapper .ow__description {
              min-height: 16.3125rem;
              padding: 2.5625rem 1.5rem 1.3125rem; } }
          .our-works .ow-card__row .ow-card .ow-card__wrapper .ow__description .ow-description__title {
            margin-bottom: 1.25rem; }
            @media screen and (min-width: 951px) {
              .our-works .ow-card__row .ow-card .ow-card__wrapper .ow__description .ow-description__title {
                margin-bottom: 0rem; } }
          .our-works .ow-card__row .ow-card .ow-card__wrapper .ow__description h3 {
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 1.1875rem;
            line-height: 1.3333;
            letter-spacing: -0.02em;
            color: #190409;
            margin-bottom: 0.875rem; }
            @media screen and (min-width: 769px) {
              .our-works .ow-card__row .ow-card .ow-card__wrapper .ow__description h3 {
                font-size: 1.25rem; } }
            @media screen and (min-width: 951px) {
              .our-works .ow-card__row .ow-card .ow-card__wrapper .ow__description h3 {
                font-size: 1.5rem; } }
          .our-works .ow-card__row .ow-card .ow-card__wrapper .ow__description p {
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 0.8125rem;
            line-height: 1.8;
            color: #344054;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden; }
            @media screen and (min-width: 769px) {
              .our-works .ow-card__row .ow-card .ow-card__wrapper .ow__description p {
                font-size: 0.875rem; } }
            @media screen and (min-width: 951px) {
              .our-works .ow-card__row .ow-card .ow-card__wrapper .ow__description p {
                font-size: 0.9375rem; } }
        .our-works .ow-card__row .ow-card .ow-card__wrapper .ow-footer {
          display: flex;
          justify-content: space-between; }
          .our-works .ow-card__row .ow-card .ow-card__wrapper .ow-footer span {
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 1rem;
            line-height: 1.6875;
            color: #344054; }
            @media screen and (min-width: 769px) {
              .our-works .ow-card__row .ow-card .ow-card__wrapper .ow-footer span {
                font-size: 0.8125rem; } }
            @media screen and (min-width: 951px) {
              .our-works .ow-card__row .ow-card .ow-card__wrapper .ow-footer span {
                font-size: 0.9375rem; } }
          .our-works .ow-card__row .ow-card .ow-card__wrapper .ow-footer a img {
            width: 0.9375rem;
            height: 0.9375rem; }
  .our-works .ow-button__wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
    @media screen and (min-width: 951px) {
      .our-works .ow-button__wrapper {
        margin-top: 0; } }
    .our-works .ow-button__wrapper a.btn {
      font-weight: 600;
      font-size: 1.125rem;
      line-height: 1.5rem;
      min-width: 12.625rem;
      border-radius: 5px;
      box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
      text-align: center;
      min-height: 3.3125rem; }
      @media screen and (max-width: 950px) {
        .our-works .ow-button__wrapper a.btn {
          font-size: 1rem;
          text-align: center;
          padding: 0.90625rem 1.875rem;
          min-width: 10.75rem; } }
      @media screen and (max-width: 767px) {
        .our-works .ow-button__wrapper a.btn {
          padding: 0.75rem 1.5625rem;
          min-width: 9.5rem;
          min-height: 3.125rem; } }
  .our-works .ow-bg-icon {
    position: absolute;
    z-index: 0;
    top: -7%;
    right: -17.2%; }
    .our-works .ow-bg-icon img {
      transform: scale(0.6);
      transform-origin: right center; }
      @media screen and (min-width: 769px) {
        .our-works .ow-bg-icon img {
          transform: scale(0.7); } }
      @media screen and (min-width: 951px) {
        .our-works .ow-bg-icon img {
          transform: scale(0.75); } }
      @media screen and (min-width: 1200px) {
        .our-works .ow-bg-icon img {
          transform: none; } }

.hrb.story {
  background-color: #f9f9f9;
  padding: 3.125rem 0; }
  @media screen and (min-width: 951px) {
    .hrb.story {
      padding: 5.625rem 0; } }
  .hrb.story h2 {
    font-size: 1.875em;
    line-height: 1.2;
    margin: 0; }
  .hrb.story--red {
    background-color: #f1f1f1; }
  .hrb.story--pink {
    background-color: #f6f6f6; }
  .hrb.story a {
    color: #000; }
  .hrb.story .story__step {
    padding-bottom: 60px; }
    .hrb.story .story__step:last-of-type {
      padding-bottom: 0; }
  .hrb.story code {
    color: #fafafa;
    padding: 12px;
    display: block;
    background: #000;
    border-radius: 0.5rem; }
  .hrb.story .story__footer p {
    font-size: 0.625em;
    line-height: 1.5; }

.testimonials-section {
  padding: 3.125rem 0;
  background-color: #FFFFFF; }
  @media screen and (min-width: 769px) {
    .testimonials-section {
      padding: 4.75rem 0; } }
  @media screen and (min-width: 951px) {
    .testimonials-section {
      padding: 6rem 0; } }
  .testimonials-section .testimonials__prewrapper .testimonials__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .testimonials-section .testimonials__prewrapper .testimonials__wrapper {
        flex-wrap: wrap; } }
    .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper, .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper, .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper {
          width: 100%;
          padding: 0 !important; } }
    .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper {
      padding-right: 2.25rem; }
      .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .rating__wrapper {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 2rem; }
        .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .rating__wrapper li {
          margin-right: 0.25rem; }
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .rating__wrapper li img {
            width: 1.25rem;
            height: 1.25rem; }
      .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper h3 {
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 1.625rem;
        line-height: 1.25;
        letter-spacing: -0.02em;
        color: #101828;
        margin-bottom: 1.875rem; }
        @media screen and (min-width: 769px) {
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper h3 {
            font-size: 1.875rem;
            margin-bottom: 2.1875rem; } }
        @media screen and (min-width: 951px) {
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper h3 {
            font-size: 2.5rem;
            margin-bottom: 2.5rem; } }
        @media screen and (min-width: 1200px) {
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper h3 {
            font-size: 3rem;
            margin-bottom: 3rem; } }
      .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .testimonial__footer {
        display: flex;
        justify-content: space-between; }
        .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .testimonial__footer .t-author__wrapper {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap; }
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .testimonial__footer .t-author__wrapper span {
            width: 100%; }
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .testimonial__footer .t-author__wrapper span.name {
            font-family: "Inter", sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 1.125rem;
            line-height: 1.5555;
            color: #101828;
            margin-bottom: 0.25rem; }
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .testimonial__footer .t-author__wrapper span.role {
            font-family: "Inter", sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 1rem;
            color: #41464e;
            line-height: 1.5; }
      .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .t-slider__navigation {
        display: flex;
        justify-content: flex-end;
        margin-top: -3.5rem;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 767px) {
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .t-slider__navigation {
            margin-bottom: 2.5rem; } }
        .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .t-slider__navigation span:hover img {
          transform: scale(1.1); }
        .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .t-slider__navigation span {
          cursor: pointer;
          background-color: #ffffff;
          margin-left: 2rem; }
          @media screen and (max-width: 1199px) {
            .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .t-slider__navigation span {
              margin-left: 1.75rem; } }
          @media screen and (max-width: 950px) {
            .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .t-slider__navigation span {
              margin-left: 1.25rem; } }
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .t-slider__navigation span.left {
            margin-left: 0; }
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .t-slider__navigation span img {
            width: 3.5rem;
            height: 3.5rem;
            transition: all 0.15s ease-in-out; }
            @media screen and (max-width: 1199px) {
              .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .t-slider__navigation span img {
                width: 2.8125rem;
                height: 2.8125rem; } }
            @media screen and (max-width: 950px) {
              .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-left__wrapper .t-slider__navigation span img {
                width: 3.125rem;
                height: 3.125rem; } }
    .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper {
      padding-left: 2.25rem; }
      .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper {
        position: relative; }
        .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper > img {
          width: 100%; }
        .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper::after {
          content: "";
          height: 17.8125rem;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
          z-index: 1; }
        .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details {
          position: absolute;
          bottom: 0;
          width: 100%;
          left: 0;
          padding: 1.5rem;
          padding-bottom: 2rem;
          background: rgba(255, 255, 255, 0.3);
          backdrop-filter: blur(12px);
          display: flex;
          justify-content: space-between;
          z-index: 2; }
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details::before {
            content: "";
            position: absolute;
            top: 0;
            width: 100%;
            left: 0;
            height: 1px;
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(12px); }
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left {
            display: flex;
            flex-direction: column; }
            .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left h3 {
              font-family: "Inter", sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 1.375rem;
              line-height: 1.25;
              letter-spacing: -0.02em;
              color: #FFFFFF;
              margin-bottom: 1rem; }
              @media screen and (min-width: 769px) {
                .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left h3 {
                  font-size: 1.6875rem; } }
              @media screen and (min-width: 951px) {
                .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left h3 {
                  font-size: 2.1875rem; } }
              @media screen and (min-width: 1200px) {
                .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left h3 {
                  font-size: 3rem; } }
            .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left span.company {
              font-family: "Inter", sans-serif;
              font-style: normal;
              font-weight: 600;
              font-size: 1.125rem;
              line-height: 1.5;
              color: #FFFFFF; }
              @media screen and (max-width: 1199px) {
                .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left span.company {
                  font-size: 1.0625rem; } }
              @media screen and (max-width: 950px) {
                .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left span.company {
                  font-size: 1rem; } }
              @media screen and (max-width: 767px) {
                .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left span.company {
                  font-size: 0.875rem; } }
            .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left span.category {
              font-family: "Inter", sans-serif;
              font-style: normal;
              font-weight: 400;
              font-size: 1rem;
              line-height: 1.5;
              color: #FFFFFF; }
              @media screen and (max-width: 1199px) {
                .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left span.category {
                  font-size: 0.9375rem; } }
              @media screen and (max-width: 950px) {
                .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left span.category {
                  font-size: 0.875rem; } }
              @media screen and (max-width: 767px) {
                .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-left span.category {
                  font-size: 0.8125rem; } }
          .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-right ul {
            display: flex;
            justify-content: flex-end; }
            .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-right ul li {
              margin-left: 0.25rem; }
              .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-right ul li img {
                width: 0.9375rem;
                height: 0.9375rem; }
                @media screen and (min-width: 951px) {
                  .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-right ul li img {
                    width: 1.0625rem;
                    height: 1.0625rem; } }
                @media screen and (min-width: 1200px) {
                  .testimonials-section .testimonials__prewrapper .testimonials__wrapper .t-right__wrapper .t-author-details__wrapper .t-author-details .t-author-right ul li img {
                    width: 1.25rem;
                    height: 1.25rem; } }

.who-we-are-section {
  padding: 4.1875rem 0 4.1875rem;
  background-color: #FFFFFF; }

.hrb.who-we-are {
  padding-left: 16px; }
  @media screen and (max-width: 767px) {
    .hrb.who-we-are {
      padding-left: 0px !important; } }
  .hrb.who-we-are .who-we-are__wrapper {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .hrb.who-we-are .who-we-are__wrapper {
        flex-wrap: wrap; } }
    .hrb.who-we-are .who-we-are__wrapper .wwa-left__wrapper {
      margin-right: 5rem; }
      @media screen and (max-width: 1199px) {
        .hrb.who-we-are .who-we-are__wrapper .wwa-left__wrapper {
          margin-right: 3.75rem; } }
      @media screen and (max-width: 767px) {
        .hrb.who-we-are .who-we-are__wrapper .wwa-left__wrapper {
          margin-right: 0rem;
          display: flex;
          justify-content: flex-start;
          width: auto;
          margin-bottom: 3.75rem;
          padding-left: 1rem; } }
      .hrb.who-we-are .who-we-are__wrapper .wwa-left__wrapper .wwa-image__wrapper {
        min-width: 21.1875rem;
        position: relative;
        border-radius: 8px; }
        @media screen and (max-width: 950px) {
          .hrb.who-we-are .who-we-are__wrapper .wwa-left__wrapper .wwa-image__wrapper {
            min-width: 21.1875rem;
            max-width: 18.75rem;
            margin: 0 auto; } }
        @media screen and (max-width: 767px) {
          .hrb.who-we-are .who-we-are__wrapper .wwa-left__wrapper .wwa-image__wrapper {
            min-width: unset; } }
        .hrb.who-we-are .who-we-are__wrapper .wwa-left__wrapper .wwa-image__wrapper::before {
          content: "";
          position: absolute;
          width: calc(100% + 4px);
          height: calc(100% + 36px);
          display: block;
          border: 2px solid #186BB9;
          border-radius: 15px;
          top: -1.125rem;
          left: -1rem;
          z-index: 1; }
        .hrb.who-we-are .who-we-are__wrapper .wwa-left__wrapper .wwa-image__wrapper img {
          position: relative;
          z-index: 2; }
    .hrb.who-we-are .who-we-are__wrapper .wwa-right__wrapper {
      display: flex;
      align-items: center; }
      .hrb.who-we-are .who-we-are__wrapper .wwa-right__wrapper .wwa-text__wrapper h2 {
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 3.25rem;
        line-height: 1.1538;
        letter-spacing: -0.02em;
        color: #000000;
        margin-bottom: 1.75rem; }
        @media screen and (max-width: 1199px) {
          .hrb.who-we-are .who-we-are__wrapper .wwa-right__wrapper .wwa-text__wrapper h2 {
            font-size: 3rem;
            line-height: 1.1111;
            margin-bottom: 1.375rem; } }
        @media screen and (max-width: 950px) {
          .hrb.who-we-are .who-we-are__wrapper .wwa-right__wrapper .wwa-text__wrapper h2 {
            font-size: 2.5rem;
            line-height: 1.1111;
            margin-bottom: 1.375rem; } }
        @media screen and (max-width: 767px) {
          .hrb.who-we-are .who-we-are__wrapper .wwa-right__wrapper .wwa-text__wrapper h2 {
            font-size: 2.1875rem;
            margin-bottom: 1.125rem; } }
        @media screen and (max-width: 480px) {
          .hrb.who-we-are .who-we-are__wrapper .wwa-right__wrapper .wwa-text__wrapper h2 {
            font-size: 1.875rem;
            margin-bottom: 0.8125rem; } }
      .hrb.who-we-are .who-we-are__wrapper .wwa-right__wrapper .wwa-text__wrapper p {
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1.0625rem;
        line-height: 1.76470;
        color: #000000;
        margin-bottom: 1.25rem; }
        @media screen and (max-width: 480px) {
          .hrb.who-we-are .who-we-are__wrapper .wwa-right__wrapper .wwa-text__wrapper p {
            font-size: 0.875rem; } }
      .hrb.who-we-are .who-we-are__wrapper .wwa-right__wrapper .wwa-text__wrapper .button__wrapper {
        display: block; }
        .hrb.who-we-are .who-we-are__wrapper .wwa-right__wrapper .wwa-text__wrapper .button__wrapper a.btn {
          font-size: 1.125rem;
          line-height: 1.3333;
          padding: 0.90625rem 2.1875rem;
          font-weight: 600;
          letter-spacing: normal;
          min-width: 11.375rem;
          display: inline-block; }
          @media screen and (max-width: 950px) {
            .hrb.who-we-are .who-we-are__wrapper .wwa-right__wrapper .wwa-text__wrapper .button__wrapper a.btn {
              font-size: 1rem;
              text-align: center;
              padding: 0.90625rem 1.875rem;
              min-width: 10.75rem; } }
          @media screen and (max-width: 767px) {
            .hrb.who-we-are .who-we-are__wrapper .wwa-right__wrapper .wwa-text__wrapper .button__wrapper a.btn {
              padding: 0.90625rem 1.5625rem;
              min-width: 9.5rem; } }
