:root {
  --green: #63e5de;
}

.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;
}

.body {
  color: #17242a;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.body.home {
  background-color: #3cdfd6;
  height: 100vh;
}

.body.contact {
  min-height: 100vh;
}

.body.curve-home {
  background-color: #3cdfd6;
  background-image: url('../images/approach-bg-pattern.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.content-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-container.nav-container, .content-container.footer-container {
  display: flex;
}

.content-container.short {
  max-width: 840px;
}

.navbar {
  background-color: #fff0;
  padding-top: 45px;
  padding-bottom: 45px;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  padding: 0;
  font-size: 18px;
  line-height: 26px;
}

.nav-link.w--current {
  color: #17242a;
  border-bottom: 2px solid #2eafa8;
  font-weight: 500;
}

.nav-link.white {
  color: #fff;
}

.logo-text {
  color: #17242a;
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
}

.logo-text.white {
  color: #fff;
}

.home-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: grid;
}

.home-col1 {
  background-color: #000;
  background-image: url('../images/home-bg-pic-temp.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100vh;
}

.home-col2 {
  padding-left: 50px;
}

.home-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 78px;
  font-weight: 400;
  line-height: 78px;
}

.home-desc {
  margin-bottom: 0;
  padding-bottom: 70px;
  font-size: 28px;
  line-height: 36px;
}

.home-desc.small {
  padding-bottom: 18px;
  font-size: 26px;
  line-height: 34px;
}

.home-desc.small.bold {
  font-weight: 600;
}

.home-desc.pb-20 {
  text-align: center;
  padding-bottom: 20px;
}

.home-logo-text {
  margin-bottom: 0;
}

.home-content-wrap {
  max-width: 600px;
}

.home-btn-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #083735;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 14px 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #094745;
}

.button:active {
  background-color: #075c58;
}

.button.secondary {
  color: #17242a;
  background-color: #fff;
}

.footer-link {
  color: #17242a;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.footer-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-section {
  border-top: 1px solid #17242a4d;
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-section.contact {
  position: absolute;
  inset: auto 0% 0%;
}

.about-hero-content {
  max-width: 720px;
}

.page-hero-desc {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 34px;
}

.iterum-adverb {
  color: #35cfc7;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

.iterum-adverb.support {
  color: #35cfc7;
  padding-top: 8px;
  font-size: 40px;
  line-height: 48px;
}

.spacer-40 {
  height: 40px;
}

.iterum-adverb-span {
  font-size: 40px;
  line-height: 48px;
}

.page-hero-heading {
  color: var(--green);
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.page-hero-section {
  background-image: url('../images/bg-pattern1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-hero-section.contact {
  padding-bottom: 300px;
}

.team-section {
  background-image: url('../images/bg-pattern2.svg');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-block.pt-space {
  padding-top: 100px;
}

.team-profile-pic-wrap {
  flex: none;
  width: 262px;
}

.team-profile-content-wrap {
  flex: 1;
}

.profile-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 36px;
  line-height: 46px;
}

.profile-role {
  color: #35cfc7;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.profile-role.key-skills {
  color: #17242a;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.profile-desc {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.key-skills-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  padding-top: 20px;
  display: flex;
}

.skill {
  text-align: center;
  background-color: #3ddfd6;
  border-radius: 40px;
  padding: 10px 18px;
  font-weight: 500;
}

.get-started-section {
  padding-top: 150px;
  padding-bottom: 0;
}

.get-started-card {
  background-color: #3ddfd6;
  background-image: url('../images/get-started-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 75px 40px;
  display: flex;
}

.get-started-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.get-started-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 40px;
  line-height: 50px;
}

.get-started-desc {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: 32px;
}

.page-heading {
  border-bottom: 1px solid #17242a;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.service-hero-section {
  background-image: url('../images/bg-pattern1.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-hero-section.hide {
  display: none;
}

.service-grid {
  padding-top: 40px;
  padding-bottom: 50px;
}

.service-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #63e5de;
  border: 1px solid #17242a33;
  border-radius: 12px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.service-icon {
  width: 70px;
}

.service-card-heading {
  font-size: 18px;
  line-height: 28px;
}

.service-card-desc {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.service-card-desc.desc {
  font-weight: 400;
  line-height: 34px;
}

.service-card-desc.desc.mb-2 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.services-support-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.link-span {
  color: #2eafa8;
}

.approach-section {
  background-image: url('../images/approach-bg-pattern.png'), linear-gradient(135deg, #63e5de, #8dfff9);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 70px;
  font-size: 40px;
  line-height: 50px;
}

.section-heading.pb-30 {
  padding-bottom: 30px;
}

.approach-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.approach-heading {
  padding-top: 14px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.approach-desc {
  padding-bottom: 54px;
  font-size: 18px;
  line-height: 28px;
}

.approach-desc.last {
  padding-bottom: 0;
}

.approach-line {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.approach-line-wrap {
  padding-top: 35px;
  position: relative;
}

.approach-line-wrap.no-pt {
  padding-top: 0;
}

.approach-dot {
  background-color: #17242a;
  border-radius: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: 28px 0% auto -6px;
}

.approach-icon-wrapper {
  flex: none;
}

.expect-section {
  background-image: url('../images/bg-pattern2.svg');
  background-position: 100% 80%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.expect-content-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  padding-bottom: 50px;
  display: grid;
}

.expect-content-container.shorter {
  grid-template-columns: 1fr 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.expect-card {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expect-desc {
  text-align: center;
  padding-top: 20px;
  font-size: 22px;
  line-height: 30px;
}

.home-col1-new {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.home-circle-wrapper {
  background-color: #fff3;
  border-radius: 100%;
  width: 1400px;
  height: 1400px;
  padding: 40px;
  position: absolute;
  inset: -120px 350px 0% auto;
  transform: scale(1.4);
}

.home-circle-part1, .home-circle-part2 {
  background-color: #ffffff4d;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.home-circle-part3 {
  background-color: #000;
  background-image: url('../images/home-bg-pic-temp.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 40%;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.mobile-nav-close-wrapper {
  display: none;
}

.profile-role-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-text {
  text-decoration: none;
}

.home-curve-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.home-curve-col1 {
  background-color: #000;
  background-image: url('../images/home-cover-img2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  width: 100%;
  height: 100%;
}

.home-curve-col2 {
  background-image: url('../images/black-curve.svg');
  background-position: -10px 0;
  background-repeat: no-repeat;
  background-size: 110%;
  width: 100%;
  height: 100%;
  margin-top: -2px;
  position: relative;
}

.home-curve-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 40% 0% auto;
}

.max-w {
  max-width: 700px;
}

.about-hero-heading {
  color: #35cfc7;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.about-hero-heading.light {
  padding-top: 10px;
  font-weight: 400;
}

.cal-icon {
  width: 26px;
}

.tabs {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.tab-link-tab-2 {
  color: #000;
  background-color: #fff;
  font-size: 18px;
}

.tab-link-tab-2.w--current {
  color: #2eafa8;
  background-color: #fff;
  border-bottom: 2px solid #2eafa8;
}

.tab-link-tab-1 {
  background-color: #fff;
}

.tab-link-tab-1.w--current {
  color: #2eafa8;
  background-color: #fff;
  border-bottom: 2px solid #2eafa8;
  font-size: 18px;
  font-weight: 900;
}

.tabs-menu {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-accordion-details-text {
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.faq-label-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  display: flex;
}

.bold-text-2 {
  color: #150b33;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.1875rem;
}

.section-content.home-faq {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  border: 0 solid #000;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.accordion-label {
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0 16px;
  font-size: 30px;
  display: flex;
}

.accordion-pane {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border: 0 solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: clip;
}

.faq-icon-bar {
  background-color: #000;
  width: 22px;
  height: 1.5px;
}

.faq-icon-bar._2 {
  background-color: #000;
  position: absolute;
  transform: rotate(90deg);
}

.faq-label-title {
  white-space: pre-wrap;
  max-width: 80%;
  font-weight: 500;
  line-height: 125%;
}

.faq-label-title.subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 113%;
}

.faq-accordion {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--green);
  border: 0 solid #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
  overflow: visible;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold-text-3 {
  white-space: normal;
  font-weight: 400;
  display: inline-block;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.faq-accordion-details-text-2 {
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.faq-label-icon-2 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.accordion-label-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0 16px;
  font-size: 30px;
  display: flex;
}

.accordion-pane-2 {
  background-color: #0000;
  border-bottom: 1px solid #150b33;
  display: block;
  position: relative;
  overflow: clip;
}

.faq-icon-bar-2 {
  background-color: #ff6314;
  width: 22px;
  height: 1.5px;
}

.faq-icon-bar-2._2 {
  position: absolute;
  transform: rotate(90deg);
}

.faq-accordion-2 {
  border-bottom: 1px solid #09261d26;
  flex-flow: column;
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .faq-accordion-details-text {
    color: #4f4c57;
    margin-bottom: 0;
    font-size: 1.0625rem;
    line-height: 1.875rem;
  }

  .section-content.home-faq {
    width: 100%;
  }

  .accordion-label {
    padding-bottom: 16px;
  }

  .accordion-pane {
    border-bottom: 0 solid #150b33;
  }

  .faq-icon-bar {
    background-color: #150b33;
  }

  .faq-label-title {
    color: #150b33;
    text-align: left;
    font-size: 1.25rem;
    line-height: 2.1875rem;
  }

  .faq-accordion-details-text-2 {
    color: #4f4c57;
    margin-bottom: 0;
    font-size: 1.0625rem;
    line-height: 1.875rem;
  }

  .accordion-label-2 {
    padding-bottom: 16px;
  }

  .accordion-pane-2 {
    border-bottom: 1px solid #150b33;
  }

  .faq-icon-bar-2 {
    background-color: #150b33;
  }
}

@media screen and (max-width: 991px) {
  .body.bg-pattern {
    background-position: 100% 100px;
    background-size: 60%;
  }

  .content-container.footer-container {
    flex-flow: column;
  }

  .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-menu {
    z-index: 999;
    background-color: #fffffff2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    inset: 0%;
  }

  .nav-link {
    text-align: center;
    max-width: 150px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .nav-link.white {
    color: #17242a;
  }

  .menu-button {
    padding: 0;
  }

  .menu-icon {
    color: #17242a;
    font-size: 40px;
    line-height: 40px;
  }

  .menu-icon.white {
    color: #fff;
  }

  .home-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-content: start;
    place-items: stretch center;
  }

  .home-col1 {
    background-color: #000;
    background-image: url('../images/home-bg-pic-temp.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 400px;
    display: block;
  }

  .home-col2 {
    padding: 80px 40px;
  }

  .home-heading {
    font-size: 70px;
    line-height: 70px;
  }

  .home-desc {
    padding-bottom: 60px;
    font-size: 28px;
    line-height: 34px;
  }

  .home-desc.small, .home-desc.small.bold {
    font-size: 22px;
    line-height: 30px;
  }

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

  .footer-links-wrapper {
    padding-top: 20px;
  }

  .page-hero-desc {
    font-size: 24px;
    line-height: 32px;
  }

  .iterum-adverb {
    font-size: 46px;
    line-height: 56px;
  }

  .iterum-adverb.support, .iterum-adverb-span {
    font-size: 36px;
    line-height: 46px;
  }

  .page-hero-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .page-hero-section {
    background-position: 100% 0;
    background-size: 60%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-hero-section.contact {
    padding-bottom: 250px;
  }

  .team-section {
    background-size: 60%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-profile-pic-wrap {
    width: 200px;
  }

  .profile-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .profile-role {
    font-size: 24px;
    line-height: 32px;
  }

  .profile-desc {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
  }

  .get-started-section {
    padding-top: 75px;
  }

  .get-started-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .get-started-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .get-started-desc {
    line-height: 26px;
  }

  .page-heading {
    font-size: 42px;
    line-height: 52px;
  }

  .service-hero-section {
    background-size: 60%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-card {
    padding: 30px;
  }

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

  .section-heading {
    padding-bottom: 60px;
    font-size: 36px;
    line-height: 46px;
  }

  .approach-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .expect-section {
    background-size: 60%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .expect-content-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .expect-desc {
    font-size: 22px;
    line-height: 32px;
  }

  .home-col1-new {
    height: 200px;
    overflow: visible;
  }

  .home-circle-wrapper {
    padding: 30px;
    inset: auto 0% 0% -320px;
  }

  .home-circle-part1, .home-circle-part2 {
    padding: 30px;
  }

  .home-circle-part3 {
    background-position: 50% 100%;
    background-size: auto 25%;
  }

  .mobile-nav-close-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 30px;
    display: flex;
  }

  .home-curve-col1 {
    background-size: contain;
  }

  .home-curve-col2 {
    position: relative;
  }

  .home-curve-content {
    position: absolute;
  }

  .about-hero-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .about-hero-heading.light {
    font-size: 32px;
    line-height: 42px;
  }

  .tabs {
    width: 90%;
  }

  .accordion-label {
    overflow-wrap: normal;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .accordion-pane {
    font-size: 16px;
  }

  .faq-icon-bar {
    width: 20px;
    height: 2px;
  }

  .faq-label-title {
    font-size: 24px;
  }

  .div-block {
    width: 96%;
  }

  .text-block {
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
  }

  .bold-text-3 {
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 26px;
    display: flex;
  }

  .accordion-label-2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .accordion-pane-2 {
    font-size: 16px;
  }

  .faq-icon-bar-2 {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body.bg-pattern {
    background-position: 100% 50px;
  }

  .body.contact {
    min-height: auto;
  }

  .body.curve-home {
    height: auto;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand-link {
    padding-left: 0;
  }

  .nav-menu {
    padding-top: 40px;
  }

  .nav-link {
    max-width: 130px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .logo-text {
    font-size: 32px;
    line-height: 32px;
  }

  .home-col1 {
    height: 380px;
  }

  .home-col2 {
    padding: 60px 30px;
  }

  .home-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .home-desc {
    padding-bottom: 50px;
    font-size: 24px;
    line-height: 30px;
  }

  .home-desc.small, .home-desc.small.bold {
    font-size: 20px;
    line-height: 26px;
  }

  .home-btn-wrapper {
    flex-flow: wrap;
  }

  .button {
    font-size: 18px;
    line-height: 18px;
  }

  .footer-links-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-section.contact {
    position: relative;
  }

  .page-hero-desc {
    font-size: 22px;
    line-height: 30px;
  }

  .iterum-adverb {
    font-size: 42px;
    line-height: 52px;
  }

  .iterum-adverb.support {
    padding-top: 5px;
    font-size: 32px;
    line-height: 42px;
  }

  .iterum-adverb-span {
    font-size: 32px;
    line-height: 42px;
  }

  .page-hero-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .page-hero-section {
    background-position: 100% 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-hero-section.contact {
    padding-bottom: 20px;
  }

  .team-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .team-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .profile-heading {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .profile-role {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .profile-desc {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .key-skills-wrapper {
    justify-content: center;
    align-items: center;
  }

  .get-started-section {
    padding-top: 60px;
  }

  .get-started-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .get-started-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .get-started-heading, .page-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .service-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .service-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-card-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .service-card-desc {
    font-size: 22px;
    line-height: 30px;
  }

  .service-card-desc.desc {
    font-size: 20px;
    line-height: 30px;
  }

  .approach-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading {
    padding-bottom: 50px;
    font-size: 32px;
    line-height: 42px;
  }

  .approach-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .approach-desc {
    padding-bottom: 44px;
  }

  .expect-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .expect-content-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }

  .expect-content-container.shorter {
    grid-template-columns: 1fr;
  }

  .expect-desc {
    padding-top: 18px;
    font-size: 20px;
    line-height: 30px;
  }

  .home-col1-new {
    height: 150px;
  }

  .home-circle-wrapper {
    inset: auto 0% 0% -415px;
  }

  .home-circle-part3 {
    background-size: auto 20%;
  }

  .mobile-nav-close-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .profile-role-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-curve-wrapper {
    height: auto;
  }

  .home-curve-col1 {
    height: 400px;
  }

  .home-curve-col2 {
    height: auto;
    padding-top: 180px;
    padding-bottom: 50px;
  }

  .home-curve-content {
    position: relative;
    top: 0;
  }

  .about-hero-heading {
    font-size: 34px;
  }

  .about-hero-heading.light {
    font-size: 30px;
    line-height: 38px;
  }

  .faq-accordion-details-text {
    font-size: 16px;
  }

  .faq-label-title {
    font-size: 22px;
  }

  .faq-accordion-details-text-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    padding-top: 30px;
  }

  .nav-link {
    max-width: 120px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
  }

  .logo-text {
    font-size: 30px;
    line-height: 30px;
  }

  .home-col1 {
    height: 240px;
  }

  .home-col2 {
    padding: 40px 20px;
  }

  .home-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .home-desc {
    padding-bottom: 40px;
    font-size: 22px;
    line-height: 28px;
  }

  .home-desc.small, .home-desc.small.bold {
    font-size: 18px;
    line-height: 24px;
  }

  .home-btn-wrapper {
    justify-content: center;
    align-items: center;
  }

  .button {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
  }

  .footer-links-wrapper {
    grid-row-gap: 6px;
  }

  .page-hero-desc {
    font-size: 20px;
    line-height: 28px;
  }

  .iterum-adverb {
    font-size: 36px;
    line-height: 46px;
  }

  .page-hero-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .page-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-hero-section.contact {
    padding-bottom: 40px;
  }

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

  .get-started-section {
    padding-top: 40px;
  }

  .get-started-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .get-started-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .get-started-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .page-heading {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .service-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-card {
    justify-content: center;
    align-items: center;
  }

  .service-card-heading {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .service-card-desc {
    text-align: center;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 28px;
  }

  .services-support-text {
    text-align: center;
  }

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

  .section-heading {
    padding-bottom: 40px;
    font-size: 28px;
    line-height: 36px;
  }

  .approach-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .approach-heading {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .approach-desc {
    text-align: center;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .approach-line-wrap {
    display: none;
  }

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

  .expect-content-container {
    grid-template-columns: 1fr;
  }

  .expect-desc {
    padding-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .home-col1-new {
    height: 120px;
  }

  .home-circle-wrapper {
    left: -540px;
  }

  .home-circle-part3 {
    background-size: auto 15%;
  }

  .home-curve-col1 {
    height: 300px;
  }

  .home-curve-col2 {
    padding-top: 140px;
  }

  .home-curve-content {
    top: 0;
  }

  .about-hero-heading {
    text-align: center;
  }

  .about-hero-heading.light {
    font-size: 28px;
    line-height: 36px;
  }

  .tab-link-tab-2, .tab-link-tab-1.w--current {
    text-align: center;
  }

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

  .faq-icon-bar {
    width: 16px;
  }

  .bold-text-3 {
    overflow-wrap: normal;
  }

  .bold-text-4 {
    text-align: center;
  }

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

  .faq-icon-bar-2 {
    width: 16px;
  }
}

#w-node-_42dc34f6-e52a-63ac-8a15-e0daf7266724-997407b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_94f7e10b-6d5a-61ed-8f98-5008f41f288b-997407b1 {
  place-self: center start;
}

#w-node-_42dc34f6-e52a-63ac-8a15-e0daf7266724-9b3e5a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_94f7e10b-6d5a-61ed-8f98-5008f41f288b-9b3e5a12 {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_42dc34f6-e52a-63ac-8a15-e0daf7266724-997407b1 {
    justify-self: start;
  }

  #w-node-_94f7e10b-6d5a-61ed-8f98-5008f41f288b-997407b1 {
    justify-self: center;
  }

  #w-node-_42dc34f6-e52a-63ac-8a15-e0daf7266724-9b3e5a12 {
    justify-self: start;
  }

  #w-node-_94f7e10b-6d5a-61ed-8f98-5008f41f288b-9b3e5a12 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ef6f2493-a37f-1e47-3f6c-b4eef1ebfee1-a924fff5 {
    align-self: stretch;
  }
}


