:root {
  --black: #1e1e24;
  --white-smoke-2: #f0f0f0;
  --spark-library--black: black;
  --spark-library--foreground-secondary: rgba(0, 0, 0, .76);
  --spark-library--background--interactive: #f0ecfd;
  --red: #cf404d;
  --spark-library--white: white;
  --white-smoke-3: #edeff2;
  --spark-library--border-default: rgba(0, 0, 0, .16);
  --spark-library--foreground-interactive-hover: #1e116e;
  --kütüp-library--white: white;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --kütüp-library--slate-blue: #434cff;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-dark: #2d0896;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
}

body {
  height: 100%;
  color: rgba(0, 0, 0, .74);
  background-color: #edeff2;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  display: block;
}

.brand-text {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  object-fit: fill;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
  display: none;
  position: relative;
}

.section {
  background-color: #fff;
  padding: 63px 40px;
  position: relative;
}

.section.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.call-to-action-section {
  color: #fff;
  background-color: #cf404d;
  padding: 44px 40px;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

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

.hero-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 400;
}

.hero-subheading {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  width: auto;
  height: auto;
  color: #fff;
  background-color: #cf404d;
  border-color: #cf404d;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 20px;
  display: inline-block;
}

.hollow-button.red:hover {
  color: #cf404d;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

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

.section-heading.centered {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.section-subheading.center {
  color: rgba(115, 115, 115, .74);
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 155px;
  position: relative;
  top: 40%;
}

.left-navigation {
  width: 329px;
  height: 100%;
  background-color: var(--white-smoke-2);
  padding-right: 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-link {
  color: #1e1e24;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 15px;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  color: #cf404d;
  text-align: center;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.nav-link.w--current:hover, .nav-link.w--current:active, .nav-link.w--current:focus {
  top: auto;
}

.nav-menu {
  height: 200px;
  float: none;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  top: -139px;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  display: block;
  top: -85px;
}

.social-footer {
  width: 329px;
  height: 27.2083px;
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
}

.grid-fours {
  width: 25%;
  float: left;
  padding: 10px;
}

.banner {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-enesfi̇lm-9181653.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.content {
  height: 100%;
}

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

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

.text-span {
  color: #ff0303;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

.spark-bold-heading.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-card-details {
  max-width: 590px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  width: 200px;
  height: 160px;
  object-fit: fill;
  border-radius: 12px;
  display: block;
  position: static;
  overflow: auto;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.spark-tabs-content {
  width: 100%;
}

.spark-small-icon {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

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

.spark-small-icon-tab {
  color: var(--spark-library--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 12px;
  transition: color .15s, background-color .15s;
}

.spark-small-icon-tab:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--red);
}

.spark-small-icon-tab.w--current {
  color: var(--red);
  background-color: rgba(0, 0, 0, 0);
}

.spark-tabs-menu {
  grid-column-gap: 16px;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.spark-tabs-parent {
  width: 100%;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-900 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.menu {
  width: 100%;
  padding: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.menu h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.menu h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.menu h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.menu h2 {
  color: #cf404d;
  text-align: center;
  margin-top: .25rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.menu h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.menu h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.menu p {
  margin-bottom: 0;
  font-size: 12px;
}

.menu ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.menu li {
  margin-bottom: .5rem;
}

.div-block {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.spark-social-link {
  width: 32px;
  height: 32px;
  background-color: var(--spark-library--white);
  color: var(--red);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--red);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-footer-text.spark-foreground-secondary {
  color: var(--white-smoke-3);
}

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-flex-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-2.spark-centered-content {
  max-width: 900px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-footer-bottom {
  background-color: var(--spark-library--background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-top-border {
  border-top: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--black);
}

.spark-button {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-light-button {
  min-height: 0;
  border-color: var(--spark-library--white);
  background-color: var(--spark-library--white);
  color: var(--spark-library--black);
  padding: 16px 24px;
  line-height: 1em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-light-button:hover {
  background-color: var(--spark-library--background--interactive);
  color: var(--red);
}

.spark-flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-flexed-row-of-links.spark-centered-row {
  justify-content: center;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-centered-content {
  text-align: center;
}

.recipe {
  width: 100%;
  padding: 20px 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: none;
  position: relative;
}

.recipe.spark-shortened {
  background-color: var(--red);
  padding-top: 40px;
  padding-bottom: 64px;
  display: none;
}

.recipe h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.recipe h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.recipe h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.recipe h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.recipe h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.recipe h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.recipe ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.recipe li {
  margin-bottom: .5rem;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-20px-icon {
  width: 20px;
  align-items: center;
  padding: 2px;
  display: flex;
}

.spark-social-row {
  width: 100%;
  grid-column-gap: 24px;
  justify-content: center;
  display: flex;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-team-member-details {
  max-width: 590px;
}

.spark-team-member-details.spark-full-width-team-details {
  width: 100%;
  grid-row-gap: 8px;
  background-color: var(--spark-library--white);
  flex-direction: column;
  flex: 0 auto;
  padding-top: 16px;
  padding-bottom: 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spark-vertical-image {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 12px;
}

.spark-vertical-image.spark-square-corners {
  height: 35vw;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  display: inline-block;
  position: static;
  overflow: auto;
}

.spark-team-link {
  width: 100%;
}

.spark-wrapped-square-team {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-wrapped-square-team.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.spark-team-grid-no-spacing {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-901 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-grid-image {
  width: 100%;
  border-radius: 8px;
  display: block;
  position: relative;
}

.spark-three-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: "Area Area-2"
                       "Area Area-3";
  align-items: center;
}

.spark-max-width-600 {
  max-width: 600px;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.kutup-announcement-text {
  color: var(--kütüp-library--white);
  font-size: 15px;
  font-weight: 700;
}

.kutup-small-tag {
  background-color: var(--kütüp-library--white);
  color: var(--red);
  border-radius: 30px;
  padding: 7px 19px;
  font-size: 13px;
}

.kutup-announcement-bar-1 {
  z-index: 10;
  grid-column-gap: 15px;
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  padding: 15px 2%;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cf-mission-image {
  width: 93%;
  height: 100%;
  border-radius: 12px;
}

.cf-mission-image._1 {
  width: 300px;
  height: 250px;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-special-image {
  width: 100%;
  max-width: 240px;
  position: absolute;
  top: auto;
  bottom: 110px;
  left: -164px;
  right: auto;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.cf-body---18px {
  color: rgba(0, 0, 0, .8);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px.white {
  color: #000;
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 129%;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.cf-mission-text-grid {
  width: 100%;
  grid-column-gap: 37px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.cf-mission-line-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.white {
  color: #cf404d;
  text-align: center;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: Droid Sans, sans-serif;
  position: relative;
  bottom: 10px;
  left: -76px;
}

.cf-heading-animation-div {
  width: auto;
}

.cf-yellow-king-text-span {
  background-color: var(--conversion-flow-library--medium-purple);
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 54%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.cf-mission-image-wrapper {
  width: 100%;
  height: 100%;
  max-width: 340px;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: end;
  padding-top: 0;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.cf-mission-upper-container {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 41px;
  display: flex;
}

.cf-wrapper-1160 {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.mission-flex {
  max-width: 1190px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 100px;
  left: -11px;
}

.cf-mission-section {
  background-color: var(--white-smoke-3);
  color: #fff;
  margin-left: 0;
  position: relative;
  left: 0;
}

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

.spark-secondary-paragraph-6 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-902 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-centered-902.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  width: auto;
  margin-bottom: 2rem;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.image {
  position: relative;
  top: -78px;
}

.div-block-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: -7px;
}

.image-2 {
  margin-top: 20px;
  margin-left: 20px;
  position: relative;
  top: 19px;
  left: 41px;
}

@media screen and (min-width: 1280px) {
  .nav-menu {
    padding-top: 20px;
  }

  .spark-square-image-card {
    width: 223px;
    height: 100px;
  }

  .spark-tabs-parent {
    width: 100%;
  }

  .spark-container {
    max-width: 1440px;
  }

  .menu {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .menu p {
    margin-bottom: 0;
  }

  .cf-mission-image {
    width: 95%;
    height: 100%;
    max-width: 100%;
    min-height: 0;
    text-align: left;
  }

  .cf-h3-heading-40px.white {
    text-align: center;
  }

  .cf-mission-section {
    left: -101px;
  }
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #fff;
  }

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

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    width: 100%;
    height: auto;
    float: none;
    background-color: var(--black);
    color: #000;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .nav-link {
    text-align: left;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: #49647b;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    height: 500px;
  }

  .spark-card-details {
    align-items: center;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-wrapped-card.spark-stacked {
    align-items: center;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-tabs-menu {
    margin-bottom: 64px;
  }

  .menu {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .menu p {
    text-align: center;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    flex-wrap: wrap;
  }

  .recipe {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-vertical-image.spark-square-corners {
    height: 50vw;
  }

  .spark-wrapped-square-team {
    width: 45%;
  }

  .spark-wrapped-square-team.spark-stacked {
    width: 50%;
  }

  .spark-team-grid-no-spacing {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cf-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

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

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

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

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

  .hero-title-wrapper {
    top: 35%;
  }

  .grid-fours {
    width: 33.333%;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

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

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
    grid-row-gap: 16px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .menu {
    padding-top: 88px;
    padding-bottom: 40px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .recipe {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-vertical-image.spark-square-corners {
    height: 100%;
    display: block;
  }

  .spark-wrapped-square-team {
    width: 100%;
  }

  .spark-wrapped-square-team.spark-stacked {
    width: 50%;
    grid-row-gap: 0px;
    padding-bottom: 24px;
  }

  .spark-team-grid-no-spacing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-three-image-grid {
    width: 100%;
    position: relative;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .kutup-announcement-bar-1 {
    padding: 13px 3%;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .spark-secondary-paragraph-6 {
    margin-bottom: 32px;
  }

  .spark-container-3 {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .button.full-width {
    font-size: 16px;
    line-height: 19px;
  }

  .hamburger-button {
    color: #000;
    background-color: #000;
    top: auto;
  }

  .hamburger-button:active {
    background-color: #b22222;
  }

  .brand-text {
    color: var(--white-smoke-2);
    margin-top: 0;
    font-size: 20px;
    display: block;
    position: relative;
    bottom: -89px;
  }

  .section.section-gray {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .call-to-action-heading {
    font-size: 24px;
  }

  .hero-heading {
    display: none;
  }

  .hero-subheading {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
    line-height: 50px;
    position: relative;
    top: -62px;
  }

  .section-heading.centered {
    font-size: 24px;
  }

  .section-subheading.center {
    font-size: 14px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .left-navigation {
    background-color: var(--spark-library--black);
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    top: -20px;
  }

  .logo-link {
    display: block;
  }

  .banner {
    height: 400px;
  }

  .icon {
    color: var(--white-smoke-2);
  }

  .icon:active {
    color: var(--black);
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-bold-heading.spark-card-title {
    text-align: center;
    padding-left: 0;
  }

  .spark-bold-heading.spark-card-title.custompadding {
    padding-left: 0;
  }

  .spark-card-details {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .spark-square-image-card {
    text-align: left;
    padding-left: 0;
    position: relative;
    left: auto;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .spark-three-column-grid {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .spark-small-icon-tab.w--current {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .spark-small-icon-tab.custom-padding, .spark-small-icon-tab.custom-padding.w--current {
    padding-left: 34px;
  }

  .spark-tabs-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    padding-left: 10px;
  }

  .spark-tabs-parent {
    text-align: left;
    position: relative;
    left: auto;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .menu {
    text-align: left;
    padding: 40px 20px;
    display: inline-block;
  }

  .menu h1 {
    font-size: 3rem;
  }

  .menu h2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .menu p {
    text-align: center;
  }

  .div-block {
    margin-top: 0;
    padding-right: 20px;
  }

  .spark-footer-text.spark-foreground-secondary {
    font-size: 9px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flexed-row-of-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    align-items: center;
  }

  .recipe {
    padding: 64px 20px;
  }

  .recipe h1 {
    font-size: 3rem;
  }

  .recipe h2 {
    font-size: 2.5rem;
  }

  .spark-icon.spark-20px-icon {
    width: 20px;
    flex: none;
    padding: 0;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-wrapped-square-team.spark-stacked {
    width: 100%;
  }

  .spark-team-grid-no-spacing {
    grid-row-gap: 0px;
  }

  .spark-centered-901 {
    margin-bottom: 64px;
  }

  .spark-three-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .kutup-announcement-text {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Droid Sans, sans-serif;
    font-size: 12px;
  }

  .kutup-small-tag {
    margin-bottom: 10px;
    margin-right: 0;
    display: none;
  }

  .kutup-announcement-bar-1 {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .cf-mission-image._1 {
    width: 100%;
    font-size: 16px;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-mission-line-image {
    margin-top: 0;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-h3-heading-40px.white {
    padding-bottom: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-weight: 600;
    line-height: 118%;
    left: auto;
  }

  .cf-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    font-size: 16px;
    display: flex;
  }

  .cf-mission-upper-container {
    margin-bottom: 0;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 20px;
    padding-bottom: 60px;
    left: 0;
  }

  .cf-mission-section {
    margin-left: 0;
    left: auto;
    right: auto;
  }

  .spark-centered-902 {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding: 30px 20px;
  }

  .spark-section-2 h1 {
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 1.5rem;
    display: block;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-section-2 p {
    text-align: center;
  }

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

  .image, .image-2 {
    display: none;
  }
}

#w-node-_9a1d93b2-e789-4cef-c8d9-46cff4ccd27a-d4a9215d, #w-node-_9a1d93b2-e789-4cef-c8d9-46cff4ccd282-d4a9215d, #w-node-_9a1d93b2-e789-4cef-c8d9-46cff4ccd28a-d4a9215d, #w-node-_9a1d93b2-e789-4cef-c8d9-46cff4ccd294-d4a9215d, #w-node-_9a1d93b2-e789-4cef-c8d9-46cff4ccd29c-d4a9215d, #w-node-_9a1d93b2-e789-4cef-c8d9-46cff4ccd2a4-d4a9215d, #w-node-_0e6993b1-6d30-260b-a7ae-b4e6d9454704-d4a9215d, #w-node-_0e6993b1-6d30-260b-a7ae-b4e6d945470c-d4a9215d, #w-node-_0e6993b1-6d30-260b-a7ae-b4e6d9454714-d4a9215d, #w-node-_9a1d93b2-e789-4cef-c8d9-46cff4ccd2ae-d4a9215d, #w-node-_9a1d93b2-e789-4cef-c8d9-46cff4ccd2b6-d4a9215d, #w-node-_6a8169c9-1e67-b08d-2776-0fbd98334052-d4a9215d, #w-node-_6a8169c9-1e67-b08d-2776-0fbd9833405a-d4a9215d, #w-node-_6a8169c9-1e67-b08d-2776-0fbd98334062-d4a9215d, #w-node-_19bde42f-16a5-f35a-1f1f-75cd80292e8c-d4a9215d, #w-node-_19bde42f-16a5-f35a-1f1f-75cd80292e99-d4a9215d, #w-node-_19bde42f-16a5-f35a-1f1f-75cd80292ea6-d4a9215d, #w-node-_19bde42f-16a5-f35a-1f1f-75cd80292eb3-d4a9215d, #w-node-_19bde42f-16a5-f35a-1f1f-75cd80292ec0-d4a9215d, #w-node-_19bde42f-16a5-f35a-1f1f-75cd80292ecd-d4a9215d, #w-node-_19bde42f-16a5-f35a-1f1f-75cd80292eda-d4a9215d, #w-node-_19bde42f-16a5-f35a-1f1f-75cd80292ee7-d4a9215d, #w-node-_19bde42f-16a5-f35a-1f1f-75cd80292ef4-d4a9215d, #w-node-_19bde42f-16a5-f35a-1f1f-75cd80292f01-d4a9215d, #w-node-_19bde42f-16a5-f35a-1f1f-75cd80292f0e-d4a9215d, #w-node-_19bde42f-16a5-f35a-1f1f-75cd80292f1b-d4a9215d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f56ecdf8-9bcf-2050-1daa-cde5d5ef716b-d4a9215d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f56ecdf8-9bcf-2050-1daa-cde5d5ef716b-d4a9215d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


