:root {
  --ins-blue: #2c2e82;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--white: white;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--dark-slate-grey-x: #2e5261;
  --lynx--black: #1f2022;
  --ins-red: #e40511;
  --lynx--white: white;
  --lynx--grey: #797c83;
  --flowstica-webflow-library--black-2: #333;
  --flowstica-webflow-library--light-slate-grey: #8c98a4;
  --kütüp-library--burntsienna: #e76f51;
  --lynx--medium-purple: #8979ec;
}

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

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

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

.image-4 {
  width: auto;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social-icon {
  float: left;
  background-color: #e40511;
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  transition: all .4s;
}

.social-icon:hover {
  background-color: #ff4a53;
  border-color: #e40511;
}

.social-icon.instagram {
  background-image: url('../images/font-awesome_4-6-3_instagram_100_0_ffffff_none_1font-awesome_4-6-3_instagram_100_0_ffffff_none.png');
  background-size: 14px;
}

.social-icon.instagram:hover {
  background-color: #ff4a53;
  border-color: #e40511;
}

.social-icon.twitter {
  background-color: #e40511;
  background-image: url('../images/fa-twitter_100_0_ffffff_none_1fa-twitter_100_0_ffffff_none.png');
  background-size: 12px;
}

.social-icon.twitter:hover {
  background-color: #ff4a53;
}

.navigation-link {
  opacity: .8;
  color: #000;
  padding: 20px 30px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  position: relative;
}

.navigation-link:hover {
  opacity: 1;
  background-color: #0000003b;
}

.navigation-link.w--current {
  opacity: 1;
}

.container-2 {
  justify-content: space-between;
  margin-left: 60px;
  display: block;
}

.line-navigation {
  background-color: var(--ins-blue);
  width: 100%;
  height: 2px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.navigation {
  background-color: #0000;
  background-image: linear-gradient(#ffffffe0, #ffffffe0);
  border-bottom: 1px solid #ffffff3b;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.social-icon-wrapper {
  z-index: 100;
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
}

.social-icon-wrapper.ftr {
  margin-bottom: 20px;
  margin-left: 0;
}

.nav-menu {
  float: right;
  text-align: center;
}

.brand-logo {
  min-height: 95%;
  margin-top: 0;
}

.brand-logo.w--current {
  height: 100%;
  margin-top: 0;
}

.hero {
  min-height: auto;
  position: relative;
}

.hero-background {
  background-image: linear-gradient(#0000 37%, #00000087 43%, #000 89%), url('../images/WhatsApp-Image-2026-07-28-at-10.55.15.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, 1600px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 640px;
  padding-top: 194px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-background.vid {
  background-image: linear-gradient(#0000 37%, #00000087 43%, #000 89%);
  height: 90vh;
  min-height: 90vh;
}

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

.big-title {
  color: #fff;
  letter-spacing: -1px;
  text-transform: capitalize;
  max-width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 54px;
  font-weight: 400;
  line-height: 62px;
  text-decoration: none;
  display: block;
}

.sub-text-slider {
  color: #ddd;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.space {
  height: 20px;
}

.space.medium {
  height: 30px;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e40511;
  border-radius: 5px;
  padding: 17px 25px 15px;
  font-size: 12px;
  font-weight: 400;
  transition: all .4s;
}

.button:hover {
  background-color: #3464dd;
}

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

.paragraph-4.left {
  text-align: left;
}

.features-title {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.features-title.left {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
}

.features-content {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.features-content.mini {
  flex-flow: row;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.features-content._2.x {
  padding-left: 0;
  padding-right: 0;
}

.content-block {
  padding-right: 80px;
}

.content-block.center {
  text-align: center;
  padding-right: 0;
}

.small-blue-title {
  color: #e50411;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
}

.small-blue-title.left {
  text-align: left;
}

.small-blue-title.hero {
  color: #fff;
  font-size: 14px;
}

.features-icon {
  margin-bottom: 15px;
  margin-right: 0;
}

.features-icon.mini {
  max-width: 30px;
  margin-bottom: 0;
}

.title-content {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
  line-height: 46px;
}

.title-content.left {
  text-align: left;
}

.title-content.white {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.social-icon-img {
  border: 1px solid #000;
  border-radius: 5px;
  width: 32px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w40-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.wrap.w40-center.no-px-btm {
  padding-top: 0;
  padding-bottom: 0;
}

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

.div-block.left {
  align-items: flex-start;
  padding-left: 10px;
}

.social-icons-container {
  justify-content: center;
  display: flex;
}

.social-icons-container.on-page {
  margin-bottom: 10px;
}

.features-wrapper {
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper.in-block {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
}

.features-wrapper._2.x {
  width: 100%;
}

.body-section {
  margin-right: 0;
  padding: 60px;
}

.body-section.colour {
  background-color: #f8f8f8;
}

.body-section.c {
  text-align: center;
}

.div-line {
  background-color: #898989;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
}

.progs-column {
  width: 33.33%;
  margin-left: 30px;
  margin-right: 30px;
}

.p-cta {
  color: #fff;
  align-items: center;
  width: 30%;
  margin-top: 45px;
  text-decoration: none;
  display: flex;
}

.prog-img {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.progs-box {
  display: flex;
}

.number {
  color: #f82323;
  font-size: 30px;
  line-height: 30px;
}

.prog-cta-text {
  margin-right: 15px;
  font-size: 18px;
  line-height: 18px;
}

.body {
  font-family: Oswald, sans-serif;
}

.body-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

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

.grid.margin-grid {
  grid-column-gap: 60px;
  grid-template-columns: 2fr 1.75fr;
  align-items: center;
  margin-top: 0;
}

.small-blue-title-2 {
  color: #34a5dd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
}

.title-content-2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.4;
}

.small-blue-title-3 {
  color: #34a5dd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
}

.title-content-3 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 500;
  line-height: 46px;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-heading-h4 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-section {
  padding: 6.25rem 5%;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.wbs-lead-text {
  color: var(--flowstica-webflow-library--black);
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-feature-icon {
  flex: none;
  width: auto;
  height: 40px;
}

.wbs-feature-title {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2em;
}

.wbs-feature-title.name, .wbs-feature-icon-simple {
  margin-bottom: 10px;
}

.wbs-feature-5-item {
  border: 1px solid #010b151a;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.wbs-feature-split-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.wbs-feature-split-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.image-cover {
  background-image: url('../images/Screenshot-2026-07-23-at-09.56.11.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  min-width: 100%;
  min-height: 100%;
  box-shadow: 0 2px 3px 1px #00000061;
}

.image-cover._2 {
  background-image: url('../images/PHOTO-2025-07-24-09-14-56.jpg');
  border-radius: 8px;
}

.image-cover._3 {
  background-image: url('../images/WhatsApp-Image-2026-01-08-at-20.07.10.jpeg');
}

.image-cover._4 {
  background-image: url('../images/WhatsApp-Image-2026-01-09-at-11.36.39.jpeg');
  background-position: 50%;
}

.image-cover._5 {
  background-image: url('../images/Screenshot-2026-07-23-at-09.56.11.png');
  background-position: 100%;
}

.image-cover._8 {
  background-image: url('../images/WhatsApp-Image-2025-12-21-at-20.55.50.jpeg');
}

.image-div {
  width: 100%;
  height: 100%;
  padding: 0 5px;
}

.wbs-team-image {
  border-radius: 10px;
  display: inline-block;
}

.wbs-team-info {
  padding-top: 15px;
}

.wbs-team-round-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.wbs-team-round-item {
  color: var(--flowstica-webflow-library--black);
  text-align: center;
  text-decoration: none;
}

.wbs-team-round-image-wrap {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000075;
}

.wbs-team-round-title {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

.image.footer-logo {
  background-color: #fff0;
  width: auto;
  max-width: none;
  max-height: 75px;
  margin-bottom: 0;
  padding: 0;
}

.mainfooter {
  background-color: #161616;
  border-top: 1px solid #3a3a3a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.footerlinkholder {
  padding: 24px;
}

.button-4 {
  color: #e4dcdc;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0009;
  border: 1px solid #fff6;
  margin: 0 5px;
  padding: 11px 25px;
  font-size: 12px;
  font-weight: 200;
  transition: background-color .5s, border .5s, text-shadow .5s;
}

.button-4:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
  box-shadow: 0 0 12px #fff;
}

.button-4.w--current {
  color: #fc1827;
  background-color: #0000;
  margin-top: 10px;
}

.button-4.footer {
  color: #fff;
  background-color: #0000;
  border-style: none;
  padding-left: 21px;
  padding-right: 21px;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}

.button-4.footer.w--current {
  color: #fff;
}

.footerhoover {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 1.5s;
  display: flex;
}

.footerhoover:hover {
  opacity: 1;
}

.el-link {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.text-block-3 {
  margin-bottom: 10px;
}

.wbs-container-2 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-button-primary-1 {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
}

.wbs-button-primary-1:hover {
  background-color: var(--flowstica-webflow-library--black);
}

.wbs-section-2 {
  padding: 6.25rem 5%;
}

.wbs-logo {
  height: 2.375rem;
}

.wbs-nav-menu {
  margin-left: auto;
}

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

.wbs-dropdown-list {
  background-color: var(--flowstica-webflow-library--white);
  border: 1px solid #010b151f;
  border-radius: 10px;
  padding: 15px 10px;
}

.wbs-dropdown-link {
  color: var(--flowstica-webflow-library--black);
  font-size: 16px;
  font-weight: 700;
  transition: color .3s ease-in-out;
}

.wbs-dropdown-link:hover {
  color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-menu-button {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
}

.wbs-menu-button.w--open {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
}

.wbs-navbar-6 {
  background-color: var(--flowstica-webflow-library--black);
  padding-top: 15px;
  padding-bottom: 15px;
}

.wbs-nav-link-dark {
  color: var(--flowstica-webflow-library--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.navbar-logo-center {
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

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

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

.navbar-brand-three {
  z-index: 5;
  max-width: 10%;
  position: absolute;
  top: -9.0781px;
}

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

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

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

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

.nav-link:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

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

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

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

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

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

.kutup-nav-link {
  color: var(--kütüp-library--dark-slate-grey);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .3s;
}

.kutup-nav-link:hover {
  color: #264653cc;
}

.kutup-dropdown-arrow {
  color: var(--kütüp-library--dark-slate-grey-x);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-link {
  color: var(--kütüp-library--dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--kütüp-library--dark-slate-grey);
}

.kutup-dropdown-toggle {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle:hover {
  color: #264653cc;
}

.kutup-dropdown {
  font-weight: 700;
}

.kutup-nav-component-2 {
  background-color: #fff;
  padding: 25px 3%;
}

.kutup-nav-container-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.kutup-first-element {
  order: -1;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-flex-center {
  justify-content: center;
  display: flex;
}

.kutup-nav-component-1 {
  background-color: #fff;
  padding: 10px 3%;
}

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

.kutup-brand-link-line {
  border-right: 1px solid #ddd;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-button-with-line {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

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

.kutup-last-item {
  order: 1;
}

.image-5 {
  width: 75px;
}

.lynx-navbar-border {
  background-color: #0000;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.lynx-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-logo {
  border-radius: 100px;
  width: 60px;
  height: auto;
  box-shadow: 0 2px 4px 2px #000000ad;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-link {
  color: var(--lynx--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--ins-red);
}

.lynx-nav-link.w--current {
  color: var(--ins-blue);
}

.lynx-nav-link.contact {
  display: none;
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.buttonx {
  background-color: var(--ins-red);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

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

.buttonx._2 {
  margin-top: 0;
}

.buttonx._2:hover {
  background-color: #e40511b5;
}

.buttonx._2.centre {
  margin-bottom: 20px;
}

.lynx-nav-button-secondary {
  border: 1px solid var(--lynx--black);
  background-color: var(--ins-blue);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 14px 24px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.lynx-nav-button-secondary:hover {
  color: var(--lynx--white);
  background-color: #2c2e82cc;
  border-color: #0000;
}

.lynx-nav-info {
  background-color: #dfdad266;
  border-bottom: 1px solid #dfdad2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.lynx-text-nav-info {
  color: var(--lynx--grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 11px;
  line-height: 120%;
}

.image-6 {
  width: 140px;
}

.social-icon-2 {
  float: left;
  background-image: url('../images/fa-facebook_100_0_ffffff_none_1fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  transition: all .4s;
}

.social-icon-2:hover {
  background-color: #34a5dd;
  border-color: #34a5dd;
}

.social-icon-2.instagram {
  background-image: url('../images/font-awesome_4-6-3_instagram_100_0_ffffff_none_1font-awesome_4-6-3_instagram_100_0_ffffff_none.png');
  background-size: 14px;
}

.social-icon-2.instagram:hover {
  background-color: #34a5dd;
  border-color: #34a5dd;
}

.social-icon-2.twitter {
  background-image: url('../images/fa-twitter_100_0_ffffff_none_1fa-twitter_100_0_ffffff_none.png');
  background-size: 12px;
}

.navigation-link-2 {
  opacity: .8;
  color: #fff;
  padding: 32px 20px 30px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  position: relative;
}

.navigation-link-2:hover {
  opacity: 1;
  background-color: #0000003b;
}

.navigation-link-2.w--current {
  opacity: 1;
}

.circle-divider {
  border: 2px solid #e23b7d;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle-divider.biger {
  border-color: #34a5dd;
  width: 20px;
  height: 20px;
}

.sub-banner {
  background-image: linear-gradient(#00000029, #00000029), url('../images/sstcaey9df8w97gqv20240530091634.webp');
  background-position: 0 0, 100% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1400px;
  height: 300px;
}

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

.top-title.no-margin {
  margin-bottom: 0;
}

.container-4 {
  margin-left: 60px;
}

.top-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 47px;
  font-weight: 400;
}

.line-navigation-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.navigation-2 {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  border-bottom: 1px solid #ffffff3b;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.social-icon-wrapper-2 {
  z-index: 100;
  float: right;
  margin-top: 20px;
  position: relative;
}

.container-center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.brand-logo-2 {
  margin-top: 23px;
}

.brand-logo-2.w--current {
  margin-top: 25px;
}

.wbs-container-3 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-heading-h4-2 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-button-primary-2 {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
}

.wbs-button-primary-2:hover {
  background-color: var(--flowstica-webflow-library--black);
}

.wbs-button-black {
  background-color: var(--flowstica-webflow-library--black);
  color: var(--flowstica-webflow-library--white);
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-black:hover {
  background-color: var(--flowstica-webflow-library--black-2);
  color: var(--flowstica-webflow-library--white);
}

.wbs-section-3 {
  background-image: linear-gradient(#00000030, #00000030), url('../images/WhatsApp-Image-2026-07-28-at-10.55.16.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  padding: 6.25rem 5%;
}

.wbs-cta-5 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f7f7f7de;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #00000061;
}

.wbs-cta-5-button {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wbs-cta-5-button._2 {
  margin-top: 20px;
}

.wbs-cta-image-right {
  z-index: 0;
  height: 150px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(20deg);
}

.wbs-lead-text-2 {
  color: var(--flowstica-webflow-library--black);
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-cta-image-left {
  z-index: 0;
  height: 150px;
  position: absolute;
  inset: 10% auto auto 0%;
  transform: rotate(-20deg);
}

.wbs-cta-5-content {
  z-index: 1;
  position: relative;
}

.html-embed {
  text-align: left;
  border-radius: 12px;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 20px auto;
}

.column-image {
  border: .2px #fff;
  border-radius: 8px;
  max-height: 550px;
  margin-left: 0;
  box-shadow: 0 3px 5px 1px #00000075;
}

.column-17 {
  background-color: #0000;
}

.heading {
  text-align: left;
  margin-top: 0;
  font-family: Droid Serif, serif;
}

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

.section-body {
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

.body-text-standard {
  text-align: left;
  margin-bottom: 20px;
  font-family: Droid Serif, serif;
}

.body-text-standard.centre {
  text-align: center;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
}

.body-text-standard.centre.px-below {
  margin-bottom: 20px;
}

.column-16 {
  padding-right: 20px;
}

.contact-form-section {
  width: 100%;
  max-width: none;
  margin-top: 40px;
}

.section-three {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-icon-columns {
  width: 85%;
  padding-top: 0;
  padding-bottom: 0;
}

.combine-icon_large-3 {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--ins-red);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.form-holding-div {
  flex-direction: column;
  align-items: center;
  margin-top: -210px;
  padding-bottom: 40px;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 10px 1.5rem;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.button-5.is-secondary {
  color: #000;
  background-color: #fee267;
  background-image: linear-gradient(45deg, #ceb363, #ffea8b 54%, #ceb363);
  border-radius: 6px;
  padding: 10px 2rem;
  font-weight: 700;
}

.button-5.is-secondary.is-alternate {
  color: #000;
  background-color: #fff;
}

.in-page-logo {
  width: 125px;
  margin-bottom: 0;
}

.in-page-logo.contact {
  width: 50px;
  margin-bottom: 10px;
}

.text-size-medium {
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-size-medium.white {
  color: #fff;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-custom3 {
  margin: 0 0 5px;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: PT Sans, sans-serif;
}

.margin-bottom.margin-xsmall.centre {
  text-align: center;
  justify-content: center;
  margin-bottom: .5rem;
}

.bold {
  color: #1d1d1d;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.icon-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-container {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 5px 4px #00000052;
}

.heading-style-h3 {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.contact-section {
  padding-bottom: 0;
}

.text-16 {
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
  color: #111;
  font-weight: 300;
}

.text-16.text-16-60.text-16__padding-bottom {
  opacity: .8;
  color: #111;
  margin-bottom: 28px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-16.text-16-60.text-16__padding-bottom.test {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.contact-icon-div {
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.wbs-container-4 {
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section-4 {
  text-align: center;
  padding: 60px 0%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.wbs-feature-item {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 5px;
  box-shadow: 2px 2px 3px #ffffffa3;
}

.wbs-feature-items {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5px;
  display: grid;
}

.section_layout1 {
  color: #000;
  background-color: #fff;
}

.section_layout1.alt-colour {
  background-color: #f3f3f3;
}

.section_layout1.alt-colour.img {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/PHOTO-2025-07-24-09-24-29.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.wbs-feature-title-2 {
  color: #010b15;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.2em;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-family: PT Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.wbs-feature-icon-2 {
  flex: none;
  height: 30px;
}

.wbs-feature-icon-simple-2 {
  margin-bottom: 10px;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.wbs-feature-4-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.wbs-section-5 {
  margin-top: 40px;
  padding: 0 5%;
}

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

.wbs-feature-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-feature-title-3 {
  color: #010b15;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.2em;
}

.wbs-feature-icon-3 {
  flex: none;
  height: 30px;
}

.wbs-container-5 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.wbs-container-5.no-px-btm {
  padding-bottom: 0;
}

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

.wbs-container-6 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wbs-section-6 {
  padding: 6.25rem 5%;
}

.wbs-testimonials-items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.wbs-testimonial-item {
  text-align: left;
  border: 1px solid #010b151f;
  border-radius: 10px;
  padding: 1.875rem;
  box-shadow: 0 2px 3px #0000005e;
}

.wbs-testimonial-avatar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.wbs-blog-avatar-image {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.wbs-testimonial-avatar-name-wrap {
  text-align: left;
}

.wbs-testimonial-avatar-name {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.wbs-testimonial-content {
  color: var(--flowstica-webflow-library--black);
}

.wbs-testimonial-star-image {
  margin-bottom: 10px;
}

.vid-hero {
  z-index: 999;
  border-radius: 0;
  height: 300px;
  min-height: auto;
  margin-top: 0;
  position: relative;
  box-shadow: 2px 2px 5px #0006;
}

.hero-background-2 {
  background-image: linear-gradient(90deg, #00000096, #fff0 52%), linear-gradient(#0000, #0000005e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 95vh;
  min-height: 640px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-content-hero {
  width: 55%;
  margin-top: 60px;
  margin-left: 40px;
}

.hero-logo {
  width: 140px;
  margin-bottom: 10px;
}

.hero-heading {
  color: #fff;
  letter-spacing: -2px;
  text-shadow: 0 2px 2px #00000094;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
}

.subhead-3 {
  color: #fffffff7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-3.home {
  width: 80%;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.cta {
  float: left;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #bb232b;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-top: 0;
  padding: 14px 40px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  box-shadow: 0 2px 5px #0003;
}

.cta:hover {
  background-color: #e55a61;
}

.vid-cont {
  z-index: 999;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.vid-col {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fixed-vid {
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 40vh;
}

.container-5 {
  max-width: none;
}

.g-reviews-html {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1440px) {
  .image-4 {
    width: 175px;
  }

  .navigation-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .navigation-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    width: auto;
    min-width: 1250px;
  }

  .social-icon-wrapper {
    margin-left: 20px;
  }

  .social-icon-wrapper.ftr {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .brand-logo.w--current {
    margin-top: 25px;
  }

  .hero-background {
    background-size: auto, 2000px;
  }

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

  .content-block {
    padding-right: 60px;
  }

  .small-blue-title.hero {
    font-size: 16px;
  }

  .wrap.w40-center {
    justify-content: space-around;
    padding-left: 100px;
    padding-right: 100px;
  }

  .features-wrapper._2 {
    width: 100%;
  }

  .features-wrapper._2.x {
    width: 95%;
  }

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

  .lynx-nav-block {
    max-width: 1300px;
  }

  .image-6 {
    width: 175px;
  }

  .navigation-link-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .navigation-link-2.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/sstcaey9df8w97gqv20240530091634.webp');
    background-size: auto, 1600px;
  }

  .container-4 {
    width: auto;
    min-width: 1250px;
  }

  .social-icon-wrapper-2 {
    margin-left: 20px;
  }

  .brand-logo-2.w--current {
    margin-top: 25px;
  }

  .wbs-section-3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/WhatsApp-Image-2026-07-28-at-10.55.16.jpeg');
    background-position: 0 0, 50%;
  }

  .html-embed {
    width: 90%;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .column-image {
    width: 100%;
    min-height: 380px;
    max-height: none;
  }

  .column-16 {
    padding-right: 0;
  }

  .form-holding-div {
    padding-bottom: 60px;
  }

  .in-page-logo {
    width: 175px;
  }

  .text-16.text-16-60.text-16__padding-bottom {
    font-size: 20px;
    line-height: 1.6;
  }

  .vid-hero {
    height: 400px;
    min-height: auto;
  }

  .div-content-hero {
    width: 45%;
    margin-top: 140px;
  }

  .hero-logo {
    width: 200px;
  }

  .hero-heading {
    font-size: 76px;
  }

  .subhead-3.home {
    width: 100%;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    text-align: left;
    display: block;
  }

  .hamburger {
    color: #fff;
  }

  .hamburger.w--open {
    background-color: #e23b7d;
  }

  .navigation {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-menu {
    background-color: #1b1b1b;
  }

  .brand-logo {
    margin-top: 12px;
  }

  .hero-background {
    padding-left: 24px;
    padding-right: 24px;
  }

  .features-content {
    padding-right: 0;
  }

  .content-block {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w40-center {
    text-align: center;
    flex-direction: column;
  }

  .p-cta {
    width: 100%;
  }

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

  .grid.margin-grid {
    flex-flow: wrap-reverse;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-feature-split-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .wbs-feature-split-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .wbs-feature-image {
    width: 100%;
  }

  .image-cover {
    height: 100%;
    min-height: 400px;
  }

  .image-div {
    min-height: 200px;
  }

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

  .image {
    width: 120px;
  }

  .mainfooter {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .footerlinkholder {
    flex-direction: column;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .button-4.footer {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .wbs-section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-nav-menu {
    background-color: var(--flowstica-webflow-library--white);
    border: 1px solid #0000001a;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wbs-nav-right {
    display: none;
  }

  .wbs-menu-button {
    background-color: var(--flowstica-webflow-library--white-smoke);
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

  .wbs-menu-button.w--open {
    background-color: var(--flowstica-webflow-library--medium-sea-green);
  }

  .wbs-navbar-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .kutup-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-nav-menu {
    background-color: #fff;
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

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

  .kutup-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-nav-component-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .kutup-last-item {
    order: 1;
  }

  .lynx-nav-link {
    display: none;
  }

  .lynx-menu-button {
    background-color: var(--lynx--white);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx--black);
    color: var(--lynx--white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .navigation-link-2 {
    text-align: left;
    display: block;
  }

  .sub-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand-logo-2 {
    margin-top: 12px;
  }

  .wbs-section-3 {
    background-image: linear-gradient(#0000, #0000), url('../images/WhatsApp-Image-2026-07-28-at-10.55.16.jpeg');
    background-position: 0 0, 50% 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-cta-5 {
    align-items: flex-start;
    padding: 40px;
  }

  .wbs-cta-image-right, .wbs-cta-image-left {
    display: none;
  }

  .html-embed {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .section-body {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .contact-icon-columns {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .combine-icon_large-3 {
    margin-bottom: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .contact-container {
    width: 70%;
    max-width: none;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .wbs-section-4, .wbs-section-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-feature-4 {
    grid-template-columns: 1fr 1fr;
  }

  .wbs-section-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-testimonials-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .wbs-testimonial-avatar {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-background-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-content-hero {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    display: flex;
  }

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

  .subhead-3.home {
    text-align: center;
    width: 100%;
  }

  .cta {
    float: none;
    padding-left: 117px;
    padding-right: 117px;
    display: inline-block;
  }

  .g-reviews-html {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-background {
    padding-left: 0;
    padding-right: 0;
  }

  .big-title {
    font-size: 52px;
    line-height: 62px;
  }

  .features-content {
    padding-bottom: 30px;
    padding-left: 0;
  }

  .title-content {
    font-size: 38px;
    line-height: 42px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .progs-column {
    width: 80%;
    margin-bottom: 30px;
  }

  .progs-box {
    flex-direction: column;
    align-items: center;
  }

  .title-content-2, .title-content-3 {
    font-size: 38px;
    line-height: 42px;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-team-round-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .button-4 {
    margin-bottom: 10px;
    display: block;
  }

  .button-4.footer {
    margin-bottom: 0;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lynx-nav-link {
    display: none;
  }

  .top-text {
    line-height: 54px;
  }

  .wbs-section-3 {
    padding: 2rem 2%;
  }

  .wbs-cta-5 {
    grid-template-columns: 1fr;
  }

  .html-embed {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .column-16 {
    padding-right: 10px;
  }

  .text-size-medium {
    text-align: center;
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall {
    text-align: center;
  }

  .contact-container {
    width: 80%;
  }

  .heading-style-h3 {
    text-align: center;
    font-size: 2rem;
  }

  .contact-section {
    padding-bottom: 0;
  }

  .wbs-section-4 {
    padding: 2rem 2%;
  }

  .wbs-feature-items {
    grid-template-columns: 1fr 1fr;
  }

  .wbs-section-5 {
    padding: 2rem 2%;
  }

  .wbs-feature-4 {
    grid-template-columns: 1fr;
  }

  .wbs-section-6 {
    padding: 2rem 2%;
  }

  .wbs-testimonials-items {
    grid-template-columns: 1fr;
  }

  .wbs-testimonial-avatar {
    flex-direction: row;
    align-items: center;
  }

  .hero-background-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-content-hero {
    text-align: center;
  }

  .subhead-3 {
    width: 85%;
  }

  .subhead-3.home {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .hamburger.w--open {
    color: #34a5dd;
    background-color: #e23b7d00;
  }

  .navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-background {
    background-image: linear-gradient(#0000, #00000080 33%, #000000bf), url('../images/WhatsApp-Image-2026-07-28-at-10.55.15.jpeg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, 1500px;
    height: 100vh;
    padding-top: 135px;
  }

  .align-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-title {
    max-width: 85%;
    font-size: 36px;
    line-height: 44px;
  }

  .sub-text-slider {
    color: #e9e9e9;
  }

  .paragraph-4.no-px {
    margin-bottom: 0;
  }

  .features-title {
    margin-bottom: 5px;
  }

  .features-content {
    border-radius: 10px;
    padding: 0;
  }

  .features-content._2 {
    padding: 10px;
    box-shadow: 0 2px 5px #0003;
  }

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

  .content-block.center {
    margin-bottom: 0;
  }

  .content-block.center.px-mob {
    margin-bottom: 20px;
  }

  .small-blue-title {
    text-align: center;
  }

  .small-blue-title.hero {
    width: 90%;
    line-height: 1.3;
  }

  .features-icon {
    max-width: 30px;
    margin-bottom: 0;
  }

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

  .social-icon-img {
    width: 25px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .wrap.w40-center {
    width: 95%;
    padding: 0;
  }

  .features-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 75%;
    margin-top: 20px;
  }

  .features-wrapper._2 {
    width: 90%;
  }

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

  .body-section.no-mob-px-below {
    padding-bottom: 0;
  }

  .progs-column {
    width: 100%;
  }

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

  .small-blue-title-2 {
    text-align: center;
  }

  .title-content-2 {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-6, .small-blue-title-3 {
    text-align: center;
  }

  .title-content-3 {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

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

  .wbs-container {
    margin-top: 0;
  }

  .wbs-heading-h4 {
    font-size: 1.7rem;
  }

  .wbs-feature-icon {
    width: auto;
    max-width: none;
    height: 30px;
  }

  .wbs-feature-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
  }

  .wbs-feature-title.name {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 500;
  }

  .wbs-feature-icon-simple {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .wbs-feature-5-item {
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .wbs-feature-split-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .image-cover {
    background-position: 50% 30%;
    min-height: 200px;
  }

  .image-cover._2 {
    min-height: 250px;
  }

  .wbs-team-round-grid {
    grid-template-columns: 1fr;
  }

  .wbs-team-round-image-wrap {
    width: 160px;
    height: 160px;
  }

  .image.footer-logo {
    margin-bottom: 20px;
  }

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

  .text-block-2.footer {
    font-size: 10px;
  }

  .footerlinkholder {
    margin-bottom: 10px;
  }

  .text-block-3 {
    margin-bottom: 10px;
    font-weight: 400;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .kutup-mobile-portrait-hide {
    display: none;
  }

  .kutup-nav-component-2, .kutup-nav-component-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .kutup-brand-link-line {
    border-right-style: none;
    padding-bottom: 15px;
    padding-right: 0;
  }

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

  .lynx-navbar-border {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lynx-logo {
    width: 50px;
  }

  .lynx-nav-link, .lynx-nav-link.contact {
    display: block;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .sub-banner {
    background-image: linear-gradient(#0000001f, #0000001f), url('../images/sstcaey9df8w97gqv20240530091634.webp');
    background-position: 0 0, 72% 38%;
    height: 200px;
  }

  .top-title.no-margin {
    margin-bottom: -85px;
  }

  .top-title.no-margin.in-mobile {
    margin-bottom: 22px;
  }

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

  .navigation-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wbs-heading-h4-2 {
    font-size: 1.7rem;
  }

  .wbs-cta-5 {
    max-width: 90%;
    padding: 20px;
  }

  .wbs-cta-5-button {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .wbs-lead-text-2 {
    font-weight: 300;
  }

  .html-embed {
    min-width: 95%;
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-image {
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }

  .column-17.img {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    text-align: center;
  }

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

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

  .body-text-standard.centre {
    margin-bottom: 0;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-section {
    margin-top: 20px;
  }

  .contact-icon-columns {
    flex-flow: row;
  }

  .combine-icon_large-3 {
    margin-bottom: 15px;
  }

  .form-holding-div {
    margin-top: -100px;
  }

  .button-5.is-secondary {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 14px;
  }

  .in-page-logo {
    width: 100px;
  }

  .text-size-medium {
    max-width: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    margin-bottom: .5rem;
  }

  .margin-bottom.margin-xsmall.centre {
    margin-bottom: .25rem;
  }

  .icon-col {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-container {
    border: 1px solid #797979;
    width: 90%;
    padding: 20px 10px;
  }

  .contact-section {
    padding-bottom: 0;
  }

  .text-16.text-16-60, .text-16.text-16-60.text-16__padding-bottom {
    font-size: 14px;
    line-height: 24px;
  }

  .text-16.text-16-60.text-16__padding-bottom.test {
    line-height: 18px;
  }

  .wbs-feature-item {
    font-size: 14px;
  }

  .wbs-feature-items {
    grid-template-columns: 1fr;
  }

  .wbs-feature-title-2 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .wbs-feature-icon-2 {
    height: 25px;
  }

  .wbs-feature-4-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px 10px;
  }

  .wbs-section-5 {
    margin-top: 0;
  }

  .list {
    padding-left: .25rem;
  }

  .wbs-feature-left-info {
    font-size: 14px;
  }

  .wbs-feature-title-3 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .wbs-feature-icon-3 {
    height: 25px;
  }

  .wbs-container-5 {
    padding-bottom: 0;
  }

  .list-item {
    padding-left: .25rem;
  }

  .vid-hero {
    height: 200px;
    min-height: 0;
  }

  .hero-background-2 {
    background-image: linear-gradient(#000000ab, #fff0);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 88vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-content-hero {
    margin-top: 100px;
  }

  .hero-logo {
    width: 100px;
  }

  .hero-heading {
    margin-top: 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
  }

  .subhead-3 {
    width: 95%;
  }

  .subhead-3.home {
    text-shadow: 0 1px 1px #00000070;
    width: 95%;
    font-size: 20px;
    line-height: 1.1;
  }

  .cta {
    margin-bottom: 10px;
    padding-left: 73px;
    padding-right: 73px;
  }

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

  .vid-col {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_031ccd03-1717-be9b-96f1-2040c79c94b7-012f1210 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_031ccd03-1717-be9b-96f1-2040c79c94b9-012f1210, #w-node-fb69a698-dddb-9efc-5113-5dbc6970d86e-012f1210, #w-node-_8ea5edf1-7074-09f1-3831-55d6915b2e5b-e37d0c3f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-d9e1059a-d469-8146-1a3c-912fd7e3f2a4-e37d0c3f {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-d9e1059a-d469-8146-1a3c-912fd7e3f2a6-e37d0c3f, #w-node-c6592fba-38d6-e2a1-66da-b48fc1d6267d-e37d0c3f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-d4c19aad-bef4-3fa3-005b-bcd1fddec2a9-f736b57b, #w-node-d4c19aad-bef4-3fa3-005b-bcd1fddec2b3-f736b57b, #w-node-_61cc65d6-7841-dd36-b0c5-f6248969c88d-f736b57b, #w-node-_61cc65d6-7841-dd36-b0c5-f6248969c894-f736b57b, #w-node-_61cc65d6-7841-dd36-b0c5-f6248969c89b-f736b57b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ea5edf1-7074-09f1-3831-55d6915b2e5b-f736b57b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}


