:root {
  --neutral--900: black;
  --neutral--600: #3e404c;
  --violet--base: #443fde;
  --violet--background: #f3f3fc;
  --violet--darker: #28257e;
  --neutral--200: #ebebef;
  --neutral--white: white;
  --blue-project: #3898ec;
  --neutral--400: #84889a;
  --neutral--500: #606476;
  --neutral--100: #f9f9fb;
  --neutral--300: #d6d7e0;
  --neutral--700: #24262d;
  --green--background: #f1f8f4;
  --green--darker: #246b49;
  --red--light: #f19e9d;
  --green--base: #3ebb7f;
  --violet--lighter: #d3d2f4;
  --orange--light: #f9c99f;
  --orange--lighter: #fce5d4;
  --red--lighter: #f8d4d3;
  --red--darker: #872522;
  --violet--light: #9d9aea;
  --orange--darker: #8c612b;
  --neutral--800: #111418;
  --orange--dark: #c98b40;
  --violet--dark: #3935b6;
  --red--dark: #bc362f;
  --orange--base: #f6a94c;
  --red--base: #e9423a;
  --red--background: #fdf2f2;
  --orange--background: #fef7f1;
  --green--dark: #339968;
  --green--light: #9cd3b4;
  --green--lighter: #d2e9dc;
  --title-color: #747474;
  --yellow-project: #ffeb00;
  --title-background: rgba(132, 136, 154, .26);
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-family-2: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --border-item: rgba(0, 111, 255, .5);
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--neutral--900);
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: var(--neutral--600);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

a {
  color: var(--violet--base);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  list-style-type: disc;
}

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

label {
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

blockquote {
  background-color: var(--violet--background);
  color: var(--violet--darker);
  border: 1px #000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 32px;
}

.section-first {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-lisa-fotios-691858.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  margin-top: 0;
  padding: 0 0 100px;
  display: block;
  position: relative;
}

.section-first.grey {
  background-color: #f7f7fa;
}

.section-first.neutral-100 {
  background-color: var(--neutral--200);
  opacity: .81;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(rgba(4, 4, 4, .76), rgba(4, 4, 4, .76)), url('../images/WhatsApp-Image-2023-10-22-at-13.33.08_66466df3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-clip: padding-box;
  border-radius: 12px;
  height: auto;
  margin-bottom: 40px;
  padding-left: 3%;
  padding-right: 3%;
}

.container-regular {
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.navbar {
  z-index: 999;
  border-bottom: 1px solid var(--neutral--200);
  background-color: rgba(255, 255, 255, 0);
  padding: 20px 0%;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  position: static;
  top: 0;
}

.navigation-middle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-left {
  align-items: center;
  width: auto;
  display: flex;
}

.nav-menu {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: none;
}

.logo {
  border-radius: 17px;
}

.container-navigation {
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
}

.nav-link {
  color: var(--neutral--white);
  letter-spacing: -.02em;
  white-space: nowrap;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 16px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 24px;
  transition: color .2s;
}

.nav-link:hover {
  color: #4640de;
}

.nav-link.w--current {
  color: var(--blue-project);
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.brand {
  padding-left: 10px;
}

.header-title-grid {
  grid-column-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 100px;
}

.header-bottom-wrap {
  width: 100%;
  display: block;
  position: relative;
}

.search {
  z-index: 1;
  grid-column-gap: 8px;
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  padding: 12px;
  display: flex;
  position: relative;
}

.header-image-wrap {
  width: 50%;
  height: 100%;
  margin-top: -36px;
  display: flex;
  position: relative;
}

.partnership-text-wrap {
  color: var(--neutral--600);
  background-image: url('../images/Partnership-Rectangle.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding: 16px 48px;
  font-size: 14px;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.logo-wrap {
  justify-content: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.navigation-button-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.collection-list-jobs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-wrap-regular {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.job-company-wrap {
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: 24px;
  padding-right: 10px;
  display: flex;
}

.company-card {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--600);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.company-card-header-wrap {
  grid-column-gap: 14px;
  color: var(--neutral--900);
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.regular-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.browse-dropdown-small {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.jobs-dropdown-toggle {
  grid-column-gap: 8px;
  color: var(--neutral--400);
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.job-card-details-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  color: var(--neutral--500);
  letter-spacing: -.03em;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.feature-image-wrap {
  justify-content: center;
  align-items: center;
  height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-list {
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 44px;
}

.feature-content-block {
  grid-column-gap: 16px;
  background-color: var(--neutral--100);
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.title-wrap-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 470px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-center.max-width-450 {
  max-width: 450px;
}

.title-wrap-center.max-with-630 {
  max-width: 630px;
}

.testimonial-image-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.testimonial-grid {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.testimonial-slider-right-button {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 60px;
  right: auto;
}

.testimonial-slider-right-button:hover {
  background-color: var(--neutral--200);
}

.testimonial-slider-right-button:active {
  background-color: var(--neutral--300);
}

.testimonial-slider-left-button {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonial-logo-wrap {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 64px;
  margin-right: 16px;
  display: flex;
}

.testimonial-content-wrap {
  max-width: 450px;
}

.blog-card {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
}

.rich-text {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
}

.rich-text h2 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.rich-text p {
  margin-bottom: 16px;
}

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.rich-text h1 {
  margin-bottom: 32px;
}

.rich-text h3, .rich-text h5 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.rich-text h6 {
  margin-bottom: 8px;
}

.rich-text img {
  margin-bottom: 40px;
}

.rich-text blockquote {
  border-left-color: var(--violet--base);
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.8;
}

.rich-text li {
  color: var(--neutral--700);
  margin-bottom: 14px;
  font-size: 16px;
}

.cta-block {
  background-color: var(--neutral--100);
  flex-direction: column;
  align-items: center;
  padding-bottom: 43px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.browse-grid {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  margin-top: 72px;
}

.search-result-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filters-title-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.browse-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.browse-divider {
  background-color: #e9ecf0;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.filters-drop-down-wrap {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.browse-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 70vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  border: 1px solid var(--neutral--200);
  text-align: center;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 260px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-header {
  grid-column-gap: 64px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-bottom: 56px;
}

.section-about-header {
  padding: 88px 5% 140px;
  position: relative;
}

.about-video-lightbox {
  background-color: rgba(255, 255, 255, .53);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.about-content-grid {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.about-content-image-top-right {
  width: 100%;
  margin-top: 32px;
}

.about-content-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr .85fr;
}

.about-team-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 32px;
}

.about-team-image-grid-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.faq-content {
  overflow: hidden;
}

.faq-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  display: flex;
}

.faq-block {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 24px;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-us-grid {
  grid-column-gap: 104px;
  grid-template-rows: auto;
}

.form-field {
  border: 1px solid var(--neutral--200);
  height: 48px;
  margin-bottom: 24px;
  padding: 12px;
}

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

.large-form-field {
  border: 1px solid var(--neutral--200);
  min-height: 180px;
  margin-bottom: 32px;
  padding: 12px;
}

.large-form-field:focus {
  border-color: var(--violet--base);
}

.job-post-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.detail-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.job-detail-wrap {
  grid-column-gap: 24px;
  white-space: nowrap;
  margin-top: 16px;
  display: flex;
}

.company-card-employees {
  grid-column-gap: 4px;
  background-color: var(--green--background);
  color: var(--green--darker);
  align-items: center;
  margin-top: 24px;
  padding: 10px 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.cta-text-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 490px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}

.job-post-side-menu-card {
  border: 1px solid var(--neutral--100);
  flex-direction: column;
  padding: 26px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.job-post-content {
  border: 1px solid var(--neutral--100);
  padding: 40px 5%;
}

.job-post-divider {
  background-color: var(--neutral--100);
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.application-form-title-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}

.content-wrapper {
  margin-bottom: 40px;
}

.job-post-header-wrap {
  grid-column-gap: 24px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.job-details-wrap {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.title-wrap-left {
  max-width: 570px;
}

.about-content-background-color {
  background-color: #f7f7fa;
  width: 60%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.template-header {
  background-color: var(--violet--base);
  color: #fff;
  background-image: url('../images/Auth-Background-Pattern-Left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 64px 3%;
  display: flex;
}

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

.change-badge {
  background-color: var(--violet--background);
  color: var(--violet--base);
  letter-spacing: -.03em;
  margin-bottom: 8px;
  padding: 4px 16px;
  font-weight: 500;
}

.title-wrap-small-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-paragraph {
  color: var(--neutral--600);
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.header-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.blog-card-thumbnail {
  height: 220px;
}

.feature-grid-large {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-list-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 44px;
}

.about-header-video-wrapper {
  background-image: url('../images/adam-rhodes-ep5lX958f7E-unsplash_1adam-rhodes-ep5lX958f7E-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 520px;
  display: flex;
}

.job-post-title-wrap {
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.business-name {
  color: var(--violet--base);
}

.success-message {
  color: #fff;
  background-color: #4640de;
  padding-top: 32px;
  padding-bottom: 32px;
}

.google-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-image-wrapper {
  height: 440px;
}

.blog-section {
  padding: 72px 5%;
  position: relative;
  overflow: hidden;
}

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

.detail {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

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

.detail.text-color-gray-400 {
  color: var(--neutral--400);
}

.detail.text-color-green {
  color: var(--green--base);
}

.neutral-900 {
  background-color: var(--neutral--900);
}

.violet-lighter {
  background-color: var(--violet--lighter);
}

.subheading-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.fb-container-wrapper {
  border: 2px dashed #e2e2df;
  justify-content: center;
  align-items: stretch;
  height: 140px;
  display: flex;
  position: relative;
}

.fb-container-wrapper.example-840px {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.fb-container-wrapper.example-960px {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.fb-container-wrapper.example-1140px {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

.document-table-wrapper {
  width: 100%;
}

.subheading-regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.fb-table-row {
  border-bottom: 1px solid #e9ecf0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: auto;
  min-width: 640px;
  padding: 10px 24px;
}

.fb-table-row.table-end-row {
  border-bottom-style: none;
}

.orange-lighter {
  background-color: var(--orange--lighter);
}

.section-x-small {
  padding: 48px 5%;
  position: relative;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.red-lighter {
  background-color: var(--red--lighter);
}

.section-regular-del-me {
  padding: 92px 5%;
  position: relative;
}

.h4-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.fb-style-heading {
  font-size: 16px;
  font-weight: 600;
}

.margin-bottom-44 {
  margin-bottom: 44px;
}

.fb-section-wrapper {
  border: 2px dashed #e2e2df;
}

.blue-darker {
  background-color: var(--red--darker);
}

.fb-table-cell {
  justify-content: flex-start;
  display: flex;
}

.fb-color-hex-dark {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.neutral-100 {
  background-color: var(--neutral--100);
}

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

.rich-darker {
  background-color: var(--orange--darker);
}

.margin-bottom-28 {
  margin-bottom: 28px;
}

.neutral-800 {
  background-color: var(--neutral--800);
}

.section-small {
  padding: 64px 5%;
  position: relative;
}

.fb-container-grid {
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
}

.margin-bottom-88 {
  margin-bottom: 88px;
}

.fb-color-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.fb-icon-block {
  background-color: #f3f5fb;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 10px;
  display: flex;
}

.fb-class-svg {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fb-typography-block {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.neutral-500 {
  background-color: var(--neutral--500);
}

.fb-table {
  margin-top: 32px;
  overflow: auto;
}

.fb-style-link {
  color: #2c2826;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.fb-style-link:hover {
  color: #160042;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.fb-style-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.neutral-white {
  background-color: var(--neutral--white);
}

.h5-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.orange-dark {
  background-color: var(--orange--dark);
}

.violet-darker {
  background-color: var(--violet--darker);
}

.fb-colour {
  align-items: center;
  width: 100%;
  max-width: 130px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px rgba(56, 50, 124, .08);
}

.fb-style-heading-small {
  font-size: 12px;
  font-weight: 600;
}

.icon-extra-large {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary:hover {
  background-color: var(--violet--dark);
}

.button-primary:active {
  background-color: var(--violet--darker);
}

.fb-color-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.container-x-large {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-color-white {
  color: #fff;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.fb-color-hex {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

.paragraph-small.text-color-gray-500 {
  color: var(--neutral--500);
}

.red-dark {
  background-color: var(--red--dark);
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.fb-typography-detail {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.fb-style-wrapper {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.neutral-600 {
  background-color: var(--neutral--600);
}

.violet-dark {
  background-color: var(--violet--dark);
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-outline:hover {
  background-color: #f8f8f7;
  border-color: #f8f8f7;
}

.button-outline:active {
  background-color: #e2e2df;
  border-color: #e2e2df;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary:hover {
  background-color: var(--neutral--200);
}

.button-secondary:active {
  background-color: var(--neutral--300);
}

.container-x-small {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.fb-typography-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fb-class-base {
  background-color: #f3f5fb;
  align-items: center;
  width: 100%;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.h6-heading {
  font-size: 18px;
  font-weight: 700;
}

.h1-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.section-x-large {
  padding: 144px 5%;
  position: relative;
}

.fb-link-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.fb-detail {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-bottom-16 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.fb-header-block {
  background-color: var(--neutral--100);
  margin-bottom: 32px;
  padding: 32px;
  font-size: 16px;
  line-height: 32px;
}

.fb-style-menu {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  padding: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.fb-line {
  background-color: var(--neutral--200);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular.text-gray-600, .paragraph-regular.text-color-gray-600 {
  color: var(--neutral--600);
}

.paragraph-regular.truncate {
  height: 90px;
  overflow: hidden;
}

.paragraph-regular.text-color-white {
  color: #fff;
}

.fb-icon-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

.neutral-300 {
  background-color: var(--neutral--300);
}

.orange-base {
  background-color: var(--orange--base);
}

.margin-bottom-72 {
  margin-bottom: 72px;
}

.margin-bottom-96 {
  margin-bottom: 96px;
}

.margin-bottom-04 {
  margin-bottom: 4px;
}

.fb-class {
  background-color: #393b6a;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  padding: 5px;
  display: flex;
}

.button-primary-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary-right-icon:hover {
  background-color: var(--violet--dark);
}

.button-primary-right-icon:active {
  background-color: var(--violet--darker);
}

.neutral-700 {
  background-color: var(--neutral--700);
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.document-table-header {
  background-color: #f3f5fb;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: auto;
  min-width: 640px;
  padding: 14px 24px;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.red-base {
  background-color: var(--red--base);
}

.fb-class-detail {
  color: #a35200;
  text-align: center;
  background-color: #ffd6ad;
  border-radius: 4px;
  margin-left: 4px;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.button-secondary-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--700);
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-secondary-right-icon:hover {
  background-color: var(--neutral--200);
}

.button-secondary-right-icon:active {
  background-color: var(--neutral--300);
}

.violet-base {
  background-color: var(--violet--base);
}

.fb-style-block {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  padding: 32px;
}

.fb-style-guide {
  padding: 140px 5%;
}

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

.margin-bottom-40 {
  margin-bottom: 40px;
}

.neutral-200 {
  background-color: var(--neutral--200);
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.fb-class-icon {
  background-color: #6b7094;
  border-radius: 4px;
  margin-right: 4px;
  padding: 6px;
  display: inline-block;
}

.neutral-400 {
  background-color: var(--neutral--400);
}

.h2-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.fb-class-badge {
  color: #fff;
  text-align: center;
  background-color: #0f6ef3;
  border-radius: 4px;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.margin-bottom-36 {
  margin-bottom: 36px;
}

.violet-background {
  background-color: var(--violet--background);
}

.red-background {
  background-color: var(--red--background);
}

.orange-background {
  background-color: var(--orange--background);
}

.green-darker {
  background-color: var(--green--darker);
}

.green-dark {
  background-color: var(--green--dark);
}

.green-base {
  background-color: var(--green--base);
}

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

.green-lighter {
  background-color: var(--green--lighter);
}

.green-background {
  background-color: var(--green--background);
}

.footnote {
  color: var(--neutral--400);
  font-size: 12px;
  line-height: 16px;
}

.header-subheading-wrap {
  color: var(--neutral--600);
  max-width: 540px;
}

.partnership-wrap {
  justify-content: center;
  display: flex;
}

.header-company-span {
  color: var(--neutral--900);
  font-weight: 500;
}

.section-companies {
  background-color: #fff;
  padding: 138px 5%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.companies-title-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 12px;
  align-items: flex-end;
  margin-bottom: 58px;
  display: flex;
}

.title-wrap-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e2e1e1;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 58px;
  display: flex;
}

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

.image-cover {
  object-fit: fill;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonial-quote {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.blog-created-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.blog-dot {
  background-color: var(--neutral--500);
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.blog-card-created {
  color: var(--neutral--500);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.blog-title {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-icon-wrapper {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 48px;
  display: flex;
}

.footer-left-column {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-legal-links {
  grid-column-gap: 48px;
  text-align: center;
  align-items: center;
  display: flex;
}

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

.footer-social-link {
  flex: none;
}

.error-message {
  background-color: #fcf2f2;
}

.footer-legal-text-wrapper {
  margin-top: 16px;
  margin-left: auto;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--200);
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 42px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.footer-column {
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-logo-link {
  color: #1e1e48;
  margin-bottom: 48px;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
}

.footer-section {
  border-top: 1px solid var(--neutral--200);
  background-image: url('../images/Rectangle-12.png');
  background-position: 50% 100%;
  background-size: cover;
  margin-top: 140px;
  padding: 40px 3%;
}

.footer-social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.form-text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--neutral--200) #eaebf0 #eaebf0;
  background-color: #fff;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-text-field:focus {
  border-color: #7e5ae2;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  display: flex;
}

.foooter-right-column {
  color: var(--neutral--400);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.footer-social {
  color: var(--neutral--400);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social:hover {
  color: var(--violet--base);
}

.footer-logo {
  width: 10vh;
}

.footer-link {
  color: var(--neutral--900);
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--violet--base);
}

.browse-section {
  background-color: var(--neutral--100);
  padding: 60px 3% 100px;
  position: relative;
}

.browse-header-section {
  z-index: 1;
  margin-bottom: -80px;
  padding: 48px 5%;
  position: relative;
}

.dropdown-text {
  color: var(--violet--base);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.browse-wrap {
  padding-left: 1%;
  padding-right: 1%;
}

.search-field {
  border: 1px #000;
  height: 44px;
  margin-bottom: 0;
}

.search-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.search-button:hover {
  background-color: var(--violet--dark);
}

.search-button:active {
  background-color: var(--violet--darker);
}

.header-right-wrap {
  max-width: 50%;
  height: 100%;
}

.header-image-wrap-small {
  height: 520px;
  position: relative;
}

.header-flex-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job-border {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  text-decoration: none;
  transition: border-color .3s;
  display: block;
}

.job-border:hover {
  border-color: var(--neutral--300);
}

.companies-grid {
  grid-column-gap: 72px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.company-card-small {
  grid-column-gap: 24px;
  background-color: #fff;
  padding: 32px;
  display: flex;
}

.companies-collection-list-small {
  grid-row-gap: 56px;
  flex-direction: column;
  display: flex;
}

.company-positions-dark {
  grid-column-gap: 4px;
  background-color: var(--neutral--900);
  color: #fff;
  align-items: center;
  margin-top: -18px;
  margin-left: 32px;
  padding: 10px 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.companies-collection-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.companies-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-grid-wrapper {
  max-width: 680px;
}

.feature-title-wrap {
  max-width: 480px;
}

.about-header-bg {
  background-color: var(--violet--base);
  height: 600px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-badge {
  grid-column-gap: 12px;
  background-color: var(--neutral--100);
  border-radius: 0;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 16px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.header-badge-light {
  color: var(--violet--base);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  padding: 4px 8px;
  font-weight: 600;
}

.about-content-list-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.about-content-list-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.contact-image-wrap {
  justify-content: center;
  align-items: center;
  height: 560px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.account-page-wrapper {
  flex-direction: row;
  max-width: 100%;
  height: 100%;
  min-height: 90vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.account-form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  padding: 32px;
}

.account-right-block {
  color: #fff;
  background-image: url('../images/Signup-Background.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  padding: 64px 5%;
  display: flex;
}

.account-left-block {
  align-items: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 3%;
  display: flex;
}

.account-form-title {
  text-align: left;
  border-style: none;
  margin-bottom: 48px;
}

.account-form-title.text-center {
  text-align: center;
}

.form-divider {
  background-color: var(--neutral--200);
  height: 1px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.form-footer {
  grid-column-gap: 8px;
  justify-content: flex-start;
}

.account-heading-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.account-testimonial-wrap {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.account-author-wrap {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.account-avatar {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.account-testimonial-wrap-inner {
  margin-top: 42px;
}

.account-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  max-width: 450px;
  height: 100%;
  max-height: 610px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  line-height: 1.4;
  display: flex;
}

.account-author-details {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.account-quote-icon {
  width: 72px;
  height: 72px;
}

.account-section-regular {
  background-color: var(--neutral--100);
  background-image: url('../images/Auth-Background-Pattern-Left.svg'), url('../images/Auth-Background-Pattern-Right.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 220px 5%;
}

.account-form-card {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 510px;
  padding-bottom: 64px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.reset-password-form {
  width: 100%;
}

.account-icon-wrap {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 32px;
  display: flex;
}

.account-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5% 64px;
  display: flex;
}

.account-content {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  max-width: 500px;
  margin-bottom: 0;
  padding: 0;
}

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

.account-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--violet--base);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.account-button:hover {
  background-color: var(--violet--dark);
}

.account-button:active {
  background-color: var(--violet--darker);
}

.account-form-header {
  text-align: center;
  border-style: none;
  margin-bottom: 48px;
  padding: 0;
}

.account-section {
  background-color: var(--neutral--100);
  background-image: url('../images/Auth-Background-Pattern-Left.svg'), url('../images/Auth-Background-Pattern-Right.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 124px 5%;
}

.blog-slide {
  margin-right: 24px;
}

.company-mask {
  width: 390px;
  overflow: visible;
}

.company-slider {
  background-color: #fff;
  height: auto;
}

.company-arrow-r {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .4s;
  display: flex;
  top: -104px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.company-arrow-r:hover {
  background-color: var(--neutral--200);
}

.company-arrow-r:active {
  background-color: var(--neutral--300);
}

.company-arrow-l {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  top: -104px;
  bottom: auto;
  left: auto;
  right: 70px;
}

.slide-nav-hidden {
  display: none;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-top: 64px;
}

.pricing-card {
  border: 1px solid var(--neutral--200);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.pricing-card.violet {
  border-top-width: 2px;
  border-top-color: var(--violet--base);
}

.pricing-card.green {
  border-top-width: 2px;
  border-top-color: var(--green--base);
}

.pricing-price-wrap {
  grid-column-gap: 8px;
  align-items: flex-end;
  display: flex;
}

.text-color-gray-500 {
  color: var(--neutral--500);
}

.pricing-date {
  color: var(--neutral--500);
  margin-bottom: 10px;
}

.job-submission-form-wrapper {
  grid-row-gap: 48px;
  background-color: var(--neutral--100);
  flex-direction: column;
  padding: 8% 5%;
}

.job-submission-form-number {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.job-submission-form-section {
  flex-direction: column;
  width: 100%;
  padding-top: 8px;
  display: flex;
}

.form-field-large {
  border: 1px solid var(--neutral--200);
  min-height: 130px;
  margin-bottom: 0;
  padding: 12px;
}

.form-field-large:focus {
  border-color: var(--violet--base);
}

.job-submit-section {
  background-image: url('../images/Auth-Background-Pattern-Right.svg'), url('../images/Auth-Background-Pattern-Left.svg');
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 60px 5% 120px;
  position: relative;
}

.section-header {
  padding: 100px 5% 40px;
  position: relative;
}

.navbar-mobile-button-wrapper {
  display: none;
}

.cta-search-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -31px;
  display: flex;
}

.job-category {
  background-color: var(--violet--background);
  color: var(--violet--base);
  padding: 6px 12px;
  display: inline-block;
}

.icon-wrap-large {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.feature-content-row {
  grid-column-gap: 16px;
  background-color: var(--neutral--100);
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.testimonial-grid-v2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.testimonial-slider-v2 {
  background-color: var(--neutral--100);
  width: 100%;
  max-width: 580px;
  height: 100%;
  padding: 24px;
  position: static;
}

.testimonial-card {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 10%;
  display: flex;
}

.testimonial-author-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.testimonial-date-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.testimonial-avatar {
  flex: none;
  width: 56px;
  height: 56px;
}

.testimonial-v2-slider-left-button {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonial-v2-slider-left-button:hover {
  color: var(--neutral--900);
}

.testimonial-v2-slider-right-button {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 60px;
  right: auto;
}

.testimonial-v2-slider-right-button:hover {
  background-color: var(--neutral--200);
}

.testimonial-v2-slider-right-button:active {
  background-color: var(--neutral--300);
}

.job-tags {
  grid-column-gap: 8px;
  margin-bottom: 24px;
  display: flex;
}

.job-hours {
  background-color: var(--orange--background);
  color: var(--orange--dark);
  padding: 6px 12px;
}

.blog-category {
  background-color: var(--violet--background);
  color: var(--violet--base);
  margin-bottom: 16px;
  padding: 6px 12px;
  display: inline-block;
}

.company-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.icon-wrap-large-copy {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-text-wrapper {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px 24px;
}

.about-content-image-bottom-left {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 32px;
}

.collection-list-companies {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.jobs-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filters-submit-button {
  display: none;
}

.browse-check-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.checkbox {
  border-color: var(--neutral--300);
  border-radius: 0;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: var(--violet--base);
  background-image: url('../images/White-Check.svg');
  background-size: auto;
  border-style: none;
}

.checkbox.w--redirected-focus {
  border-color: var(--neutral--300);
  box-shadow: none;
  border-radius: 0;
}

.browse-checkbox {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.jobs-dropdown-list {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  margin-top: 4px;
}

.jobs-dropdown-list.w--open {
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.jobs-dropdown-link {
  width: 100%;
  padding: 8px 12px;
}

.jobs-dropdown-link:hover {
  background-color: var(--violet--background);
}

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

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

.job-submission-form-section-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  display: flex;
}

.job-submission-form {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
}

.company-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.template-wrapper {
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #e4e8f1;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.template-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-title-wrap {
  margin-bottom: 56px;
}

.blog-slider {
  background-color: #fff;
  height: auto;
}

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

.testiimonial-title-wrap {
  max-width: 480px;
}

.feature-image-wrap-large {
  height: 100%;
}

.blog-slider-right-button {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .4s;
  display: flex;
  top: -104px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blog-slider-right-button:hover {
  background-color: var(--neutral--200);
}

.blog-slider-right-button:active {
  background-color: var(--neutral--300);
}

.blog-slider-left-button {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  top: -104px;
  bottom: auto;
  left: auto;
  right: 70px;
}

.error-state {
  background-color: var(--red--background);
  color: var(--red--darker);
  margin: 24px 0;
  padding: 24px;
  position: relative;
}

.account-icon-wrapper {
  background-color: var(--violet--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  display: flex;
}

.form-header {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.redirect-block {
  margin-top: 24px;
}

.success-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrap-center-large {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 610px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-announcement {
  background-color: var(--neutral--900);
  color: #fff;
  text-align: center;
  background-image: url('../images/Auth-Background-Pattern-Left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.banner-button {
  background-color: var(--violet--base);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.banner-button:hover {
  color: #5167f6;
  background-color: #fff;
}

.banner-button-small {
  background-color: var(--neutral--700);
  color: #b2b3bd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.banner-button-small:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 559px;
  display: flex;
}

.header-badge-white {
  grid-column-gap: 12px;
  background-color: rgba(249, 249, 251, .1);
  border-radius: 0;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 16px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.blog-header-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
  margin-bottom: 60px;
  display: flex;
}

.header-badge-dark {
  background-color: var(--violet--base);
  color: var(--neutral--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 4px 8px;
  font-weight: 600;
}

.search-card {
  border: 1px solid var(--neutral--200);
  padding: 24px;
}

.browse-dropdown {
  width: 100%;
}

.browse-dropdown-toggle {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: var(--neutral--100);
}

.browse-alert {
  background-color: var(--red--background);
  color: var(--red--darker);
  padding: 24px;
  line-height: 1.6;
}

.flowbase-banner {
  z-index: 9999;
  background-color: var(--neutral--800);
  background-image: url('../images/Banner-BG_1Banner BG.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flowbase-header {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, .91) 60%, rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
}

.flowbase-link {
  color: #fff;
  border-bottom: 4px solid rgba(255, 255, 255, .56);
  text-decoration: underline;
}

.nav-head {
  justify-content: flex-start;
  width: 90%;
  display: block;
}

.phone {
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.phone.second {
  margin-top: 0;
}

.phone.second.fotter {
  justify-content: center;
  width: 100%;
}

.phone.f {
  justify-content: flex-start;
  align-items: center;
}

.up-div {
  color: var(--neutral--white);
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.up-div.hidden {
  display: none;
}

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

.email.second {
  margin-top: 0;
}

.email.second.footer {
  justify-content: center;
  width: 100%;
}

.email.f {
  justify-content: flex-start;
  align-items: center;
}

.tel-text {
  color: var(--neutral--white);
  margin-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.tel-text.w {
  color: var(--neutral--900);
  font-size: 20px;
}

.tel-text.f {
  font-size: 16px;
}

.tel-num {
  color: var(--neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.tel-num.w {
  color: var(--neutral--900);
  font-size: 20px;
}

.tel-num.f {
  font-size: 16px;
}

.email-txt {
  color: var(--neutral--white);
  margin-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.email-txt.second {
  color: #525252;
  margin-top: 0;
  margin-right: 0;
  padding-right: 10px;
  font-size: 16px;
}

.email-txt.second.footer {
  color: var(--blue-project);
}

.email-txt.ww {
  color: var(--neutral--900);
}

.email-txt.w {
  color: var(--neutral--900);
  font-size: 20px;
}

.email-txt.f {
  font-size: 16px;
}

.email-link {
  color: var(--neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.email-link.second {
  color: #525252;
  margin-top: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
}

.email-link.second.footer {
  color: var(--blue-project);
}

.email-link.w {
  color: var(--neutral--900);
  font-size: 20px;
}

.email-link.f {
  font-size: 16px;
}

.information {
  justify-content: center;
  height: 40vh;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: flex;
}

.info-logo {
  border: 0 solid #000;
  border-right: 1px solid #565555;
  justify-content: flex-start;
  align-items: center;
  height: 90%;
  margin: 10px 20px 10px 0;
  padding-right: 100px;
  display: flex;
}

.left-part {
  justify-content: flex-start;
  display: flex;
}

.texts {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  font-weight: 700;
  display: flex;
}

.texts.footer {
  background-color: rgba(0, 113, 254, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.left-img {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image {
  border-radius: 13px;
  width: 20vh;
  height: 20vh;
}

.divider {
  justify-content: center;
  width: 70vw;
  display: flex;
}

.phone-txt {
  color: #525252;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.phone-txt.footer {
  color: var(--blue-project);
}

.phone-num {
  color: #525252;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.phone-num.footer {
  color: var(--blue-project);
}

.image-2 {
  text-align: center;
  width: 20vh;
}

.contact-form-sec {
  height: 50vh;
}

.form {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block {
  background-image: linear-gradient(rgba(229, 218, 218, .75), rgba(229, 218, 218, .75)), url('../images/pexels-thisisengineering-3861972.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 20px;
  display: block;
}

.submit-button {
  background-color: #0071fe;
  border-radius: 8px;
  width: 15vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
}

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

.servces-title {
  color: #747474;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(132, 136, 154, 0);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.heading {
  color: var(--title-color);
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(132, 136, 154, .26);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.heading-2 {
  color: #0071fe;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-img {
  width: 20vh;
  height: 20vh;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.left-contact {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.contact-paragraph {
  color: var(--neutral--500);
  height: 100%;
  margin-right: 40px;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.recaptcha {
  margin-left: 0;
  margin-right: 0;
}

.item-content {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

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

.single-one {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.heading-3 {
  color: var(--yellow-project);
  text-align: center;
  font-family: Roboto, sans-serif;
}

.text-block {
  text-align: center;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.item1 {
  background-color: #f5f5f5;
  width: 35vh;
  height: 35vh;
  margin-left: 140px;
  margin-right: 140px;
  box-shadow: -7px 9px 5px rgba(0, 0, 0, .2);
}

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

.image-3 {
  width: 10vh;
  height: 10vh;
  margin-left: 20px;
}

.heading-4 {
  color: var(--blue-project);
  text-align: center;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
}

.heading-4.longer {
  font-size: 1rem;
}

.text-block-2 {
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.grid {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  grid-auto-flow: row;
}

.content-texts {
  margin-top: 140px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.first {
  display: flex;
}

.second {
  margin-top: 140px;
  padding: 10px 20px;
  display: flex;
}

.second._2 {
  margin-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.left {
  width: 50vw;
  margin-left: 0;
  margin-right: 10px;
  padding: 20px;
  font-family: Roboto, sans-serif;
}

.left.uni, .left.uni1 {
  padding-right: 0;
}

.right {
  width: auto;
  height: auto;
  margin-left: 40px;
  margin-right: 20px;
  display: flex;
}

.right._2 {
  background-image: url('../images/pexels-thisisengineering-3861972.jpg');
}

.right.uner, .right.une-3 {
  background-image: none;
  margin-left: 0;
  display: block;
}

.image-4 {
  width: 45vh;
  height: 45vh;
  margin-right: 0;
}

.heading-5 {
  color: var(--blue-project);
  margin-top: 20px;
  font-family: Roboto, sans-serif;
}

.paragraph {
  text-align: left;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.bold-text {
  color: var(--blue-project);
}

.title2 {
  background-color: rgba(222, 219, 219, 0);
}

.heading-6 {
  color: #747474;
  text-align: center;
  background-color: #dedbdb;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
}

.bold-text-2 {
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 29px;
}

.paragraph-3 {
  width: 50%;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.div-block {
  display: flex;
}

.bold-text-3 {
  transform-style: preserve-3d;
  font-size: 1.5rem;
  position: static;
  transform: translate3d(0, -7px, 102px);
}

.heading-7 {
  background-color: var(--title-background);
  color: var(--title-color);
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.secon-part {
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.image-div {
  width: 50%;
  padding-right: 20px;
}

.right-content {
  width: 100%;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  display: flex;
}

.image-5 {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 250px 50px 500px 200px;
  margin-right: 0;
  box-shadow: 0 10px 5px rgba(0, 0, 0, .2);
}

.heading-9 {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-4 {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
  display: none;
}

.paragraph-4.second {
  margin-top: 0;
  font-family: Roboto, sans-serif;
  display: none;
}

.paragraph-4.third, .paragraph-4.firdt {
  font-family: Roboto, sans-serif;
  display: none;
}

.div-block-2 {
  border: 1px solid rgba(0, 0, 0, .42);
  border-radius: 50px;
  width: 100%;
  margin-top: 40px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 8px 5px rgba(0, 0, 0, .2);
}

.div-block-2.second, .div-block-2.third {
  border-color: rgba(0, 0, 0, .42);
}

.div-block-3 {
  border-radius: 50px;
  width: 10%;
  height: 5vh;
}

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

.text-block-3.second {
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-3.third {
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  width: 50%;
  margin-left: 0;
  margin-right: 10px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: block;
}

.div-block-4.second {
  margin-top: 7px;
  padding-left: 10px;
  display: block;
}

.div-block-4.third {
  padding-left: 10px;
  display: block;
}

.bold-text-4 {
  color: var(--blue-project);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
}

.bold-text-5 {
  color: var(--blue-project);
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.bold-text-6 {
  color: var(--blue-project);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
}

.section {
  margin-top: 100px;
  margin-bottom: 140px;
  display: flex;
}

.div-block-5 {
  width: 50%;
  height: 40%;
  margin-right: 20px;
}

.image-7 {
  margin-left: auto;
  margin-right: auto;
}

.image-8, .image-9, .image-10 {
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  justify-items: stretch;
}

.div-block-6 {
  width: 50%;
}

.div-block-7 {
  background-color: var(--blue-project);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-7 {
  color: var(--neutral--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  padding: 100px 20px;
}

.bold-text-8 {
  color: var(--blue-project);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
}

.container-2 {
  display: flex;
}

.heading-10 {
  text-align: left;
  flex: 0 auto;
}

.section-2 {
  object-fit: contain;
  display: block;
  position: static;
}

.heading-11 {
  color: var(--blue-project);
  background-color: rgba(0, 113, 254, 0);
  margin-top: 82px;
  margin-bottom: 28px;
  padding-right: 0;
}

.text-block-4 {
  color: var(--neutral--100);
  background-color: rgba(251, 251, 251, 0);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.container-3 {
  padding-left: 40px;
  padding-right: 40px;
}

.bold-text-9 {
  color: var(--neutral--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 60px;
  display: flex;
}

.paragraph-6 {
  color: var(--neutral--white);
  text-align: center;
  padding-top: 30px;
  padding-left: 10vh;
  padding-right: 10vh;
  font-size: 15px;
  font-weight: 700;
}

.heading-14 {
  color: var(--blue-project);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  display: flex;
}

.div-block-8 {
  width: 70%;
}

.div-block-9 {
  background-color: rgba(0, 113, 254, .82);
  width: 30%;
}

.div-block-9._2 {
  background-color: rgba(255, 235, 0, .82);
}

.heading-15 {
  color: var(--yellow-project);
}

.paragraph-7 {
  color: #000;
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 33px;
}

.try {
  height: auto;
  margin-top: 140px;
  margin-bottom: 0;
}

.section-3 {
  margin-top: 140px;
}

.heading-16 {
  color: var(--blue-project);
  text-align: center;
}

.bold-text-10 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-8 {
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto, sans-serif;
}

.s-slidere {
  margin-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.slide {
  background-image: url('../images/WhatsApp-Image-2023-10-22-at-13.33.08_66466df3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 70vh;
}

.slide-2 {
  background-image: url('../images/pexels-thisisengineering-3861972.jpg');
  background-position: 50%;
  background-size: cover;
}

.bold-text-12 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 36px;
}

.bold-text-13 {
  font-family: Roboto, sans-serif;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-11 {
  border: .5px solid rgba(0, 111, 255, .5);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40vh;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 5px 10px 5px rgba(0, 111, 255, .15);
}

.div-11._2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-11._3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-14 {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
}

.heading-17 {
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.heading-17._2, .heading-17._3 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.first-one {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  overflow: visible;
}

.first-one._2, .first-one._3 {
  font-family: Roboto, sans-serif;
  display: flex;
}

.first-one._1 {
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.button {
  padding-left: 20px;
  padding-right: 20px;
}

.bold-text-15, .bold-text-16 {
  color: var(--blue-project);
  font-family: Roboto, sans-serif;
}

.section-4 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.slide-3 {
  background-image: url('../images/WhatsApp-Image-2023-10-26-at-14.36.50_5c79c9fa.jpg');
  background-position: 50%;
  background-size: cover;
}

.success-message-2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-5 {
  margin-top: 100px;
}

.div-block-13 {
  background-color: rgba(255, 255, 255, .25);
  width: 100%;
  height: 61px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-14 {
  margin-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 10vh;
  height: 10vh;
  display: flex;
}

.div-block-17, .div-block-18 {
  width: 50%;
}

.right-header {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.left-header {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  display: flex;
}

.contact-phone {
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.contact-email {
  display: flex;
}

.image-12 {
  width: 16px;
  height: 14px;
  margin-right: 5px;
}

.text-block-5 {
  color: var(--neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link {
  color: var(--neutral--white);
  margin-left: 5px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.image-13 {
  width: 16px;
  height: 14px;
  margin-right: 5px;
}

.text-block-6 {
  color: var(--neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-2 {
  color: var(--neutral--white);
  margin-left: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-14 {
  border-radius: 10px;
  width: 61px;
  height: 61px;
}

.link-3, .link-4, .link-5 {
  color: var(--neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-15 {
  width: 246px;
  height: 435px;
}

.cell {
  border-radius: 30px;
}

.image-16 {
  border-radius: 30px;
  width: 246px;
  height: 167px;
}

.cell-2 {
  justify-content: flex-start;
}

.cell-3 {
  justify-content: flex-end;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.right-l {
  width: 50%;
  margin-right: 20px;
}

.rightl {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-19 {
  margin-bottom: 20px;
}

.image-17 {
  border-radius: 30px;
  width: 246px;
  height: 435px;
}

.image-18 {
  border-radius: 30px;
  width: 246px;
  height: 248px;
}

.image-19 {
  border-radius: 30px;
  width: 246px;
  height: 167px;
}

.section-6 {
  justify-content: space-around;
  margin-top: 140px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.div-block-20 {
  width: 618px;
  margin-right: 40px;
}

.image-20 {
  transform-style: preserve-3d;
  width: 35vh;
  transform: translate(214px, -92px);
}

.image-21, .image-22, .image-23 {
  align-self: flex-start;
  margin-top: 10px;
  margin-left: 20px;
}

.section-7 {
  background-image: url('../images/Layer-2.png'), url('../images/Rectangle-2189-2.png');
  background-position: 50%, 50%;
  background-repeat: repeat, repeat;
  background-size: 100% 100%, cover;
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-24.end {
  background-image: url('../images/c-1.png');
  background-position: 50%;
  background-size: cover;
}

.heading-18 {
  color: var(--neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.paragraph-9 {
  color: var(--neutral--white);
  text-align: center;
  padding-top: 20px;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.paragraph-9.seconp {
  color: var(--neutral--900);
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 500;
}

.section-8 {
  margin-top: 140px;
}

.bold-text-17 {
  font-size: 25px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 20px 0;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand.w--current {
  background-color: rgba(255, 255, 255, 0);
}

.nav-menu-wrapper {
  display: block;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-24 {
  border-radius: 0;
  width: 15vh;
  height: auto;
}

.up {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.up.w {
  border-bottom-color: #000;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

.dawn {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-26 {
  width: 100%;
  display: block;
}

.link-6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.link-7 {
  color: var(--neutral--white);
  margin-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-7.w--current {
  font-weight: 600;
}

.link-7.w {
  color: var(--neutral--900);
  font-weight: 400;
}

.link-7.w.p1:hover {
  font-weight: 600;
}

.section-9 {
  background-color: #000;
}

.link-8 {
  color: var(--neutral--white);
  margin-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-8:hover {
  font-weight: 600;
}

.link-8.w {
  color: var(--neutral--900);
  font-weight: 400;
}

.link-8.w.p1 {
  font-weight: 400;
}

.link-8.w.p1.uu:hover, .link-8.w.p1.uu.w--current {
  font-weight: 600;
}

.link-9 {
  color: var(--neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-9:hover {
  font-weight: 600;
}

.link-9.w--current {
  color: var(--neutral--white);
}

.link-9.w {
  color: var(--neutral--900);
  font-weight: 600;
}

.link-9.w.p2 {
  padding: 0;
  font-weight: 400;
}

.link-9.w.p2:hover, .link-9.w.p2.w--current {
  font-weight: 600;
}

.image-25 {
  width: 3vh;
  height: 3vh;
  margin-right: 5px;
}

.image-25.f {
  width: 2vh;
  height: 2vh;
}

.image-26 {
  width: 3vh;
  height: 3vh;
  margin-right: 5px;
}

.image-26.f {
  width: 2vh;
  height: 2vh;
}

.k-head {
  background-image: url('../images/image-16.png');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
  padding-top: 30px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-19 {
  color: var(--neutral--white);
  text-align: center;
  width: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.paragraph-10 {
  color: var(--neutral--white);
  text-align: center;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.k2 {
  height: 80vh;
  margin-top: 0;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.left-k {
  background-color: #fff;
  border: 0 solid #a8a8a8;
  border-radius: 10px;
  width: 60%;
  height: 100%;
  margin-bottom: 0;
  margin-right: 100px;
  padding-left: 20px;
  padding-right: 20px;
  transform: translate(6vh, -8vh);
  box-shadow: 0 5px 4px 5px rgba(0, 111, 255, .15);
}

.rightk {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 60%;
  margin-top: 100px;
  padding: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-27 {
  width: 100%;
  height: 100%;
  display: flex;
}

.first-row {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.text-field {
  border-radius: 5px;
  margin-right: 10px;
  font-weight: 400;
}

.text-field-2 {
  border-radius: 5px;
  font-weight: 400;
}

.text-field-2._3 {
  height: 30vh;
  margin-bottom: 10px;
  padding-bottom: 25vh;
}

.form-2 {
  padding-top: 20px;
}

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

.submit-button-2 {
  background-color: #0071fa;
  border-radius: 10px;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}

.heading-20 {
  text-align: left;
  padding-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.l3 {
  transform: translate(-7px, 43px);
}

.l4 {
  transform: translate(56px, 97px);
}

.p {
  justify-content: center;
  width: 25vw;
  display: flex;
}

.p._2222 {
  transform: translate(-142px, -61px);
}

.p-txt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  transform: translate(-74px, -70px);
}

.p-txt._22222 {
  transform: translate(-16px);
}

.div-block-28 {
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.image-27 {
  width: 7vh;
  height: 5vh;
  transform: translate(25px, -7px);
}

.image-27._222 {
  width: 5vh;
  transform: translate(-74px, 7px);
}

.text-block-7 {
  width: auto;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-7.tt {
  color: var(--blue-project);
}

.u1 {
  background-image: url('../images/image-16.png');
  background-position: 50% 90%;
  background-size: cover;
  height: 40vh;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.heading-21 {
  color: var(--neutral--white);
  text-align: center;
  padding-top: 40px;
  font-size: 40px;
}

.text-block-8 {
  color: var(--neutral--white);
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

.u2 {
  margin-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.grid-4 {
  grid-row-gap: 41px;
  grid-template-rows: auto auto auto;
  align-items: center;
  justify-items: center;
}

.div-block-29 {
  border: .5px solid rgba(0, 111, 255, .5);
  border-radius: 10px;
  width: 60vh;
  height: 35vh;
  box-shadow: 0 5px 10px 5px rgba(0, 111, 255, .15);
}

.item-h {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: flex;
}

.item-title {
  margin-left: 20px;
}

.text-block-9 {
  font-size: 24px;
  font-weight: 600;
}

.text-block-10 {
  padding: 20px 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.text-block-11 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.section-10 {
  height: auto;
  margin-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.div-block-30 {
  width: 50%;
}

.div-block-31 {
  width: 50%;
  margin-top: 140px;
  margin-left: 40px;
}

.text-block-12 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 500;
}

.image-28 {
  width: 25vh;
  transform: rotate(-4deg)translate(-106px, -237px);
}

.image-29 {
  width: 7vh;
}

._30._1 {
  transform: translate(-15px, 29px);
}

._30._2 {
  transform: translate(-200px, -154px);
}

.image-31 {
  transform: rotate(-9deg);
}

.div-block-33 {
  padding-top: 40px;
  padding-left: 40px;
}

.div-block-34 {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.div-block-35 {
  width: 60vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-11 {
  height: 60vh;
  padding-top: 40px;
}

.text-block-13 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}

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

.div-block-37 {
  background-color: var(--blue-project);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-38 {
  background-color: var(--blue-project);
  border-radius: 10px;
}

.image-32 {
  width: 5vh;
  height: 5vh;
}

.link-10 {
  color: var(--neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.text-block-14 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.link-11 {
  color: var(--blue-project);
  margin-right: 10px;
}

.div-block-39 {
  justify-content: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.text-block-15 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

._2 {
  text-align: center;
  font-weight: 600;
}

.p2 {
  text-align: center;
  padding: 20px 140px 40px;
  font-size: 22px;
}

.bold-text-18 {
  color: var(--neutral--white);
}

.image-33 {
  transform: translate(-178px, -124px);
}

.image-34 {
  transform: translate(-355px, 82px);
}

.image-35 {
  margin-left: 140px;
}

.form-block-2 {
  display: block;
}

.f-up {
  margin-bottom: 40px;
  display: flex;
}

.f-left {
  width: 50%;
  padding: 40px 10px 40px 20px;
}

.f-rght {
  width: 50%;
  padding: 40px 20px 40px 60px;
}

.text-block-17 {
  color: var(--neutral--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-18 {
  color: var(--neutral--white);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.text-block-19 {
  font-family: Poppins, sans-serif;
}

.text-block-20 {
  color: var(--neutral--white);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.button-2 {
  font-family: Poppins, sans-serif;
}

.button-3 {
  border-radius: 100px;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.text-block-21 {
  color: var(--neutral--white);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-22 {
  color: var(--neutral--white);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-23 {
  color: var(--neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.div-block-42 {
  border-bottom: 1px solid var(--neutral--white);
  justify-content: space-between;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-43 {
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-36 {
  border-radius: 0;
  width: 15vh;
}

.link-12 {
  color: var(--neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.link-12:hover {
  font-weight: 600;
}

.link-12.w--current {
  font-weight: 400;
}

.link-12.w--current:hover {
  font-weight: 600;
}

.link-13 {
  color: var(--neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.link-13:hover {
  font-weight: 600;
}

.link-14 {
  color: var(--neutral--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.link-14:hover {
  font-weight: 600;
}

.div-block-44 {
  justify-content: space-around;
  align-items: center;
  width: 30vw;
  display: flex;
}

.div-block-45 {
  justify-content: space-around;
  align-items: center;
  width: 30vh;
  display: flex;
}

.f2up {
  width: 50%;
  height: 70vh;
}

.section-12 {
  display: flex;
}

.bb.d {
  color: var(--neutral--900);
  font-size: 30px;
}

.image-37 {
  transform: rotate(5deg)translate(-192px, -61px);
}

.image-38 {
  transform: translate(-120px, 27px);
}

.image-39 {
  transform: translate(-10px, -223px);
}

.image-40 {
  z-index: 0;
  width: 50vw;
  height: 70vh;
  position: relative;
}

.div-block-46 {
  background-color: #be3535;
  position: static;
  transform: translate(-192px);
}

.div-block-46._2 {
  position: static;
  transform: translate(-61px);
}

.t, .m {
  display: none;
}

.n {
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: 140px;
  padding-left: 20px;
  padding-right: 40px;
}

.big {
  display: none;
}

.div-block-47 {
  width: 35vh;
  height: 30vh;
  display: flex;
  transform: translate(12vh, -35vh);
}

.div-block-47.second {
  width: 35vh;
  margin-top: 0;
  padding-right: 0;
  transform: translate(26vh, -40vh);
}

.div-block-47.big1 {
  transform-style: preserve-3d;
}

.text-block-24 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transform: translate(0);
}

.text-block-25 {
  color: var(--blue-project);
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.image-41 {
  width: 15vh;
}

.image-41._2 {
  position: static;
  transform: translate(0);
}

.image-41._1.h {
  position: static;
  transform: translate(-1vh, -1vh);
}

.image-42 {
  transform: rotate(-1deg)translate(70px, 88px);
}

.div-block-48 {
  margin-right: 30px;
  transform: translate(0);
}

.div-block-49, .div-block-50 {
  padding-left: 10px;
  padding-right: 10px;
}

.i1, .id1 {
  transform-style: preserve-3d;
}

.div-block-52 {
  flex-direction: row;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-block-26 {
  color: var(--blue-project);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-27 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.div-block-53 {
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.div-block-54 {
  align-items: flex-start;
  display: flex;
  transform: translate(6vh, 5vh);
}

.div-block-55 {
  flex-direction: column;
  justify-content: space-around;
  height: 10vh;
  display: flex;
}

.text-block-28 {
  color: var(--neutral--white);
  width: 35vw;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.div-block-56 {
  display: flex;
}

.image-44 {
  margin-right: 5px;
}

.div-block-57 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-15 {
  color: var(--neutral--900);
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.link-16 {
  color: var(--neutral--900);
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.div-block-58 {
  flex-direction: column;
  display: flex;
}

.div-block-59, .div-block-60 {
  display: flex;
}

.div-block-61 {
  width: auto;
}

.div-block-62 {
  background-image: url('../images/Group-2.png');
  background-position: 50%;
  background-size: contain;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding-left: 40px;
  display: flex;
}

.image-48 {
  width: 4vh;
  max-width: none;
}

.div-block-63 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie {
  background-color: snow;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 30vh;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: auto;
  padding: 10px 20px 20px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 0 5px 10px 5px rgba(0, 111, 255, .15);
}

.heading-22 {
  color: var(--blue-project);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-block-29 {
  text-align: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.div-block-65 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.close-btn {
  background-color: var(--blue-project);
  text-align: center;
  border-radius: 20px;
  width: 20vw;
  margin-top: 10px;
  margin-right: 20px;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
}

.close-btn._2 {
  border: 1px solid var(--blue-project);
  background-color: var(--neutral--white);
  color: var(--blue-project);
  font-family: Poppins, sans-serif;
}

.close2 {
  border: 2px solid var(--blue-project);
  color: var(--blue-project);
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 15vw;
  padding: 5px 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
}

.div-block-66 {
  display: block;
}

.link-block {
  background-color: rgba(0, 0, 0, 0);
}

.link-block.w--current {
  background-color: rgba(255, 255, 255, 0);
}

.html-embed {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section-first {
    line-height: 30px;
  }

  .navbar {
    color: var(--neutral--white);
    background-color: rgba(255, 255, 255, 0);
    border-bottom-width: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-navigation {
    background-color: rgba(255, 255, 255, 0);
  }

  .nav-link {
    color: var(--neutral--white);
  }

  .up-div {
    border-width: 0 0 1px;
    border-color: var(--neutral--white);
    justify-content: space-around;
    align-items: center;
    padding-bottom: 10px;
  }

  .email {
    align-items: center;
  }

  .tel-num, .email-link {
    color: var(--neutral--white);
  }

  .left-contact {
    margin-bottom: 50px;
  }

  .contact-paragraph {
    line-height: 25px;
  }

  .item-content {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .second {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .second._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left {
    flex-direction: column;
    justify-content: flex-end;
    width: 618px;
    height: 100%;
    margin-left: 40px;
    margin-right: 0;
    display: flex;
  }

  .left._2 {
    margin-left: 10px;
    margin-right: 60px;
  }

  .right {
    flex-direction: row;
    justify-content: center;
    width: 512px;
    height: 436px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
  }

  .right._2 {
    background-image: url('../images/pexels-thisisengineering-3861972.jpg');
  }

  .bold-text-9 {
    color: var(--neutral--white);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 60px;
  }

  .paragraph-6 {
    color: var(--neutral--white);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .heading-14 {
    text-align: center;
    font-size: 3rem;
  }

  .div-block-8 {
    width: 70%;
  }

  .div-block-9 {
    background-color: rgba(0, 113, 254, .82);
    width: 30%;
  }

  .div-block-9._2 {
    background-color: rgba(255, 235, 0, .82);
  }

  .image-11 {
    width: 100%;
    height: 100%;
  }

  .heading-15 {
    color: var(--blue-project);
    font-size: 2rem;
  }

  .paragraph-7 {
    padding-top: 20px;
    font-size: 20px;
  }

  .section-3 {
    margin-top: 220px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 100px;
    font-family: Roboto, sans-serif;
    display: block;
  }

  .heading-16 {
    color: var(--yellow-project);
    text-align: center;
    margin-bottom: 40px;
    font-size: 3rem;
  }

  .bold-text-10 {
    color: #000;
    font-family: Poppins, sans-serif;
  }

  .paragraph-8 {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
  }

  .s-slidere {
    height: 50vh;
    margin-top: 140px;
    margin-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide {
    background-image: url('../images/WhatsApp-Image-2023-10-22-at-13.33.08_66466df3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider {
    height: 60vh;
  }

  .slide-2 {
    background-image: url('../images/pexels-thisisengineering-3861972.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .bold-text-11 {
    color: var(--blue-project);
    font-family: Roboto, sans-serif;
  }

  .bold-text-12 {
    font-size: 24px;
  }

  .div-block-10 {
    flex-direction: row;
    justify-content: space-between;
  }

  .div-11 {
    border-radius: 20px;
    width: 44vh;
    box-shadow: 0 5px 10px 5px rgba(0, 111, 255, .15);
  }

  .bold-text-14 {
    color: #000;
  }

  .first-one._1 {
    padding-bottom: 20px;
    font-size: 15px;
  }

  .div-block-13 {
    margin-top: 140px;
  }

  .div-block-14 {
    margin-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-15 {
    margin-top: 40px;
  }

  .contact-phone {
    text-align: left;
    justify-content: space-around;
    align-items: center;
  }

  .contact-email {
    justify-content: space-around;
    align-items: center;
  }

  .image-14 {
    margin-left: 10px;
  }

  .section-6 {
    height: 434px;
    margin: 140px 40px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-20 {
    width: 618px;
    margin-right: 40px;
  }

  .image-20 {
    width: 36vh;
    transform: translate(400px, -151px);
  }

  .div-block-22 {
    transform: translate(0);
  }

  .div-block-24.end {
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .paragraph-9 {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 22px;
  }

  .paragraph-9.seconp {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    font-weight: 500;
  }

  .section-8 {
    background-image: url('../images/c-1.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 65vh;
    margin-top: 220px;
    display: flex;
  }

  .bold-text-17 {
    font-size: 32px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-24 {
    width: 17vh;
  }

  .up {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-25, .image-26 {
    width: 3vh;
    height: 3vh;
  }

  .k-head {
    padding-top: 50px;
  }

  .left-k {
    border-width: 0;
    width: 60%;
    transform: translate(9vh, -8vh);
    box-shadow: 0 5px 10px 5px rgba(0, 111, 255, .15);
  }

  .rightk {
    font-size: 30px;
  }

  .text-field-2._3 {
    padding-bottom: 25vh;
  }

  .p {
    transform: translate(-133px, -106px);
  }

  .p._2222 {
    transform: translate(-169px, -74px);
  }

  .p-txt {
    transform: translate(52px, 29px);
  }

  .image-27 {
    transform: translate(52px, -2px);
  }

  .image-27._222 {
    transform: translate(-79px, -3px);
  }

  .heading-21 {
    padding-top: 30px;
  }

  .u2 {
    margin-top: 100px;
    padding-left: 60px;
    padding-right: 70px;
  }

  .grid-4 {
    grid-column-gap: 26px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-29 {
    border: .5px solid rgba(0, 111, 255, .5);
    border-radius: 10px;
    width: 100%;
    height: 37vh;
    padding: 20px 10px 25px;
    box-shadow: -1px 5px 10px 5px rgba(0, 111, 255, .15);
  }

  .item-h {
    justify-content: flex-start;
    padding-bottom: 10px;
    display: flex;
  }

  .item-title {
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .text-block-9 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .text-block-10 {
    height: 15vh;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .text-block-11 {
    text-align: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
  }

  .div-block-31 {
    margin-left: 50px;
  }

  .text-block-12 {
    font-size: 25px;
  }

  .div-block-41 {
    padding-top: 40px;
  }

  .text-block-16 {
    font-family: Poppins, sans-serif;
    font-size: 32px;
  }

  ._2 {
    text-align: center;
    font-weight: 600;
  }

  .p2 {
    text-align: center;
    padding: 20px 140px 40px;
    font-family: Poppins, sans-serif;
    font-size: 22px;
  }

  .image-34 {
    transform: translate(-379px, 82px);
  }

  .text-block-17, .text-block-18 {
    text-transform: uppercase;
  }

  .button-3 {
    background-color: #0081fe;
  }

  .bb {
    color: var(--neutral--900);
    font-weight: 600;
  }

  .bb.d {
    color: var(--neutral--900);
  }

  .n {
    padding-left: 20px;
  }

  .div-block-47 {
    transform: translate(13vh, -35vh);
  }

  .div-block-47.second {
    transform: translate(27vh, -40vh);
  }

  .image-41._2 {
    width: 10vh;
    position: static;
    transform: translate(4vh, -71px);
  }

  .image-41._1 {
    position: static;
  }

  .image-41._1.h {
    float: none;
    width: 10vh;
    position: static;
    transform: translate(2vh);
  }

  .image-42 {
    transform: rotate(-1deg)translate(70px, 88px);
  }

  .div-block-48 {
    align-items: flex-start;
    margin-right: 0;
    display: flex;
    transform: translate(-4vh);
  }

  .div-block-49 {
    transform: translate(4vh);
  }

  .text-block-26 {
    font-size: 30px;
  }

  .div-block-54 {
    transform: translate(5vh, 5vh);
  }

  .div-block-55 {
    flex-direction: column;
    justify-content: space-around;
    height: 10vh;
  }

  .image-47 {
    width: 3vh;
    max-width: none;
  }

  .image-48 {
    width: 4vh;
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .section-first {
    height: 100vh;
    margin-bottom: 10px;
  }

  .phone, .email {
    align-items: center;
  }

  .paragraph-6 {
    padding-left: 15vh;
    padding-right: 15vh;
  }

  .div-block-14 {
    margin-top: 60px;
  }

  .div-block-15 {
    margin-top: 40px;
  }

  .paragraph-9 {
    padding-left: 220px;
    padding-right: 220px;
  }

  .container-4.w {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-24 {
    width: 15vh;
    height: auto;
  }

  .up.w {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-logo-center-container.shadow-three {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .rightk {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-field-2._3 {
    padding-bottom: 25vh;
  }

  .div-block-29 {
    height: 35vh;
  }

  .text-block-10 {
    padding-bottom: 10px;
  }

  .text-block-26 {
    font-size: 30px;
  }

  .text-block-27 {
    font-size: 24px;
  }

  .div-block-54 {
    transform: translate(5vh, 5vh);
  }

  .link-15, .link-16 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .section-first {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
    display: flex;
  }

  .navbar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-navigation {
    width: 90%;
  }

  .nav-head {
    width: 100%;
  }

  .second {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left {
    margin-left: 60px;
  }

  .right {
    margin-right: 40px;
  }

  .bold-text-9 {
    margin-bottom: 60px;
    font-size: 50px;
  }

  .paragraph-6 {
    font-size: 30px;
  }

  .div-11 {
    border-radius: 20px;
    width: 50vh;
    height: auto;
    padding-top: 20px;
    display: block;
  }

  .div-11._2, .div-11._3 {
    display: block;
  }

  .bold-text-14 {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .heading-17._1 {
    color: #030407;
    text-align: left;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .first-one._1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-14 {
    margin-top: 40px;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-6 {
    justify-content: center;
  }

  .div-block-20 {
    margin-right: 100px;
  }

  .image-20 {
    transform: translate3d(460px, -129px, -29px);
  }

  .div-block-21 {
    margin-left: 60px;
  }

  .div-block-22 {
    transform: none;
  }

  .div-block-23 {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-21, .image-22, .image-23 {
    margin-left: 40px;
  }

  .paragraph-9 {
    padding-left: 25vh;
    padding-right: 25vh;
  }

  .navbar-logo-left-container.shadow-three {
    width: 100%;
    max-width: none;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .container-4.w {
    width: 100%;
  }

  .image-24 {
    width: 17vh;
  }

  .link-7.w.p1:hover {
    font-weight: 400;
  }

  .link-8:hover, .link-9:hover {
    font-weight: 600;
  }

  .k-head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .heading-19 {
    font-size: 70px;
  }

  .paragraph-10 {
    font-size: 30px;
  }

  .left-k {
    width: 60%;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    transform: translate(5vh, -6vh);
  }

  .rightk {
    flex-direction: column;
    justify-content: center;
    padding: 0 100px;
    display: flex;
  }

  .form-2 {
    width: 100%;
    height: 100%;
    padding-top: 100px;
  }

  .heading-20 {
    font-size: 40px;
  }

  .l-first, .l2 {
    margin-bottom: 20px;
  }

  .l3 {
    padding-bottom: 20px;
    transform: none;
  }

  .l4, .p._2222, .p-txt, .p-txt._22222, .image-27, .image-27._222 {
    transform: none;
  }

  .text-block-7 {
    font-size: 30px;
  }

  .heading-21 {
    padding-top: 100px;
    font-size: 70px;
  }

  .text-block-8 {
    font-size: 40px;
  }

  .div-block-33 {
    width: 15vw;
  }

  .div-block-35 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    display: flex;
  }

  .div-block-38 {
    width: 5vh;
    height: 5vh;
    display: flex;
  }

  .image-32 {
    width: 4vh;
    height: 4vh;
  }

  .text-block-14 {
    text-align: center;
    width: 50vw;
  }

  .link-11 {
    text-align: center;
    width: 40svh;
    margin-right: 0;
  }

  .form-block-2 {
    width: 100%;
  }

  .image-36 {
    background-color: rgba(255, 255, 255, 0);
  }

  .section-12 {
    padding-top: 0;
  }

  .div-block-46._2 {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    perspective-origin: 50%;
    transform: translate(-61px);
  }

  .n {
    padding-left: 20px;
    display: block;
  }

  .big {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 220px;
    display: block;
    position: relative;
    transform: translate(0);
  }

  .div-block-47.second.big2 {
    flex-wrap: wrap;
    margin-top: 142px;
    transform: translate(0);
  }

  .div-block-47.big1 {
    width: 5vh;
    height: 5vh;
    transform: translate3d(124px, -600px, 129px);
  }

  .text-block-24 {
    font-size: 24px;
  }

  .text-block-24.bt2, .text-block-24.bdt3 {
    font-size: 20px;
  }

  .text-block-25 {
    font-size: 30px;
  }

  .text-block-25.bt1, .text-block-25.bdt2 {
    font-size: 25px;
  }

  .image-41 {
    width: 5vh;
    height: 5vh;
    transform: translate(-6vh, 11vh);
  }

  .image-41.bm1 {
    width: 5vh;
    height: 5vh;
    transform: translate(123px, 335px);
  }

  .image-41.bm2 {
    width: 5vh;
    height: 5vh;
    transform: translate(-25px, 10px);
  }

  .image-41._2 {
    width: 5vh;
    transform: translate(8vh, -17vh);
  }

  .image-41._1 {
    transform: translate(-3vh, -15vh);
  }

  .image-41._1.h {
    width: 5vh;
    transform: translate(2vh, -14vh);
  }

  .image-42 {
    width: 30vh;
    transform: translate(6vh, 8vh)rotate(-1deg);
  }

  .image-42.bigg {
    width: 30vh;
    transform: none;
  }

  .div-block-48 {
    width: 5vh;
    height: 5vh;
  }

  .div-block-48.b1 {
    margin-right: 60px;
  }

  .div-block-49 {
    transform: translate(6vh, -13vh);
  }

  .div-block-49.bd2 {
    background-color: rgba(255, 255, 255, .33);
    width: 195px;
    height: 273px;
    transform: translate(-183px, -79px);
  }

  .div-block-50 {
    transform: translate(2vh, -6vh);
  }

  .div-block-50.bgdi2 {
    width: 195px;
    height: 247px;
    transition: opacity .2s;
    transform: translate(148px, 335px);
  }

  .image-43 {
    width: 5vh;
    height: 5vh;
    transform: translate(-79px, -74px);
  }

  .i1 {
    width: 25vh;
    position: -webkit-sticky;
    position: sticky;
    transform: translate3d(0, 52px, -165px);
  }

  .d1 {
    width: 20vw;
    transform: translate(177px, -469px);
  }

  .id1 {
    width: 5vh;
    height: 5vh;
    position: relative;
    transform: translate3d(-23vh, -19vh, 29px);
  }

  .d2 {
    object-fit: contain;
    width: auto;
    position: fixed;
    overflow: auto;
  }

  .t2 {
    width: 20vw;
  }

  .body-3 {
    height: 200vh;
  }

  .div-block-51 {
    width: 20vw;
    transform: translate(15vh, -44vh);
  }

  .bold-text-19 {
    line-height: 48px;
  }

  .text-block-26 {
    font-size: 35px;
  }

  .text-block-27 {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-first {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .navbar {
    background-color: rgba(255, 255, 255, 0);
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 10px;
    position: relative;
  }

  .navigation-right {
    width: auto;
    margin-right: 20px;
    display: flex;
  }

  .menu-button {
    border: 1px solid var(--neutral--200);
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--violet--base);
  }

  .header-title-grid {
    grid-template-columns: 1.5fr;
    margin-bottom: 40px;
  }

  .search {
    top: -6%;
  }

  .partnership-text-wrap, .navigation-button-wrap {
    display: flex;
  }

  .collection-list-jobs, .regular-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .jobs-dropdown-toggle {
    align-items: center;
  }

  .testimonial-image-wrap {
    justify-content: center;
    height: 450px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-right-button {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .testimonial-slider-left-button {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 60px;
  }

  .rich-text {
    min-height: 160px;
  }

  .browse-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .search-result-list {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .browse-menu {
    min-width: 300px;
  }

  .about-header {
    grid-template-columns: 1fr;
  }

  .section-about-header {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .faq-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-grid {
    grid-column-gap: 32px;
  }

  .job-post-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid, .feature-grid-large {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .fb-style-grid {
    grid-template-columns: 3fr;
  }

  .fb-typography-detail {
    margin-bottom: 16px;
  }

  .button-outline, .button-secondary {
    display: flex;
  }

  .fb-typography-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-header-block {
    margin-top: 0;
  }

  .button-primary-right-icon, .button-secondary-right-icon {
    display: flex;
  }

  .companies-title-wrap, .title-wrap-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-left-column {
    grid-template-columns: 1fr 1fr;
  }

  .footer-form-block {
    width: 100%;
  }

  .footer-legal-text-wrapper {
    margin-left: 0;
  }

  .footer-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .foooter-right-column {
    align-items: flex-start;
    max-width: 100%;
  }

  .search-button {
    display: flex;
  }

  .header-right-wrap {
    max-width: 100%;
    margin-top: 42px;
  }

  .header-flex-row {
    flex-direction: column;
  }

  .companies-grid {
    grid-template-columns: 1fr;
  }

  .account-page-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .account-form-block {
    margin-right: auto;
  }

  .account-right-block {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .account-left-block {
    flex: 1;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .account-testimonial-wrap-inner {
    margin-top: 24px;
  }

  .account-button {
    display: flex;
  }

  .navbar-mobile-button-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .testimonial-grid-v2 {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-v2 {
    max-width: 100%;
    position: relative;
  }

  .testimonial-v2-slider-left-button {
    top: -58px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .testimonial-v2-slider-right-button {
    top: -58px;
    bottom: auto;
    left: 60px;
    right: auto;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-text-wrapper {
    min-height: 160px;
  }

  .collection-list-companies {
    grid-template-columns: 1fr 1fr;
  }

  .browse-check-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .blog-title-wrap {
    margin-bottom: 82px;
  }

  .testiimonial-title-wrap {
    max-width: 100%;
    margin-bottom: 56px;
  }

  .blog-slider-right-button {
    top: -62px;
    bottom: auto;
    left: 60px;
    right: auto;
  }

  .blog-slider-left-button {
    top: -62px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .banner-container {
    justify-content: flex-start;
  }

  .nav-head {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .phone.mobile {
    display: none;
  }

  .up-div {
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .email.mobile {
    display: none;
  }

  .email.w {
    margin-left: 10px;
  }

  .tel-text {
    color: var(--neutral--white);
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .tel-text.w {
    font-size: 16px;
    font-weight: 600;
  }

  .tel-num {
    color: var(--neutral--white);
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .tel-num.w {
    font-size: 16px;
  }

  .email-txt {
    color: var(--neutral--white);
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .email-txt.w {
    font-size: 16px;
    font-weight: 600;
  }

  .email-link {
    color: var(--neutral--white);
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .email-link.w {
    font-size: 16px;
  }

  .info-logo {
    padding-right: 40px;
  }

  .contact-paragraph {
    width: 100%;
    height: 30vh;
    font-size: 14px;
    line-height: 21px;
  }

  .item1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .second {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .left {
    width: 90%;
    margin: 140px auto 20px;
  }

  .left._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .right {
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .right._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .right.uner, .right.une-3 {
    background-image: none;
    width: 100%;
    display: block;
  }

  .image-4 {
    width: 40vh;
    height: 60vh;
  }

  .paragraph {
    margin-top: 20px;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    display: block;
  }

  .div-11 {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .div-block-15 {
    margin-top: 100px;
  }

  .right-l {
    margin-right: 10px;
  }

  .section-6 {
    flex-direction: column;
    align-items: center;
  }

  .image-20 {
    transform: translate(370px, -92px);
  }

  .icon {
    color: var(--neutral--white);
  }

  .paragraph-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    clear: none;
    background-color: rgba(0, 0, 0, .65);
    border-radius: 50px;
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: flex-start;
    width: 30vh;
    height: 30vh;
    margin-top: 5px;
    padding: 10px;
    list-style-type: none;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-24 {
    border-radius: 0;
    width: 10vh;
    height: auto;
  }

  .dawn {
    display: none;
  }

  .list-item {
    order: 0;
    align-self: auto;
    list-style-type: none;
  }

  .list-item-2, .list-item-3 {
    list-style-type: none;
  }

  .link-7:hover, .link-8.w--current, .link-9.w--current {
    font-weight: 600;
  }

  .icon-2 {
    background-color: #fffdfd;
  }

  .container-5 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .k2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .left-k {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    transform: translate(0, 7vh);
    box-shadow: 0 5px 4px 5px rgba(0, 111, 255, .15);
  }

  .rightk {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27 {
    display: block;
  }

  .submit-button-2 {
    width: 80%;
  }

  .text-block-7 {
    font-size: 16px;
  }

  .heading-21 {
    font-size: 40px;
  }

  .text-block-8 {
    font-size: 22px;
  }

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

  .text-block-11 {
    width: 60vh;
  }

  .section-10 {
    height: auto;
    display: block;
  }

  .div-block-30, .div-block-31 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-32 {
    height: 60vh;
    display: flex;
  }

  ._30 {
    width: 5vh;
    height: 5vh;
    transform: translate(0, -9px);
  }

  ._30._1 {
    transform: translate(-17px, 25px);
  }

  ._30._2 {
    transform: translate(-212px, -156px);
  }

  .image-31 {
    transform: rotate(-9deg);
  }

  .div-block-33 {
    padding-top: 40px;
    padding-left: 40px;
  }

  .image-33 {
    transform: translate(-179px, -124px);
  }

  .image-34 {
    transform: translate(-377px, 90px);
  }

  .f-rght {
    padding-left: 40px;
  }

  .text-block-17 {
    font-size: 16px;
  }

  .text-block-18 {
    font-size: 25px;
  }

  .text-block-20, .link-12.w--current, .link-13, .link-14 {
    font-size: 16px;
  }

  .div-block-44 {
    width: 40vw;
  }

  .list-item-4 {
    list-style-type: none;
  }

  .f2up {
    background-image: url('../images/image-15-1.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
    height: 15vh;
    display: flex;
    transform: translate(0, 25px);
  }

  .f2dawn {
    width: 100%;
    height: 30vh;
  }

  .section-12 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-40 {
    width: 80vw;
  }

  .div-block-46 {
    position: relative;
    bottom: 26px;
  }

  .div-block-46._2 {
    position: relative;
    bottom: 23px;
    left: auto;
  }

  .t {
    width: 100%;
    display: block;
  }

  .n {
    display: block;
  }

  .div-block-47.second {
    flex-direction: row;
    margin-top: 0;
    display: flex;
    transform: translate(26vh, -49vh);
  }

  .image-41 {
    width: 10vh;
    transform: translate(-6px);
  }

  .image-41._2 {
    transform: translate(2px);
  }

  .image-41._1 {
    transform: translate(-6px, 4px);
  }

  .image-41._1.h {
    transform: translate(-1vh);
  }

  .div-block-48 {
    transform: translate(5px);
  }

  .div-block-49 {
    transform: translate(8px);
  }

  .div-block-50 {
    transform: translate(-13px, 9vh);
  }

  .bold-text-19 {
    color: var(--neutral--white);
  }

  .div-block-55 {
    flex-direction: column;
  }

  .text-block-28 {
    font-size: 12px;
  }

  .div-block-62 {
    height: 30vh;
  }

  .cookie {
    display: none;
  }

  .close-btn, .close2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  .section-first {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
  }

  .navigation-right {
    width: auto;
  }

  .menu-button.w--open {
    background-color: #4640de;
  }

  .header-image-wrap {
    height: 400px;
  }

  .logo-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .navigation-button-wrap {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .collection-list-jobs, .regular-collection-list, .browse-grid, .search-result-list, .about-header {
    grid-template-columns: 1fr;
  }

  .section-about-header {
    padding-bottom: 60px;
  }

  .about-content-grid {
    grid-template-columns: 1fr;
  }

  .about-content-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-team-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px;
  }

  .about-team-image-grid-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-us-grid {
    grid-template-columns: 1fr;
  }

  .title-wrap-left {
    margin-bottom: 32px;
  }

  .about-content-background-color {
    display: none;
  }

  .feature-list-grid {
    grid-template-columns: 1fr;
  }

  .about-header-video-wrapper {
    height: 380px;
  }

  .document-table-wrapper {
    white-space: nowrap;
  }

  .section-x-small, .section-regular-del-me {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h4-heading {
    font-size: 36px;
  }

  .fb-colour {
    margin-bottom: 25px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .fb-class-base {
    margin-bottom: 25px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-x-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .companies-title-wrap {
    margin-bottom: 100px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }

  .footer-logo-link {
    margin-bottom: 40px;
  }

  .footer-section {
    background-position: 0 100%, 70% 0;
  }

  .footer-social-links {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .browse-header-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-image-wrap {
    height: 350px;
  }

  .account-form-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .company-mask {
    width: auto;
  }

  .company-arrow-r {
    top: -72px;
    bottom: auto;
    left: 64px;
    right: auto;
  }

  .company-arrow-l {
    top: -72px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .job-submit-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .collection-list, .collection-list-companies, .jobs-collection-list {
    grid-template-columns: 1fr;
  }

  .job-submission-form-section-wrapper {
    flex-direction: column;
  }

  .blog-mask {
    width: auto;
  }

  .blog-slider-right-button {
    top: -72px;
    bottom: auto;
    left: 64px;
    right: auto;
  }

  .blog-slider-left-button {
    top: -72px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-container {
    grid-column-gap: 24px;
  }

  .banner-button-small {
    position: static;
  }

  .phone {
    margin-right: 0;
    padding-bottom: 10px;
  }

  .phone.mobile {
    display: none;
  }

  .phone.f {
    flex-direction: column;
    align-items: center;
  }

  .up-div {
    margin-left: 20px;
  }

  .email {
    padding-top: 10px;
  }

  .email.mobile {
    display: none;
  }

  .email.f {
    flex-direction: column;
  }

  .tel-text {
    font-size: 14px;
  }

  .tel-text.w {
    font-size: 18px;
  }

  .tel-num {
    font-size: 14px;
  }

  .tel-num.w {
    font-size: 16px;
  }

  .email-txt {
    font-size: 14px;
  }

  .email-txt.w {
    font-size: 18px;
  }

  .email-link {
    font-size: 14px;
  }

  .email-link.w {
    font-size: 16px;
  }

  .email-link.f {
    font-size: 14px;
  }

  .info-logo {
    width: auto;
    margin-right: 20px;
    padding-right: 0;
  }

  .divider {
    width: 90vw;
  }

  .first, .second {
    display: block;
  }

  .left {
    margin-left: 10px;
    margin-right: 10px;
  }

  .right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    width: 30vh;
    height: 30vh;
  }

  .div-block-5 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    width: 100%;
    margin-top: 79px;
  }

  .container-2 {
    display: block;
  }

  .heading-13 {
    font-size: 15px;
  }

  .paragraph-6 {
    font-size: 10px;
  }

  .heading-14 {
    font-size: 2rem;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    margin-top: 40px;
  }

  .div-block-15 {
    margin-top: 20px;
  }

  .div-block-20 {
    width: auto;
    height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .image-20 {
    width: 30vh;
    transform: translate(264px, -92px);
  }

  .section-7 {
    height: 70vh;
  }

  .div-block-24.end {
    height: auto;
  }

  .heading-18 {
    font-size: 25px;
  }

  .paragraph-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
    list-style-type: none;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-24 {
    width: 10vh;
  }

  .up {
    flex-direction: column;
  }

  .image-25.w {
    margin-right: 5px;
  }

  .image-25.f {
    width: 3vh;
    height: 3vh;
  }

  .image-26.w {
    margin-right: 5px;
  }

  .image-26.f {
    width: 3vh;
    height: 3vh;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .left-k {
    width: 80%;
    transform: translate(0, 8vh);
  }

  .rightk {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-20 {
    font-size: 26px;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .heading-21 {
    font-size: 35px;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .grid-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-10 {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .div-block-30 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-31 {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-13 {
    font-size: 20px;
  }

  .div-block-37 {
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-14 {
    font-size: 20px;
  }

  .link-11 {
    font-size: 16px;
  }

  .div-block-40 {
    width: 100%;
  }

  .f-up {
    display: flex;
  }

  .div-block-42 {
    justify-content: space-between;
    display: block;
  }

  .image-36 {
    width: 7vh;
  }

  .link-12, .link-13 {
    font-size: 16px;
  }

  .div-block-44 {
    width: 45vw;
  }

  .div-block-45 {
    justify-content: space-between;
    width: 20vh;
  }

  .list-item-4 {
    list-style-type: none;
  }

  .image-40 {
    width: 100%;
  }

  .div-block-46 {
    bottom: 13px;
  }

  .n {
    width: 100%;
  }

  .big {
    display: none;
  }

  .text-block-24 {
    background-color: #fffefe;
  }

  .div-block-48 {
    margin-right: 10px;
  }

  .div-block-49 {
    transform: translate(5vh);
  }

  .div-block-50 {
    transform: translate(-1vh, 9vh);
  }

  .bold-text-19 {
    color: var(--neutral--white);
  }

  .if {
    width: 5vh;
  }

  .div-block-55 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .text-block-28 {
    width: auto;
  }

  .div-block-56 {
    margin-bottom: 10px;
  }

  .image-44 {
    width: 3vh;
    height: 3vh;
  }

  .div-block-59, .div-block-60 {
    align-items: center;
  }

  .image-45, .image-46 {
    width: 5vh;
  }

  .cookie {
    width: 100%;
    margin-left: 0;
  }

  .close-btn {
    width: auto;
    margin-top: 0;
  }

  .close2 {
    width: auto;
  }

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

@media screen and (max-width: 479px) {
  .section-first {
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-first.neutral-100 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/WhatsApp-Image-2023-10-22-at-13.33.08_66466df3.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .container-regular {
    margin-top: 60px;
  }

  .navbar {
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation-right {
    flex-direction: row;
    margin-left: 0;
    display: flex;
  }

  .container-navigation {
    color: var(--neutral--white);
    max-width: none;
  }

  .brand {
    width: 5vh;
    padding-left: 0;
  }

  .header-bottom-wrap {
    margin-bottom: 36px;
  }

  .search {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .partnership-text-wrap {
    display: none;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-button-wrap {
    display: block;
  }

  .company-card {
    padding: 32px;
  }

  .browse-grid {
    grid-template-columns: 1fr;
  }

  .header-title-wrap {
    text-align: center;
  }

  .about-header-video-wrapper {
    height: 280px;
  }

  .button-primary, .button-outline, .button-secondary, .button-primary-right-icon, .document-table-header, .button-secondary-right-icon {
    width: 100%;
  }

  .section-companies {
    overflow: hidden;
  }

  .footer-left-column {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-legal-links {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .footer-section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .form-text-field {
    line-height: 24px;
  }

  .footer-form {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .search-button {
    width: 100%;
  }

  .header-right-wrap {
    margin-bottom: 36px;
  }

  .account-right-block {
    display: none;
  }

  .account-button {
    width: 100%;
  }

  .job-tags {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .blog-slider-right-button, .blog-slider-left-button {
    top: -60px;
  }

  .banner-button {
    display: none;
  }

  .nav-head {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .phone {
    justify-content: center;
    margin-right: 0;
    display: none;
  }

  .phone.mobile {
    display: flex;
  }

  .phone.f {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .up-div {
    border-bottom-width: 0;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 10px;
    margin-right: 0;
    display: flex;
  }

  .email {
    display: none;
  }

  .email.mobile {
    display: flex;
  }

  .email.f {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .tel-text {
    margin-right: 2px;
    font-size: .9rem;
    font-weight: 500;
  }

  .tel-num {
    font-size: .8rem;
  }

  .email-txt {
    width: auto;
    height: auto;
    margin-right: 2px;
    font-size: .9rem;
    font-weight: 500;
  }

  .email-link {
    font-size: .8rem;
  }

  .email-link.f {
    font-size: 14px;
  }

  .information {
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .info-logo {
    border-bottom-width: 1px;
    border-right-width: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .left-part {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .texts {
    margin-left: 10px;
    margin-right: 20px;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
  }

  .divider {
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-form-sec {
    margin-bottom: 10px;
  }

  .form {
    width: 80vw;
  }

  .submit-button {
    width: 30vw;
  }

  .contact-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .left-contact {
    align-items: center;
  }

  .left-texts {
    width: 100%;
  }

  .contact-paragraph {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .item1 {
    margin-left: auto;
    margin-right: auto;
  }

  .content-texts {
    height: 100%;
    margin: 100px 0 20px;
    padding-bottom: 0;
  }

  .first {
    display: block;
  }

  .second {
    margin: 60px 0 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .second._2 {
    margin-top: 40px;
  }

  .left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .right {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .right.uner, .right.une-3 {
    background-image: none;
    height: auto;
  }

  .image-4 {
    height: 30vh;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .bold-text {
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-2 {
    font-size: 2rem;
  }

  .heading-8 {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
  }

  .image-div {
    width: 100%;
  }

  .right-content {
    width: 100%;
    margin-left: 0;
  }

  .container {
    display: block;
  }

  .div-block-2.second {
    display: flex;
  }

  .div-block-5 {
    width: 100%;
    margin-right: 0;
  }

  .grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .div-block-6 {
    width: 100%;
  }

  .bold-text-7 {
    font-size: 15px;
  }

  .paragraph-5 {
    width: 100%;
    padding-top: 0;
  }

  .container-2 {
    display: block;
  }

  .heading-11 {
    font-family: Roboto, sans-serif;
    font-size: 24px;
  }

  .text-block-4 {
    font-family: Roboto, sans-serif;
    font-size: 15px;
  }

  .heading-12 {
    font-size: 15px;
  }

  .bold-text-9 {
    font-size: 1rem;
    line-height: 20px;
  }

  .paragraph-6 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 25px;
  }

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

  .div-block-8 {
    height: 100%;
  }

  .div-block-9 {
    background-color: rgba(0, 113, 254, .64);
    height: 100%;
  }

  .heading-15 {
    font-size: 1rem;
  }

  .paragraph-7 {
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 25px;
  }

  .try {
    display: block;
  }

  .bold-text-10 {
    font-size: 1rem;
  }

  .paragraph-8 {
    padding-top: 20px;
    font-size: 12px;
    line-height: 25px;
  }

  .slider {
    height: 50vh;
  }

  .bold-text-11 {
    font-size: 1rem;
  }

  .div-block-10 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-11 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .bold-text-14 {
    font-size: 1rem;
  }

  .first-one._2, .first-one._3, .first-one._1 {
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 25px;
  }

  .bold-text-15, .bold-text-16 {
    font-size: 1rem;
  }

  .div-block-14 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    margin-top: 10px;
  }

  .rightl {
    justify-content: space-around;
  }

  .div-block-19 {
    margin-bottom: 10px;
  }

  .section-6 {
    justify-content: center;
    margin-bottom: 220px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 0;
    display: flex;
  }

  .image-20 {
    width: 20vh;
    transform: translate(165px, -38px);
  }

  .div-block-21 {
    margin-top: 20px;
  }

  .section-7 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-24 {
    background-image: none;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-9 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
  }

  .paragraph-9.seconp {
    font-size: 20px;
  }

  .section-8 {
    background-image: url('../images/c-1.png');
    background-position: 50%;
    background-size: cover;
    height: auto;
    margin-top: 220px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-25 {
    margin-right: 20px;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .dropdown-list-2 {
    margin-right: 60px;
    position: static;
  }

  .container-4 {
    max-width: none;
  }

  .navbar-wrapper.w {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu-two {
    background-color: #000;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 20vh;
    padding-bottom: 10px;
  }

  .nav-menu-two.w {
    background-color: rgba(207, 31, 31, .69);
  }

  .image-24 {
    width: 15vh;
  }

  .up {
    border-bottom-width: 0;
    flex-direction: row;
    justify-content: flex-start;
  }

  .list-item {
    align-self: center;
    margin-bottom: 0;
    list-style-type: none;
  }

  .list-item-2 {
    align-self: flex-start;
    margin-bottom: 0;
    list-style-type: none;
  }

  .list-item-3 {
    align-self: center;
    list-style-type: none;
  }

  .link-7.w--current {
    margin-right: 0;
  }

  .k-head {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-white {
    width: 100%;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .heading-19 {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .paragraph-10 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .k2 {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }

  .left-k {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    transform: translate(0, 9vh);
  }

  .rightk {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
  }

  .div-block-27 {
    width: auto;
    height: auto;
    display: block;
  }

  .first-row {
    display: block;
  }

  .text-field, .text-field-2 {
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .text-field-2._3 {
    height: 20vh;
    font-family: Poppins, sans-serif;
  }

  .form-2 {
    padding-top: 20px;
  }

  .submit-button-2 {
    width: auto;
    font-size: 16px;
  }

  .heading-20 {
    font-size: 16px;
  }

  .u1 {
    height: 45vh;
  }

  .heading-21 {
    padding-top: 60px;
    font-size: 30px;
  }

  .text-block-8 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .u2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-29 {
    width: auto;
    height: auto;
  }

  .item-title {
    margin-left: 10px;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .text-block-11 {
    width: 100%;
    font-size: 20px;
  }

  .section-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-31 {
    margin-top: 60px;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .div-block-34 {
    width: auto;
  }

  .div-block-35 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-11 {
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .div-block-36 {
    flex-direction: column;
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-37 {
    width: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-38 {
    width: 5vh;
    margin-left: auto;
    margin-right: auto;
  }

  .link-10 {
    font-size: 14px;
  }

  .text-block-14 {
    font-size: 16px;
  }

  .link-11 {
    font-size: 12px;
  }

  .text-block-15 {
    font-size: 14px;
    line-height: 20px;
  }

  .p2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-33 {
    width: auto;
    transform: translate(-114px, -79px);
  }

  .image-34 {
    width: 40vh;
    transform: translate(-202px, 43px);
  }

  .image-35 {
    width: 20vh;
    margin-left: 100px;
    padding-right: 40px;
    transform: rotate(10deg);
  }

  .body-2 {
    padding-bottom: 0;
  }

  .f-up {
    display: block;
  }

  .f-dawn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-left {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .f-rght {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .div-block-42 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .div-block-43 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-36 {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .div-block-44 {
    flex-direction: column;
    justify-content: space-around;
    height: 10vh;
    margin-bottom: 10px;
  }

  .list-item-4 {
    align-self: center;
    list-style-type: none;
  }

  .image-40 {
    width: 100%;
  }

  .div-block-46, .div-block-46._2 {
    bottom: 0;
  }

  .n {
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-47 {
    transform: translate(1vh, -47vh);
  }

  .div-block-47.second {
    align-items: center;
    margin-left: 4px;
    margin-right: 0;
    display: flex;
    transform: translate(8vh, -49vh);
  }

  .text-block-24 {
    background-color: rgba(255, 254, 254, .43);
    font-size: 14px;
  }

  .text-block-25 {
    font-size: 16px;
  }

  .image-41 {
    transform: translate(-1px);
  }

  .image-41._2 {
    position: static;
    transform: translate(10vh, -2vh);
  }

  .image-41._1 {
    transform: translate(-73px, -77px);
  }

  .image-41._1.h, .image-42 {
    transform: none;
  }

  .div-block-48 {
    align-self: flex-start;
  }

  .div-block-49 {
    transform: none;
  }

  .div-block-50 {
    background-color: rgba(255, 255, 255, .54);
    position: static;
    transform: none;
  }

  .bold-text-19 {
    color: var(--neutral--white);
    font-size: 20px;
  }

  .div-block-52 {
    width: auto;
  }

  .text-block-26 {
    font-size: 22px;
  }

  .text-block-27 {
    font-size: 20px;
  }

  .div-block-54 {
    padding-left: 40px;
    transform: translate(0, 5vh);
  }

  .div-block-55 {
    align-items: flex-start;
    display: flex;
  }

  .text-block-28 {
    width: auto;
    font-size: 12px;
  }

  .div-block-56 {
    margin-bottom: 10px;
  }

  .image-44 {
    width: 3vh;
    height: 3vh;
  }

  .div-block-59, .div-block-60 {
    align-items: center;
  }

  .div-block-61 {
    flex-direction: column;
    display: flex;
  }

  .cookie {
    width: 90%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .close-btn {
    color: var(--violet--background);
    background-color: #3898ec;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-66 {
    flex-direction: column;
  }
}

#w-node-_01eb8987-0a4a-750f-5091-1a98973b4cbc-0ef1a8bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_602f1cc7-bad4-8585-d028-36bb6d541da4-0ef1a8bf {
  align-self: end;
  justify-self: end;
}

#w-node-_816dbf64-8422-c06c-ea8c-b3c44df7b19a-0ef1a8bf, #w-node-_1ebb73f2-f45c-e61f-b38e-102b6332241c-0ef1a8bf, #w-node-b01926e1-0c99-33be-1054-6a015c39d2f1-0ef1a8bf, #w-node-_47a22c8c-0e92-3227-8292-d28709ba2d23-0ef1a8bf, #w-node-c43bd4c1-ca7d-1829-e293-97b95db39bf9-0ef1a8d6, #w-node-_197808c8-1a74-e70e-175b-8ed261846aaa-0ef1a8db, #w-node-_35571b41-498a-13b4-c487-1c69096208df-0ef1a8db, #w-node-_7456eeba-3d14-bf7a-9553-9036844f9100-0ef1a8db, #w-node-_7198811f-31c1-b07d-c003-160563186162-0ef1a8db, #w-node-dc74b299-8110-cea0-5b95-6f333e7f82de-0ef1a8dc, #w-node-c306cebb-096b-6615-5383-af62b161ad25-0ef1a8dc, #w-node-_6058231e8140675366f5c23f000000000014-0ef1a8de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-b40a886e-3986-b00d-8cda-183b17137402-0ef1a8cc, #w-node-_8f4078d4-d791-f254-1236-3f064dcac3ae-0ef1a8cc, #w-node-d627fb93-d91f-9f98-ef10-29a95cc35f9a-0ef1a8cc, #w-node-_0e949055-b008-649d-4a8c-e7366d5c8b9d-0ef1a8cc, #w-node-_77d9133b-3a29-87db-f7e5-3395f8a0061d-0ef1a8cc, #w-node-_43599774-390d-e96b-d907-9d84b1e50f98-0ef1a8cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_602f1cc7-bad4-8585-d028-36bb6d541da4-0ef1a8bf {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_816dbf64-8422-c06c-ea8c-b3c44df7b19a-0ef1a8bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


