@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format("truetype"), url('../fonts/THICCCBOI-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi Thicccaf;
  src: url('../fonts/THICCCBOI-ThicccAF.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #2b2d42;
  --bg-grey: #edf2f4;
  --primary-blue: #136df5;
  --shadow-02: #14142b14;
  --sub_text: #334d74;
  --global-padding: 5%;
  --white: white;
  --light-blue-bg: #e7f0fc;
  --font-family: Thicccboi, sans-serif;
  --shadow-01: #14142b0f;
  --section-padding: 7%;
  --elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>: #eff0f6;
}

.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-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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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(--black);
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

p {
  letter-spacing: -.03px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5em;
}

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

label {
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.contact_card_image {
  border-radius: 99px;
  width: 30px;
  height: 30px;
}

.country_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section_contact {
  grid-row-gap: 78px;
  background-color: var(--bg-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.input-2 {
  color: #334d74;
  background-color: #fff;
  border: 1px solid #d5d9e0;
  border-radius: 8px;
  min-height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.input-2:hover {
  border-color: #334d74;
}

.input-2:focus {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
}

.input-2::placeholder {
  color: #828b99;
}

.text-area {
  color: #334d74;
  background-color: #fff;
  border: 1px solid #d5d9e0;
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 140px;
  max-height: 200px;
  margin-bottom: 0;
  padding: 13px 20px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.text-area:hover {
  border-color: #334d74;
}

.text-area:focus {
  color: #334d74;
  border-color: #334d74;
}

.text-area::placeholder {
  color: #828b99;
}

.field-label {
  color: var(--black);
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}

.error-message {
  color: #ff5a75;
  text-align: center;
  background-color: #ff8da024;
  border-radius: 11px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.input-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 21px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact-form-block {
  flex: 1;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.success-message-2 {
  color: #193765;
  text-align: center;
  background-color: #73cfa8;
  border-radius: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.contact_form_wrapper {
  background-color: #fff;
  border: 1px solid #f3f5f8;
  border-radius: 8px;
  width: 100%;
  min-width: 45%;
  max-width: 600px;
  min-height: 0;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 20px #1937650a;
}

._404_img_cover {
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  height: auto;
  overflow: visible;
}

.blog_content_badge {
  color: #1457ff;
  background-color: #f0f5ff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 110px;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.pricing_tabel_toprow_text {
  color: var(--black);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.row-x-small {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.container-large {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog_bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.heading_highlight {
  color: #1457ff;
}

.hero_btn_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
  display: flex;
}

.hero-feature-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  font-weight: 600;
  display: flex;
}

.check-icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.hero_features_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--sub_text);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  max-width: 100%;
  margin-top: 40px;
  display: grid;
}

.hero_feature_text {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.navigation_menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.navbar {
  padding: 16px var(--global-padding);
  box-shadow: none;
  background-color: #fff;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  transition: all .2s;
  display: block;
}

.navigation-link {
  color: var(--black);
  letter-spacing: -.01px;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #0000;
  border: 1px #0000;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link:hover {
  border-style: none;
  border-width: 0;
  border-color: #e6e6e6 #e6e6e6 var(--primary-blue);
  color: var(--black);
  border-radius: 0;
  font-weight: 600;
}

.navigation-link.w--current {
  color: var(--primary-blue);
  letter-spacing: -.01em;
  -webkit-text-stroke-color: var(--black);
  border-style: none;
  border-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 500;
}

.navigation-link.w--current:lang(en) {
  color: var(--primary-blue);
}

.navigation-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.navigation-menu-button {
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.navigation-menu-button.w--open {
  color: #fff;
  background-color: #1457ff;
}

.menu_icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.feature-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #edeff2;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  box-shadow: 0 64px 140px -48px #07090d14;
}

.pricing_table_price {
  color: var(--primary-blue);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
}

.feature-card-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #f6f7f9;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 32px;
  display: flex;
}

.integration-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  flex-direction: row;
  align-items: center;
  padding: 12px 24px 12px 12px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.integration-link:hover {
  border-color: #e5e7eb;
}

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

.integrations_grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  place-items: flex-start center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integrations-carousel-track {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.code-embed {
  display: none;
}

.integrations-icon-wrapper {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 1px 2px #00000005;
}

.integrations-carousel {
  width: 100%;
  min-width: 45%;
  max-width: none;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.tools_name_text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.integrations-column-overlay {
  z-index: 1;
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 64px;
  position: absolute;
  inset: 0% 0% auto;
}

.integrations-column-overlay.bottom {
  background-image: linear-gradient(360deg, #fff, #fff0);
  inset: auto 0% 0%;
}

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

.cta-shape-right {
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta-button-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.cta-button-2:hover {
  color: var(--primary-blue);
  background-color: #fff;
  transform: translate(0, -3px);
}

.cta_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_cta {
  background-color: var(--primary-blue);
  color: var(--white);
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-shape-left {
  pointer-events: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section_faq {
  position: relative;
}

.faq-question {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black);
  text-transform: lowercase;
  white-space: normal;
  word-break: normal;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  display: flex;
}

.faq-arrow-wrapper {
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 99px;
  padding: 8px;
}

.faq-answer {
  background-color: #fff0;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  transition: all .4s;
  position: static;
}

.faq-answer.w--open {
  margin-top: -16px;
  padding-bottom: 32px;
}

.faq-card {
  border-bottom: 1px solid #edeff2;
  width: 100%;
  transition: all .4s;
  overflow: hidden;
}

.project_preview_link {
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.project_preview_link:hover {
  color: var(--primary-blue);
}

.project_card_btn {
  grid-column-gap: 14px;
  color: var(--black);
  letter-spacing: -.02em;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.project_card_btn_icon {
  border: 1px solid var(--black);
  color: #141414;
  mix-blend-mode: difference;
  background-color: #0000;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  margin-left: -15px;
  display: flex;
}

.project_coverimage_wrapper {
  width: 100%;
  height: auto;
  max-height: 500px;
  margin-bottom: 20px;
  overflow: hidden;
}

.project_bottom_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.icon-small {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.project_card {
  color: var(--black);
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.project_card:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

.overline-text {
  color: var(--primary-blue);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.project_content_top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.course-dropdown-toggle {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  color: #1f1e1e;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.blog_middle_content_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.content-work-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.blog_content_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
}

.blog_img_wrapper {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.blog_card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  height: auto;
  text-decoration: none;
  display: flex;
}

.blog_title {
  color: var(--black);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.button-secondary-2 {
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.button-secondary-2:hover {
  background-color: var(--primary-blue);
  color: var(--white);
  transform: translate(0, -3px);
}

.contact-card {
  outline-offset: 0px;
  border-radius: 16px;
  outline: 1px solid #ccd4d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.contact-card:hover {
  outline-color: var(--primary-blue);
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #0000;
  outline-width: 1px;
  outline-style: solid;
}

.location_title_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 600;
  display: flex;
}

.contact_card_icon {
  color: var(--primary-blue);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.contact_card_bottom_content_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact_card_text {
  color: var(--black);
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

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

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

.contact-icon-wrap {
  color: #323c3e;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  display: flex;
}

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

.blog_detail_title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
}

.header-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-header-image {
  border-radius: 50px;
  height: 390px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 6px 40px 80px #0a25413d;
}

.blog-content {
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

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

.blog-container.move-up {
  max-width: 900px;
  position: relative;
}

.header-bg {
  z-index: -1;
  background-color: var(--primary-blue);
  background-image: none;
  background-size: auto;
  min-height: 220px;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-article-wrapper {
  margin-bottom: 100px;
}

.blog-heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.blog_detail_img_wrapper {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.header-paragraph {
  color: var(--white);
  margin-bottom: 0;
  margin-right: auto;
  font-size: 18px;
  line-height: 32px;
}

.blog-header {
  background-color: var(--primary-blue);
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-header.global-padding.section-padding {
  background-image: none;
}

.blog_article {
  color: var(--black);
  text-align: left;
  word-break: normal;
  font-size: 18px;
  line-height: 32px;
}

.otherproject_card {
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  min-height: 0;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.otherproject_card:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

.collection-item {
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.pricing-wrapper {
  background-color: var(--white);
  outline-offset: 0px;
  outline: 3px #2b2d42;
  flex-flow: column;
  align-items: stretch;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pricing-line-break {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--light-blue-bg);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 81px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0 24px 10px;
  display: flex;
}

.check {
  width: 25px;
  height: 25px;
}

.section_pricing {
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: block;
}

.pricing_table_top_row_title {
  color: var(--black);
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
}

.grid-top-sticky {
  z-index: 114;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 0px solid var(--light-blue-bg);
  border-left: 0px solid var(--light-blue-bg);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: sticky;
  top: 0;
}

.help-icon {
  width: 18px;
  display: block;
}

.help {
  opacity: .3;
  margin-left: 10px;
}

.pricing-top {
  border: 1px solid var(--light-blue-bg);
  background-color: var(--white);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  min-height: 165px;
  padding: 32px 10px;
  display: flex;
  position: relative;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-areas: "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "."
                       "Area";
  justify-items: stretch;
}

.pricing-table-cell {
  border-right: 1px solid var(--light-blue-bg);
  border-bottom: 1px solid var(--light-blue-bg);
  border-left: 1px solid var(--light-blue-bg);
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  padding: 12px 10px;
  display: flex;
}

.pricing_table_plan_name, .heading-10, .heading-11 {
  color: var(--black);
  font-weight: 500;
}

.whyus_card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--bg-grey);
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  transition: all .3s;
  display: flex;
}

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

.whyus_card.is-affiliate-page {
  flex-flow: row;
  padding: 20px;
}

.whyus_card.is-affiliate-page:hover {
  background-color: var(--primary-blue);
}

.whyus_card.is-home-page {
  color: var(--black);
  background-color: #fff;
  padding-left: 32px;
  padding-right: 32px;
}

.whyus_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.whyus_grid.is-affiliate-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.pricing-mobile-ui {
  padding: 82px 5%;
  display: none;
  position: relative;
}

.pricing-tab-content {
  width: 100%;
}

.pricing-tab-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--light-blue-bg);
  color: #4b5563;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.pricing-tab-link:hover {
  background-color: var(--light-blue-bg);
  color: #030711;
  padding: 12px 20px;
}

.pricing-tab-link.w--current {
  background-color: var(--primary-blue);
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-tab-menu {
  background-color: #f3f4f6;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 58px;
  margin-bottom: 40px;
  padding: 4px;
  display: flex;
}

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

.column-x-small-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.pricing-check {
  color: #030711;
}

.pricing-check.disabled {
  color: #d1d5db;
}

.pricing-feature-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.pricing_table_text {
  font-size: 18px;
  font-weight: 400;
}

.page-wrapper {
  font-family: Thicccboi, sans-serif;
  transition: all 2s;
}

.footer_location_card {
  grid-row-gap: 10px;
  border: 1px solid var(--black);
  text-align: center;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 168px;
  padding: 24px;
  display: flex;
}

.footer_location_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer_copyright_text {
  opacity: .5;
  color: #fff;
  letter-spacing: .04px;
  font-size: 14px;
  line-height: 20px;
}

.footer_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ababab;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer_link:hover {
  color: #fff;
}

.footer_link.w--current {
  font-family: var(--font-family);
}

.footer_link.w--current:hover {
  font-weight: 600;
}

.footer_link.text-sm {
  font-size: 14px;
  line-height: 20px;
}

.footer-cta-newsletter {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  background-color: #ffffff14;
  border-radius: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px;
  display: flex;
}

.footer-legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.footer_link_column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 130px;
  display: flex;
}

.footer_link_column.is-big {
  width: 200px;
}

.footer_logo {
  width: 150px;
}

.footer_grid_link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-title {
  font-family: var(--font-family);
  color: var(--white);
  text-align: left;
  letter-spacing: .04px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.footer_cta_email {
  opacity: 1;
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.footer__link_div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.footer_grid_left_content_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer_cta_content_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.process_step_wrapper {
  color: #1457ff;
  background-color: #f0f5ff;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.process-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #edeff2;
  border-radius: 32px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.process_card_content_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.process-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
  position: sticky;
  top: 100px;
}

.process-step-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  max-width: 660px;
}

.process_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: auto;
}

.process_wrapper.is-affiliate-page {
  flex-flow: column;
  align-items: center;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section_404 {
  padding: 72px 5%;
  position: relative;
}

.section_404._404-background-image {
  background-image: url('../images/404-BG-Image_1404 BG Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

._404-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  max-height: 420px;
  display: flex;
  overflow: hidden;
}

._404-detail {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 356px;
  padding: 24px;
  display: flex;
}

._404card_text_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

._404-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.whyus_hire_card_icon {
  opacity: 1;
  color: var(--primary-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

._404card_title_text {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

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

.portfolio-header_metatag-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.portfolio-header_content-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.portfolio-header_tag-item {
  border: 1px solid var(--primary-blue);
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 8px;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.portfolio-header_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.portfoliodetail_hero_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.portfolio-header_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.portfolio_detail_rich_text {
  margin-bottom: 60px;
}

.portfolio-content1_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.portfolio-header_image-wrapper {
  flex: 1;
  width: 100%;
  margin-top: 40px;
}

.portfolio-content1_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.portfolio-header_image {
  width: 100%;
  height: 100%;
}

.text-block-23 {
  color: var(--white);
}

.portfolio_website_link {
  color: var(--primary-blue);
  letter-spacing: -.02px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.collection-item-5 {
  max-width: 300px;
}

.collection-list-wrapper {
  margin-top: 0;
}

.tabs {
  z-index: 114;
  position: sticky;
  top: 0;
}

.tabs.grid-top-sticky {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.tabs-menu {
  justify-content: flex-end;
  display: flex;
}

.tabs-menu.pricing-tab-menu {
  background-color: var(--white);
  justify-content: center;
}

.discount_text {
  font-size: 14px;
}

.pricing_tab_menu_text {
  font-size: 18px;
}

.lottie-animation {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.pricing_tab_menu_text_wrapper {
  justify-content: center;
  margin-top: -17px;
  display: none;
  position: absolute;
}

.blog-title {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.career_hero_img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.blog-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #282c25;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.project_card_content_wrapper {
  flex-flow: column;
  display: flex;
}

.country_img {
  width: 30px;
  height: 30px;
}

.country_img.border-radious {
  border-radius: 50%;
}

.content-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.career_content_wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

.career_hero_image_wrapper {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  max-width: 100%;
  display: flex;
}

.text-span-21, .text-span-22 {
  color: var(--primary-blue);
}

.career_whyus_card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--shadow-01);
  border-radius: 16px;
  align-items: stretch;
  max-width: none;
  height: 100%;
  padding: 20px;
  display: flex;
}

.whyus_card_content_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.whyus_career_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: grid;
}

.whyus_card_icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.whyuscard_icon_wrapper {
  color: #b95bb4;
  background-color: #f4dcf4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.whyuscard_icon_wrapper.green {
  color: #2c8c3e;
  background-color: #e3f8e7;
}

.whyuscard_icon_wrapper.red {
  color: #d12e46;
  background-color: #fde7e7;
}

.whyuscard_icon_wrapper.blue {
  color: #4250d1;
  background-color: #e1e7f9;
}

.process-detail {
  color: #999;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.shape-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.line-break {
  border: 2px dashed #d9d9d9;
  width: 100%;
  height: 2px;
}

.process-block {
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.number-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  position: absolute;
  top: -24px;
}

.process-title {
  color: #262626;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.process_grid {
  grid-column-gap: 20px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  align-items: start;
  margin-top: 20px;
}

.benefits_content_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.benefits_content_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  min-width: 50%;
  max-width: none;
  display: flex;
}

.benefit_card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-flow: row;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.benefits_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 638px) 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  display: flex;
}

.breadcrumb-link {
  color: var(--black);
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-link.cc-blue {
  color: var(--black);
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-link.cc-blue.w--current {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.contact-form-grid-copy {
  grid-column-gap: 21px;
  grid-row-gap: 28px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.loader-wrapper {
  z-index: 99999999;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-logo-img {
  width: 140px;
  max-width: none;
}

.primary-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 15px 24px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.primary-btn:hover {
  transform: translate(0, -3px);
}

.calender_icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.text-block-34 {
  color: var(--white);
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.view-project {
  z-index: 999999;
  color: var(--white);
  background-color: #136df5;
  border: 1px #ffdb58;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 3px;
  display: none;
  position: absolute;
}

.text-block-35 {
  text-align: center;
  font-family: Thicccboi, sans-serif;
  font-weight: 600;
}

.projects_grid_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  overflow: hidden;
}

.sitemap-main-wrap {
  background-color: var(--shadow-01);
  display: block;
  position: relative;
}

.sitemap {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 0;
  justify-content: flex-start;
  max-width: 1240px;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.divider {
  color: #a9a9a9;
}

.icon-large-3 {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 18px;
  display: flex;
}

.faq-bottom-padding {
  padding-bottom: 32px;
}

.faq-dropdown-toggle {
  white-space: normal;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  display: flex;
}

.faq-dropdown-list {
  background-color: #fff0;
  padding-left: 32px;
  padding-right: 56px;
  display: block;
  position: relative;
}

.faq-icon {
  color: var(--primary-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-weight: 700;
  display: flex;
}

.faq-dropdown {
  border-bottom: 1px solid #e5e7eb;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faq-wrapper {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.icon-embed-xxsmall-6 {
  opacity: 0;
  color: var(--black);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  inset: 27% 42% 0% auto;
}

.icon-embed-xxsmall-6.cc-carrer {
  opacity: 0;
  bottom: 35px;
}

.privacy-policy-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pp-wrapper {
  margin-top: 0;
}

.paragraph-9 {
  font-family: var(--font-family);
  color: var(--sub_text);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.link-3 {
  text-decoration: none;
}

.thank-you-hero {
  padding: 80px 3%;
}

.hero-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.icon-embed-xxsmall-13 {
  color: #04aa6d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  margin-bottom: 20px;
  display: flex;
}

.project_coverimage {
  aspect-ratio: auto;
  object-fit: cover;
  width: 560px;
}

.blog-img {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  height: 100%;
  overflow: visible;
}

.nav-logo {
  width: 160px;
  height: 100%;
  text-decoration: none;
}

.nav-logo.w--current {
  width: auto;
  height: auto;
}

.btn-pulse-animation {
  display: none;
}

.header-card-grids {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.header-feature-card {
  grid-column-gap: 10px;
  grid-row-gap: 32px;
  background-color: var(--primary-blue);
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.hero_keypoint {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.terms_hero_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.keypoint_icon {
  width: 30px;
}

.global-padding {
  padding: 0% 5%;
}

.global-padding.section-padding {
  padding: var(--section-padding) var(--global-padding);
}

.section_hero_terms {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.section_hero_terms:hover {
  background-image: none;
}

.checkbox_internal_link {
  color: var(--black);
  text-transform: capitalize;
  padding-left: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.checkbox_internal_link:hover {
  color: var(--primary-blue);
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  display: flex;
}

.legal_text-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.nda_wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.nda {
  grid-column-gap: 10px;
  grid-row-gap: 32px;
  border: 1px solid var(--primary-blue);
  background-color: var(--white);
  color: var(--primary-blue);
  border-radius: 24px;
  flex-flow: row;
  align-items: center;
  padding: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nda:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}

.icon-embed-xxsmall-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.nda-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.sitemap_link {
  font-family: var(--font-family);
  color: var(--sub_text);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.sitemap_link:hover {
  transform: translate(0);
}

.sitemap_arraow_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.sitemap-table {
  border-radius: 0;
  margin-top: 40px;
}

.sitemap_title_wrapper {
  background-color: var(--primary-blue);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 20px 18px 25px;
  font-size: 18px;
}

.sitemap_title {
  color: var(--white);
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}

.sitemap_content_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.tos-para-wrap {
  margin-bottom: 15px;
}

.para-title {
  font-family: var(--font-family);
  color: var(--sub_text);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}

.tos-para {
  font-family: var(--font-family);
  color: var(--sub_text);
  padding-left: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.list {
  padding-left: 25px;
}

.link-6 {
  text-decoration: none;
}

.home-link {
  color: var(--black);
  margin-bottom: 2px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.home-link:hover {
  transform: translate(5px);
}

.link-7 {
  color: var(--primary-blue);
  text-decoration: none;
}

.terms_hero_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.main-wrapper {
  margin-top: 0;
}

.header-slider-trigger {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff0, #fff 50%);
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.whyus_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.title-wrapper {
  text-align: center;
  margin-bottom: 0;
}

.title-wrapper.is-align-left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.title-wrapper.is-flex-h {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  display: grid;
}

.why_us_grid_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.cta_title {
  color: var(--white);
  font-size: 60px;
}

.price_section_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.section_work {
  color: var(--white);
  background-color: #000;
}

.work_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.projects_grid {
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.project_middle_content_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.btn-wrapper {
  justify-content: center;
  display: flex;
}

.btn-wrapper.is-align-left {
  justify-content: flex-start;
}

.integration_content_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.faq_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq_question {
  font-size: 22px;
  font-weight: 500;
}

.contact_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.form_checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
}

.social_links_wrapper {
  align-items: center;
  display: flex;
}

.social_link {
  border: 1px solid var(--white);
  opacity: .5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 10px;
  padding: 9px;
  transition: all .4s;
  display: flex;
}

.social_link:hover {
  border-color: var(--primary-blue);
  background-color: var(--primary-blue);
  box-shadow: 1px -1px 30px 3px var(--primary-blue);
  opacity: 1;
  transform: scale(1.1);
}

.section_footer {
  background-color: #000;
  padding-top: 5%;
  padding-bottom: 20px;
}

.location_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.country_name {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
}

.location_text {
  color: var(--white);
  font-size: 16px;
}

.form_checkbox_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.whyus_card_content {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}

.footer_links_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.social_img {
  width: 25px;
  height: 25px;
}

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

.footer_cta_text {
  color: var(--primary-blue);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4em;
}

.hero_paragraph {
  margin-bottom: 0;
  font-size: 20px;
}

.testimonial-card-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9f9fa;
  border: 1px solid #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.testimonial-card-regular:hover {
  background-color: #fff;
}

.testimonial-navigation-active {
  background-color: var(--primary-blue);
  width: 100%;
  height: 2px;
}

.testimonial-slider-button-2 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.testimonial-slider-2 {
  background-color: #fff0;
  height: auto;
  margin-top: 64px;
  margin-bottom: 64px;
}

.testimonial-navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.code-embed-21 {
  display: none;
}

.testimonial_card_paragraph {
  color: #36393f;
  font-size: 16px;
  line-height: 28px;
}

.testimonial-navigation-bar {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-grid-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.row-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-slide-2 {
  margin-right: 24px;
}

.testimonial-navigation-inactive {
  background-color: #cfd2d6;
  border-radius: 8px;
  width: 100%;
  height: 1px;
}

.testimonial-nav-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.testimonial-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.section_testimonials {
  background-color: var(--bg-grey);
  position: relative;
  overflow: hidden;
}

.testimonial_card_subtitle {
  font-size: 14px;
  line-height: 20px;
}

.testimonial_card_title {
  color: #1e2022;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-mask-2 {
  overflow: visible;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.testimonial-avatar {
  background-color: #f3f3f5;
  border: 1px solid #cfd2d6;
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

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

.breadcrumb {
  background-color: var(--shadow-01);
  flex-flow: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.breadcrumb.global-padding {
  border-style: none;
  border-width: 1px;
  border-color: black black var(--primary-blue);
  background-color: var(--shadow-01);
  margin-bottom: 0;
  display: block;
}

.breadcrumb.global-padding.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 5px;
}

.sitemap_heading {
  text-align: center;
}

.current_page_text {
  font-weight: 600;
}

.career_wrapper {
  display: flex;
}

.career_hero_heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.2em;
}

.whyus_career_card_title {
  font-size: 22px;
  font-weight: 600;
}

.section_applyjob {
  display: none;
}

.applyform_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.affiliate_hero_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.affiliate_hero_content_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  min-width: 50%;
  display: flex;
}

.affiliate_hero_heading {
  font-size: 55px;
  line-height: 1.2em;
}

.hero_img_wrapper {
  min-width: 45%;
}

.cta_paragraph {
  color: var(--white);
  letter-spacing: 0;
  max-width: 800px;
  font-size: 20px;
  line-height: 1.6em;
}

.cta_content_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefit_image_wrapper {
  min-width: 45%;
}

.benefit_image {
  width: 300px;
  height: auto;
  margin-top: 40px;
}

.benefits_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

.contact_hero_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.contact_card_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.blog_top_content_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.blog_summary {
  color: var(--black);
}

.blog_date {
  color: var(--black);
  font-weight: 500;
}

.blogs_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.blog_list_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blogcard_detail_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.portfolio_content_title {
  font-size: 22px;
  font-weight: 700;
}

.portfolio_content_paragraph {
  font-size: 22px;
}

.section_otherprojects {
  color: var(--white);
  background-color: #000;
}

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

.otherprojects_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.otherprojects_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.section_projects {
  color: var(--white);
  background-color: #000;
}

.projects_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.portfolio_card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #262626;
  border-radius: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
}

.portfolio_card_contnt_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 35%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.portfolio_card_title {
  color: #e5e5e5;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.2;
}

.portfolio_card_coverimage {
  border: 4px #262626;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  overflow: clip;
}

.portfolio_card_viewmore_link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--primary-blue);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.portfolio_card_paragraph {
  color: #999;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.projects_tab {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.portfolio_collection_item {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.projects_tabs_menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  display: flex;
}

.project_tab_link {
  color: var(--white);
  background-color: #0000;
  border: 2px solid #262626;
  border-radius: 30px;
}

.project_tab_link.w--current {
  background-color: var(--primary-blue);
  color: var(--white);
  border: 2px solid #262626;
  border-radius: 30px;
}

.portfoliocard_coverimage_wrapper {
  border: 4px solid #262626;
  border-radius: 30px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.project_detail_title {
  font-weight: 700;
}

.project_detail_content {
  font-weight: 500;
}

.process_step_number {
  color: var(--primary-blue);
  font-size: 35px;
  font-weight: 700;
}

.section_services {
  color: var(--white);
  background-color: #0000;
}

.service_section_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  overflow: hidden;
}

.service_card_link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.service_card {
  color: #fff;
  text-align: left;
  background-color: #272a2f;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: 0%;
  padding: 40px 32px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.service_card:hover {
  background-color: var(--primary-blue);
}

.service_card_title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
}

.service_card_paragraph {
  opacity: .8;
  font-size: 17px;
  line-height: 28px;
}

.service_card_image {
  z-index: 2;
  width: 50px;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.service_title {
  opacity: 1;
  color: var(--black);
  text-align: left;
  width: auto;
  min-width: 0%;
}

.service_subtitle {
  opacity: 1;
  color: var(--black);
  text-align: left;
  width: auto;
  font-size: 22px;
}

.services_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.service_section_bottom {
  text-align: center;
  margin-top: 20px;
}

.service_section_bottom_title {
  opacity: 1;
  color: var(--sub_text);
  font-size: 30px;
  font-weight: 300;
}

.portfolio_detail_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.dropdown-toggle {
  color: var(--black);
  align-items: center;
  padding: 0;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.dropdown-card {
  border: 1px none var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--white);
  box-shadow: 0 2px 12px 0 var(--shadow-02);
  border-radius: 16px;
  min-width: 280px;
  padding: 20px;
  top: 32px;
  overflow: hidden;
}

.dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.dropdown-column-wrapper.w--open {
  background-color: #0000;
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transform: translate(-50%);
}

.section_hiredeveloper_hero {
  padding-top: 0;
}

.hiredeveloper_hro_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.herogrid_content_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  max-width: 50%;
  display: flex;
}

.hiredeveloper_hero_heading {
  letter-spacing: -.03px;
  font-size: 60px;
  line-height: 1.2em;
}

.herogrid_hiredeveloper_hero_subheading {
  font-size: 20px;
  font-weight: 400;
}

.feature-block {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.whyus_points_wrapper {
  border-bottom: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  margin-top: 50px;
}

.whyhire_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.whyhirecard_title {
  letter-spacing: -.12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

.whyhire_card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--shadow-02);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 30px;
  transition: all .4s;
  display: flex;
}

.whyhire_card:hover {
  background-color: var(--black);
  color: var(--white);
}

.whyhirecard_content_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.whatwebuild_card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  flex-flow: column;
  align-items: flex-start;
  padding: 34px 24px;
  transition: all .3s;
  display: flex;
}

.whatwebuild_card:hover {
  box-shadow: 0 50px 64px #d9d9d97a;
}

.whatwebuild_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-top: 100px;
}

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

.whatwebuild_subtitle {
  text-align: left;
}

.whatwebuild_card_text {
  opacity: .78;
  font-size: 18px;
  line-height: 1.4em;
}

.whatwebuild_card_title {
  font-size: 28px;
}

.cta_top_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.whatwebuild_title {
  text-align: left;
}

.hiredeveloper_hero_keypoints_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.hiredeveloper_keypoint {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.keypoint_image {
  width: 20px;
}

.keypoint_text {
  font-size: 18px;
  font-weight: 500;
}

.checkbox-label {
  font-size: 14px;
  line-height: 22px;
}

.divider-2 {
  background-color: #cfd2d6;
  width: 100%;
  height: 1px;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small.row-space-between {
  justify-content: space-between;
}

.column-tiny-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.whyus_card_home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--light-blue-bg);
  background-color: var(--white);
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  padding: 24px;
  transition: all .4s;
  display: flex;
}

.whyus_card_home:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}

.whyus_car_home_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.section-subtitle {
  text-align: center;
  max-width: 950px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 400;
}

.section-subtitle.is-text-left {
  text-align: left;
}

.hero_home_title {
  font-size: 62px;
}

.collection-item-7 {
  flex-flow: row;
  display: flex;
}

.image {
  height: 100%;
}

.card_title_affiliate_why {
  font-size: 20px;
  font-weight: 600;
}

.contact_sec_subtitle {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

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

.btn {
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.btn.is-secondary-btn {
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  background-color: #0000;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.row-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.content-column-small {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.column-x-small {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-radial-image {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.divider-secondary {
  background-color: #ccc3a3;
  flex: none;
  width: 100%;
  height: 1px;
}

.divider-secondary.small {
  background-color: var(--bg-grey);
  opacity: .24;
  height: .5px;
}

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

.section_whoweserve {
  background-color: #000;
}

.section_whoweserve.section-padding {
  padding: var(--section-padding) var(--global-padding);
  background-color: #272a2f;
}

.business-team {
  width: 100%;
  height: 100%;
}

.is-black-bg {
  opacity: 1;
  color: var(--white);
}

.categories_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.lightbox-link {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

.logo {
  width: 140px;
}

.image-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-12, .heading-13, .heading-14 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .navigation_menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navigation-link {
    font-weight: 500;
  }

  .navigation-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta_wrapper {
    max-width: 1200px;
  }

  .contact-card {
    justify-content: space-between;
  }

  .contact_card_text {
    font-size: 16px;
    line-height: 22px;
  }

  .contact_grid_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .whyus_card.is-affiliate-page:hover {
    background-color: var(--primary-blue);
    color: var(--white);
  }

  .whyus_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .career_hero_img {
    width: auto;
  }

  .whyus_card_content_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .breadcrumb_wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-large {
    max-width: 1400px;
  }

  .projects_grid {
    grid-column-gap: 40px;
  }

  .affiliate_hero_wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .affiliate_hero_content_wrapper {
    min-width: 55%;
  }

  .hero_img_wrapper {
    max-width: 45%;
  }

  .blog_list_grid {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .service_section_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service_card_title {
    font-size: 40px;
  }

  .whatwebuild_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .whyus_card_home {
    padding: 40px;
  }

  .hero_home_title {
    font-size: 80px;
  }

  .card_title_affiliate_why {
    font-size: 22px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1440px) {
  .blog_img_wrapper {
    height: 350px;
  }

  .blog-card {
    justify-content: flex-start;
  }

  .blog-img {
    border-radius: 16px;
    height: 100%;
  }

  .blog_list_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 1.2em;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  .section_contact {
    grid-row-gap: 40px;
  }

  ._404_img_cover {
    width: 44px;
    height: 44px;
  }

  .blog_content_badge {
    width: auto;
    max-width: 130px;
  }

  .navigation_menu {
    background-color: #fff;
    border-bottom: 1px solid #edeff2;
    justify-content: flex-start;
    padding: 40px 5% 60px;
  }

  .navigation_menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navigation-menu-button {
    border: 2px solid var(--bg-grey);
    background-color: var(--white);
  }

  .navigation-menu-button.w--open {
    background-color: var(--primary-blue);
    justify-content: center;
    align-items: center;
  }

  .pricing_table_price {
    font-size: 30px;
  }

  .integration-link {
    padding-right: 20px;
  }

  .icon-large {
    height: auto;
  }

  .integrations_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .integrations-carousel-track {
    flex-flow: row;
  }

  .integrations-icon-wrapper {
    height: auto;
  }

  .integrations-carousel {
    flex-flow: column;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    display: block;
  }

  .cta_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section_cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-question {
    padding-top: 20px;
  }

  .faq-question.pricing-accordian {
    background-color: var(--light-blue-bg);
    border-radius: 20px;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 0;
  }

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

  .project_preview_link {
    font-weight: 600;
  }

  .project_card_btn_icon {
    width: 60px;
    height: 60px;
  }

  .project_coverimage_wrapper {
    height: auto;
  }

  .project_bottom_wrapper {
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }

  .project_card {
    margin-bottom: 0;
    padding: 20px;
  }

  .content-work-link {
    font-size: 18px;
  }

  .blog_content_wrapper {
    justify-content: center;
  }

  .blog_img_wrapper {
    height: auto;
  }

  .blog_card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog_title {
    font-size: 22px;
    font-weight: 600;
  }

  .contact_card_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .contact_grid_wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-icon-wrap {
    margin-bottom: 30px;
  }

  .blog_detail_title {
    font-size: 50px;
  }

  .blog-content {
    padding-bottom: 20px;
  }

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

  .blog-header {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .otherproject_card {
    flex-flow: column;
    justify-content: space-between;
    min-height: 0;
    margin-bottom: 0;
    padding: 20px;
    display: flex;
  }

  .pricing-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-line-break {
    padding-right: 10px;
    display: block;
  }

  .section_pricing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing_table_top_row_title {
    padding-left: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .grid-top-sticky {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-top {
    min-height: 140px;
    padding-right: 10px;
    display: block;
  }

  .grid-pricing {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-table-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .whyus_card {
    padding: 20px;
  }

  .whyus_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-mobile-ui {
    background-color: var(--white);
  }

  .pricing-tab-link {
    min-width: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing_table_text {
    font-size: 18px;
  }

  .footer_location_card {
    width: 100%;
    max-width: 50%;
  }

  .footer_location_grid {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .footer_copyright_text {
    font-size: 14px;
  }

  .footer_link, .footer_link.w--current {
    font-size: 18px;
  }

  .footer-cta-newsletter {
    margin-top: 24px;
  }

  .footer-legal {
    flex-flow: column;
    justify-content: center;
  }

  .footer_link_column {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .footer_grid_link {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .footer-title {
    font-size: 20px;
  }

  .footer_cta_email {
    font-size: 16px;
  }

  .footer__link_div {
    width: auto;
  }

  .footer_grid_left_content_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: column;
    align-items: flex-start;
  }

  .process-card {
    padding: 20px;
  }

  .process-title-wrapper {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    align-items: center;
    max-width: 100%;
    position: static;
  }

  .process-step-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    position: static;
    top: 0;
  }

  .process_wrapper {
    flex-flow: column;
    align-items: center;
    position: static;
    top: 0;
    overflow: visible;
  }

  .portfoliodetail_hero_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .career_content_wrapper {
    grid-row-gap: 0px;
    max-width: 100%;
  }

  .career_hero_image_wrapper {
    max-width: none;
  }

  .whyus_career_grid {
    grid-template-columns: 1fr 1fr;
  }

  .line-break {
    display: none;
  }

  .process_grid {
    grid-column-gap: 32px;
    grid-row-gap: 60px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .benefits_content_wrapper {
    max-width: 100%;
  }

  .benefit_card {
    flex-flow: row;
  }

  .benefits_wrapper {
    flex-flow: row;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .view-project {
    display: none;
  }

  .sitemap-main-wrap, .sitemap {
    height: auto;
  }

  .breadcrumb_wrapper {
    padding-left: 10px;
  }

  .project_coverimage {
    width: 100%;
    height: auto;
  }

  .blog-img {
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .header-card-grids {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
    margin-top: 0;
  }

  .header-feature-card {
    justify-content: center;
    align-items: center;
    padding: 22px;
  }

  .nda {
    justify-content: center;
    align-items: center;
  }

  .sitemap-table {
    width: 100%;
  }

  .sitemap_title_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .terms_hero_wrap {
    max-width: none;
  }

  .title-wrapper.is-flex-h {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .cta_title {
    font-size: 40px;
  }

  .projects_grid {
    grid-template-columns: 1fr;
  }

  .faq_question {
    font-weight: 600;
    line-height: 1.4em;
  }

  .footer_links_wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .footer_cta_text {
    font-size: 24px;
  }

  .testimonial-grid-regular {
    grid-template-columns: 1fr 1fr;
  }

  .section_testimonials {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .portfolio_card_contnt_wrapper {
    height: auto;
    padding-top: 20px;
  }

  .service_section_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .service_card {
    width: auto;
    min-width: 0%;
  }

  .service_card_title {
    font-size: 40px;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    line-height: 24px;
  }

  .dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .dropdown-card.w--open {
    position: static;
  }

  .dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .dropdown-column-wrapper.w--open {
    transform: none;
  }

  .hiredeveloper_hro_grid {
    grid-template-columns: 1.25fr;
    justify-items: center;
  }

  .herogrid_content_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .hiredeveloper_hero_heading {
    text-align: center;
    font-size: 50px;
  }

  .herogrid_hiredeveloper_hero_subheading {
    text-align: center;
  }

  .feature-block {
    text-align: left;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .whyhire_grid {
    grid-template-columns: 1fr 1fr;
  }

  .whyhire_card:hover {
    background-color: var(--black);
  }

  .whatwebuild_grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .section-subtitle {
    margin-top: 5px;
    font-size: 20px;
  }

  .hero_home_title {
    font-size: 45px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  p {
    margin-bottom: 0;
  }

  label {
    font-size: 14px;
    font-weight: 400;
  }

  .contact_card_image {
    width: 28px;
    height: 28px;
  }

  .section_contact {
    max-width: 1200px;
  }

  .input-2 {
    color: var(--shadow-02);
    min-height: 45px;
    font-size: 14px;
    font-weight: 100;
  }

  .text-area {
    color: var(--shadow-02);
    font-size: 14px;
    font-weight: 100;
  }

  .contact-form-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(100%, 100%);
    justify-items: stretch;
    display: flex;
  }

  .contact-form-block {
    text-align: left;
    flex-flow: column;
    display: block;
  }

  .contact_form_wrapper {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._404_img_cover {
    width: 42px;
    height: 42px;
  }

  .hero_features_wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-top: 10px;
  }

  .hero_feature_text {
    text-align: left;
    font-size: 18px;
  }

  .navigation_menu {
    text-align: center;
    object-fit: fill;
    height: 100vh;
    max-height: none;
    overflow: hidden;
  }

  .navigation-link {
    text-align: left;
  }

  .menu_icon {
    text-align: center;
    font-size: 22px;
    transform: rotate(180deg);
  }

  .icon-large, .integrations-icon-wrapper {
    height: auto;
  }

  .section_faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-question {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question.pricing-accordian {
    background-color: var(--white);
    border-radius: 16px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .faq-arrow-wrapper {
    background-color: var(--primary-blue);
    color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    padding: 10px;
    font-weight: 500;
    display: flex;
  }

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

  .faq-answer.w--open {
    margin-top: 0;
  }

  .faq-card {
    background-color: var(--white);
    border-radius: 20px;
    margin-bottom: 10px;
    transition: all .2s;
  }

  .project_bottom_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .blog_card {
    height: auto;
  }

  .contact-card {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }

  .contact_card_text {
    font-size: 16px;
  }

  .contact_grid_wrapper {
    grid-template-columns: 1fr;
  }

  .blog_detail_title {
    font-size: 40px;
  }

  .header-image-cover {
    object-fit: contain;
    height: auto;
  }

  .blog-header-image {
    height: auto;
  }

  .blog-article-wrapper {
    margin-bottom: 60px;
  }

  .header-paragraph {
    line-height: 30px;
  }

  .pricing-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .section_pricing {
    background-color: var(--bg-grey);
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .help {
    display: none;
  }

  .whyus_card {
    margin-bottom: 20px;
  }

  .whyus_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    display: flex;
  }

  .pricing-mobile-ui {
    background-color: var(--bg-grey);
    padding: 0 0%;
    display: block;
  }

  .pricing-tab-link {
    border: 1px solid var(--black);
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    min-width: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    display: flex;
  }

  .pricing-tab-link:hover {
    padding: 15px 0;
  }

  .pricing-tab-link.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--primary-blue);
    background-color: var(--primary-blue);
    color: var(--white);
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    min-width: auto;
    padding: 10px 0;
    font-size: 20px;
    text-decoration: none;
  }

  .pricing-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    border: 1px #000;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding: 0;
    display: grid;
  }

  .column-x-small-6 {
    margin-top: 20px;
  }

  .column-tiny {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-21 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: none;
  }

  .footer_location_card {
    width: 100%;
    max-width: none;
    padding: 16px;
  }

  .footer_location_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .footer_link {
    font-size: 16px;
  }

  .footer-cta-newsletter {
    justify-content: center;
  }

  .footer-legal {
    flex-flow: column;
    justify-content: center;
  }

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

  .footer_grid_link {
    grid-template-columns: 1fr;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer_cta_email {
    text-align: center;
  }

  .footer__link_div {
    width: auto;
  }

  .process-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .process_card_content_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .process-title-wrapper {
    text-align: center;
  }

  .process-step-grid {
    grid-template-columns: 1fr;
  }

  ._404-image, ._404-detail {
    max-width: none;
  }

  ._404-block {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  ._404card_title_text {
    font-size: 28px;
  }

  .portfoliodetail_hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .pricing_tab_menu_text {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .pricing_tab_menu_text_wrapper {
    display: none;
  }

  .country_img {
    width: 28px;
    height: 28px;
  }

  .career_whyus_card {
    max-width: 100%;
  }

  .whyus_career_grid {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

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

  .process-block {
    justify-content: flex-start;
  }

  .process_grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .benefits_content_grid {
    grid-template-columns: 1fr 1fr;
  }

  .benefit_card, .benefits_wrapper {
    flex-flow: column;
  }

  .contact-form-grid-copy {
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(100%, 100%);
    justify-items: stretch;
  }

  .nav-logo-img {
    width: 120px;
    height: 100%;
  }

  .primary-btn.pulse {
    display: none;
  }

  .sitemap-main-wrap {
    height: auto;
  }

  .breadcrumb_wrapper {
    margin-bottom: 0;
  }

  .faq-dropdown-toggle {
    padding: 25px;
  }

  .faq-dropdown-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq_list.grid {
    grid-template-columns: 1fr;
  }

  .project_coverimage {
    width: 500px;
  }

  .blog-img {
    width: auto;
    height: auto;
  }

  .check-img {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .header-card-grids {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-feature-card {
    border-radius: 16px;
    padding: 14px 10px;
  }

  .hero_keypoint {
    font-size: 18px;
  }

  .terms_hero_wrapper {
    flex-flow: column;
  }

  .checkbox_internal_link {
    min-width: 0;
  }

  .checkbox-field {
    align-items: flex-start;
    margin-top: 0;
  }

  .sitemap-table {
    height: auto;
  }

  .title-wrapper.is-flex-h {
    flex-flow: column;
  }

  .cta_title {
    font-size: 35px;
  }

  .price_section_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .projects_grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .faq_question {
    font-size: 20px;
  }

  .social_links_wrapper {
    margin-top: 10px;
  }

  .footer_links_wrapper {
    align-items: flex-start;
  }

  .testimonial-grid-regular {
    grid-template-columns: 1fr;
  }

  .career_wrapper {
    flex-flow: column;
  }

  .career_hero_heading {
    font-size: 40px;
  }

  .affiliate_hero_wrapper {
    flex-flow: column;
  }

  .affiliate_hero_heading {
    font-size: 40px;
  }

  .benefits_title {
    font-size: 18px;
  }

  .blog_list_grid {
    grid-template-columns: 1fr;
  }

  .projectdetail_hero_wrapper {
    flex-flow: column-reverse;
    display: flex;
  }

  .portfolio_card_coverimage {
    margin-bottom: 0;
  }

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

  .service_card {
    padding: 32px;
  }

  .service_card_title {
    font-size: 40px;
  }

  .service_title {
    max-width: none;
    font-size: 42px;
  }

  .service_subtitle {
    max-width: none;
    font-size: 20px;
  }

  .service_section_bottom_title {
    font-size: 22px;
  }

  .hiredeveloper_hero_heading {
    font-size: 40px;
  }

  .herogrid_hiredeveloper_hero_subheading {
    font-size: 18px;
  }

  .whyhire_grid, .whatwebuild_grid {
    grid-template-columns: 1fr;
  }

  .whyus_car_home_title {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 18px;
  }

  .hero_home_title {
    font-size: 40px;
  }

  .div-block-19 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 35px;
    line-height: 1.2em;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }

  .input-2 {
    font-size: 14px;
  }

  .contact_form_wrapper {
    max-width: none;
    min-height: auto;
    padding: 25px 20px;
  }

  .hero_btn_wrapper {
    flex-flow: column;
  }

  .hero-feature-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .check-icon {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .hero_features_wrapper {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .hero_feature_text {
    font-size: 18px;
  }

  .navigation_menu {
    padding-top: 20px;
  }

  .navigation-link {
    text-align: left;
    padding-left: 0;
  }

  .cta-button-2 {
    text-align: center;
    width: auto;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-question {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-question.pricing-accordian {
    padding-bottom: 20px;
  }

  .faq-card {
    margin-bottom: 10px;
  }

  .project_preview_link {
    font-size: 16px;
    line-height: 1.4em;
  }

  .project_card_btn {
    grid-column-gap: 8px;
    font-size: 16px;
    font-weight: 700;
  }

  .project_card_btn_icon {
    width: 50px;
    height: 50px;
  }

  .project_coverimage_wrapper {
    height: auto;
    max-height: none;
    margin-bottom: 20px;
  }

  .project_bottom_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    align-items: center;
    margin-top: 30px;
  }

  .project_card {
    align-items: stretch;
    padding: 16px;
  }

  .project_content_top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 20px;
  }

  .blog_content_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
  }

  .blog_detail_title {
    font-size: 35px;
  }

  .blog-content {
    padding-bottom: 20px;
  }

  .blog-heading-wrapper {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .otherproject_card {
    padding: 16px;
  }

  .collection-item {
    margin-bottom: 10px;
  }

  .pricing-wrapper {
    display: none;
  }

  .section_pricing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .whyus_card {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-mobile-ui {
    padding: 0 0%;
  }

  .pricing-tab-content {
    margin-top: 40px;
  }

  .pricing-tab-link {
    min-width: 0;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .pricing-tab-link:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-tab-link.w--current {
    flex-flow: column;
    align-items: center;
    min-width: 0;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .pricing-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .pricing-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    background-color: #0000;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: stretch stretch;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .pricing-feature-wrapper {
    align-items: flex-start;
  }

  .text-block-21 {
    font-size: 16px;
    line-height: 28px;
    display: none;
  }

  .footer_location_card {
    width: 100%;
    max-width: none;
  }

  .footer_copyright_text {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .footer-legal {
    margin-top: 20px;
  }

  .footer_link_column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .footer_logo {
    width: 100%;
    max-width: 150px;
  }

  .footer_grid_link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-title {
    color: var(--white);
    font-weight: 600;
  }

  .footer__link_div {
    grid-template-columns: 1fr;
    place-items: center start;
    width: 100%;
    display: flex;
  }

  .footer_grid_left_content_wrapper {
    align-items: center;
  }

  .process-step-grid {
    grid-template-columns: 1fr;
  }

  .discount_text {
    font-size: 12px;
    line-height: 16px;
  }

  .pricing_tab_menu_text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .pricing_tab_menu_text_wrapper {
    display: none;
  }

  .project_card_content_wrapper {
    align-items: stretch;
  }

  .career_hero_image_wrapper {
    padding: 24px;
  }

  .career_whyus_card {
    flex-direction: column;
  }

  .process_grid, .benefits_content_grid {
    grid-template-columns: 1fr;
  }

  .breadcrumb_wrapper {
    margin-bottom: 0;
    padding-left: 10px;
  }

  .faq-dropdown-toggle {
    padding: 16px;
  }

  .faq-dropdown-list {
    padding-left: 16px;
    padding-right: 24px;
  }

  .nav-logo.w--current {
    width: 140px;
  }

  .sitemap_link {
    font-size: 16px;
  }

  .sitemap_title_wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .projects_grid {
    grid-row-gap: 30px;
  }

  .faq_question {
    font-size: 20px;
  }

  .form_checkbox {
    min-width: 20px;
  }

  .social_links_wrapper {
    margin-top: 10px;
  }

  .footer_links_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .footer_text, .footer_cta_text {
    text-align: center;
  }

  .hero_paragraph {
    font-size: 20px;
  }

  .career_hero_heading {
    font-size: 40px;
  }

  .portfolio_card_contnt_wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service_section_grid {
    grid-template-columns: 1fr;
  }

  .service_card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .service_card_title {
    font-size: 35px;
  }

  .services_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service_section_bottom_title {
    font-size: 18px;
  }

  .hiredeveloper_hero_heading {
    font-size: 40px;
  }

  .whatwebuild_card {
    flex-direction: column;
    align-items: flex-start;
  }

  .whatwebuild_subtitle {
    text-align: center;
  }

  .section-subtitle {
    line-height: 1.4em;
  }

  .text-block-37 {
    font-size: 20px;
  }

  .div-block-19 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }
}

#w-node-ee57b93d-6402-f034-ad83-39cd556f4119-50ac9778 {
  place-self: center;
}

#w-node-_7eea664b-0a0b-d8be-887e-ceb725b18e13-50ac9778 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1731ce91-7d34-b286-1e29-f26908ab1079-50ac9778 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_007e11ca-41d7-93d7-1bee-3a0f4613163e-50ac9778, #w-node-_007e11ca-41d7-93d7-1bee-3a0f46131647-50ac9778 {
  align-self: center;
}

#w-node-_007e11ca-41d7-93d7-1bee-3a0f46131650-50ac9778 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_804671ee-8f97-bc33-e304-df4ea6ee8a97-50ac9778, #w-node-_804671ee-8f97-bc33-e304-df4ea6ee8aa0-50ac9778, #w-node-_804671ee-8f97-bc33-e304-df4ea6ee8aa9-50ac9778, #w-node-b5489118-6a77-29b5-17b4-f44288378a9c-50ac9778, #w-node-b5489118-6a77-29b5-17b4-f44288378aa5-50ac9778, #w-node-b5489118-6a77-29b5-17b4-f44288378aae-50ac9778, #w-node-_33a9bedb-645d-cad3-2b68-7a0845fcf71d-50ac9778, #w-node-_33a9bedb-645d-cad3-2b68-7a0845fcf724-50ac9778, #w-node-_33a9bedb-645d-cad3-2b68-7a0845fcf72d-50ac9778 {
  align-self: center;
}

#w-node-_6681a0bf-9268-04d9-2266-ff26d26808b8-50ac9778 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6397df81-f7f7-a2af-733e-47d64577d622-50ac9778 {
  grid-area: 13 / 1 / 14 / 5;
}

#w-node-d4c0c1a8-6fa5-d0d4-3633-dce98a91dd88-50ac9778, #w-node-d4c0c1a8-6fa5-d0d4-3633-dce98a91dd8d-50ac9778, #w-node-d4c0c1a8-6fa5-d0d4-3633-dce98a91dd97-50ac9778, #w-node-_166f333b-d745-86c8-0c15-ed3d500412a6-50ac9778, #w-node-_166f333b-d745-86c8-0c15-ed3d500412ab-50ac9778, #w-node-_166f333b-d745-86c8-0c15-ed3d500412b0-50ac9778, #w-node-b094899e-244f-3824-fbc4-9e00c5ed620d-50ac9778, #w-node-b094899e-244f-3824-fbc4-9e00c5ed6212-50ac9778, #w-node-b094899e-244f-3824-fbc4-9e00c5ed6217-50ac9778, #w-node-c08fc17d-b843-9302-cb2f-6ded492d6bc4-50ac9778, #w-node-c08fc17d-b843-9302-cb2f-6ded492d6bc9-50ac9778, #w-node-c08fc17d-b843-9302-cb2f-6ded492d6bce-50ac9778, #w-node-_5673690d-cfa4-3eb2-bb24-1169a969e4df-50ac9778, #w-node-_5673690d-cfa4-3eb2-bb24-1169a969e4e4-50ac9778, #w-node-_5673690d-cfa4-3eb2-bb24-1169a969e4e9-50ac9778, #w-node-f2054494-0200-b0aa-e974-72953c8cd3ab-50ac9778, #w-node-f2054494-0200-b0aa-e974-72953c8cd3b0-50ac9778, #w-node-f2054494-0200-b0aa-e974-72953c8cd3b5-50ac9778, #w-node-f46445d0-e3e3-d224-f10f-872bdb5ba1a2-50ac9778, #w-node-f46445d0-e3e3-d224-f10f-872bdb5ba1a7-50ac9778, #w-node-f46445d0-e3e3-d224-f10f-872bdb5ba1ac-50ac9778, #w-node-_4605b809-cde0-7541-0402-783809db2fb2-50ac9778, #w-node-_4605b809-cde0-7541-0402-783809db2fb7-50ac9778, #w-node-_4605b809-cde0-7541-0402-783809db2fbc-50ac9778, #w-node-_13d34acb-5bd8-4fed-ebac-ee4493bb5c1a-50ac9778, #w-node-_13d34acb-5bd8-4fed-ebac-ee4493bb5c1f-50ac9778, #w-node-_13d34acb-5bd8-4fed-ebac-ee4493bb5c24-50ac9778, #w-node-a33b11a3-8b43-0ce1-f881-ade87fe801d7-50ac9778, #w-node-_23b77a77-c09c-1dcf-bb5e-874bc723d456-c723d453, #w-node-_23b77a77-c09c-1dcf-bb5e-874bc723d461-c723d453, #w-node-_7e5a0df5-0e2e-9b73-d8fb-927762e856ca-c723d453, #w-node-_23b77a77-c09c-1dcf-bb5e-874bc723d48c-c723d453, #w-node-_23b77a77-c09c-1dcf-bb5e-874bc723d48f-c723d453, #w-node-e090cbe0-aafc-1e06-2eb7-78b8f08d8521-c723d453, #w-node-_19894d50-3b01-9990-e71c-758ca5516ae9-c723d453 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f3f2f54-152f-8d1a-b63b-2d84eeb52458-eeb52455 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1f3f2f54-152f-8d1a-b63b-2d84eeb5245c-eeb52455 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1f3f2f54-152f-8d1a-b63b-2d84eeb52460-eeb52455 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f3f2f54-152f-8d1a-b63b-2d84eeb52464-eeb52455 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_1f3f2f54-152f-8d1a-b63b-2d84eeb5246e-eeb52455 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1f3f2f54-152f-8d1a-b63b-2d84eeb52472-eeb52455 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_7e33b5b4-a460-6ae8-ffb3-6cbb44659798-50ac977a, #w-node-_7e33b5b4-a460-6ae8-ffb3-6cbb446597a8-50ac977a, #w-node-_7e33b5b4-a460-6ae8-ffb3-6cbb446597c1-50ac977a, #w-node-_7e33b5b4-a460-6ae8-ffb3-6cbb446597cb-50ac977a, #w-node-_7e33b5b4-a460-6ae8-ffb3-6cbb446597d0-50ac977a, #w-node-c0801a44-4b11-aff7-8cd1-f53eeffb35f6-50ac977b, #w-node-a58cf874-1418-5597-684f-a27510c4470a-50ac977d, #w-node-a58cf874-1418-5597-684f-a27510c44719-50ac977d, #w-node-a58cf874-1418-5597-684f-a27510c44728-50ac977d, #w-node-ed26bea7-9945-ca73-95b1-4eb04b7d2d6d-50ac977d, #w-node-e55715b9-1b35-26a6-74fa-534bf19d7022-50ac9781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c23b8e4-d62d-ec89-1f9f-38bce5ad0414-50ac9781 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_339c7901-9d69-2466-d4cf-936a729242fa-50ac9781 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_339c7901-9d69-2466-d4cf-936a729242fe-50ac9781 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_77267657-b428-4ffe-7fff-b40baf9bb86c-50ac9781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-ce1efb25-b411-35aa-eef9-9f6685a6f933-50ac9782, #w-node-_4d93f241-aa62-7f89-666e-50650e148650-50ac9782, #w-node-_4d93f241-aa62-7f89-666e-50650e148658-50ac9782, #w-node-_4d93f241-aa62-7f89-666e-50650e148660-50ac9782 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2875d506-f334-9b07-7eec-1b988f394524-50ac9782 {
  align-self: center;
}

#w-node-_2875d506-f334-9b07-7eec-1b988f39452e-50ac9782 {
  place-self: center;
}

#w-node-_02d18d94-2895-bbad-8fb1-7e81c8e5bc9b-50ac9782, #w-node-_02d18d94-2895-bbad-8fb1-7e81c8e5bca3-50ac9782, #w-node-_4661cfcd-cc7e-f296-8c7b-6b58afb841d1-50ac9782, #w-node-_47e440fb-b326-8e60-63ae-cbfebc9dc009-50ac9782, #w-node-_91bf37bd-bc32-3d2c-ee68-90fb48ff106e-50ac9782, #w-node-e34e6f03-1828-145f-7ad8-4be46966d1c5-50ac9783, #w-node-_49257b01-6d26-8420-dcbf-ebd519491280-50ac9785, #w-node-_49257b01-6d26-8420-dcbf-ebd519491284-50ac9785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49257b01-6d26-8420-dcbf-ebd519491288-50ac9785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_68b730fb-3499-4cb1-de8c-a391e61981f2-50ac9786, #w-node-_68b730fb-3499-4cb1-de8c-a391e61981f6-50ac9786, #w-node-_68b730fb-3499-4cb1-de8c-a391e61981fa-50ac9786, #w-node-e0858a93-c356-3028-640b-2fa66a097601-50ac9788, #w-node-e0858a93-c356-3028-640b-2fa66a097605-50ac9788, #w-node-e0858a93-c356-3028-640b-2fa66a097609-50ac9788, #w-node-dd303447-e575-0eac-0d9a-02bc518df48c-50ac978b, #w-node-dd303447-e575-0eac-0d9a-02bc518df499-50ac978b, #w-node-dd303447-e575-0eac-0d9a-02bc518df4a6-50ac978b, #w-node-dd303447-e575-0eac-0d9a-02bc518df4b3-50ac978b, #w-node-dd303447-e575-0eac-0d9a-02bc518df4c0-50ac978b, #w-node-dd303447-e575-0eac-0d9a-02bc518df4cd-50ac978b, #w-node-_2b6c70ac-40d2-819f-54be-ed44a0dc29e9-50ac978b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81289a13-98a4-07b0-4ac6-766eb62b14ab-50ac978b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd303447-e575-0eac-0d9a-02bc518df48c-50ac978c, #w-node-dd303447-e575-0eac-0d9a-02bc518df499-50ac978c, #w-node-dd303447-e575-0eac-0d9a-02bc518df4a6-50ac978c, #w-node-dd303447-e575-0eac-0d9a-02bc518df4b3-50ac978c, #w-node-dd303447-e575-0eac-0d9a-02bc518df4c0-50ac978c, #w-node-dd303447-e575-0eac-0d9a-02bc518df4cd-50ac978c, #w-node-_2b6c70ac-40d2-819f-54be-ed44a0dc29e9-50ac978c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81289a13-98a4-07b0-4ac6-766eb62b14ab-50ac978c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd303447-e575-0eac-0d9a-02bc518df48c-50ac978d, #w-node-dd303447-e575-0eac-0d9a-02bc518df499-50ac978d, #w-node-dd303447-e575-0eac-0d9a-02bc518df4a6-50ac978d, #w-node-dd303447-e575-0eac-0d9a-02bc518df4b3-50ac978d, #w-node-dd303447-e575-0eac-0d9a-02bc518df4c0-50ac978d, #w-node-dd303447-e575-0eac-0d9a-02bc518df4cd-50ac978d, #w-node-fc0ab566-da95-294f-745a-3a86bce982da-50ac978d, #w-node-_1efee41e-8864-ed93-7d2d-e57be3a7fc9a-50ac978d, #w-node-_2b6c70ac-40d2-819f-54be-ed44a0dc29e9-50ac978d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81289a13-98a4-07b0-4ac6-766eb62b14ab-50ac978d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9754a1de-7893-d045-79cf-92efd2a06b29-b9499e2c, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b2e-b9499e2c, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b48-b9499e2c, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b7c-b9499e2c, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b81-b9499e2c, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b29-a87d6a0a, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b2e-a87d6a0a, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b48-a87d6a0a, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b7c-a87d6a0a, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b81-a87d6a0a, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b29-e22c38de, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b2e-e22c38de, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b48-e22c38de, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b7c-e22c38de, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b81-e22c38de, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b29-71168eb2, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b2e-71168eb2, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b48-71168eb2, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b7c-71168eb2, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b81-71168eb2, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b29-73c4aabe, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b2e-73c4aabe, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b48-73c4aabe, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b7c-73c4aabe, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b81-73c4aabe, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b29-a4ef0a12, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b2e-a4ef0a12, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b48-a4ef0a12, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b7c-a4ef0a12, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b81-a4ef0a12, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b29-8f778403, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b2e-8f778403, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b48-8f778403, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b7c-8f778403, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b81-8f778403, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b29-df1ee98a, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b2e-df1ee98a, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b48-df1ee98a, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b7c-df1ee98a, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b81-df1ee98a, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b29-b922d1d7, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b2e-b922d1d7, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b48-b922d1d7, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b7c-b922d1d7, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b81-b922d1d7, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b29-b65f20cf, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b2e-b65f20cf, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b48-b65f20cf, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b7c-b65f20cf, #w-node-_9754a1de-7893-d045-79cf-92efd2a06b81-b65f20cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c78523de-ce55-82a7-99c7-16805ef386ab-50ac9778, #w-node-_007e11ca-41d7-93d7-1bee-3a0f46131639-50ac9778 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_007e11ca-41d7-93d7-1bee-3a0f46131650-50ac9778 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_6397df81-f7f7-a2af-733e-47d64577d622-50ac9778 {
    justify-self: center;
  }

  #w-node-_23b77a77-c09c-1dcf-bb5e-874bc723d461-c723d453 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_49257b01-6d26-8420-dcbf-ebd519491288-50ac9785, #w-node-_68b730fb-3499-4cb1-de8c-a391e61981fa-50ac9786, #w-node-e0858a93-c356-3028-640b-2fa66a097609-50ac9788 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_81289a13-98a4-07b0-4ac6-766eb62b1487-50ac978b, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b1490-50ac978b, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b1487-50ac978c, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b1490-50ac978c, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b1487-50ac978d, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b1490-50ac978d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c78523de-ce55-82a7-99c7-16805ef386ab-50ac9778, #w-node-_23b77a77-c09c-1dcf-bb5e-874bc723d461-c723d453 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f3f2f54-152f-8d1a-b63b-2d84eeb52458-eeb52455, #w-node-_1f3f2f54-152f-8d1a-b63b-2d84eeb5245c-eeb52455 {
    grid-column-end: 2;
  }

  #w-node-_1f3f2f54-152f-8d1a-b63b-2d84eeb52460-eeb52455 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1f3f2f54-152f-8d1a-b63b-2d84eeb52464-eeb52455 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1f3f2f54-152f-8d1a-b63b-2d84eeb52472-eeb52455 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-_339c7901-9d69-2466-d4cf-936a729242fa-50ac9781, #w-node-_339c7901-9d69-2466-d4cf-936a729242fe-50ac9781 {
    grid-column-end: 2;
  }

  #w-node-_77267657-b428-4ffe-7fff-b40baf9bb86c-50ac9781 {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-_49257b01-6d26-8420-dcbf-ebd519491280-50ac9785 {
    grid-column: span 1 / span 1;
  }

  #w-node-_49257b01-6d26-8420-dcbf-ebd519491288-50ac9785 {
    grid-column: span 1 / span 1;
    place-self: auto;
  }

  #w-node-_81289a13-98a4-07b0-4ac6-766eb62b1499-50ac978b, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b14a2-50ac978b, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b14ab-50ac978b, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b1499-50ac978c, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b14a2-50ac978c, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b14ab-50ac978c, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b1499-50ac978d, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b14a2-50ac978d, #w-node-_81289a13-98a4-07b0-4ac6-766eb62b14ab-50ac978d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d4c0c1a8-6fa5-d0d4-3633-dce98a91dd76-50ac9778 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f3f2f54-152f-8d1a-b63b-2d84eeb52472-eeb52455, #w-node-_77267657-b428-4ffe-7fff-b40baf9bb86c-50ac9781 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype'), url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi Thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}