:root {
  --blue-gray: #798194;
  --text-dark: #001f6d;
  --primary: #0047ff;
  --white: white;
  --primary-light: #f2f6ff;
  --cl-red: #a21d2f;
  --midnight-blue: #252f54;
  --yellow: #daa628;
  --black: black;
  --light-blue: #24a1b7;
  --light-red: #cd4e55;
  --mid-blue: #16708a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--blue-gray);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 76px;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

h5 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

p {
  color: var(--blue-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: var(--primary);
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--blue-gray);
}

ul {
  background-color: var(--text-dark);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  padding-left: 20px;
}

li {
  color: var(--primary);
  align-items: center;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 150%;
  list-style-type: disc;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 20px 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  background-color: var(--white);
  -webkit-text-stroke-color: var(--primary-light);
  padding-top: 60px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.default-banner {
  min-height: 450px;
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.blog-banner {
  min-height: 550px;
  background-image: linear-gradient(rgba(0, 31, 109, .5), rgba(0, 31, 109, .5)), url('../images/Employee.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.pricing-banner {
  min-height: 450px;
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.contacts-banner {
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 31, 109, .5), rgba(0, 31, 109, .5)), url('../images/On-the-Job-Training.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.contacts-3-banner {
  background-color: var(--primary);
  padding-top: 140px;
}

.section.blue-background {
  background-color: var(--text-dark);
}

.section.landing-banner {
  background-color: var(--text-dark);
  background-image: url('../images/Home-3-Lines.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.home-banner {
  background-image: url('../images/Banner-Lines-Background.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 120px;
}

.section.home-big {
  background-color: var(--cl-red);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.home-2-banner {
  background-image: url('../images/Banner-Lines-Background.svg');
  background-position: 50% 100%;
  background-size: contain;
  padding-bottom: 0;
}

.section.home-3-banner {
  background-image: url('../images/Home-3-Lines.svg'), linear-gradient(rgba(162, 29, 47, .65), rgba(162, 29, 47, .65)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Woman-working.jpg');
  background-position: 50%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: cover, auto, auto, cover;
  padding-bottom: 0;
}

.section.style-guide-last {
  background-color: var(--primary-light);
  margin-bottom: -200px;
  padding-bottom: 280px;
}

.section.cta {
  background-image: linear-gradient(rgba(0, 31, 109, .5), rgba(0, 31, 109, .5)), url('../images/Two-Women.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.blog-detail-banner, .section.service-banner {
  margin-top: 80px;
}

.section.about-big-section {
  background-color: var(--text-dark);
  padding-top: 330px;
  padding-bottom: 300px;
}

.section.industry {
  margin-top: 80px;
}

.section.industry-banner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.section.awards-banner {
  min-height: 500px;
  background-image: linear-gradient(rgba(0, 71, 255, .3), rgba(0, 71, 255, .3)), url('../images/corporate-training.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.location-banner {
  background-color: var(--primary-light);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.section.why-us-banner {
  min-height: 550px;
  background-image: linear-gradient(rgba(0, 31, 109, .5), rgba(0, 31, 109, .5)), url('../images/Woman-working.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.section.red {
  background-color: var(--cl-red);
  margin-top: 20px;
}

.section.blue {
  background-color: var(--midnight-blue);
  background-image: url('../images/bg-texture.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.press {
  background-color: var(--midnight-blue);
  padding-left: 0;
}

.base-container {
  max-width: 1200px;
  color: var(--yellow);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.relative {
  position: relative;
}

.grid-system-wrapper {
  width: 100%;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  width: 80%;
  border-top: 1px solid var(--blue-gray);
  justify-content: space-between;
  display: flex;
}

.grid-title {
  width: 19%;
  border-right: 1px solid var(--blue-gray);
  border-left: 1px none var(--blue-gray);
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  width: 24%;
  border-right-color: var(--blue-gray);
  border-left-style: solid;
  border-left-color: var(--blue-gray);
  background-color: var(--primary);
  margin-top: 0;
}

.grid-description {
  width: 19%;
  border-right: 1px solid var(--blue-gray);
  border-bottom: 1px solid var(--blue-gray);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  width: 24%;
  border-right: 1px solid var(--blue-gray);
  border-bottom: 1px solid var(--blue-gray);
  border-left: 1px solid var(--blue-gray);
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--primary);
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--text-dark);
}

.black-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--black);
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  width: 75px;
  height: 75px;
  background-color: #f2f6ff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.white-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--white);
}

.headings-typography-wrapper {
  width: 48%;
  flex-flow: wrap;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 56px;
}

.h2-tablet, .h1-mobile {
  font-size: 42px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 28px;
}

.h3-tablet {
  font-size: 36px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 14px 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
  transition: all .3s;
}

.primary-button:hover {
  opacity: 1;
  color: var(--text-dark);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.full-width-mobile, .primary-button.protected-page {
  display: block;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--text-dark);
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: var(--text-dark);
}

.nav-link.footer-menu-link {
  text-transform: capitalize;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  width: 200px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  width: 235px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .04);
}

.nav-dropdown-list.megamenu {
  width: 450px;
  right: 0;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  width: 100%;
  color: var(--text-dark);
  letter-spacing: .1em;
  text-transform: capitalize;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.body {
  font-size: 20px;
}

.nav-item-title {
  color: var(--text-dark);
  letter-spacing: .1em;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-item-title.white-nav {
  color: var(--white);
}

.style-guide-banner-section {
  min-height: 450px;
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  border-top: 1px solid rgba(121, 129, 148, .5);
  padding-top: 40px;
}

.licensing-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px rgba(94, 94, 94, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  letter-spacing: normal;
  margin-right: 50px;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: #f9f9fa;
  text-align: center;
}

.banner-title.text-dark {
  color: var(--text-dark);
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.licensing-fonts-wrapper {
  width: 100%;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: rgba(121, 129, 148, .5);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  width: 280px;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  min-height: 53px;
  min-width: 280px;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 14px 15px;
  font-size: 18px;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::-ms-input-placeholder {
  color: var(--blue-gray);
}

.password-input::placeholder {
  color: var(--blue-gray);
}

.password-title-wrapper {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-center {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.text-center.text-white {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-center.fancy-header {
  color: var(--midnight-blue);
}

._404-content-wrapper {
  max-width: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coming-soon-wrapper {
  max-width: 690px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 15px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 20px;
  display: flex;
}

.coming-soon-input {
  height: auto;
  min-width: 300px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 14px 15px;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
}

.coming-soon-input::-ms-input-placeholder {
  text-transform: uppercase;
}

.coming-soon-input::placeholder {
  text-transform: uppercase;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  width: 100vw;
  height: 100vh;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 40px;
  font-size: 56px;
}

.blog-grid-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  border-radius: 10px;
  margin-bottom: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px 30px;
  display: flex;
}

.blog-classic-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-classic-post-category:hover {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.blog-classic-post-image {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.blog-classic-post-description {
  margin-top: 35px;
  margin-bottom: 35px;
}

.blog-classic-post-date {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  margin-top: -13px;
  padding: 3px 15px;
  font-weight: 700;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-sidebar-item {
  border-radius: 10px;
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

.blog-sidebar-post-content {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
}

.blog-sidebar-right {
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.blog-sidebar-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 15px;
}

.sidebar-recent-post {
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--text-dark);
  margin-top: 0;
  font-size: 16px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

.sidebar-categories {
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image, .blog-sidebar-post-image-link {
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sidebar-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--blue-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--blue-gray);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  width: auto;
  align-items: center;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--cl-red);
  color: var(--cl-red);
  text-align: center;
  -webkit-text-stroke-color: var(--cl-red);
  align-items: flex-start;
  margin-top: 0;
  padding-bottom: 0;
}

.footer-rights-wrapper {
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.footer-rights {
  color: var(--blue-gray);
  font-size: 18px;
}

.footer-copyright {
  width: 100%;
  color: var(--blue-gray);
  margin-bottom: 10px;
  font-size: 18px;
  display: inline;
}

.footer-copyright-link {
  color: var(--blue-gray);
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.body-with-background {
  background-color: #f9f9fa;
}

.section-title-wrapper {
  max-width: 740px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  color: var(--light-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.section-subtitle.text-white {
  font-family: Montserrat, sans-serif;
}

.section-subtitle.faq {
  color: var(--primary);
  margin-bottom: 10px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-card {
  border-radius: 10px;
}

.team-card-image {
  width: 100%;
  height: 260px;
  min-width: 100%;
  color: var(--primary);
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.team-card-content-wrapper {
  background-color: var(--primary-light);
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px 10px 30px;
}

.team-member-position {
  color: var(--blue-gray);
  margin-bottom: 20px;
  font-size: 18px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.style-guide-buttons-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  color: var(--blue-gray);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.paragraph-large.text-center.text-white {
  padding-top: 0;
  font-size: 15px;
}

.paragraph-large.text-white {
  padding-top: 30px;
  font-weight: 400;
}

.paragraph-large.no-space {
  margin-top: 0;
}

.paragraph-large.footer-form-description {
  text-align: left;
  margin-top: 0;
}

.banner-title-wrapper {
  max-width: 760px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-title-wrapper.industry-title-wrap {
  z-index: 5;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.section-title-description {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.services-wrapper {
  width: 100%;
  display: flex;
}

.services-wrapper.negative-services-card {
  margin-top: -71px;
  position: relative;
}

.services-item {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  padding: 20px 30px 30px;
  display: flex;
  box-shadow: 20px 0 60px rgba(0, 71, 255, .1);
}

.services-item.last-child {
  margin-right: 0;
}

.services-item-description {
  margin-bottom: 20px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--white);
  padding: 40px 30px 30px;
}

.pricing-plan-item.light-background {
  background-color: var(--primary-light);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 10px;
  transition: transform .3s;
}

.pricing-plan-item.light-background:hover {
  transform: scale(1.05);
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  color: var(--primary);
  font-size: 56px;
}

.pricing-plan-currency-icon {
  color: var(--text-dark);
  margin-right: 2px;
  font-size: 20px;
  line-height: 20px;
}

.workflow-profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

.play-button {
  z-index: 5;
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 50%;
  position: absolute;
}

.accordion-toggle {
  width: 100%;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.accordion-list {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.accordion-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  display: flex;
}

.accordion-item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 31, 109, .1);
  padding-bottom: 30px;
  position: static;
}

.accordion-item.last {
  border-bottom: 0 rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--midnight-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.accordion-wrap {
  width: 50%;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.accordion-list-content {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.accordion-title {
  width: 90%;
  color: var(--midnight-blue);
  -webkit-text-stroke-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

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

.testimonials-wrapper {
  align-items: stretch;
  display: flex;
}

.testimonials-item {
  width: 33.33%;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 30px;
  padding: 35px;
  display: flex;
  box-shadow: 10px 0 50px rgba(0, 71, 255, .1);
}

.testimonials-item.last-child {
  margin-right: 0;
}

.testimonials-profile-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonials-profile-photo-wrapper {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.testimonials-profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonials-profile-title {
  margin-bottom: 0;
  font-size: 18px;
}

.testimonials-profile-positin {
  font-size: 14px;
}

.testimonials-star-icons {
  color: var(--primary);
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
}

.light-background {
  background-color: #f9f9fa;
}

.more-features-icon {
  min-width: 50px;
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.more-features-icon.light-background {
  background-color: var(--primary-light);
}

.coming-soon-image {
  max-width: 450px;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.contacts-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  width: 50%;
  background-color: var(--primary-light);
  border-radius: 10px;
  margin-left: 40px;
  padding: 40px;
}

.contacts-divider {
  width: 100%;
  height: 1px;
  background-color: var(--text-dark);
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.contacts-icon {
  width: 20px;
  color: var(--primary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-no-margin.text-white {
  color: var(--white);
}

.paragraph-no-margin.text-center {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-no-margin.text-center.paragraph-white {
  color: var(--white);
}

.contacts-location-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 140px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  max-width: 40px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 40px;
}

.contacts-right-arrow {
  max-width: 40px;
  padding-left: 15px;
  padding-right: 15px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0;
}

.contacts-arrows-divider {
  width: 1px;
  height: 25px;
  background-color: var(--text-dark);
  position: absolute;
  top: 3px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.contacts-textarea {
  min-height: 200px;
  border: 1px solid var(--white);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea::-ms-input-placeholder {
  color: var(--blue-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-textarea::placeholder {
  color: var(--blue-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-input {
  height: auto;
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 10px;
  padding: 16px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
}

.contacts-input::-ms-input-placeholder {
  color: var(--blue-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-input::placeholder {
  color: var(--blue-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.contacts-2-form-wrapper {
  width: 50%;
  background-color: var(--primary-light);
  border-radius: 10px;
  margin-right: 40px;
  padding: 40px;
}

.contacts-2-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.contacts-2-wrapper {
  width: 100%;
  display: flex;
}

.contacts-3-banner-title-wrapper {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contacts-3-banner-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.adress-cards-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.adress-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px 40px;
}

.contacts-3-capabilities-wrap-left {
  width: 45%;
  padding-right: 80px;
}

.contacts-3-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  margin-bottom: 15px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 30px;
}

.contacts-list-icon {
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: -31px;
  margin-right: 30px;
  display: flex;
}

.contacts-3-capabilities-wrapper {
  width: 100%;
  display: flex;
}

.contacts-3-form-wrapper {
  width: 100%;
  background-color: var(--primary-light);
  border-radius: 10px;
  padding: 40px;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-input {
  height: auto;
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 16px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.contacts-3-input:focus {
  border: 1px solid var(--primary);
}

.contacts-3-input::-ms-input-placeholder {
  color: var(--blue-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-3-input::placeholder {
  color: var(--blue-gray);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contacts-3-input.select-input {
  color: var(--blue-gray);
  margin-right: 0;
}

.contacts-3-form {
  text-align: center;
}

.footer-detail-wrapper {
  margin-top: 30px;
}

.footer-wrapper {
  width: 100%;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.footer-brand-wrapper {
  width: 30%;
}

.footer-form-wrapper {
  width: 75%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list-item-circle {
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  margin-right: 15px;
  display: block;
}

.list-item-circle.white {
  width: 5px;
  height: 5px;
  background-color: var(--white);
  margin-top: 10px;
  position: absolute;
  left: 10px;
}

.service-details-list {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.service-details-image {
  width: 50%;
  object-fit: cover;
  border-radius: 10px;
}

.service-details-list-wrapper {
  grid-column-gap: 60px;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.dark-gray-style-guide {
  width: 75px;
  height: 75px;
  background-color: var(--blue-gray);
}

.headings-container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: .1em;
  -webkit-text-stroke-color: var(--blue-gray);
  text-transform: uppercase;
  border-radius: 10px;
  align-items: center;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.primary-button-white:hover, .primary-button-white.outline {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button-white.outline:hover {
  background-color: var(--white);
  color: var(--primary);
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.template-empty-state {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-banner-image {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  width: 100%;
  grid-column-gap: 120px;
  grid-row-gap: 60px;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  width: 100%;
  height: 15px;
  background-color: var(--primary-light);
  border-radius: 10px;
}

.landing-progress-bar-95 {
  width: 95%;
  height: 15px;
  background-color: var(--primary);
  border-radius: 10px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 35px;
  left: auto;
  right: 0%;
}

.landing-progress-bar-92 {
  width: 92%;
  height: 15px;
  background-color: var(--primary);
  border-radius: 10px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  width: 100%;
  height: 15px;
  background-color: var(--primary);
  border-radius: 10px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  width: 88%;
  height: 15px;
  background-color: var(--primary);
  border-radius: 10px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  width: 50px;
  height: 50px;
  color: var(--white);
  background-color: rgba(255, 255, 255, .2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  max-width: 1480px;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  width: 100%;
  background-color: var(--primary);
  text-align: center;
  padding: 6px 6px 20px;
}

.landing-inner-page-image {
  box-shadow: 0 0 30px 0 var(--primary-light);
  object-fit: cover;
  object-position: 50% 0%;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-icon {
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.landing-inner-page-title {
  margin-top: 0;
  margin-bottom: 0;
}

.landing-banner-title-wrapper {
  max-width: 960px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.landing-home-pages-wrapper {
  max-width: 1480px;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  max-width: 1400px;
  background-color: var(--text-dark);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px rgba(15, 92, 250, .3);
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.mb-20 {
  margin-bottom: 20px;
}

.play-button-icon {
  z-index: 7;
  color: var(--white);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  width: 84px;
  height: 84px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 50%;
  transition: all .3s;
  position: absolute;
}

.play-button-hover:hover {
  transform: scale(.9);
}

.sidebar-search {
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

.sidebar-search-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.sidebar-search-input {
  height: auto;
  color: var(--text-dark);
  border: 1px solid rgba(175, 175, 175, .5);
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 22px;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
}

.sidebar-search-input::-ms-input-placeholder {
  color: var(--blue-gray);
  font-size: 16px;
}

.sidebar-search-input::placeholder {
  color: var(--blue-gray);
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.home-banner-description {
  color: var(--blue-gray);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
}

.home-banner-description.text-white {
  color: var(--white);
}

.secondary-button {
  border: 1px solid var(--midnight-blue);
  background-color: var(--white);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 14px 30px;
  font-size: 16px;
  transition: all .3s;
  display: block;
}

.secondary-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.contacts-3-location-wrapper {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.home-video-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  overflow: visible;
}

.home-video-wrapper:hover {
  opacity: 1;
}

.navbar-fixed {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 40px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  max-width: 780px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-dark {
  color: var(--text-dark);
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  top: 60%;
  bottom: auto;
  left: 24%;
  right: 0%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  top: 19%;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  top: 47%;
  bottom: 0%;
  left: 50%;
  right: 30%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  top: 31%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  width: 33.33%;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  width: 190px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  width: 100%;
  max-width: 35vw;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.home-9-team-item {
  width: 31%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.circle-counter {
  width: 200px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.counter-progressbar {
  width: 200px;
  height: 200px;
  padding: 2px;
  position: relative;
}

.counter-progressbar.medium {
  width: 160px;
  height: 160px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.counter-progressbar.small {
  width: 120px;
  height: 120px;
  position: absolute;
}

.counter-mask {
  width: 80px;
  height: 160px;
  border: 12px solid var(--text-dark);
  position: absolute;
}

.counter-mask.left {
  width: 100px;
  height: 200px;
  transform-origin: 100%;
  border-right-color: rgba(255, 255, 255, 0);
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(0);
}

.counter-mask.left.primary-color {
  width: 80px;
  height: 160px;
  border-top-color: var(--primary);
  border-bottom-color: var(--primary);
  border-left-color: var(--primary);
}

.counter-mask.left.gray-color {
  width: 60px;
  height: 120px;
  border-top-color: var(--blue-gray);
  border-bottom-color: var(--blue-gray);
  border-left-color: var(--blue-gray);
}

.counter-mask.right {
  width: 100px;
  height: 200px;
  transform-origin: 0%;
  border-left-color: rgba(255, 255, 255, 0);
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.counter-mask.right.primary-color {
  width: 80px;
  height: 160px;
  border-top-color: var(--primary);
  border-right-color: var(--primary);
  border-bottom-color: var(--primary);
}

.counter-mask.right.gray-color {
  width: 60px;
  height: 120px;
  border-top-color: var(--blue-gray);
  border-right-color: var(--blue-gray);
  border-bottom-color: var(--blue-gray);
}

.counter-static {
  width: 200px;
  height: 200px;
  border: 12px solid rgba(249, 245, 255, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-static.medium {
  width: 160px;
  height: 160px;
}

.counter-static.small {
  width: 120px;
  height: 120px;
}

.counter-left-block {
  width: 100px;
  height: 200px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.counter-left-block.medium-counter {
  width: 80px;
  height: 160px;
}

.counter-left-block.small-counter {
  width: 60px;
  height: 120px;
}

.counter-right-block {
  width: 100px;
  height: 200px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.counter-right-block.medium-counter {
  width: 80px;
  height: 160px;
}

.counter-right-block.small-counter {
  width: 60px;
  height: 120px;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  width: 100%;
  height: 370px;
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  width: 16px;
  height: 2px;
  background-color: var(--primary);
  margin-right: 15px;
  display: inline-block;
}

.service-item {
  width: 31%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 50px rgba(0, 71, 255, .11);
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.rich-text-block h2 {
  margin-top: 25px;
  font-size: 44px;
}

.rich-text-block h3, .rich-text-block h4 {
  margin-top: 25px;
}

.rich-text-block h5, .rich-text-block h6, .rich-text-block p {
  margin-top: 20px;
}

.home-banner-left-arrow {
  height: 40px;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.home-23-team-item {
  width: 33%;
}

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

.faq-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.primary-text {
  color: var(--primary);
}

.brand-tablet {
  display: none;
}

.brand {
  width: 145px;
  height: 30px;
}

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

.banner-content {
  width: 57%;
  padding-right: 40px;
}

.banner-images {
  width: 43%;
  height: 500px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.buttons-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

.banner-absolute-bg {
  width: 70%;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 64px;
  bottom: auto;
  left: auto;
  right: auto;
}

.banner-absolute-image {
  z-index: 2;
  width: 70%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.banner-card {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(0, 71, 255, .11);
}

.banner-card.first {
  z-index: 4;
  position: absolute;
  top: 260px;
  bottom: auto;
  left: -25px;
  right: auto;
}

.banner-card.second {
  z-index: 5;
  position: absolute;
  top: 300px;
  bottom: auto;
  left: auto;
  right: -10px;
}

.banner-card-title {
  border-bottom: 1px solid rgba(121, 129, 148, .2);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.banner-number {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
}

.banner-card-content {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 25px;
}

.banner-card-content.growth {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.bubble {
  color: var(--white);
  background-image: url('../images/Union.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4px 25px 4px 10px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 45px;
  bottom: auto;
  left: auto;
  right: 66px;
}

.paragraph-wrap-mt-20 {
  max-width: 700px;
  margin-top: 20px;
}

.jobs-diagram {
  width: 200px;
}

.logos-wrapper {
  grid-column-gap: 55px;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.title-wrapper {
  max-width: 700px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-wrapper {
  outline-offset: 0px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  outline: 3px #daa628;
  margin-top: 30px;
}

.btn-wrap {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.btn-wrap.left {
  justify-content: flex-start;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 20px;
}

.bg-ellipse {
  z-index: -1;
  width: 100%;
  max-width: 1200px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ellipse-img {
  object-fit: cover;
  border-radius: 50%;
}

.ellipse-img.first-img {
  z-index: 6;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 75px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.ellipse-img.second-img {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 140px;
  left: 120px;
}

.ellipse-img.third-img {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 50px;
}

.ellipse-img.forth-img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 70px;
  bottom: auto;
  left: auto;
  right: -9px;
}

.ellipse-img.fifth-img {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 290px;
  bottom: auto;
  left: auto;
  right: 37px;
}

.ellipse-img.sixth-img {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 160px;
  bottom: 30px;
  left: auto;
  right: 119px;
}

.half-column {
  width: 50%;
  position: relative;
}

.half-column.video {
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.half-column.big-section-img-wrap {
  padding-bottom: 30px;
  padding-right: 30px;
}

.half-column.numbers {
  width: 45%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-right: 0;
  display: flex;
}

.half-column.cards {
  width: 55%;
  grid-column-gap: 30px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  display: flex;
}

.half-column.people-images {
  justify-content: center;
  align-items: center;
  display: flex;
}

.half-column.home-3-img-wrap {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.half-column.service-image-wrap {
  padding-top: 30px;
  padding-right: 30px;
  display: flex;
}

.two-column-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.video-img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

.video-bg {
  z-index: -1;
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.number-circle {
  z-index: 2;
  width: 70px;
  height: 70px;
  background-color: var(--light-blue);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  position: relative;
}

.number-circle.mb-0 {
  background-color: var(--light-blue);
  margin-bottom: 0;
  font-size: 32px;
}

.number-circle.white-circle {
  background-color: var(--white);
  color: var(--primary);
}

.number-wrap {
  width: 33%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.number-wrap.second {
  margin-top: 30px;
}

.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.numbers-wrapper {
  grid-column-gap: 35px;
  background-image: url('../images/Line.svg');
  background-position: 50% 30px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 50px;
  display: flex;
}

.numbers-wrapper.light {
  background-image: url('../images/Line_2.svg');
  background-position: 50% 30px;
  background-repeat: no-repeat;
  background-size: auto;
}

.banner-card-heading {
  color: var(--blue-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.big-section-wrapper {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.home-image {
  z-index: 2;
  border-radius: 10px;
  position: relative;
}

.home-image.small {
  height: 310px;
  object-fit: cover;
}

.big-section-img-bg {
  z-index: 1;
  width: 95%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.list-item-white {
  max-width: 300px;
  color: var(--white);
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
}

.list {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
}

.negative-img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: -230px;
  position: relative;
}

.services-wrap {
  grid-column-gap: 60px;
  margin-top: 50px;
  display: flex;
}

.services-title {
  width: 33%;
}

.services-info-wrap {
  width: 67%;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.banner-card-description {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-text-wrappper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-collection-list {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.blog-collection-item {
  width: 50%;
  position: relative;
}

.blog-collection-item.three-columns {
  width: 31%;
}

.blog-image {
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.blog-title:hover {
  color: var(--primary);
}

.blog-name-date {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.blog-date {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.link-underline {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: underline;
}

.blog-link-wrap {
  margin-top: 30px;
}

.blog-link-wrap.display-flex {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.blog-category {
  background-color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.footer-menu {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.footer-menu-wrap {
  grid-column-gap: 50px;
  display: flex;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 31, 109, .3);
}

.footer-heading {
  text-align: left;
  margin-top: 10px;
}

.location-link {
  max-width: 210px;
  text-align: left;
  margin-bottom: 10px;
  display: block;
}

.phone-link {
  text-align: left;
  margin-top: 20px;
  display: block;
}

.form-field-wrapperr {
  grid-column-gap: 30px;
  margin-bottom: 30px;
  display: flex;
}

.form-field {
  width: 50%;
  height: 52px;
  color: var(--primary);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(121, 129, 148, .4);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 14px 30px;
}

.form-field:focus {
  border-color: var(--primary);
}

.form-field::-ms-input-placeholder {
  color: var(--blue-gray);
}

.form-field::placeholder {
  color: var(--blue-gray);
}

.footer-form {
  width: 100%;
  max-width: 570px;
  margin-bottom: 0;
}

.footer-form-btn {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.footer-textarea {
  min-height: 100px;
  color: var(--primary);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(121, 129, 148, .4);
  border-radius: 10px;
  padding: 14px 30px;
}

.footer-textarea:focus {
  border-color: var(--primary);
}

.footer-textarea::-ms-input-placeholder {
  color: var(--blue-gray);
}

.footer-textarea::placeholder {
  color: var(--blue-gray);
}

.blog-description {
  max-width: 445px;
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.cta-section {
  background-color: var(--primary);
  background-image: url('../images/CTA-Lines.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  margin-top: -200px;
  padding: 80px 30px;
  position: relative;
}

.cta-title {
  color: var(--white);
}

.cta-description {
  max-width: 510px;
  color: var(--white);
  margin: 30px auto 50px;
  font-size: 18px;
}

.cta-form {
  max-width: 520px;
  grid-column-gap: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-text-field {
  height: auto;
  border: 1px solid var(--white);
  color: var(--primary-light);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 14px 30px;
}

.cta-text-field::-ms-input-placeholder {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cta-text-field::placeholder {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cta-form-block {
  margin-bottom: 0;
}

.pop-up-wrapper {
  z-index: 9999;
  opacity: 0;
  background-color: rgba(0, 31, 109, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up-form {
  width: 100%;
  max-width: 630px;
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 50px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.error-message {
  border-radius: 10px;
  margin-top: 20px;
}

.pop-up-close {
  width: 30px;
  height: 30px;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.pop-up-cross {
  width: 15px;
  height: 15px;
}

.banner-center-section {
  max-width: 800px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
}

.case-study-section-1 {
  background-color: var(--light-blue);
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.home-number {
  color: var(--white);
}

.home-numbers-wrapper {
  align-items: center;
  display: flex;
}

.number-description {
  color: var(--white);
  margin-bottom: 0;
}

.home-card-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  margin-top: -160px;
  position: relative;
  box-shadow: 0 10px 50px rgba(0, 71, 255, .11);
}

.home-card-title {
  border-bottom: 1px solid rgba(121, 129, 148, .2);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.home-card-content {
  padding: 20px 20px 27px;
}

.home-card-content.growth {
  padding-top: 7px;
  padding-right: 20px;
}

.home-card-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.card-procent {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
}

.card-procent.second {
  margin-top: 20px;
}

.card-bubble {
  color: var(--white);
  background-image: url('../images/Union.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 8px 28px 8px 18px;
  display: inline-block;
  position: absolute;
  top: 44px;
  right: 55px;
}

.card-diagram {
  width: 250px;
}

.banner-full-width {
  max-width: 800px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.third-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 14px 30px;
  font-size: 16px;
}

.third-button:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.banner {
  background-image: url('../images/Home-3-Lines.svg'), linear-gradient(rgba(0, 71, 255, .3), rgba(0, 71, 255, .3)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  padding-top: 80px;
}

.banner.hiring-process {
  background-image: url('../images/Home-3-Lines.svg'), linear-gradient(rgba(0, 71, 255, .3), rgba(0, 71, 255, .3)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/office.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 40px;
}

.process-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.process-container {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.process-text-wrap {
  width: 40%;
}

.process-circle-wrap {
  width: 61%;
}

.process-circle-wrap.right-position {
  justify-content: flex-end;
  display: flex;
}

.process-circle {
  width: 140px;
  height: 140px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--text-dark);
  border-radius: 50%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.process-line {
  z-index: -1;
  width: 200px;
  height: 98%;
  background-image: url('../images/Line_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-wrap {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-heading {
  color: var(--white);
}

.hiring-services-list {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.hiring-service-item {
  width: 50%;
  background-color: var(--white);
}

.service-image {
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
}

.service-text-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-top: 30px;
  display: flex;
}

.process-text {
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
}

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

.service-item-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.service-item-title:hover {
  color: var(--primary);
}

.service-card-item {
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 50px rgba(0, 71, 255, .11);
}

.service-card-item.first-card {
  margin-left: 100px;
}

.service-card-item.second-card {
  margin-right: 100px;
}

.service-card-title {
  margin-top: 0;
  margin-bottom: 0;
}

.home-about-wrap {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.people-main-img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
}

.people-image {
  z-index: 2;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
}

.people-image.first {
  width: 60px;
  height: 60px;
  top: 40px;
  bottom: auto;
  left: 70px;
  right: auto;
}

.people-image.second {
  width: 42px;
  height: 42px;
  left: -10px;
}

.people-image.third {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 70px;
  left: 85px;
  right: auto;
}

.people-image.forth {
  width: 51px;
  height: 51px;
  top: 80px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.people-image.fifth {
  width: 75px;
  height: 75px;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 50px;
}

.people-lines {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-process-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.home-process-container {
  z-index: 2;
  width: 50%;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.home-process-content {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.home-process-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-process-text {
  width: 70%;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.home-process-line {
  z-index: 0;
  height: 40%;
  position: absolute;
}

.home-process-line.first {
  height: 40%;
  top: 50px;
  bottom: 0%;
  left: 35px;
  right: 35px;
}

.home-process-line.second {
  top: 50%;
  left: 35px;
  right: 35px;
}

.home-number-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.home-number-content {
  width: 30%;
}

.home-numbers-list {
  width: 70%;
  grid-column-gap: 30px;
  display: flex;
}

.number-con {
  width: 50%;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-number-card {
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 20px 60px rgba(0, 71, 255, .1);
}

.home-number-card.blue-card {
  height: 220px;
  background-color: var(--primary);
}

.home-blog-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 60px;
  padding-right: 60px;
  position: static;
  overflow: hidden;
}

.home-blog-item {
  position: relative;
}

.home-blog-slider-wrapper {
  max-width: 1200px;
  margin-top: 50px;
  position: relative;
}

.home-blog-slide {
  width: 380px;
  margin-right: 30px;
}

.home-blog-mask {
  width: 380px;
  overflow: visible;
}

.home-right-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--text-dark);
  background-image: url('../images/Right-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  transition: background-color .3s;
  position: absolute;
  top: -97px;
  bottom: auto;
  left: auto;
  right: 185px;
}

.home-right-arrow:hover {
  background-color: var(--text-dark);
  background-image: url('../images/Right-Arrow-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-left-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--text-dark);
  background-image: url('../images/Left-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  transition: background-color .3s;
  position: absolute;
  top: -97px;
  bottom: auto;
  left: auto;
  right: 255px;
}

.home-left-arrow:hover {
  background-color: var(--text-dark);
  background-image: url('../images/Left-Arrow-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.hiring-service-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.services-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.service-links-list {
  grid-column-gap: 27px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.service-link {
  width: 47%;
  grid-column-gap: 10px;
  color: var(--text-dark);
  display: flex;
}

.service-link:hover {
  color: var(--blue-gray);
}

.service-img {
  z-index: 2;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
}

.bg-absolute {
  width: 93%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.service-number-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.number-list-item {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.text-block-2 {
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-list-text {
  width: 88%;
  margin-top: 0;
  margin-bottom: 0;
}

._404-heading {
  text-align: center;
  font-size: 52px;
}

._404-number {
  color: var(--primary);
  font-size: 160px;
  font-weight: 700;
}

.sidebar-title {
  margin-top: 0;
}

.form-block-no {
  margin-bottom: 0;
}

.blog-detail-heading {
  font-size: 62px;
}

.service-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.service-banner-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.service-banner-text {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.service-banner-cards-wrap {
  width: 60%;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.service-banner-icon {
  width: 40px;
}

.diagram-wrapper {
  z-index: 1000;
  grid-column-gap: 50px;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  margin-top: 50px;
  padding: 50px;
  display: flex;
  box-shadow: 20px 0 60px rgba(0, 71, 255, .1);
}

.circle-diagram-wrap {
  display: flex;
}

.diagram-number {
  text-align: center;
  font-weight: 700;
}

.image-border-radius {
  border-radius: 10px;
}

.diagram-image-wrap {
  width: 80%;
  align-items: center;
  display: flex;
}

.diagram-section {
  z-index: 20;
  margin-bottom: -250px;
  position: relative;
}

.number-paragraph {
  color: var(--white);
  text-align: center;
}

.number-heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.logo-partner {
  padding-right: 0;
}

.industry-detail-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.industry-list-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.industry-cards {
  width: 48%;
  grid-column-gap: 20px;
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 60px rgba(0, 71, 255, .1);
}

.industry-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.industry-image-wrap {
  width: 15%;
}

.industry-image {
  width: 40px;
  height: 40px;
}

.industry-text-wrap {
  width: 85%;
}

.industry-card-text p {
  margin-top: 0;
  margin-bottom: 0;
}

.industry-card-text h5 {
  margin-bottom: 10px;
}

.industry-banner-text {
  width: 47%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.industry-banner-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.industry-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.industry-item {
  width: 31.2%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: visible;
}

.industry-feature-image {
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-self: stretch;
}

.industry-item-content {
  background-color: var(--primary-light);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: 1;
  padding: 30px 30px 30px 20px;
}

.industry-description {
  margin-bottom: 20px;
}

.industry-video {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}

.award-card {
  width: 31%;
  grid-row-gap: 10px;
  background-color: var(--primary-light);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  display: flex;
}

.award-logo {
  margin-bottom: 10px;
}

.awards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.section-with-bottom-space {
  padding-bottom: 80px;
}

.location-icon {
  height: 80px;
  margin-bottom: 10px;
}

.location-cards-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.location-card {
  width: 32%;
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 0 30px 30px;
}

.location-banner-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.location-map {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.cards {
  background-color: var(--white);
  border-radius: 10px;
}

.search {
  width: 100%;
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  height: auto;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 14px 22px;
  font-size: 18px;
}

.search-input:focus {
  border: 1px solid #0f5cfa;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.nav-dropdown-column {
  width: 54%;
}

.nav-dropdown-link-line-2 {
  width: 16px;
  height: 2px;
  background-color: #0f5cfa;
  margin-right: 15px;
  display: inline-block;
}

.big-menu {
  display: flex;
}

.mask {
  width: 350px;
}

.slide-6, .slide-7, .slide-8 {
  margin-right: 20px;
}

.span-h1 {
  color: var(--primary);
}

.banner-title-lp-description {
  max-width: 560px;
  color: var(--primary-light);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-title-description-lp {
  width: 700px;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.contact-links {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.contact-title {
  color: var(--white);
  text-align: center;
}

.contact-map-wrap {
  width: 55%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-map-image {
  object-fit: cover;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 100;
  width: 141px;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.more-templates:hover {
  color: var(--black);
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.buy-this-template:hover {
  color: var(--black);
}

.hire-popup {
  z-index: 1000;
  width: 100%;
  max-width: 296px;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image-2 {
  width: 12px;
  height: 12px;
}

.heading {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--cl-red);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-2 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-2.text-white {
  color: var(--white);
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.section-2 {
  padding-top: 60px;
  padding-left: 60px;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.paragraph {
  color: var(--white);
}

.heading-4 {
  color: var(--white);
  -webkit-text-stroke-color: transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-5 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-3 {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--midnight-blue);
  font-family: Montserrat, sans-serif;
}

.case-study-section-2 {
  background-color: var(--light-blue);
  margin-top: 25px;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-7 {
  color: var(--midnight-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
}

.heading-results {
  color: var(--white);
  -webkit-text-stroke-color: var(--cl-red);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-8 {
  color: var(--midnight-blue);
}

.image {
  float: none;
  clear: none;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: static;
  overflow: auto;
}

.navy-section {
  background-color: var(--midnight-blue);
}

.image-2 {
  object-fit: fill;
  margin-top: -75px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.image-3 {
  width: 100%;
}

.image-4 {
  position: absolute;
  top: -10px;
}

.image-5 {
  padding: 40px 140px;
}

.badges {
  float: none;
  object-fit: fill;
  padding: 40px 140px;
  overflow: auto;
}

.heading-9 {
  color: var(--midnight-blue);
  padding: 40px 60px 10px;
}

.heading-10 {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--midnight-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-11 {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--midnight-blue);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-2 {
  padding-top: 60px;
  padding-bottom: 10px;
}

.section-4 {
  background-color: #f2f6ff;
  padding-bottom: 40px;
}

.paragraph-4 {
  color: var(--white);
  margin-top: 0;
}

.link, .link-2 {
  color: var(--white);
}

.heading-12 {
  color: var(--midnight-blue);
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-12.light {
  color: var(--white);
  padding-bottom: 40px;
}

.column {
  padding-top: 80px;
}

.div-block-3 {
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
}

.image-6 {
  margin-left: 100px;
  margin-right: 100px;
  padding-right: 0;
}

.footer-badge {
  max-width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}

.columns {
  overflow: visible;
}

.section-5 {
  padding-top: 10px;
  padding-bottom: 40px;
}

.div-block-4 {
  padding-bottom: 100px;
}

.image-7 {
  max-width: 180%;
}

.heading-13 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.text-block-4 {
  color: var(--blue-gray);
}

.heading-14 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.grid {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.text-block-5, .text-block-6 {
  color: var(--blue-gray);
}

.heading-15 {
  color: var(--white);
  margin-top: 10px;
  padding-left: 20px;
}

.heading-16 {
  color: var(--white);
  margin-top: 10px;
  padding-top: 0;
  padding-left: 20px;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.blog-banner, .section.pricing-banner, .section.contacts-3-banner {
    padding-top: 130px;
  }

  .section.landing-banner {
    padding-top: 160px;
  }

  .section.home-banner {
    background-position: 50% 70%;
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.home-big {
    padding-bottom: 360px;
  }

  .section.home-2-banner, .section.home-3-banner {
    padding-top: 80px;
  }

  .section.blog-detail-banner {
    margin-top: 0;
  }

  .section.about-big-section {
    padding-top: 380px;
    padding-bottom: 350px;
  }

  .section.awards-banner {
    padding-top: 190px;
  }

  .section.location-banner, .section.why-us-banner {
    padding-top: 130px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .primary-button.menu {
    margin-left: 40px;
  }

  .nav-link {
    letter-spacing: .1em;
  }

  .nav-dropdown-list.w--open {
    right: 0;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .team-card-image {
    height: 320px;
  }

  .team-card-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .banner-title-wrapper {
    margin-top: 0;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts-3-banner-title-wrapper {
    width: 45%;
    align-items: flex-start;
    padding-right: 70px;
  }

  .contacts-3-banner-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .adress-cards-wrapper {
    width: 55%;
    margin-top: 0;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-bottom: 130px;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-wrapper {
    flex-wrap: nowrap;
  }

  .menu-wrap {
    grid-column-gap: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .banner-content {
    width: 56%;
    margin-top: 0;
    padding-right: 0;
  }

  .banner-images {
    width: 44%;
    height: 565px;
  }

  .buttons-wrapper {
    grid-column-gap: 30px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .banner-absolute-bg, .banner-absolute-image {
    height: auto;
  }

  .banner-card.first {
    top: 340px;
    left: 0;
  }

  .banner-card.second {
    top: 340px;
    right: -20px;
  }

  .paragraph-wrap-mt-20 {
    max-width: 500px;
    padding-right: 0;
  }

  .jobs-diagram {
    width: 250px;
  }

  .logos-wrapper {
    grid-column-gap: 100px;
  }

  .bg-ellipse {
    top: -60px;
  }

  .ellipse-img.first-img {
    top: 0;
    left: -10px;
  }

  .ellipse-img.second-img {
    top: 110px;
    left: 130px;
  }

  .ellipse-img.third-img {
    width: 38px;
    height: 38px;
    left: 60px;
  }

  .ellipse-img.forth-img {
    position: absolute;
    top: 20px;
    right: 115px;
  }

  .ellipse-img.fifth-img {
    top: 130px;
    right: 19px;
  }

  .ellipse-img.sixth-img {
    top: 230px;
    bottom: 50px;
    right: 143px;
  }

  .half-column.big-section-img-wrap {
    width: 48%;
  }

  .half-column.big-section-content {
    width: 52%;
  }

  .half-column.numbers {
    width: 44%;
    grid-column-gap: 55px;
  }

  .half-column.cards {
    width: 56%;
    grid-column-gap: 50px;
  }

  .half-column.service-image-wrap {
    background-size: 70%;
    justify-content: flex-end;
    display: flex;
  }

  .video-bg {
    z-index: -1;
  }

  .numbers-wrapper {
    max-width: 1000px;
    grid-column-gap: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-image {
    height: 620px;
  }

  .big-section-img-bg {
    width: auto;
  }

  .services-wrap {
    grid-column-gap: 100px;
  }

  .services-title {
    width: 28%;
  }

  .services-info-wrap {
    width: 72%;
  }

  .blog-image {
    height: 430px;
  }

  .banner-center-section {
    padding-top: 130px;
    padding-bottom: 210px;
  }

  .home-numbers-wrapper {
    align-items: stretch;
  }

  .home-card-title {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .home-card-content {
    padding-left: 30px;
    padding-right: 75px;
  }

  .card-bubble {
    top: 60px;
    right: 66px;
  }

  .card-diagram {
    width: 280px;
  }

  .banner-full-width {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .third-button.menu {
    margin-left: 40px;
  }

  .banner.hiring-process {
    padding-top: 0;
  }

  .home-about-wrap {
    grid-column-gap: 120px;
  }

  .home-number-content {
    width: 32%;
  }

  .home-numbers-list {
    width: 68%;
  }

  .home-number-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-blog-slider {
    width: 140%;
  }

  .home-blog-slider-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .home-right-arrow {
    z-index: 10;
  }

  .hiring-service-wrap {
    align-items: center;
  }

  .industry-item {
    width: 31.5%;
  }

  .section-with-bottom-space {
    padding-bottom: 130px;
  }

  .location-cards-wrapper {
    grid-column-gap: 30px;
  }

  .location-banner-wrapper {
    flex-direction: column;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 76px;
  }

  h2, h4, h6 {
    margin-bottom: 10px;
  }

  .section.home-banner {
    background-position: 50% 60%;
  }

  .section.home-3-banner {
    padding-top: 0;
  }

  .nav-dropdown-list.w--open {
    right: auto;
  }

  .nav-item-title {
    letter-spacing: .1em;
  }

  .accordion-wrapper {
    grid-column-gap: 60px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .banner-content {
    margin-top: 0;
  }

  .banner-images {
    height: 665px;
  }

  .banner-absolute-bg, .banner-absolute-image {
    width: 80%;
  }

  .banner-card.first {
    top: 360px;
    left: -30px;
  }

  .banner-card.second {
    position: absolute;
    top: 380px;
    right: -100px;
  }

  .banner-card-title {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .banner-number {
    margin-top: 20px;
    font-size: 26px;
  }

  .banner-card-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 75px;
  }

  .banner-card-content.growth {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bubble {
    padding: 8px 28px 8px 18px;
    font-size: 16px;
    top: 60px;
  }

  .jobs-diagram {
    width: 280px;
  }

  .ellipse-img.fifth-img {
    top: 130px;
    right: 19px;
  }

  .ellipse-img.sixth-img {
    top: 230px;
    right: 143px;
  }

  .banner-card-heading {
    font-size: 22px;
  }

  .banner-full-width {
    height: 100vh;
    justify-content: center;
    padding-top: 175px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 90px;
  }

  .section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.blog-banner, .section.pricing-banner, .section.contacts-3-banner {
    padding-top: 150px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.home-banner {
    background-position: 50% 65%;
  }

  .section.home-big {
    padding-bottom: 380px;
  }

  .section.home-3-banner {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    display: flex;
  }

  .section.about-big-section {
    padding-top: 400px;
    padding-bottom: 370px;
  }

  .section.location-banner, .section.why-us-banner {
    padding-top: 150px;
  }

  .search-section {
    padding-bottom: 150px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .banner-content {
    width: 52%;
  }

  .banner-images {
    width: 48%;
    height: 710px;
  }

  .banner-card.first {
    top: 410px;
  }

  .banner-card.second {
    top: 425px;
    right: -120px;
  }

  .banner-center-section {
    padding-top: 150px;
    padding-bottom: 230px;
  }

  .banner-full-width {
    justify-content: center;
    padding-top: 120px;
  }

  .section-with-bottom-space {
    padding-bottom: 150px;
  }

  .contact-title {
    text-align: left;
    font-size: 76px;
  }

  .section-3 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  .section.default-banner {
    min-height: 300px;
  }

  .section.blog-banner, .section.pricing-banner {
    min-height: 300px;
    padding-top: 100px;
  }

  .section.contacts-banner {
    min-height: 300px;
  }

  .section.contacts-3-banner {
    padding-top: 100px;
  }

  .section.home-banner {
    padding-top: 80px;
  }

  .section.blog-detail-banner {
    margin-top: 40px;
  }

  .section.industry {
    margin-top: 60px;
  }

  .section.location-banner {
    padding-top: 100px;
  }

  .section.why-us-banner {
    min-height: 300px;
    padding-top: 100px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button {
    display: block;
  }

  .primary-button.menu {
    margin-top: 20px;
    margin-left: 0;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-menu {
    width: 320px;
    background-color: var(--white);
    flex-direction: column;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    box-shadow: 10px 0 50px rgba(0, 71, 255, .11);
  }

  .menu-button {
    text-align: right;
    flex: 1;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-dropdown {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    color: var(--text-dark);
    margin-right: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-list {
    width: 320px;
    border-style: none;
    flex-direction: column;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    height: 330px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 15px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    max-width: 40%;
    align-self: stretch;
  }

  .nav-item-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-item-title.white-nav {
    color: var(--text-dark);
  }

  .style-guide-banner-section {
    min-height: 300px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
    padding-left: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    grid-row-gap: 40px;
    column-count: 2;
  }

  .blog-classic-wrapper {
    margin-bottom: -40px;
  }

  .blog-classic-item {
    margin-bottom: 40px;
  }

  .blog-classic-top-content {
    padding: 30px 40px 25px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-sidebar-left {
    width: 100%;
    flex: none;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .section-subtitle {
    margin-bottom: 10px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .banner-title-wrapper.industry-title-wrap {
    margin-top: 40px;
  }

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .workflow-wrapper {
    grid-column-gap: 30px;
  }

  .accordion-title {
    width: 80%;
  }

  .testimonials-wrapper {
    flex-wrap: wrap;
  }

  .testimonials-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 20px;
  }

  .testimonials-item.last-child {
    margin-bottom: 0;
  }

  .coming-soon-image {
    display: none;
  }

  .contacts-wrapper {
    align-items: flex-start;
  }

  .contacts-form-wrapper {
    margin-left: 0;
    padding: 30px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .contacts-2-location-wrapper {
    width: 34%;
    margin-top: 0;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .contacts-2-content-wrapper {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
  }

  .adress-cards-wrapper {
    margin-top: 30px;
  }

  .contacts-3-capabilities-wrap-left {
    padding-right: 0;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .footer-form-wrapper {
    width: 100%;
  }

  .search-section {
    margin-top: 60px;
  }

  .service-details-list, .service-details-image {
    width: 100%;
  }

  .service-details-list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .sidebar-search-wrapper {
    grid-column-gap: 20px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    width: 100%;
    flex: none;
  }

  .home-banner-description {
    font-size: 22px;
  }

  .home-video-wrapper {
    width: 100%;
    height: 100%;
  }

  .navbar-fixed {
    height: 60px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .service-item {
    width: 47%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .banner-wrapper {
    flex-wrap: wrap-reverse;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .faq-wrap {
    flex-wrap: wrap;
  }

  .tablet-menu {
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
    box-shadow: 8px -6px 50px rgba(0, 71, 255, .11);
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    width: 145px;
    height: 30px;
    display: block;
  }

  .banner-content {
    width: 100%;
    margin-top: 50px;
  }

  .banner-images {
    width: 560px;
    height: 560px;
  }

  .buttons-wrapper {
    grid-column-gap: 30px;
  }

  .banner-absolute-bg {
    width: 350px;
    height: 415px;
  }

  .banner-absolute-image {
    width: 350px;
    height: 500px;
    object-fit: contain;
  }

  .banner-card.first {
    top: 330px;
    left: 0;
  }

  .banner-card.second {
    top: 340px;
    right: 0;
  }

  .banner-card-title {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .banner-number {
    margin-top: 10px;
    font-size: 22px;
  }

  .banner-card-content {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .banner-card-content.growth {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bubble {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 4px 18px 4px 8px;
    top: 35px;
    right: 40px;
  }

  .paragraph-wrap-mt-20 {
    max-width: 100%;
  }

  .jobs-diagram {
    width: 230px;
  }

  .logos-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ellipse-img.first-img {
    width: 32px;
    height: 32px;
    top: 50px;
  }

  .ellipse-img.second-img {
    width: 50px;
    height: 50px;
  }

  .ellipse-img.third-img {
    width: 34px;
    height: 34px;
    bottom: 70px;
    left: 25px;
  }

  .ellipse-img.forth-img {
    width: 30px;
    height: 30px;
    right: 70px;
  }

  .ellipse-img.fifth-img {
    width: 38px;
    height: 38px;
    top: 185px;
    right: 10px;
  }

  .ellipse-img.sixth-img {
    width: 40px;
    height: 40px;
    bottom: 50px;
    right: 130px;
  }

  .half-column.video {
    align-items: flex-start;
  }

  .half-column.video.industry {
    width: 100%;
  }

  .half-column.big-section-img-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .half-column.big-section-content {
    width: 100%;
  }

  .half-column.numbers {
    width: 100%;
    grid-column-gap: 50px;
  }

  .half-column.cards {
    width: 100%;
    grid-column-gap: 50px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
  }

  .half-column.home-3-img-wrap {
    grid-row-gap: 30px;
  }

  .half-column.service-image-wrap {
    width: 100%;
    background-image: none;
    align-items: center;
    display: flex;
  }

  .half-column.service-text-wrap {
    width: 100%;
  }

  .two-column-wrap {
    align-items: center;
  }

  .numbers-wrapper {
    grid-column-gap: 30px;
    background-size: 70%;
  }

  .banner-card-heading {
    font-size: 20px;
  }

  .big-section-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .big-section-wrapper.home-2 {
    flex-wrap: wrap-reverse;
  }

  .big-section-wrapper.home-3 {
    grid-column-gap: 50px;
    flex-wrap: nowrap;
  }

  .home-image.small {
    height: 400px;
  }

  .list-item-white {
    max-width: 500px;
  }

  .services-wrap {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

  .services-title {
    width: 100%;
  }

  .services-info-wrap {
    width: 100%;
    margin-top: 50px;
  }

  .blog-collection-list {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-collection-item {
    width: 47%;
  }

  .blog-collection-item.three-columns {
    width: 48%;
  }

  .blog-name-date {
    grid-column-gap: 20px;
  }

  .blog-category {
    padding-left: 15px;
    padding-right: 15px;
    top: 20px;
    left: 20px;
  }

  .footer-menu-wrap {
    grid-column-gap: 30px;
  }

  .footer-form {
    max-width: 100%;
  }

  .banner-center-section {
    padding-top: 50px;
  }

  .home-numbers-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-card-wrapper {
    margin-top: 0;
  }

  .home-card-title {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .home-card-content {
    padding-left: 30px;
    padding-right: 75px;
  }

  .home-card-content.growth {
    padding-right: 30px;
  }

  .card-bubble {
    top: 59px;
    right: 66px;
  }

  .card-diagram {
    width: 280px;
  }

  .third-button.menu {
    border-color: var(--text-dark);
    margin-top: 20px;
    margin-left: 0;
  }

  .third-button.menu:hover {
    background-color: var(--text-dark);
  }

  .banner.hiring-process {
    padding-top: 20px;
  }

  .process-line {
    height: 90%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .home-process-wrapper {
    grid-column-gap: 60px;
  }

  .home-process-line.first {
    top: 60px;
  }

  .home-blog-slide {
    width: 320px;
  }

  .hiring-service-wrap {
    flex-wrap: wrap-reverse;
  }

  .hiring-service-wrap.job-seekers {
    flex-wrap: wrap;
  }

  .services-list {
    justify-content: center;
  }

  .blog-detail-heading {
    font-size: 50px;
  }

  .service-banner-wrap {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .service-banner-text, .service-banner-cards-wrap {
    width: 100%;
  }

  .circle-diagram-wrap {
    width: 30%;
  }

  .industry-cards {
    width: 47%;
  }

  .industry-banner-text {
    width: 100%;
  }

  .industry-banner-wrap {
    grid-row-gap: 50px;
    flex-wrap: wrap-reverse;
  }

  .industry-item {
    width: 47%;
  }

  .industry-video {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }

  .award-card {
    width: 47%;
  }

  .location-cards-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .location-card {
    width: 47%;
  }

  .search-input:focus {
    border: 1px solid #0f5cfa;
  }

  .nav-dropdown-column {
    width: 180px;
    justify-content: center;
  }

  .nav-dropdown-link-line-2 {
    display: none;
  }

  .big-menu {
    flex-direction: column;
  }

  .mask {
    width: auto;
  }

  .section-title-description-lp {
    width: 100%;
  }

  .contact-map-wrap {
    padding-left: 40px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    font-size: 18px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.contacts-3-banner {
    padding-top: 80px;
  }

  .section.landing-banner {
    padding-top: 120px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.home-banner {
    padding-top: 60px;
  }

  .section.home-big {
    padding-bottom: 235px;
  }

  .section.cta {
    background-image: linear-gradient(rgba(0, 31, 109, .5), rgba(0, 31, 109, .5)), url('../images/Two-Women.jpg');
    background-position: 0 0, 10%;
  }

  .section.blog-detail-banner {
    margin-top: 60px;
  }

  .section.service-banner {
    margin-top: 40px;
  }

  .section.about-big-section {
    padding-top: 310px;
    padding-bottom: 245px;
  }

  .section.location-banner {
    padding-top: 80px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    width: 100%;
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
  }

  .grid-title.first-grid {
    width: 100%;
    border-left-style: none;
    border-right-style: none;
  }

  .grid-description {
    width: 100%;
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
  }

  .grid-description.first-description {
    width: 100%;
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    width: auto;
  }

  .nav-dropdown-list {
    padding-left: 40px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-classic-wrapper {
    margin-bottom: -30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-item {
    margin-bottom: 30px;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .footer {
    padding-bottom: 60px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card-image {
    height: 400px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .workflow-profile-wrapper {
    margin-top: 20px;
  }

  .workflow-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .accordion-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .adress-cards-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .adress-card {
    padding: 20px 30px;
  }

  .contacts-3-capabilities-wrap-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .contacts-3-capabilities-wrapper {
    flex-wrap: wrap;
  }

  .contacts-3-form-wrapper {
    padding: 20px;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-detail-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-section {
    margin-top: 40px;
  }

  .footer-text-wrapper {
    width: 100%;
  }

  .service-details-list-wrapper {
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .home-banner-description {
    font-size: 18px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    width: 100%;
    grid-row-gap: 30px;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    width: 100%;
    grid-row-gap: 10px;
  }

  .content-wrapper {
    width: auto;
    flex-wrap: wrap;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .service-item {
    width: 100%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .banner-wrapper {
    flex-wrap: wrap-reverse;
  }

  .rich-text-block h2 {
    font-size: 42px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .banner-content {
    width: 100%;
    margin-top: 30px;
  }

  .banner-images {
    width: 450px;
    height: 540px;
    justify-content: center;
    display: flex;
  }

  .buttons-wrapper {
    margin-top: 40px;
  }

  .buttons-wrapper.center-position {
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .banner-absolute-bg {
    height: 420px;
  }

  .banner-absolute-image {
    height: 500px;
    object-fit: contain;
    bottom: -16px;
    left: auto;
    right: auto;
  }

  .banner-card.second {
    top: 360px;
  }

  .banner-card-title {
    padding-left: 10px;
  }

  .banner-number {
    margin-top: 10px;
    font-size: 18px;
  }

  .banner-card-content, .banner-card-content.growth {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bubble {
    padding-top: 2px;
  }

  .jobs-diagram {
    width: 160px;
  }

  .btn-wrap, .btn-wrap.left {
    margin-top: 30px;
  }

  .bg-ellipse {
    top: auto;
    bottom: 51px;
  }

  .ellipse-img {
    display: none;
  }

  .half-column {
    width: 100%;
  }

  .half-column.cards {
    grid-column-gap: 30px;
  }

  .half-column.people-images {
    height: 310px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .half-column.service-image-wrap {
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 0;
  }

  .two-column-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .two-column-wrap.colum-reverce {
    flex-wrap: wrap-reverse;
  }

  .number-wrap {
    width: 100%;
    margin-top: 40px;
  }

  .number-wrap.second {
    margin-top: 40px;
  }

  .numbers-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .numbers-wrapper.light {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-card-heading {
    font-size: 18px;
  }

  .big-section-wrapper {
    grid-row-gap: 40px;
  }

  .big-section-wrapper.home-3 {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

  .home-image {
    height: 350px;
    object-fit: cover;
  }

  .big-section-img-bg {
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
  }

  .negative-img {
    height: 350px;
    margin-top: -175px;
  }

  .services-info-wrap {
    margin-top: 40px;
  }

  .blog-text-wrappper.blog-slider {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .blog-collection-item, .blog-collection-item.three-columns {
    width: 100%;
  }

  .footer-menu {
    grid-column-gap: 100px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
  }

  .footer-menu-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-field {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-form-btn {
    grid-column-gap: 50px;
    margin-top: 30px;
  }

  .footer-textarea {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-description {
    margin-bottom: 30px;
  }

  .cta-text-field {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-up-form {
    max-width: 450px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
  }

  .banner-center-section {
    padding-bottom: 60px;
  }

  .home-card-wrapper {
    width: 45%;
  }

  .home-card-wrapper.second {
    width: 49%;
  }

  .home-card-title {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .home-card-content {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 19px;
  }

  .home-card-content.growth {
    padding-top: 20px;
    padding-right: 20px;
  }

  .card-procent.second {
    margin-top: 10px;
  }

  .card-bubble {
    top: 45px;
    right: 55px;
  }

  .card-diagram {
    width: 100%;
  }

  .process-wrapper {
    margin-top: 40px;
  }

  .process-container {
    grid-column-gap: 30px;
    flex-direction: row-reverse;
  }

  .process-container.second-process {
    flex-direction: row;
  }

  .process-text-wrap {
    width: 65%;
  }

  .process-circle-wrap {
    width: 35%;
  }

  .process-line {
    width: 185px;
    height: 96%;
    margin-top: 0;
    margin-left: 0;
  }

  .cta-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .hiring-services-list {
    grid-row-gap: 30px;
    justify-content: center;
    margin-top: 40px;
  }

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

  .service-card-item {
    width: 100%;
  }

  .service-card-item.first-card {
    margin-left: 0;
  }

  .service-card-item.second-card {
    margin-right: 0;
  }

  .home-about-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .home-about-wrap.reverse {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .people-main-img {
    width: 100px;
    height: 100px;
  }

  .people-image.first {
    width: 56px;
    height: 56px;
  }

  .people-image.second {
    width: 38px;
    height: 38px;
    left: -10px;
  }

  .people-image.third {
    width: 36px;
    height: 36px;
  }

  .people-image.forth {
    width: 47px;
    height: 47px;
    top: 60px;
    right: 35px;
  }

  .people-image.fifth {
    width: 60px;
    height: 60px;
  }

  .people-lines {
    width: 100%;
    max-width: 500%;
    left: auto;
    right: auto;
  }

  .home-process-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .home-process-container, .home-process-content {
    width: 100%;
  }

  .home-number-wrapper {
    flex-wrap: wrap;
  }

  .home-number-content, .home-numbers-list {
    width: 100%;
  }

  .home-right-arrow {
    right: 15px;
  }

  .home-left-arrow {
    right: 85px;
  }

  .hiring-service-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .service-link {
    width: 100%;
  }

  .service-img {
    width: 95%;
    height: 300px;
  }

  .bg-absolute {
    height: 300px;
  }

  .diagram-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 30px;
  }

  .circle-diagram-wrap {
    width: 100%;
    justify-content: center;
  }

  .diagram-image-wrap {
    width: 100%;
  }

  .industry-detail-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .industry-cards {
    width: 100%;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .industry-image-wrap, .industry-text-wrap {
    width: 100%;
  }

  .industry-list {
    margin-top: 40px;
  }

  .industry-item, .award-card {
    width: 100%;
  }

  .section-with-bottom-space {
    padding-bottom: 60px;
  }

  .location-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .location-card {
    width: 100%;
  }

  .search {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .contact-map-wrap {
    width: 100%;
    padding-left: 0;
  }

  .hire-popup {
    max-width: 300px;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .image-2 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .section.contacts-3-banner {
    padding-top: 120px;
  }

  .section.home-3-banner {
    padding-top: 0;
  }

  .section.blog-detail-banner {
    margin-top: 40px;
  }

  .section.industry {
    margin-top: 50px;
  }

  .section.awards-banner {
    padding-top: 100px;
  }

  .section.location-banner {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    width: 50%;
    flex-direction: column;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    width: 100%;
    text-align: center;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .2);
  }

  .grid-description.first-description {
    border-bottom: 1px rgba(255, 255, 255, .2);
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-link.footer-menu-link {
    width: 45%;
    justify-content: center;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-sidebar-post-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    width: 100%;
    flex: none;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-copyright {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .section-subtitle.text-white {
    text-align: center;
  }

  .paragraph-large, .paragraph-large.text-white, .text-white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .accordion-icon {
    margin-left: 10px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .paragraph-no-margin {
    padding-right: 10px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

  .contacts-3-list {
    margin-bottom: 20px;
  }

  .footer-detail-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-form-wrapper {
    width: 100%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .home-video-wrapper {
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .circle-counter, .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .banner-content {
    padding-right: 0;
  }

  .banner-images {
    width: 360px;
    height: 470px;
  }

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

  .banner-absolute-bg {
    width: 300px;
    height: 360px;
  }

  .banner-absolute-image {
    width: 300px;
    height: 430px;
  }

  .banner-card.first {
    top: 310px;
  }

  .banner-card.second {
    top: 330px;
  }

  .banner-card-title {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .banner-number {
    font-size: 16px;
  }

  .banner-card-content {
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-card-content.growth {
    width: 160px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bubble {
    background-size: contain;
    padding: 0 20px 0 10px;
    font-size: 10px;
    top: 30px;
    right: 20px;
  }

  .logos-wrapper {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bg-ellipse {
    display: none;
  }

  .half-column.video {
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .half-column.numbers {
    grid-column-gap: 30px;
  }

  .half-column.cards {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .half-column.people-images {
    height: 190px;
  }

  .banner-card-heading {
    font-size: 14px;
  }

  .home-image.small {
    height: 310px;
  }

  .banner-card-description {
    font-size: 12px;
    line-height: 100%;
  }

  .blog-text-wrappper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .blog-image {
    height: 240px;
  }

  .footer-menu {
    margin-bottom: 40px;
  }

  .footer-menu-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .form-field-wrapperr {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .form-field {
    width: 100%;
  }

  .footer-form-btn {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .cta-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-form {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .cta-btn-wrap {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .pop-up-form {
    max-width: 330px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-up-close {
    top: 1%;
    right: 2%;
  }

  .home-card-wrapper, .home-card-wrapper.second {
    width: 100%;
  }

  .home-card-title {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .home-card-content {
    padding-top: 20px;
    padding-left: 30px;
  }

  .home-card-content.growth {
    padding-right: 30px;
  }

  .card-bubble {
    top: 60px;
    right: 66px;
  }

  .card-diagram {
    width: 100%;
  }

  .process-wrapper {
    grid-row-gap: 40px;
  }

  .process-container {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap-reverse;
  }

  .process-container.second-process {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .process-text-wrap {
    width: 100%;
  }

  .process-circle-wrap {
    width: 100%;
    background-image: url('../images/Line.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .process-circle {
    width: 100px;
    height: 100px;
    grid-row-gap: 0px;
    font-size: 16px;
  }

  .process-line {
    display: none;
  }

  .hiring-services-list {
    flex-wrap: wrap;
  }

  .hiring-service-item {
    width: 100%;
  }

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

  .service-card-item {
    width: 100%;
  }

  .people-image.first {
    width: 50px;
    height: 50px;
    top: 0;
    left: 50px;
  }

  .people-image.second {
    width: 34px;
    height: 34px;
  }

  .people-image.third {
    bottom: 0;
    left: 40px;
  }

  .people-image.forth {
    width: 42px;
    height: 42px;
    top: 10px;
    right: 25px;
  }

  .people-image.fifth {
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 35px;
  }

  .home-numbers-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .number-con {
    width: 100%;
  }

  .home-blog-slide {
    width: 280px;
  }

  .number-list-text {
    width: 88%;
  }

  ._404-heading {
    font-size: 46px;
  }

  ._404-number {
    font-size: 100px;
    line-height: 100%;
  }

  .blog-detail-heading {
    font-size: 46px;
  }

  .logo-partner {
    width: 70%;
  }

  .industry-video {
    height: 345px;
  }

  .contact-map-image {
    max-width: 100%;
  }

  .hire-popup {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .heading, .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    padding-top: 40px;
  }

  .image-4 {
    display: none;
  }
}

#w-node-_372136d8-e829-64ef-67e2-838d3299aaf5-0c046397, #w-node-_3046d385-00ef-1a39-a240-eeadbd211d20-0c046397, #w-node-f8dcdfff-88b2-174f-772a-e4e26476447c-0c046397, #w-node-_2e780f7e-ddc2-b018-b89f-b3fe073d5c8c-0c046397, #w-node-_44cd87ab-4d25-e9b1-2436-4a61d37b2a29-0c0463a9, #w-node-_2aeb32d3-434e-ff5c-648c-cbb641196a65-0c0463a9, #w-node-_9dccfc97-6ec4-0cba-d083-abb95fab6bd9-0c0463a9, #w-node-cf0180bf-6c8f-3518-036f-a39c689775d2-0c0463a9, #w-node-_78dddc2a-176d-6efe-f212-f4de9f6abbd0-0c0463c5, #w-node-_78dddc2a-176d-6efe-f212-f4de9f6abbe6-0c0463c5, #w-node-_78dddc2a-176d-6efe-f212-f4de9f6abbfc-0c0463c5, #w-node-dfccffe7-797c-e605-9bad-23173e66525c-0c046417, #w-node-_26ce1b3c-1746-bd49-3c05-0f698bcf6a95-0c046417, #w-node-_7951b648-eb09-6734-0c27-d8c64c53227e-0c046417, #w-node-ba44132a-4689-445f-455c-b8ba6d433174-0c046417, #w-node-_7614b8ad-7fc7-b5ca-edff-450a26b9a454-0c046417, #w-node-_97f193f8-ec97-35b6-c3fe-ca884b5c83f4-0c046417, #w-node-_200b9e62-1152-f206-6f67-ffc1f1ff9df1-0c046417, #w-node-_4126be51-806b-a316-2a1c-bdc6491ea64f-0c046417 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-0c046418, #w-node-d3b033ae-1000-7e6c-b989-d63f81894d65-0c046418, #w-node-b095bd4a-2230-be73-c2ab-6da25db27f54-0c046418, #w-node-_24e79e4b-3563-d7d7-f6f4-3ac37826170c-0c046418, #w-node-d154fdd4-7bad-cb73-8586-c5f0336b4cef-0c046418, #w-node-c29af12b-decd-59a1-7754-6d8d54ed2702-0c046418, #w-node-f7f7636e-5fb3-34ba-264d-fd31608bedd7-0c046418, #w-node-c76cf208-a28a-6cbf-8b8f-e474c30f2422-0c046418, #w-node-_2b86e978-ebd7-7e33-f8c0-acf27a9a59ea-0c046418, #w-node-_2211e8b6-f00c-0a3d-8227-ec73a5c86c0f-0c046418, #w-node-dd0da34d-9423-ea01-9f0f-1dadc4e3708b-0c046418, #w-node-d6bca4a8-82cd-7e2e-3285-6fc4d49247f3-0c046418, #w-node-dadd372d-4e98-4e6e-bd70-0d26d37d98a4-0c046418, #w-node-d9846aa6-f298-b8ff-1cfb-27e85888e9d2-0c046418, #w-node-_5a56e7f6-6458-f4d2-bd56-cf4f058d170f-0c046418 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-0c046418, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-0c046418, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-0c046418, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-0c046418, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-0c046418, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-0c046418, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-0c046418, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-0c046418, #w-node-_4530a3f3-fd53-39ce-d68b-804991755934-0c046419, #w-node-_4530a3f3-fd53-39ce-d68b-804991755949-0c046419, #w-node-_4530a3f3-fd53-39ce-d68b-80499175595e-0c046419, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-0c04643a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-0c04643a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-0c04643a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-0c04643a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-0c04643a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-0c04643a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-0c04643a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-0c04643a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-0c04643a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-0c04643a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5b8457c2-4a28-5a36-811e-601b20f407f7-0c04641e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5b8457c2-4a28-5a36-811e-601b20f407f7-0c04641e {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-0c046418, #w-node-d3b033ae-1000-7e6c-b989-d63f81894d65-0c046418, #w-node-b095bd4a-2230-be73-c2ab-6da25db27f54-0c046418, #w-node-_24e79e4b-3563-d7d7-f6f4-3ac37826170c-0c046418, #w-node-d154fdd4-7bad-cb73-8586-c5f0336b4cef-0c046418, #w-node-c29af12b-decd-59a1-7754-6d8d54ed2702-0c046418, #w-node-f7f7636e-5fb3-34ba-264d-fd31608bedd7-0c046418, #w-node-c76cf208-a28a-6cbf-8b8f-e474c30f2422-0c046418, #w-node-_2b86e978-ebd7-7e33-f8c0-acf27a9a59ea-0c046418, #w-node-_2211e8b6-f00c-0a3d-8227-ec73a5c86c0f-0c046418, #w-node-dd0da34d-9423-ea01-9f0f-1dadc4e3708b-0c046418, #w-node-d6bca4a8-82cd-7e2e-3285-6fc4d49247f3-0c046418, #w-node-dadd372d-4e98-4e6e-bd70-0d26d37d98a4-0c046418, #w-node-d9846aa6-f298-b8ff-1cfb-27e85888e9d2-0c046418, #w-node-_5a56e7f6-6458-f4d2-bd56-cf4f058d170f-0c046418, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-0c046418, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-0c046418, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-0c046418, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-0c046418, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-0c046418, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-0c046418, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-0c046418, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-0c046418 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}