:root {
  --white: #fff;
  --charcoal: #303030;
  --black: #000;
  --green: #22904d;
  --orange: #e85d05;
  --grey: var(--black);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.brand-2 {
  box-shadow: none;
  padding-top: 10px;
  transition-property: none;
}

.div-block-38 {
  width: 90vw;
}

.button-2 {
  background-color: #22904d;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0 2px 5px #0003;
}

.button-2.mob {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 14px;
  display: none;
}

.button-2.hide {
  margin-left: 10px;
  padding-bottom: 9px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.navbar-2 {
  z-index: 10;
  background-color: #fff;
  border: 1px #0000004d;
  border-bottom: 1px solid #00000012;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  box-shadow: 0 2px 5px #0003;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.nav-link-2 {
  box-shadow: none;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.nav-link-2:hover {
  box-shadow: 0 2px #0003;
}

.nav-link-2.hide, .logo-small {
  display: none;
}

.logo-big {
  overflow: visible;
}

.logo-big:hover {
  text-decoration-color: #0000;
}

.logo-big:active {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration: none;
}

.sub-title {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.sub-title.text-center {
  font-size: 1.3vw;
  line-height: 2vw;
}

.btn-primary {
  background-color: #22904d;
  border-radius: 14px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: -2px -2px 3px -1px #0003;
}

.btn-primary.btn-large {
  text-align: center;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}

.btn-primary.btn-large:hover {
  color: #fff;
  text-decoration: underline;
}

.hero-main {
  background-color: #f9f8f5;
  background-image: url('../images/24501.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.hero-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.div-block-33 {
  width: auto;
  max-width: 700px;
  padding-top: 20px;
}

.hero-title {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
  position: relative;
}

.hero-title.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.hero-title.m-auto.m-bottom {
  margin-bottom: 40px;
}

.black-overlay {
  opacity: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.enroll-help-text {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.enroll-help-text.white-text {
  color: #fff;
}

.brush-line-fixed {
  position: absolute;
  inset: auto auto -5px;
}

.brush-line-fixed.bottom-down {
  bottom: -25px;
}

.spacer-10px {
  width: 100%;
  height: 10px;
}

.main-h1 {
  z-index: 1;
  color: #000;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 7vw;
  font-style: normal;
  font-weight: 700;
  line-height: 7.5vw;
  position: relative;
}

.main-h1.hide {
  display: none;
}

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

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

.list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  list-style-type: none;
  display: flex;
}

.list-2.mb-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  width: 50vw;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.list-2.thin {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-span-5 {
  color: #ba1616;
}

.spacer-20px {
  width: 100%;
  height: 20px;
}

.section-title-wrapper {
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.brief-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.brief-text.text-center.black {
  color: var(--charcoal);
}

.text-span {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.bold-text-5 {
  color: #ba1616;
}

.our-solutions {
  color: #fff;
  text-align: center;
  background-color: #22904d;
  border-radius: 6px 6px 0 0;
  padding: 60px 80px;
}

.our-solutions.hide {
  display: none;
}

.our-solutions.grey {
  background-color: #ececec;
  border-radius: 0 0 6px 6px;
}

.section-heading {
  color: #000;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 5vw;
  line-height: 6vw;
}

.section-heading.small {
  margin-bottom: 20px;
  font-size: 30px;
}

.section-heading.narrow {
  margin-bottom: 0;
}

.hr-line {
  background-color: #fff;
  width: 40px;
  height: 1px;
}

.grid-list-item {
  text-align: left;
  border-bottom: 1px solid #ffffff2b;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
}

.grid-list-item.desktp-noborder {
  border-bottom-style: none;
}

.grid-list-item.div-center {
  border-bottom-color: #c7c7c7e8;
}

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

.div-block-41 {
  width: 60%;
}

.text-span-2 {
  color: #b91e1e;
}

.div-block-40 {
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.white-para {
  color: #fff;
  line-height: 26px;
}

.section-title-small {
  color: #fff;
  border-bottom: 1px #fff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 18px;
}

.heading-3 {
  z-index: 3;
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 6vw;
  position: relative;
}

.heading-3.black {
  color: var(--black);
}

.section-container {
  background-color: #fff;
  border-top: 1px #c1c1c1;
  width: auto;
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.list-heading {
  color: #fff;
  text-transform: none;
  font-family: Lato, sans-serif;
}

.list-heading.black {
  color: var(--charcoal);
}

.div-block-44 {
  max-width: none;
}

.section {
  background-color: #fff;
  justify-content: space-between;
  height: auto;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: auto;
}

.content-wrapper {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.hww-list-item {
  text-align: center;
  max-width: 760px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading {
  font-family: Lato, sans-serif;
}

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

.benefits-text {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.kutup-button-line {
  background-color: #000;
  width: 80%;
  height: 1px;
  position: relative;
  top: 5px;
}

.image-9 {
  max-width: 100px;
}

.color-wrap {
  background-color: #22904d;
  padding-top: 60px;
  padding-bottom: 80px;
}

.color-wrap.cream {
  background-color: #f9f8f5;
}

.heading-4 {
  text-align: center;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.founder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-37 {
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph-3.text-center.p-large {
  font-size: 18px;
}

.div-block-34 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.pricing-cont {
  background-color: var(--green);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-top: 0;
  padding-bottom: 40px;
}

.pricing {
  background-color: var(--green);
  border-radius: 8px;
  padding-left: 0;
  padding-right: 0;
}

.pricing.hide {
  display: none;
}

.pricing-sec {
  background-color: #fafafa;
  position: relative;
}

.div-block-36 {
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.div-block-36.hide {
  flex: 0 auto;
  display: none;
}

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

.small-heading {
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 28px;
  line-height: 28px;
}

.light-text {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.hr-sep-white {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.hr-sep-white._30p {
  width: 30%;
}

.p-price {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
}

.p-price.strike {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: line-through #fff;
  text-decoration: line-through #fff;
}

.btn-green {
  cursor: pointer;
  background-color: #22904d;
  border-radius: 10px;
  min-width: 200px;
  font-family: Lato, sans-serif;
  transition: none;
  box-shadow: 0 6px 10px #00000026;
}

.btn-green:hover {
  color: #fff;
}

.kutup-stripe-2 {
  background-color: #264653;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.div-block-43 {
  background-color: #9b9b9b;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-paragraph-3 {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
}

.kutup-large-container-4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.kutup-section-2 {
  background-color: #f9f8f5;
  padding: 90px 5%;
}

.kutup-display-4 {
  color: #000;
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-divider-60px-4 {
  height: 60px;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-faq-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-stripe-1 {
  background-color: #264653;
  width: 2px;
  height: 100%;
}

.kutup-faq-title {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.kutup-faq-content {
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.kutup-faq-top-part {
  background-color: #fff;
  border-bottom: 1px solid #29335c26;
  align-items: center;
  padding-left: 10px;
  line-height: 1.4em;
  display: flex;
}

.kutup-stripe-3 {
  background-color: #264653;
  width: 100%;
  height: 2px;
  position: absolute;
}

.div-block-45 {
  background-color: #9b9b9b;
}

.kutup-footer-link {
  color: #264653;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.kutup-footer-link:hover, .kutup-footer-link:focus, .kutup-footer-link.grey {
  color: #6e6e6e;
}

.join-banner {
  text-align: center;
  background-color: #f0f248;
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.kutup-footer-flex {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.join-btn-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.kutup-copyright {
  color: #6e6e6e;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.line-70p {
  background-color: #9b9b9b;
  width: 100%;
  height: 1px;
}

.banner-content {
  padding: 20px 40px;
}

.kutup-medium-container {
  max-width: 30vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.join-btn-trigger {
  color: #fff;
  background-color: #4e925b;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.join-btn-trigger:hover {
  color: #fff;
}

.kutup-footer-1 {
  background-color: #fffdf8;
  border-top: 1px #000;
  padding: 0 5% 50px;
}

.image-10 {
  margin-left: 20px;
}

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kutup-copyright-center-text {
  text-align: center;
}

.div-block-18 {
  flex: 0 auto;
  width: 30vw;
  margin-right: 10vw;
}

.line-full-black {
  background-color: gray;
  width: 100%;
  height: 1px;
}

.field {
  border: 1px solid #fff;
  border-bottom-color: #bbb;
  height: 60px;
  margin-bottom: 45px;
  padding-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
}

.wrap-content {
  width: 40vw;
  padding-top: 20px;
  padding-right: 5vw;
}

.wrapper-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.wrapper-info.contact {
  padding-top: 0;
  padding-bottom: 0;
}

.button {
  background-color: #000;
  padding: 25px 55px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  transition: background-color .4s, box-shadow .4s, color .4s;
  box-shadow: 0 2px 5px #0003;
}

.button:hover {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #000;
}

.wrapper {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.wrapper.center {
  flex-direction: column;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
}

.wrapper.center.form {
  justify-content: flex-start;
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

._w-form {
  min-height: 400px;
}

.div-block-46 {
  flex: 0 auto;
  display: none;
}

._70vh-sec {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.p-small {
  font-size: 12px;
}

.div-block-47 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.code-embed, .fs-table_instance {
  display: block;
}

.fs-table_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table_cell.bold {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.fs-table_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

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

.form-iframe {
  height: 90vh;
  display: block;
  overflow: hidden;
}

.brevo-box {
  width: 70vh;
  height: 90vh;
  padding-top: 20px;
}

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

.text-span-6 {
  color: var(--green);
}

.div50p {
  width: 50%;
}

.h1 {
  margin-top: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  line-height: 70px;
}

.section-new {
  background-color: #fffdf8;
  padding-top: 100px;
  overflow: visible;
}

.hr-sep-grey {
  background-color: #d8d8d8;
  width: 100%;
  height: 1px;
  position: relative;
}

.section-hold {
  max-width: 45vw;
  position: relative;
  overflow: hidden;
}

.line-spacer {
  padding-top: 30px;
  padding-bottom: 50px;
}

.block-text {
  font-size: 16px;
  line-height: 20px;
}

.block-quote {
  border-left-color: var(--orange);
  background-color: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.hflex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.hflex.deliverables {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-top: 10px;
}

.hflex.list {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-49 {
  color: var(--black);
  background-color: #fff0;
  border: 1px #000;
  border-radius: 0;
  padding: 5px 10px 5px 0;
  font-size: 12px;
}

.paragraph-5 {
  margin-bottom: 0;
}

.h2 {
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  line-height: 26px;
}

.rich-text-block {
  font-family: Lato, sans-serif;
}

.emoji-hold {
  background-color: #fef3ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 11px;
  font-size: 20px;
}

.heading-5 {
  margin-top: 0;
}

.h-line {
  background-color: #d8d8d8;
  width: 100%;
  height: 1px;
}

.deal {
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 40px 30px;
  display: block;
}

.deal.hide {
  display: none;
}

.heading-6 {
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.fs-table-1_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.fs-table-1_header {
  text-align: left;
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  padding: 1rem 1.5rem;
}

.fs-table-1_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-1_instance, .fs-table-1_body {
  width: 100%;
}

.fs-table-1_head {
  background-color: #f3f3f3;
}

.fs-table-1_row-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-table-1_cell {
  text-align: left;
  white-space: nowrap;
  border: 1px solid #aaa;
  padding: 1rem 1.5rem;
  font-weight: 700;
}

.fs-table-1_row-image {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
}

.fs-table-1_row-bg {
  background-color: #f6f6f6;
}

.fs-table-2_instance {
  display: block;
}

.fs-table-2_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
  font-family: Lato, sans-serif;
}

.fs-table-2_cell.bold {
  font-weight: 900;
}

.fs-table-2_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-2_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.div70p {
  width: 70%;
}

.schedule {
  display: none;
}

.schedule.show {
  display: block;
}

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

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

.sec-100vh {
  height: 100vh;
}

.div-block-50 {
  width: 50%;
  padding-top: 20px;
}

.new-nav {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-bottom: 4px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.newnav-hold {
  justify-content: space-between;
  align-items: center;
  min-width: 90vw;
  max-width: 90vw;
  min-height: 70px;
  max-height: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.newnav-logo {
  width: 15vw;
  padding-top: 10px;
}

.paragraph-6 {
  text-align: center;
}

.div-block-51 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .brand-2 {
    padding-top: 18px;
    padding-bottom: 0;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .button-2 {
    margin-left: auto;
  }

  .button-2.mob {
    color: #000;
    background-color: #fff;
    margin-bottom: 10px;
    margin-left: 45vw;
    padding-bottom: 0;
    text-decoration: underline;
    display: inline-block;
  }

  .button-2.hide {
    display: none;
  }

  .menu-button {
    background-color: #fff;
    display: none;
  }

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

  .icon {
    color: #000;
  }

  .nav-link-2 {
    color: #22904d;
  }

  .nav-link-2:hover {
    color: #fff;
  }

  .logo-small {
    display: block;
  }

  .logo-big {
    display: none;
  }

  .sub-title.text-center {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .btn-primary {
    margin-bottom: 0;
  }

  .hero-main {
    height: 70vh;
  }

  .div-block-33 {
    width: 90%;
    padding-top: 15px;
  }

  .brush-line-fixed.bottom-down {
    inset: auto auto -10px;
  }

  .main-h1 {
    text-align: center;
    font-size: 9vw;
    line-height: 9vw;
  }

  .our-solutions {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-heading {
    font-size: 6vw;
    line-height: 7vw;
  }

  .section-heading.small {
    text-align: center;
    line-height: 40px;
  }

  .div-block-41 {
    width: 80%;
  }

  .heading-3 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .section-container {
    width: auto;
  }

  .section {
    margin-bottom: 40px;
  }

  .content-wrapper {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .color-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3.text-center {
    line-height: 28px;
  }

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

  .kutup-medium-container {
    max-width: 50vw;
  }

  .div-block-18 {
    width: auto;
  }

  .wrap-content {
    width: 100%;
  }

  .wrapper {
    flex-direction: column-reverse;
  }

  .wrapper.center.form {
    padding-left: 70px;
  }

  .form-iframe {
    height: 90vh;
  }

  .section-new {
    padding-top: 40px;
  }

  .section-hold {
    max-width: none;
  }

  .fs-table-1_instance {
    overflow: auto;
  }

  .newnav-logo {
    width: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .div-block-38 {
    width: 100%;
  }

  .button-2 {
    margin-left: auto;
  }

  .button-2.mob {
    margin-top: 22px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    inset: 0% 55px auto auto;
  }

  .menu-button {
    padding-left: 10px;
  }

  .sub-title.text-center {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .btn-primary.btn-large {
    font-size: 16px;
    line-height: 25px;
  }

  .hero-main {
    background-size: auto;
    height: auto;
  }

  .hero-wrap {
    padding-top: 40px;
  }

  .hero-title {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brush-line-fixed {
    bottom: -10px;
    left: auto;
  }

  .main-h1 {
    font-size: 11vw;
    line-height: 12vw;
  }

  .list-2.mb-2 {
    text-align: center;
  }

  .brief-text {
    font-size: 14px;
  }

  .our-solutions {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-list-item {
    text-align: center;
  }

  .grid-list-item.desktp-noborder {
    border-bottom-style: solid;
  }

  .grid-list-item.desktp-noborder.border-overrule {
    border-bottom-style: none;
  }

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

  .div-block-41 {
    width: 100%;
  }

  .div-block-40 {
    padding-top: 0;
  }

  .section-title-small {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 9vw;
    line-height: 10vw;
  }

  .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .section {
    margin-bottom: 0;
  }

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

  .benefits-text {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3.text-center {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-3.text-center.p-large {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-34 {
    padding-left: 0;
    padding-right: 0;
  }

  .kutup-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-4 {
    font-size: 40px;
  }

  .kutup-footer-horizontal-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .wrapper.center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-iframe {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 100vh;
    padding-top: 10px;
    display: flex;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-50 {
    width: auto;
  }

  .newnav-logo {
    width: 40vw;
  }
}

@media screen and (max-width: 479px) {
  .button-2 {
    margin-left: auto;
  }

  .button-2.mob {
    padding-right: 0;
  }

  .logo-small {
    max-width: none;
    display: block;
  }

  .sub-title.text-center {
    line-height: 18px;
  }

  .hero-main {
    height: 80vh;
  }

  .enroll-help-text {
    text-align: center;
  }

  .brief-text {
    font-size: 15px;
  }

  .grid-list-item {
    flex-flow: column;
    display: flex;
  }

  .list-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .kutup-display-4 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-footer-horizontal-flex {
    justify-content: center;
  }

  .div-block-18, .wrap-content {
    width: auto;
  }

  .wrapper-info, .wrapper-info.contact {
    flex-direction: column;
  }

  .wrapper {
    flex: none;
  }

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

  .wrapper.center.form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-iframe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hflex.list {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hflex.header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div70p {
    width: 100%;
  }

  .div-block-50 {
    width: auto;
  }

  .newnav-logo {
    width: 40vw;
  }
}


