div a, p a { color: #141414; }

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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Montserrat, sans-serif;
  color: #141414;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 1;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Maisonneue, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Maisonneue, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 0px;
}

a {
  text-decoration: none;
}

.defaultPage h1, .defaultPage h2, .defaultPage h3, .defaultPage h4, .defaultPage h5 { color: #141414; }

.page-wrapper.overflow-hide {
  position: relative;
  overflow: hidden;
}

.nav_component.hide {
  display: none;
}

.nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
}

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

.page-padding.noleft {
  padding-right: 20px;
  padding-left: 20px;
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_logo {
  height: 80px;
}

.nav_logo.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav_link-list {
  margin-right: 15px;
}

.nav_link {
  padding: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav_link.w--current {
  color: #fff;
}

.nav_link.black {
  color: #0e1623;
}

.nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_link-global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

.nav_link-global.black {
  color: #000;
}

.nav_menu-logo {
  width: 20px;
}

.nav_menu-logo.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav_menu-logo-text {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_menu-logo-text.black {
  color: #000;
}

.nav_link-search {
  width: 100%;
  margin-right: 10px;
  padding: 15px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*
.nav_menu-search {
  width: 20px;
}
*/

.nav_menu-search.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.section-about-header {
  position: relative;
  z-index: 1;
  height: 80vh;
  padding-top: 50px;
}

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

.about-title-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-style-subheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.125rem;
}

.padding-left {
  padding: 0px 0px 0px 175px;
}

.padding-left.padding-xhuge {
  padding-left: 8rem;
}

.padding-left.padding-xxhuge {
  padding-left: 170px;
}

.padding-left.padding-xhuge {
  padding-left: 0px;
}

.padding-left.padding-huge {
  padding-left: 130px;
}

.margin-top {
  margin-top: 120px;
}

.margin-top.margin-large {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  color: #181818;
}

.margin-top.margin-xlarge {
  margin-top: 60px;
  font-family: 'Maisonneue book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.34px;
}

.margin-top.margin-large {
  margin-top: 40px;
  font-family: 'Maisonneue book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.34px;
}

.margin-top.margin-large.white {
  color: #fff;
}

.margin-top.margin-small {
  margin-top: 20px;
  font-family: 'Maisonneue book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.34px;
}

.margin-top.margin-large {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #181818;
  font-size: 17px;
}

.margin-top.about {
  margin-top: 120px;
}

.max-width-large {
  overflow: hidden;
  width: 100%;
  max-width: 994px;
  padding-top: 10px;
  color: #fff;
}

.side-border-blue {
  position: absolute;
  left: auto;
  top: -80%;
  right: 3%;
  z-index: -1;
  bottom: auto;
  width: 190px;
  height: 1024px;
  padding-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#987eff), to(#5e5ef7));
  background-image: linear-gradient(180deg, #987eff, #5e5ef7);
  -webkit-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  transform: rotate(-43deg);
}

.side-border-blue.header {
  top: -68%;
  right: 11%;
  width: 200px;
}

.side-border-blue.innovation {
  top: -80%;
  right: 3%;
  width: 190px;
}

.side-border-blue.about {
  top: -80%;
  width: 190px;
}

.side-border-blue.about-team {
  top: -44%;
  width: 190px;
  z-index: -1;
}

.error404 .side-border-blue.about-team { top: -80%; }

.side-border-blue.medya-detail {
  top: -50%;
  width: 190px;
}

.side-border-blue.sektorler {
  top: -80%;
  width: 190px;
}

.side-border-blue.kurumsala {
  top: -80%;
  width: 190px;
}

.side-border-blue.basariya {
  top: -80%;
  width: 190px;
}

.side-border-blue.gelecege {
  top: -80%;
  width: 190px;
}

.side-border-blue.iletisim {
  top: -80%;
  width: 190px;
}

.side-border-blue.raporlar {
  top: -80%;
  width: 190px;
}

.side-border-blue.full-menu {
  top: -50%;
  right: 11%;
  z-index: -1;
  width: 190px;
}

.section-about-history {
  position: relative;
  z-index: 1;
}

.about-history-wrapper {
  position: relative;
  /*
  left: 0%;
  top: -6%;
  right: auto;
  bottom: auto;
  */
  margin-top: -4%;
  z-index: 1;
  display: block;
  max-width: 860px;
  padding: 35px 104px 35px 0px;
  background-color: #212a40;
  font-family: 'Maisonneue book', sans-serif;
  color: #fff;
  font-size: 1.2rem;
}

.padding-custom1 {
  padding: 100px 0px 100px;
}
/*
.padding-custom1.sektorler {
  padding-top: 580px;
}
.padding-custom1.sektorler2 {
  padding-top: 320px;
}

.padding-custom1.iletisim {
  padding-top: 410px;
}

.padding-custom1.raporlar {
  padding-top: 220px;
}

.padding-custom1.global {
  padding-top: 280px;
}

.padding-custom1.about {
  padding-top: 220px;
}
*/

.about-history_text-wrapper {
  max-width: 540px;
}

.text-size-large {
  padding-right: 0px;
  font-family: Maisonneue, sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 500;
}

.text-style_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -6px;
  margin-left: -5px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.text-style_center.innovation {
  display: none;
}

.about-history-counts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
}

.about-square-achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #873434;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#987eff), to(#5e5ef7));
  background-image: linear-gradient(180deg, #987eff, #5e5ef7);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.side-border-thin {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 19%;
  width: 260px;
  height: 512px;
}

.side-border-thin.home {
  right: 10%;
  bottom: -54%;
}

.side-border-thin.sektorler {
  z-index: -1;
}

.side-border-thin.hide {
  display: none;
}

.side-border-thin.hayata {
  bottom: 19%;
  z-index: -1;
}

.border-thin-1 {
  width: 360px;
  height: 100px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(94, 94, 247, 0.68);
  -webkit-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
}

.border-thin-1.large {
  width: 470px;
  height: 200px;
}

.border-thin-small {
  position: relative;
  right: -7.9rem;
  bottom: -16.3rem;
  width: 360px;
  height: 100px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(94, 94, 247, 0.68);
  -webkit-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
}

.border-thin-small.large {
  right: -41.6%;
  bottom: -59.8%;
  height: 200px;
}

.section-about-content {
  background-color: #0e1623;
}

.margin-vertical {
  margin-top: 0px;
  margin-bottom: 0px;
}

.margin-vertical.margin-xxlarge {
  margin-top: 80px;
  margin-bottom: 80px;
}

.margin-vertical.margin-custom1 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margin-vertical.margin-custom2 {
  margin-top: 100px;
  margin-bottom: 60px;
}

.padding-horizontal {
  padding: 0px;
}

.padding-horizontal.padding-huge {
  padding-right: 100px;
  padding-left: 100px;
}

.padding-horizontal.padding-huge {
  padding-right: 100px;
  padding-left: 100px;
}

.padding-horizontal.padding-xhuge {
  padding-right: 130px;
  padding-left: 130px;
}

.padding-horizontal.padding-xlarge {
  padding-right: 70px;
  padding-left: 70px;
}

.padding-horizontal.padding-xxhuge {
  padding-right: 74px;
  padding-left: 74px;
}

.about-content-component {
  font-family: Montserrat, sans-serif;
  color: #979797;
  font-size: 54px;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
}

.section-about-sticky {
  position: relative;
  background-color: #212a40;
}

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

.container-medium.innovation {
  max-width: 1110px;
}

.container-medium.kurumsala {
  max-width: 1150px;
}

.about-t-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-t-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-t-grid.hide {
  display: none;
}

.about-t-grid-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-style-subheader-blue {
  font-family: Montserrat, sans-serif;
  color: #5e5ef7;
  font-size: 17px;
  letter-spacing: 0.125rem;
}

.text-style-subheader-blue.team {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 23px;
}

.text-style-subheader-blue.kurumsala {
  margin-top: 40px;
}

.text-style-subheader-blue.small {
  font-family: Maisonneue, sans-serif;
  font-size: 13px;
  line-height: 22px;
}

.text-style-subheader-blue.raporlar {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.t-grid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 20px;
}

.text-style-bold {
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 38px;
  font-weight: 500;
}

.vertical-line.with-40-padding {
  position: relative;
  width: 1px;
  height: 28px;
  margin-bottom: 5px;
  margin-left: 41px;
  background-color: #636363;
}

.footer_component {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #0e1623;
}

.padding-vertical {
  padding-right: 0px;
  padding-left: 0px;
}

.padding-vertical.padding-huge {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-vertical.padding-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-vertical.padding-xhuge {
  padding-top: 128px;
  padding-bottom: 128px;
}

.footer-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.4fr 2fr;
  grid-template-columns: 0.4fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer_logo-link {
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_logo {
  height: 135px;
}

.footer_cotent-right {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 3;
}

.footer-link {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.footer_social-media-links {
  margin-top: 20px;
}

.footer_social-title {
  color: #6c6f7e;
  font-size: 12px;
  letter-spacing: 1px;
}

.image {
  height: 86px;
}

.footer_social-logos {
  margin-top: 20px;
  margin-left: -14px;
}

.footer_last-content-copyrights {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  color: #6c6f7e;
  font-weight: 400;
}
.footer_last-content-copyrights a {
  color: #6c6f7e;
}
.footer_last-content-copyrights a:hover {
  text-decoration: underline;
}

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

.margin-bottom.margin-small {
  padding-bottom: 30px;
}

.section-home-life {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Bitmap5-min.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Bitmap5-min.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.home-life-wrapper {
  grid-column-gap: 0px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-life-content {
  padding-right: 100px;
}

.home-life-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 640px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-title-wrapper {
  margin-bottom: 60px;
}

.life-image {
  height: 400px;
}

.home-header-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 20%;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.home-norm-oval-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.section-home-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-norm-component {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-norm-wrapper {
  justify-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-norm-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 390px;
  height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.norm-image {
  height: 340px;
}

.home-norm-content {
  padding-right: 140px;
  padding-left: 100px;
}

.norm-title-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.norm-logo {
  height: 54px;
}

.norm-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  line-height: 70px;
}

.home-norm-button-link {
  position: relative;
  z-index: 1;
  max-width: 250px;
  margin-top: 20px;
}

.home-norm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.arrow-left {
  width: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-left.medya {
  width: 4px;
}

.arrow-right {
  width: 25px;
}

.arrow-right.white {
  width: 6px;
}

.home-norm-shadow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 20%;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.section-home-norm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e1623;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Bitmap3-min.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Bitmap3-min.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-title-wrapper {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_max-width-large {
  overflow: hidden;
  width: 100%;
  max-width: 994px;
  padding-top: 20px;
  color: #fff;
}

.home-header-button-link {
  position: relative;
  max-width: 220px;
  margin-top: 40px;
}

.home-header-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}

.home-header-oval-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.padding-top {
  padding-top: 100px;
}

.padding-top.medya-detail {
  margin-left: 75px;
  padding-top: 50px;
}

.section-team-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.team-header-component {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-title-wrapper {
  overflow: hidden;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team_max-width-large {
  overflow: hidden;
  color: #000;
}

.team-header-grid {
  position: relative;
  z-index: 10;
  margin-top: 100px;
  margin-bottom: 100px;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-content-holder {
  position: relative;
  overflow: hidden;
}

.team-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 5px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e0d0d;
}

.text-size-medium {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

.scroll-to-top {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 15%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scroll-line {
  position: relative;
  width: 80px;
  height: 1px;
  margin-top: 15px;
  margin-left: 40px;
  background-color: #fff;
}

.scroll-line.grey {
  background-color: #959595;
}

.line-absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  background-color: #7567f8;
}

.scroll-text {
  color: #fff;
  font-weight: 500;
}

.scroll-text.black {
  color: #000;
}

.section-innovation-header {
  position: relative;
  z-index: 1;
  height: 80vh;
  padding-top: 50px;
}

.innovation-subtitle-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.innovation-history-wrapper {
  position: relative;
  /*
  left: 0%;
  top: -3%;
  right: auto;
  bottom: auto;
  */
  margin-top: -3%;
  z-index: 1;
  max-width: 1100px;
  padding: 60px 100px 40px 0px;
  background-color: #212a40;
  font-family: 'Maisonneue book', sans-serif;
  color: #fff;
  font-size: 1.0rem;
}

.innovation-history-wrapper.medya {
  top: -24%;
  padding-top: 102px;
  padding-bottom: 102px;
}

.innovation-history-wrapper.kurumsala {
  top: -24%;
}

.innovation-history-wrapper.kurumsala.fix2 {
  top: -32%;
}

.innovation-history-wrapper.basariya {
  top: -22%;
  padding-bottom: 60px;
}

.innovation-history-wrapper.gelecege {
  top: -8%;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}
.innovation-history-wrapper.gelecege.fix2 {
  top: -4%;
}

.innovation-history-wrapper.hayata {
  top: -8%;
  padding-bottom: 60px;
  font-size: 17px;
}

.section-innovation-history {
  position: relative;
  z-index: 1;
}

.text-style-innovation {
  /*margin-top: 100px;*/
  line-height: 28px;
}

.section-innovation-content {
  background-color: #0e1623;
}

.innovation-content-component {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #979797;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.section-innovation-t {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#987eff), color-stop(50%, #7c6ffb), to(#5e5ef7));
  background-image: linear-gradient(180deg, #987eff, #7c6ffb 50%, #5e5ef7);
}

.innovation-t-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.innovation-t-grid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 110px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
}

.innovation-t-grid-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.innovation-norm-image {
  width: 300px;
  height: 170px;
  margin-left: -75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-home-silider {
  height: 100vh;
  background-color: #212a40;
  z-index: 2;
   position: relative;
}

.slick-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider.card-slider {
  height: 60vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  height: 100%;
  margin-right: 34px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: none;
}

.home-slider-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-slider-link-button.hide {
  display: none;
}

.home-slider-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Maisonneue, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.home-slider-oval-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
}

.home-slider-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 26%;
  background-color: hsla(0, 0%, 51.8%, 0.1);
  color: #fff;
}

.slider-scroll-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-scroll {
  position: relative;
  width: 75%;
  height: 2px;
  background-color: #bcbcbc;
}

.slider-scroll-absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 5%;
  height: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #987eff;
}

.slider-scroll-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #9598e8;
  border-radius: 100%;
}

.slider-arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #9598e8;
  border-radius: 100%;
}

.slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.arrow {
  width: 10px;
  color: #fff;
}

.arrow.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.innovation-history_text-wrapper {
  max-width: 540px;
}

.innovation-chart-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.innovation-title {
  color: #060606;
}

.innovation-chart-title {
  margin-right: 40px;
  margin-left: 40px;
}

.innovation-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #0e1623;
}

.innovation-border-lines {
  display: none;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lines {
  width: 9%;
  height: 1px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #c8c8c8;
}

.innovation-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.innovation-chart-middle {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 49px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.innovation-border-lines-vertical {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lines-vertical {
  width: 13%;
  height: 1px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #bfbfbf;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.innovation-chart-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #5e5ef7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#987eff), to(#5e5ef7));
  background-image: linear-gradient(180deg, #987eff, #5e5ef7);
}

.innovation-grid-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
}

.innovation-grid-content._1 {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}

.innovation-grid-content._2 {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}

.innovation-grid-content.last {
  font-family: Montserrat, sans-serif;
}

.innovation-grid-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.innovation-image {
  height: 38px;
}

.innovation-circle-title {
  margin-top: 20px;
  color: #000;
  text-align: center;
}

.section-sektorler-header {
  position: relative;
  z-index: 1;
  height: 80vh;
  padding-top: 50px;
}

.section-sektorler-history {
  position: relative;
  z-index: 1;
}

.sektorler-history-title {
  margin-bottom: 20px;
}

.sektorler-history-image {
  width: 250px;
  margin-left: -59px;
}

.sektorler-grid {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.sektorler-grid .sektorler-grid-bottom a { color: #fff; }

.sektorler-card-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #fff;
  font-weight: 500;
}

.sektorler-card-wrapper.hide {
  display: none;
}

.sektorler-grid-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 42px;
  letter-spacing: 2px;
}

.sektorler-add-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.add-icon {
  width: 14px;
}

.saktorler-grid-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 56px;
}

.saktorler-grid-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.sektorler-grid-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 17px;
  font-weight: 500;
}

.section-medyadetail-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.medyadetail-header-button-link {
  overflow: hidden;
  max-width: 170px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.medyadetail-header-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.medyadetail-header-oval-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #5e5ef7;
  border-radius: 100%;
}

.section-medyadetail-history {
  position: relative;
}

.medyadetail-para {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #ededed;
}

.divider.medya {
  margin-top: 30px;
  margin-bottom: 50px;
}

.divider.large {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.invisible {
  height: 1px;
  background-color: transparent;
}

.divider.small {
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider.small.bottom {
  margin-bottom: 100px;
}

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

.medyadetail-grid-image {
  position: relative;
  z-index: 1;
  width: 480px;
  height: 380px;
}

.single-post .medyadetail-grid-image { height: auto; }

.medyadetail-grid-content {
  overflow: hidden;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.medyadetail-bold {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
}

.blue-card {
  position: absolute;
  left: 0%;
  top: 38%;
  right: auto;
  bottom: 0%;
  width: 600px;
  height: 380px;
  background-color: #5e5ef7;
}

.blue-card.medya {
  left: -34%;
  top: 11%;
  z-index: -1;
  width: 590px;
  height: 380px;
}

.blue-card.kurumsala {
  left: auto;
  top: 9%;
  right: -20%;
  bottom: 0%;
  z-index: -1;
}

.blue-card.kurumsala.right {
  top: 11%;
  right: -18%;
}

.blue-card.kurumsala.right._2 {
  top: 11%;
  right: -23%;
}

.blue-card.kurumsala.right._3 {
  top: 16%;
  right: -20%;
}

.blue-card.kurumsala.right._4 {
  right: -24%;
}

.section-medya-header {
  position: relative;
  z-index: 1;
  height: 80vh;
  padding-top: 60px;
}

.medya-subtitle-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-medya-history {
  position: relative;
  z-index: 1;
}

.medya-history-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.medya-filter-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 192px;
  height: 74px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #545a68;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.medya-filter-arrow {
  width: 10px;
  height: 12px;
}

.medya-grid {
  grid-column-gap: 50px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.medya-image-component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.medya-image-arrow {
  position: absolute;
  right: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(118deg, #987eff, #5e5ef7);
}

.medya-grid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.medya-arrow {
  width: 6px;
}

.medya-grid-tiltle {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #212a40;
  font-size: 44px;
  line-height: 58px;
  font-weight: 500;
}

.medya-grid-para {
  font-size: 16px;
  line-height: 28px;
}

.page-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.medya-left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0e1623;
  border-radius: 100%;
}

.medya-slider-arrow-left {
  width: 4px;
}

.medya-right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0e1623;
  border-radius: 100%;
}

.medya-slider-arrow-right {
  width: 4px;
}

.page-no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-no-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c6c6c6;
  border-radius: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 16px;
}

.page-no-circle:hover {
  background-color: #5e5ef7;
  background-image: linear-gradient(131deg, #987eff, #5e5ef7);
  color: #fff;
}

.dot {
  width: 5px;
  height: 5px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 100%;
  background-color: #000;
}

.section-kurumsala-header {
  position: relative;
  z-index: 1;
  height: 80vh;
  padding-top: 50px;
}

.kurumsala-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kurumsala-grid-image {
  width: 480px;
  height: 380px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kurumsala-grid-content {
  overflow: hidden;
  font-size: 16px;
}

.text-kurumsala-grid-title {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 70px;
}

.text-kurumsala-grid-title a {
  color: #000;
}

.text-kurumsala-grid-para {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 28px;
}

.kurumsala-norm-sanat {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.kurumsala-sanat-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 500px;
  height: 410px;
  padding-top: 28px;
  padding-right: 30px;
  padding-left: 60px;
  background-image: linear-gradient(127deg, #987eff, #5e5ef7);
}

.kurumsala-norm-title {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 40px;
}

.kurumsala-norm-para {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

.kurumsala-bottom-title {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}

.kurumsala-bottom-title.black {
  color: #000;
}

.section-kurumsala-history {
  position: relative;
  z-index: 1;
}

.section-kurumsala-content {
  background-color: #0e1623;
}

.kurumsala-content-component {
  color: #979797;
  font-size: 54px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.section-kurumsala-grid {
  position: relative;
  z-index: 1;
}

.grey-card {
  position: absolute;
  left: 0%;
  top: 38%;
  right: auto;
  bottom: 0%;
  width: 600px;
  height: 380px;
  background-color: #eff1f2;
}

.grey-card.kurumsala {
  left: auto;
  top: 9%;
  right: -20%;
  bottom: 0%;
  z-index: -1;
}

.grey-card.kurumsala.left {
  left: -23%;
  top: 19%;
  right: auto;
  bottom: 0%;
}

.grey-card.kurumsala.left._4 {
  left: -29%;
}

.text-kurumsala-semi-bold {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.section-basariya-header {
  position: relative;
  z-index: 1;
  height: 80vh;
  padding-top: 50px;
}

.text-basariya-semi-bold {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Maisonneue demi', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.basariya-subtitle-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-basariya-history {
  position: relative;
  z-index: 1;
}

.basariya-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-gelecege-header {
  position: relative;
  z-index: 1;
  height: 80vh;
  padding-top: 70px;
}

.gelecege-subtitle-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gelecege-wrapper-heading {
  margin-top: 0px;
  font-size: 48px;
  line-height: 56px;
}

.text-gelecege-grid-title {
  margin-top: 0px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 70px;
}

.text-gelecege-grid-title.fix2 {
  margin-bottom: 20px;
}

.section-gelecege-history {
  position: relative;
  z-index: 1;
}

.gelecege-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gelecege-grid-content {
  overflow: hidden;
  font-family: 'Maisonneue book', sans-serif;
  font-size: 16px;
}

.gelecege-grid-content.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
}

.text-gelecege-grid-para {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.text-gelecege-semi-bold {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.gelecege-grid-image {
  width: 480px;
  height: 380px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  height: 100%;
}

.section-iletisim-header {
  position: relative;
  z-index: 1;
  height: 80vh;
  padding-top: 70px;
}

.iletisim-form-component {
  padding-right: 130px;
  padding-left: 130px;
}

.form-block {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

.field-label {
  margin-bottom: 10px;
  color: #212a40;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

.text-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #dfdfdf;
  font-family: 'Maisonneue book', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.text-field.area {
  margin-top: 16px;
  padding-top: 15px;
  padding-bottom: 70px;
}

.select-field {
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  background-color: transparent;
  color: #9d9d9d;
}

.filed-title {
  margin-bottom: 50px;
}

.iletisim-history-wrapper {
  position: relative;
	/*
  left: 0%;
  top: -4%;
  right: auto;
  bottom: auto;
	*/
  margin-top: -4%;
  z-index: 1;
  display: block;
  max-width: 860px;
  padding: 50px 104px 50px 0px;
  background-color: #212a40;
  font-family: 'Maisonneue book', sans-serif;
  color: #fff;
  font-size: 1.2rem;
}

.iletisim-wrapper-contact {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

.section-iletisim-form {
  position: relative;
  z-index: 1;
}

.iletisim-subtitle-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-raporlar-header {
  position: relative;
  z-index: 1;
  height: 80vh;
  padding-top: 70px;
}

.raporlar-subtitle-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-raporlar-document {
  position: relative;
  z-index: 1;
}

.raporlar-history-wrapper {
  position: relative;
	/*
  left: 0%;
  top: -3%;
  right: auto;
  bottom: auto;
	*/
  margin-top: -4%;
  z-index: 1;
  display: block;
  max-width: 860px;
  padding: 77px 104px 77px 0px;
  background-color: #212a40;
  font-family: 'Maisonneue book', sans-serif;
  color: #fff;
  font-size: 1.2rem;
}

.raporlar-history-wrapper.global {
  top: -2%;
  display: block;
}

.raporlar-tabs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.raporlar-tab-link {
  margin-right: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
}

.raporlar-tab-link:active {
  border-bottom: 2px solid #000;
}

.raporlar-tab-link:focus {
  border-bottom: 2px solid #000;
}

.raporlar-tab-link:visited {
  border-bottom: 2px solid #000;
}

.raporlar-tab-link.w--current {
  background-color: transparent;
  border-bottom: 2px solid #000;
}

.raporlar-tabs-title {
  margin-top: 70px;
  margin-bottom: 70px;
  color: #000;
}

.text-style-54px {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  line-height: 64px;
}

.raporlar-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.raporlar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-style-para-small {
  font-size: 16px;
  line-height: 24px;
}

.raporlar-filter-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 192px;
  height: 74px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #545a68;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.raporlar-filter-link.hide { display: none; }

.raporlar-filter-arrow {
  height: 24px;
}

.section-hayata-header {
  position: relative;
  z-index: 1;
  height: 80vh;
  padding-top: 50px;
}

.hayata-subtitle-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-hayata-gallery {
  position: relative;
  z-index: 1;
}

.section-enileriye-header {
  position: relative;
  z-index: 1;
  height: 80vh;
  padding-top: 50px;
}

.enileriye-subtitle-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.enileriye-gallery-component {
  position: relative;
}

.section-global-header {
  position: relative;
  z-index: 1;
  height: 80vh;
  padding-top: 70px;
}

.global-subtitle-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-global-data {
  position: relative;
  z-index: 1;
}

.global-data-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-style-17px {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-style-17px.center {
  text-align: center;
}

.global-country-grid {
  margin-top: 40px;
  margin-right: 150px;
  margin-left: 150px;
  grid-column-gap: 0px;
	/*
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
	*/
	-ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.global-country-data-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.country-image {
  height: 60px;
}

.text-style-26px {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 34px;
  text-transform: none;
}

.global-country-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #acacac;
  border-radius: 100%;
}

.global-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.maps {
	/*
  width: 965px;
  height: 570px;
	*/
}

/*
.maps2 {
  width: 965px;
  height: 620px;
}
*/

.test-style-44px {
  font-size: 44px;
  line-height: 54px;
}

.about-square-achievement-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #392323;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#987eff), to(#5e5ef7));
  background-image: linear-gradient(180deg, #987eff, #5e5ef7);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.t-grid-image {
  width: 100%;
  height: 670px;
}

.innovation-image-1 {
  width: 54px;
  height: 29px;
}

.full-screen-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e1623;
}

.full-screen-menu.hakkimizda {
  display: none;
}

.full-screen-menu.faaliyet-alanlar {
  display: none;
}

.full-screen-menu.norm-da-hayat {
  display: none;
}

.full-screen-menu.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.full-menu-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.full-screen-content {
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-screen-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-header-shadow-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 10%;
  background-color: #5e5ef7;
  background-image: linear-gradient(109deg, #987eff, #5e5ef7);
  color: #fff;
}

.home-header-oval-link-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #5e5ef7;
  border-radius: 100%;
}

.arrow-right-copy {
  width: 5px;
}

.photo {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 650px;
  /*background-image: url('../images/Bitmap2.png');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.vertical-line-absolute {
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: #9598e8;
}

.vertical-line-absolute-2 {
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #9598e8;
}

.vertical-line-absolute-3 {
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #9598e8;
}

.vertical-line-absolute-4 {
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #9598e8;
}

.vertical-line-absolute-5 {
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #9598e8;
}

.vertical-line-absolute-6 {
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #9598e8;
}

.vertical-line-absolute-7 {
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #9598e8;
}

.t-grid-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 20px;
}

.t-grid-content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 20px;
}

.t-grid-content-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
}

.t-grid-content-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 20px;
}

.t-grid-content-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 20px;
}

.global-icon {
  margin-right: 10px;
  color: #fff;
}

.global-icon.black {
  color: #000;
}

.nav-global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  margin-top: -5px;
}

.dropdown-list.w--open {
  margin-top: 140px;
}

.image-wipe {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.header-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #212a40;
}

.header-bg.about {
  background-color: #0e1623;
  background-image: url('../images/about-hero-min.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg.innovation {
  background-image: url('../images/inno-home-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg.sektorler {
  background-image: url('../images/hero-image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg.medya {
  background-image: url('../images/Bitmap-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg.kurumsala {
  background-image: url('../images/Bitmap.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg.gelecege {
  background-image: url('../images/gelecege-min.png');
  background-position: 50% 0%;
  background-size: cover;
}

.header-bg.iletisim {
  background-image: url('../images/about-hero-min.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg.raporlar {
  background-image: url('../images/Bitmap-min_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg.enileriye {
  background-image: url('../images/Bitmap2-min_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-bg.global {
  background-image: url('../images/Bitmap-min_4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-square-achievement-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #873434;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#987eff), to(#5e5ef7));
  background-image: linear-gradient(180deg, #987eff, #5e5ef7);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.about-square-achievement-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #392323;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#987eff), to(#5e5ef7));
  background-image: linear-gradient(180deg, #987eff, #5e5ef7);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.about-square-achievement-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
	padding: 0 10px;
  margin-top: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #392323;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#987eff), to(#5e5ef7));
  background-image: linear-gradient(180deg, #987eff, #5e5ef7);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.about-square-achievement-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #392323;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#987eff), to(#5e5ef7));
  background-image: linear-gradient(180deg, #987eff, #5e5ef7);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.text-para-wrapper {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.medya-grid-2 {
  grid-column-gap: 50px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.medya-grid-3 {
  grid-column-gap: 50px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-bg.basariya {
  background-image: url('../images/Bitmap-min_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-wrapper-iletisim {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.header-bg.hayata {
  background-image: url('../images/Bitmap-min_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-wrapper-hayata {
  font-family: Montserrat, sans-serif;
}

.sektorler-card {
  position: relative;
  width: 520px;
  height: 730px;
}

.sektorler-card-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: linear-gradient(138deg, #987eff, #5e5ef7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: Montserrat, sans-serif;
}

.sektorler-card-front.dark {
  background-color: #212a40;
  background-image: none;
}

.sektorler-card-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#987eff), to(#5e5ef7));
  background-image: linear-gradient(180deg, #987eff, #5e5ef7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-style-small {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.medya-page-link {
  color: #0e1623;
  text-decoration: none;
}

.medya-dropdown.w--open {
  margin-top: 75px;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-menu-tabs {
  display: none;
  padding: 20px 50px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_logo-link-tabs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.nav_logo-link-tabs.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.nav_link-tabs {
  padding: 15px 20px;
  background-color: transparent;
  font-family: Maisonneue, sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav_link-tabs.w--current {
  background-color: transparent;
}

.nav_link-global-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Maisonneue, sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav_link-search-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.hakkimizda {
  height: 100vh;
}

.home-header-link-tabs {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.faaliyet-alanlar {
  height: 100vh;
}

.norm-da-hayat {
  height: 100vh;
}

.s-rd-r-lebilirlik {
  height: 100vh;
}

.medya-merkezi {
  height: 100vh;
}

.check-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-icon {
  width: 29px;
  height: 30px;
  margin-right: 20px;
}

.form-submit-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(131deg, #987eff, #5e5ef7);
  font-size: 14px;
  font-weight: 700;
}

.contFrmBtn { display: inline-block; background: none; }

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.hayata-light-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-button {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #5e5ef7;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 225ms ease;
  transition: background-color 225ms ease;
}

.search-button:hover {
  border-style: solid;
  background-color: #5e5ef7;
}

.search-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
}

.modal-screen {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.search-modal-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(27, 27, 27, 0.98);
}

.outline-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}

.outline-form-input {
  margin-right: 15px;
  margin-bottom: 0px;
  padding: 0px;
  border: 1px none #000;
  background-color: transparent;
  font-family: Maisonneue, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.container-large .outline-form {
  margin-top: 40px; width: 60%; border: 1px solid #afadad; padding: 10px; margin-bottom: 30px;
}

.container-large .outline-form .search-button {
  background-color: #5e5ef7;
}

.reSearchBox .outline-form-input { color: #333333; }

.mobile-nav {
  display: none;
}

.nav-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  background-color: transparent;
}

.home-header-button-link {
  overflow: hidden;
}

.home-header-button-link.hayat {
  max-width: 250px;
}

.menu-wrapper {
  display: none;
}

.line-1 {
  width: 100%;
  height: 1px;
}

.menu-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.line-2 {
  width: 100%;
  height: 1px;
}

.line-3 {
  width: 100%;
  height: 1px;
}

.broad-border {
  position: absolute;
  left: auto;
  top: auto;
  right: 15%;
  bottom: -48%;
  z-index: -1;
  width: 300px;
  height: 350px;
  border-style: solid;
  border-width: 2px;
  border-color: #5e5ef7;
  -webkit-transform: skew(0deg, 60deg);
  -ms-transform: skew(0deg, 60deg);
  transform: skew(0deg, 60deg);
}

.fs-image {
  background-color: #0e1623;
}

.mobile-content {
  display: none;
}

.cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(69, 69, 69, 0.76);
}

.kurumsala-image {
  position: relative;
  z-index: 0;
}

.home-header-oval-link-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #5e5ef7;
  border-radius: 100%;
}

.top-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 260px;
  background-color: #0e1623;
}

.sub-menu-text {
  font-size: 17px;
}

.big-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.big-text.spacing {
  font-size: 42px;
  line-height: 50px;
}

.page-template-home_en-page .big-text.spacing { font-size: 38px; line-height: 46px; }

.home .slick-slide .big-text.spacing {
  min-height: 100px;
}

.slider-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fbfbfb;
}

.slide-no {
  margin-bottom: 20px;
  font-family: Maisonneue, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.light-box {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(121deg, #987eff, #5e5ef7);
}

.hamburger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.thin {
  font-weight: 400;
}

.life-image-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 400px;
}

.text-block {
  font-size: 49px;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.23);
}

.no-scroll {
  overflow: hidden;
}

.section-about-sticky-2 {
  position: relative;
  background-color: #212a40;
}

.section-about-sticky-3 {
  position: relative;
  background-color: #212a40;
}

.section-about-sticky-4 {
  position: relative;
  background-color: #212a40;
}

.cover-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(69, 69, 69, 0.76);
}

.cover-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(69, 69, 69, 0.76);
}

.cover-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(69, 69, 69, 0.76);
}

.cover-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(69, 69, 69, 0.76);
}

.cover-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(69, 69, 69, 0.76);
}

.cover-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(69, 69, 69, 0.76);
}

.section-about-sticky-5 {
  position: relative;
  background-color: #212a40;
}

.sustRepDown { position: relative; display: inline-block; margin: 0 auto; border: 2px solid #00b496; color: #00b496; padding: 25px 110px 25px 40px; font-size: 18px; border-radius: 50px; }
.sustRepDown:after { content:''; position: absolute; display: block; width: 56px; height: 56px; top: 50%; margin-top: -28px; background: url('http://normholding.com/wp-content/uploads/2021/12/icon-download.png') no-repeat 0 0; right: 30px; zoom: 0.7; }

.normsDetBtn { display: flex; color: #141414; }
.normsDetBtn span { margin-top: 6px; }
.normsDetBtn i { 
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background-image: linear-gradient(
131deg, #987eff, #5e5ef7);
    font-size: 14px;
    font-weight: 700; 
	background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

.medyadetail-grid a { color: #987eff; cursor: pointer; }
.iletisim-form-component .wpcf7-textarea.text-field { width: 100%; height: 80px; }
.contFrmBtn br { display: none; }
.screen-reader-response { display: none; }
.wpcf7-response-output { text-align: center; clear: both; margin-top: 20px; font-weight: bold; }
.wpcf7-not-valid-tip { font-size: 12px; color: #ff2a2a; display: inline-block; }
.subTit { padding-top: 50px; }
.raporlar-tab-content .subTit:first-child { padding-top: 0; }

.raporlar.rapV2 .divider.small { margin-top: 20px; margin-bottom: 20px; }
.raporlar.rapV2 .raporlar-filter-link { height: 60px; }

.shareDistB { margin-bottom: 70px; display: flex; justify-content: center; align-items: center; }
.shareDistB .circle { position: relative; width: 150px; height: 150px; border-radius: 50%; background: #5e5ef7; margin-right: 50px; }
.shareDistB .circle span { display: inline-block; position: absolute; width: 100%; text-align: center; left: 0; top: 50%; color: #fff; transform: translateY(-50%); font-weight: 700; font-size: 20px; }
.familyL {   }
.familyL h6 { font-size: 16px; }
.familyL ul { padding-left: 19px; }
.familyL ul li { clear: both; margin-bottom: 5px; }



@media screen and (max-width: 1440px) {
  .page-template-home_en-page .big-text.spacing { font-size: 32px; line-height: 40px; }
  .big-text.spacing { font-size: 34px; line-height: 42px; }
  .home .section-home-life .padding-vertical.padding-large { padding-top: 80px; padding-bottom: 80px; } 
  .text-kurumsala-grid-title { font-size: 34px; line-height: 56px; }
}

@media screen and (max-width: 991px) {
  .innovation-history-wrapper { margin-top: 0; margin-bottom: 40px; }	
  .nav_component .mobile-content .nav_menu.w-nav-menu { margin-right: -110px; }
	
  h1 {
    font-size: 42px;
  }

  .nav {
    display: none;
  }

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

  .page-padding.noleft {
    padding-right: 0px;
  }

  .nav_logo {
    height: 70px;
  }

  .section-about-header {
    height: 3%;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .padding-left.padding-xxhuge {
    padding-left: 20px;
  }

  .padding-left.padding-xhuge {
    padding-left: 0px;
  }

  .padding-left.padding-huge {
    padding-left: 0px;
  }

  .margin-top {
    margin-top: 75px;
  }

  .margin-top.about {
    margin-top: 130px;
  }

  .side-border-blue {
    top: -177%;
  }

  .side-border-blue.header {
    top: -50%;
    right: -10%;
    height: 680px;
  }

  .side-border-blue.innovation {
    top: -140%;
  }

  .side-border-blue.about {
    top: -119%;
    width: 190px;
    height: 1024px;
  }

  .side-border-blue.about-team {
    top: -70%;
  }

  .side-border-blue.medya-detail {
    top: -120%;
  }

  .side-border-blue.sektorler {
    top: -164%;
  }

  .side-border-blue.kurumsala {
    top: -165%;
  }

  .side-border-blue.basariya {
    top: -164%;
  }

  .side-border-blue.gelecege {
    top: -165%;
  }

  .side-border-blue.iletisim {
    top: -160%;
  }

  .side-border-blue.raporlar {
    top: -174%;
  }

  .side-border-blue.full-menu {
    left: auto;
    top: -82%;
    right: 0%;
    bottom: auto;
  }

  .about-history-wrapper {
    position: relative;
  }

  .padding-custom1 {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .padding-custom1.sektorler {
    padding-top: 80px;
  }

  .padding-custom1.iletisim {
    padding-top: 40px;
  }

  .padding-custom1.raporlar {
    padding-top: 75px;
  }

  .padding-custom1.global {
    padding-top: 0px;
  }

  .padding-custom1.about {
    padding-top: 0px;
  }

  .about-history-counts {
    width: 730px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-square-achievement {
    width: 180px;
    height: 180px;
    margin-right: 180px;
    font-size: 14px;
  }

  .side-border-thin {
    display: none;
  }

  .margin-vertical.margin-custom1 {
    margin-top: 40px;
  }

  .padding-horizontal.padding-huge {
    padding-right: 30px;
    padding-left: 30px;
  }

  .padding-horizontal.padding-xhuge {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .padding-horizontal.padding-xlarge {
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-content-component {
    padding-right: 70px;
    padding-left: 70px;
    font-size: 30px;
    line-height: 44px;
  }

  .about-t-grid-content {
    z-index: 1;
  }

  .text-style-subheader-blue {
    font-size: 16px;
    line-height: 20px;
  }

  .text-style-subheader-blue.team {
    font-size: 10px;
    text-align: center;
  }

  .text-style-subheader-blue.kurumsala {
    font-size: 11px;
  }

  .text-style-bold {
    font-size: 40px;
    line-height: 47px;
  }

  .footer_component {
    padding-right: 0px;
    padding-left: 0px;
  }

  .padding-vertical.padding-huge {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-content {
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
  }

  .footer_logo-link {
    padding-left: 40px;
  }

  .footer_logo {
    height: 110px;
  }

  .footer_link-list-wrapper {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer_social-media-links {
    margin-top: 0px;
  }

  .footer_social-title.large {
    font-size: 14px;
    text-transform: uppercase;
  }

  .footer-logo {
    width: 80px;
  }

  .image {
    height: 70px;
  }

  .footer_last-content-copyrights {
    font-size: 14px;
  }

  .section-home-life {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-life-wrapper {
    grid-column-gap: 0px;
  }

  .home-life-content {
    padding-right: 40px;
  }

  .home-life-image-wrapper {
    width: 250px;
    height: 340px;
  }

  .home-title-wrapper {
    margin-bottom: 20px;
  }

  .life-image {
    height: 230px;
  }

  .home-header-shadow {
    display: none;
  }

  .home-norm-oval-link {
    width: 40px;
    height: 40px;
  }

  .section-home-header {
    display: block;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-norm-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-norm-image-wrapper {
    width: 250px;
    height: 250px;
  }

  .norm-image {
    height: 250px;
  }

  .home-norm-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .norm-title-wrapper {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .norm-logo {
    height: 35px;
  }

  .norm-title {
    margin-top: 40px;
    font-size: 36px;
    line-height: 40px;
  }

  .home-norm-button-link {
    max-width: 240px;
  }

  .arrow-left {
    width: 20px;
  }

  .arrow-right {
    width: 20px;
  }

  .section-home-norm {
    height: 100%;
  }

  .header-title-wrapper {
    margin-top: 20px;
  }

  .home_max-width-large {
    max-width: 600px;
  }

  .home-header-button-link {
    margin-top: 20px;
  }

  .home-header-link {
    padding-left: 0px;
    font-size: 16px;
  }

  .home-header-oval-link {
    width: 40px;
    height: 40px;
  }

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

  .padding-top.home {
    padding-top: 93px;
  }

  .padding-top.medya-detail {
    margin-left: 0px;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section-team-header {
    margin-top: 150px;
  }

  .team-title {
    padding-right: 0px;
    padding-left: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-size-medium {
    font-size: 16px;
  }

  .scroll-to-top {
    display: none;
  }

  .section-innovation-header {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .innovation-history-wrapper {
    position: relative;
    top: 0%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .innovation-content-component {
    padding-right: 70px;
    padding-left: 70px;
    font-size: 30px;
    line-height: 40px;
  }

  .innovation-t-grid-content {
    padding-right: 50px;
    padding-left: 50px;
  }

  .innovation-norm-image {
    margin-left: -70px;
  }

  .section-home-silider {
    height: 100%;
  }

  .slide {
    width: 41%;
  }

  .innovation-title {
    font-size: 32px;
  }

  .innovation-chart-circle {
    width: 80px;
    height: 80px;
  }

  .innovation-grid-content.last {
    margin-top: 20px;
  }

  .innovation-image {
    height: 33px;
  }

  .section-sektorler-header {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .sektorler-history-image {
    margin-top: -13px;
  }

  .sektorler-history-component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .sektorler-add-circle {
    width: 50px;
    height: 50px;
  }

  .saktorler-grid-title {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 50px;
  }

  .saktorler-grid-image {
    width: 260px;
  }

  .sektorler-grid-bottom {
    font-size: 16px;
    line-height: 24px;
  }

  .section-medyadetail-header {
    height: 100%;
  }

  .medyadetail-header-button-link {
    margin-bottom: 20px;
  }

  .medyadetail-para {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }

  .divider.large {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider.invisible {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .divider.small.bottom {
    margin-bottom: 60px;
  }

  .medyadetail-grid {
    grid-row-gap: 50px;
  }

  .medyadetail-grid-image {
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blue-card.medya {
    top: 31%;
    display: none;
    width: 310px;
    height: 220px;
  }

  .blue-card.kurumsala.right {
    top: 20%;
    display: none;
    width: 460px;
    height: 280px;
  }

  .section-medya-header {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

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

  .medya-image-arrow {
    top: 29%;
    right: -11%;
    width: 50px;
    height: 50px;
  }

  .medya-grid-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .medya-grid-tiltle {
    font-size: 40px;
    text-align: left;
  }

  .medya-grid-para {
    text-align: left;
  }

  .medya-image {
    width: 100%;
  }

  .section-kurumsala-header {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .kurumsala-grid {
    grid-column-gap: 50px;
  }

  .kurumsala-grid-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .kurumsala-grid-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .text-kurumsala-grid-para {
    text-align: left;
  }

  .kurumsala-sanat-content {
    width: 380px;
    height: 300px;
    padding-top: 10px;
    padding-left: 30px;
  }

  .kurumsala-norm-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .kurumsala-norm-para {
    font-size: 14px;
    line-height: 24px;
  }

  .kurumsala-bottom-title {
    font-size: 14px;
    line-height: 24px;
  }

  .kurumsala-content-component {
    padding-right: 70px;
    padding-left: 70px;
    font-size: 30px;
    line-height: 40px;
  }

  .grey-card.kurumsala.left {
    top: 22%;
    display: none;
    width: 480px;
    height: 280px;
  }

  .section-basariya-header {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .basariya-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-gelecege-header {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .gelecege-wrapper-heading {
    font-size: 44px;
    line-height: 52px;
  }

  .text-gelecege-grid-title {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 60px;
  }

  .gelecege-grid {
    grid-column-gap: 20px;
  }

  .gelecege-grid-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gelecege-grid-content.center {
    padding-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .text-gelecege-grid-para {
    font-size: 16px;
    text-align: left;
  }

  .text-gelecege-semi-bold {
    text-align: left;
  }

  .gelecege-grid-image {
    width: 100%;
    height: auto;
  }

  .section-iletisim-header {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .iletisim-form-component {
    padding-right: 0px;
    padding-left: 0px;
  }

  .iletisim-history-wrapper {
    position: relative;
  }

  .section-raporlar-header {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .raporlar-history-wrapper {
    position: relative;
  }

  .text-style-54px {
    font-size: 50px;
  }

  .section-hayata-header {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section-hayata-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hayata-gallery-component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-enileriye-header {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .enileriye-gallery-component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-global-header {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .text-style-17px {
    color: #fff;
    line-height: 28px;
  }

  .text-style-17px.center.black {
    color: #0e1623;
  }

  .global-country-grid {
    margin-right: 130px;
    margin-left: 130px;
    grid-column-gap: 0px;
  }

  .maps {
    width: 100%;
    height: 100%;
  }

  .maps2 {
    width: 100%;
    height: 100%;
  }

  .test-style-44px {
    font-size: 40px;
  }

  .about-square-achievement-2 {
    width: 180px;
    height: 180px;
    margin-top: 0px;
    margin-left: 180px;
    font-size: 14px;
  }

  .t-grid-image {
    width: 100%;
    height: 100%;
  }

  .innovation-image-1 {
    width: 60px;
    height: 30px;
  }

  .full-screen-menu {
    display: block;
    overflow: hidden;
  }

  .full-screen-menu.hakkimizda {
    display: none;
  }

  .full-screen-content {
    margin-left: 0px;
  }

  .home-header-shadow-copy {
    display: none;
  }

  .home-header-oval-link-copy {
    display: none;
    width: 40px;
    height: 40px;
  }

  .arrow-right-copy {
    width: 4px;
  }

  .about-square-achievement-3 {
    width: 180px;
    height: 180px;
    margin-right: 180px;
    font-size: 14px;
  }

  .about-square-achievement-4 {
    width: 180px;
    height: 180px;
    margin-top: 0px;
    margin-left: 180px;
    font-size: 14px;
  }
  .about-square-achievement-5 {
    width: 180px;
    height: 180px;
    margin-top: 0px;
    margin-right: 180px;
    font-size: 14px;
  }

  .medya-grid-2 {
    grid-row-gap: 40px;
  }

  .medya-grid-3 {
    grid-row-gap: 40px;
  }

  .sektorler-card {
    width: 420px;
    height: 600px;
  }

  .sektorler-card-front {
    padding: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sektorler-card-back {
    padding: 30px;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .text-style-small {
    font-size: 15px;
    line-height: 24px;
  }

  .full-menu-tabs {
    display: none;
  }

  .tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hakkimizda {
    height: 100%;
  }

  .home-header-link-tabs {
    font-size: 10px;
  }

  .faaliyet-alanlar {
    height: 100%;
  }

  .norm-da-hayat {
    height: 100%;
  }

  .s-rd-r-lebilirlik {
    height: 100%;
  }

  .medya-merkezi {
    height: 100%;
  }

  .check-box {
    width: 60%;
    font-size: 12px;
  }

  .checkbox-icon {
    height: 24px;
  }

  .gelecege-image {
    width: 100%;
  }

  .dropdown-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Maisonneue, sans-serif;
    font-weight: 500;
  }

  .mobile-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    padding-top: 140px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #0e1623;
  }

  .mobile-nav-component {
    width: 100%;
    margin-bottom: 10px;
  }

  .mobile-nav-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }

  .mobile-nav-sub-content {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    padding-top: 126px;
    background-color: #0e1623;
  }

  .mobile-nav-sub-content.hakkimzada {
    display: none;
  }

  .mobile-nav-sub-content.faaliyet-alanlari {
    display: none;
  }

  .mobile-nav-sub-content.norm-da-hayat {
    display: none;
  }

  .mobile-nav-sub-title {
    position: relative;
    display: block;
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
  }

  .mobile-nav-sub-title.horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }

  .nav-mobile {
    display: block;
    background-color: transparent;
  }

  .home-header-button-link {
    margin-top: 30px;
  }

  .menu-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .menu-bar {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

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

  .polygon {
    height: 90px;
  }

  .broad-border {
    right: 8%;
    bottom: -81%;
    display: none;
  }

  .mobile-content {
    position: absolute;
    z-index: 999;
    display: block;
    width: 100%;
    background-color: transparent;
  }

  .scroll-active {
    overflow: scroll;
  }

  .kurumsala-image {
    width: 100%;
    height: auto;
  }

  .home-header-oval-link-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }

  .side-bar-holder {
    position: relative;
    overflow: hidden;
  }

  .mobile-sub-menu-text {
    font-size: 1.1rem;
    line-height: 1;
  }

  .back-button {
    color: #fff;
  }

  .big-text {
    font-size: 50px;
    line-height: 60px;
  }

  .big-text.spacing {
    font-size: 40px;
    line-height: 50px;
  }

  .back-arrow {
    width: 38px;
    padding-right: 10px;
  }

  .nav-devider {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #909090;
  }

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

  .life-image-1 {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .page-padding.noleft {
    padding-right: 10px;
  }

  .nav_logo {
    height: 60px;
  }

  .section-about-header {
    width: 100%;
    height: 100%;
    background-position: 50% 100%;
  }

  .padding-left {
    padding-left: 11px;
  }

  .padding-left.padding-xhuge {
    padding-bottom: 20px;
  }

  .margin-top.margin-xlarge {
    margin-top: 20px;
  }

  .margin-top.margin-large.white {
    margin-top: 20px;
  }

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

  .margin-top.about {
    margin-top: 81px;
  }
	
	.side-border-blue { z-index: -1; }

  .side-border-blue.header {
    top: -56%;
  }

  .side-border-blue.innovation {
    top: -160%;
  }

  .side-border-blue.about {
    top: -149%;
  }

  .side-border-blue.about-team {
    top: -58%;
  }

  .side-border-blue.medya-detail {
    top: -120%;
  }

  .side-border-blue.sektorler {
    top: -168%;
  }

  .side-border-blue.basariya {
    top: -167%;
  }

  .side-border-blue.iletisim {
    top: -171%;
  }

  .about-history-wrapper {
    font-size: 16px;
  }

  .padding-custom1.iletisim {
    padding-top: 40px;
  }

  .padding-custom1.raporlar {
    padding-top: 40px;
  }

  .about-history-counts {
    width: 100%;
  }

  .margin-vertical.margin-xxlarge {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .padding-horizontal.padding-huge {
    padding-right: 0px;
    padding-left: 0px;
  }

  .padding-horizontal.padding-xhuge {
    padding-top: 0px;
  }

  .about-content-component {
    font-size: 28px;
    line-height: 42px;
  }

  .about-t-grid-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-style-subheader-blue.team {
    margin-bottom: 10px;
  }

  .text-style-subheader-blue.kurumsala {
    margin-top: 20px;
    font-size: 10px;
    line-height: 18px;
  }

  .text-style-bold {
    font-size: 38px;
    line-height: 44px;
  }

  .vertical-line.with-40-padding {
    margin-left: 40px;
  }

  .padding-vertical.padding-huge {
    padding: 30px 15px;
  }

  .padding-vertical.padding-large {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .padding-vertical.padding-custom1 {
    padding-top: 20px;
  }

  .footer-content {
    -ms-grid-columns: 0.5fr 0.75fr;
    grid-template-columns: 0.5fr 0.75fr;
  }

  .footer_logo-link {
    padding-left: 20px;
  }

  .footer_logo {
    height: 100px;
  }

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

  .footer-logo {
    width: 70px;
  }

  .image {
    height: 70px;
  }
	
	.padding-custom1.sektorler2, .padding-custom1.sektorler { padding-top: 50px !important; }

  .footer_social-logos {
    margin-top: 10px;
  }

  .footer_last-content-copyrights {
    margin-top: 20px;
    font-size: 12px;
    line-height: 24px;
  }

  .section-home-life {
    width: 100%;
    height: 100%;
  }

  .home-life-content {
    padding-right: 0px;
  }

  .home-life-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .home-title-wrapper {
    margin-bottom: 10px;
  }

  .life-image {
    height: 240px;
  }

  .section-home-header {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-norm-wrapper {
    grid-row-gap: 30px;
  }

  .norm-image {
    height: 250px;
  }

  .norm-title-wrapper {
    margin-bottom: 20px;
  }

  .norm-logo {
    height: 30px;
  }

  .norm-title {
    font-size: 30px;
    line-height: 38px;
  }

  .home-norm-button-link {
    font-size: 16px;
  }

  .home-norm-link {
    font-size: 14px;
  }

  .arrow-right {
    width: 20px;
  }

  .home-norm-shadow {
    display: none;
  }

  .section-home-norm {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .home-header-button-link {
    width: 35%;
  }

  .home-header-link {
    font-size: 14px;
  }

  .padding-top.home {
    padding-top: 70px;
  }

  .team-title-wrapper {
    margin-bottom: 40px;
  }

  .team-header-grid {
    margin-top: 40px;
    margin-bottom: 60px;
    grid-row-gap: 59px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .team-content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-title {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

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

  .section-innovation-header {
    width: 100%;
    height: 100%;
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .innovation-history-wrapper {
    font-size: 16px;
  }

  .innovation-history-wrapper.basariya {
    padding-right: 30px;
  }

  .innovation-content-component {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .innovation-t-grid-content {
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .slide {
    width: 58%;
  }

  .arrow.left {
    width: 10px;
  }

  .innovation-title {
    font-size: 22px;
    line-height: 26px;
  }

  .innovation-chart-title {
    margin-right: 20px;
    margin-left: 20px;
  }

  .innovation-border-lines {
    display: none;
  }

  .innovation-chart-middle {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .innovation-border-lines-vertical {
    display: none;
  }

  .innovation-chart-circle {
    width: 60px;
    height: 60px;
  }

  .innovation-image {
    width: 26px;
    height: 26px;
  }

  .innovation-circle-title {
    font-size: 12px;
    line-height: 18px;
  }

  .section-sektorler-header {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .sektorler-history-component {
    height: 100%;
  }

  .sektorler-card-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sektorler-add-circle {
    width: 40px;
    height: 40px;
  }

  .add-icon {
    width: 12px;
  }

  .saktorler-grid-title {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 30px;
  }

  .saktorler-grid-image {
    width: 230px;
    margin-top: 10px;
  }

  .sektorler-grid-bottom {
    margin-top: 30px;
    font-size: 14px;
  }

  .section-medyadetail-header {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #212a40;
  }

  .medyadetail-para {
    font-size: 18px;
    line-height: 32px;
  }

  .divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .medyadetail-grid-content {
    line-height: 24px;
  }

  .section-medya-header {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .medya-filter-link {
    width: 160px;
    height: 60px;
  }

  .medya-image-arrow {
    right: -5%;
  }

  .medya-grid-tiltle {
    font-size: 30px;
    line-height: 50px;
  }

  .section-kurumsala-header {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .kurumsala-grid-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-kurumsala-grid-title {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }

  .text-kurumsala-grid-para {
    text-align: left;
  }

  .kurumsala-sanat-content {
    width: 300px;
    height: 270px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .kurumsala-norm-title {
    font-size: 24px;
    line-height: 34px;
  }

  .kurumsala-norm-para {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .kurumsala-bottom-title {
    font-size: 12px;
    line-height: 20px;
  }

  .kurumsala-content-component {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-basariya-header {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section-gelecege-header {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .gelecege-wrapper-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .gelecege-grid-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gelecege-grid-content.center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-gelecege-grid-para {
    text-align: left;
  }

  .text-gelecege-semi-bold {
    text-align: left;
  }

  .section-iletisim-header {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }

  .form-grid {
    grid-column-gap: 30px;
  }

  .iletisim-history-wrapper {
    position: relative;
    top: 2%;
  }

  .iletisim-wrapper-contact {
    font-size: 16px;
    line-height: 24px;
  }

  .section-raporlar-header {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }

  .raporlar-history-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-style-54px {
    font-size: 40px;
    line-height: 60px;
  }

  .raporlar-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .raporlar-filter-link {
    width: 160px;
    height: 60px;
  }

  .section-hayata-header {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section-enileriye-header {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section-global-header {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }

  .text-style-17px {
    line-height: 26px;
  }

  .global-country-grid {
    margin-right: 16px;
    margin-left: 16px;
  }

  .text-style-26px {
    font-size: 22px;
  }

  .global-country-circle {
    width: 40px;
    height: 40px;
  }

  .global-arrow {
    width: 15px;
  }

  .maps {
    width: 100%;
    height: 100%;
  }

  .maps2 {
    width: 100%;
    height: 100%;
  }

  .innovation-image-1 {
    width: 40px;
    height: 21px;
  }

  .sektorler-card {
    width: 400px;
    height: 550px;
  }

  .sektorler-card-front {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .sektorler-card-back {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .text-style-small {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
  }

  .check-box {
    width: 60%;
    font-size: 10px;
  }

  .checkbox-icon {
    height: 19px;
    margin-right: 10px;
  }

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

  .home-header-button-link {
    width: 50%;
    max-width: 230px;
  }

  .home-header-button-link.hayat {
    font-size: 14px;
  }

  .big-text {
    font-size: 44px;
    line-height: 50px;
  }

  .big-text.spacing {
    font-size: 34px;
    line-height: 40px;
  }

  .nav-devider {
    height: 1px;
    margin-top: 30px;
  }

  .life-image-1 {
    height: 230px;
  }
}

@media screen and (max-width: 479px) {
  .photo { background-size: contain; background-color: #fff; }
  .section-sektorler-header .innovation-header-component h3, .section-sektorler-header .innovation-header-component h1, .home .section-home-silider .slide-img { transform: none !important; transform-style: unset !important; }
  .home .slider-title { display: block; flex-direction: inherit; -webkit-box-align: inherit; -webkit-box-direction: inherit; align-items: inherit; }
  .iletisim-form-component .form-grid > div { float: left; clear: both; width: 100%; margin-bottom: 15px; }
  .iletisim-form-component .form-grid .text-field { width: 100%; }
  .iletisim-form-component .form-grid { display: block; }
	
  .shareDistB { justify-content: space-between; align-items: center; align-content: center; flex-direction: column; }
  .shareDistB .circle { margin: 0 0 30px 0; }
	
  h1 {
    font-size: 30px;
  }

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

  .padding-left.padding-xxhuge {
    padding-right: 0px;
  }

  .padding-left.padding-xhuge {
    padding-right: 0px;
  }

  .padding-left.padding-huge {
    padding-right: 0px;
  }

  .margin-top.margin-xlarge {
    margin-top: 40px;
  }

  .max-width-large {
    padding-top: 0px;
  }

  .side-border-blue {
    top: -187%;
  }

  .side-border-blue.header {
    top: -73%;
  }

  .side-border-blue.innovation {
    top: -160%;
  }

  .side-border-blue.innovation.up {
    top: -179%;
  }

  .side-border-blue.about {
    top: -140%;
  }

  .side-border-blue.about-team {
    top: -24%;
  }

  .side-border-blue.medya-detail {
    top: -120%;
  }

  .side-border-blue.sektorler {
    top: -169%;
  }

  .side-border-blue.kurumsala {
    top: -172%;
  }

  .side-border-blue.basariya {
    top: -189%;
  }

  .side-border-blue.gelecege {
    top: -190%;
  }

  .side-border-blue.iletisim {
    top: -187%;
  }

  .side-border-blue.raporlar {
    top: -190%;
  }

  .side-border-blue.full-menu {
    overflow: hidden;
  }

  .about-history-wrapper {
    padding-right: 20px;
  }

  .text-style_center {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .about-square-achievement {
    width: 120px;
    height: 120px;
    margin-right: 120px;
    font-size: 12px;
    line-height: 20px;
  }

  .padding-horizontal.padding-xhuge {
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-content-component {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  .text-style-subheader-blue {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .t-grid-content {
    width: 100%;
    font-size: 14px;
  }

  .text-style-bold {
    font-size: 32px;
    line-height: 42px;
  }

  .vertical-line.with-40-padding {
    margin-left: 39px;
  }

  .padding-vertical.padding-huge {
    padding-right: 0px;
    padding-left: 0px;
  }

  .padding-vertical.padding-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-content {
    grid-row-gap: 60px;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .footer_content-left {
    margin-right: 0px;
  }

  .footer_logo-link {
    margin-top: 10px;
    padding-left: 0px;
  }

  .footer_logo {
    height: 80px;
  }

  .footer-logo {
    width: 60px;
  }

  .home-life-content {
    padding-top: 20px;
    padding-right: 0px;
  }

  .life-image {
    height: 230px;
  }

  .home-header-shadow {
    display: none;
    width: 20%;
    background-color: hsla(0, 0%, 95.8%, 0.1);
  }

  .home-norm-oval-link {
    margin-right: 30px;
  }

  .section-home-header {
    height: 100%;
  }

  .home-norm-content {
    padding-right: 0px;
  }

  .norm-title {
    font-family: Montserrat, sans-serif;
  }

  .home-norm-link {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .home-norm-shadow {
    display: none;
  }

  .header-title-wrapper {
    margin-bottom: 0px;
  }

  .home_max-width-large {
    margin-bottom: 30px;
  }

  .home-header-button-link {
    width: 70%;
  }

  .home-header-link {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .padding-top.home {
    padding-top: 80px;
  }

  .innovation-subtitle-wrapper {
    margin-bottom: 20px;
  }

  .innovation-history-wrapper {
    padding-right: 20px;
  }

  .text-style-innovation {
    margin-top: 40px;
  }

  .innovation-content-component {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .innovation-t-grid-content {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .innovation-norm-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 170px;
    margin-left: 0px;
  }

  .slide {
    width: 88%;
  }

  .innovation-chart-middle {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .innovation-border-lines-vertical {
    display: none;
  }

  .innovation-grid-content {
    margin-top: 40px;
  }

  .innovation-grid-content._1 {
    margin-top: 40px;
  }

  .innovation-grid-content._2 {
    margin-top: 40px;
  }

  .section-sektorler-header {
    padding-top: 100px;
  }

  .saktorler-grid-title {
    font-size: 28px;
    line-height: 38px;
  }

  .saktorler-grid-image {
    width: 220px;
  }

  .medyadetail-grid-image {
    width: 100%;
    height: 100%;
  }

  .section-medya-header {
    background-position: 70% 50%;
  }

  .medya-image-arrow {
    top: 39%;
    right: -4%;
    display: none;
    width: 50px;
    height: 50px;
  }

  .medya-arrow {
    width: 5px;
  }

  .medya-grid-tiltle {
    line-height: 40px;
  }

  .medya-image {
    height: 100%;
  }

  .medya-left-arrow {
    width: 40px;
    height: 40px;
  }

  .medya-right-arrow {
    width: 40px;
    height: 40px;
  }

  .page-no {
    margin-right: 5px;
    margin-left: 5px;
  }

  .page-no-circle {
    width: 35px;
    height: 35px;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 14px;
    line-height: 22px;
  }

  .dot {
    margin-right: 3px;
    margin-left: 3px;
  }

  .section-kurumsala-header {
    background-position: 50% 50%;
  }

  .kurumsala-grid-image {
    width: 100%;
    height: 100%;
  }

  .kurumsala-grid-content {
    margin-top: 30px;
  }

  .text-kurumsala-grid-title {
    font-size: 34px;
    line-height: 42px;
  }

  .kurumsala-norm-sanat {
    width: 100%;
    height: 100%;
  }

  .kurumsala-sanat-content {
    position: relative;
    width: 100%;
  }

  .kurumsala-content-component {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .section-basariya-header {
    background-position: 50% 50%;
  }

  .text-basariya-semi-bold {
    font-size: 20px;
  }

  .gelecege-wrapper-heading {
    font-size: 30px;
    line-height: 42px;
  }

  .text-gelecege-grid-title {
    font-size: 40px;
    line-height: 50px;
  }

  .text-gelecege-semi-bold {
    font-size: 19px;
    line-height: 26px;
  }

  .field-label {
    font-family: Maisonneue, sans-serif;
    font-size: 12px;
    line-height: 20px;
  }

  .text-field {
    font-size: 12px;
    line-height: 20px;
  }

  .select-field {
    font-size: 13px;
  }

  .iletisim-history-wrapper {
    padding-right: 10px;
  }

  .raporlar-history-wrapper {
    padding-right: 10px;
  }

  .raporlar-tab-link {
    width: 196px;
    margin-bottom: 10px;
  }

  .raporlar-tab-link.w--current {
    width: 140px;
  }

  .text-style-54px {
    font-size: 38px;
    line-height: 50px;
  }

  .raporlar-grid {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
	
	.sustRepDown { padding: 20px 70px 20px 30px; }
	.sustRepDown:after { zoom: 0.5; }

  .text-style-para-small {
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .raporlar-filter-link {
    width: 110px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .raporlar-filter-arrow {
    height: 16px;
    margin-left: 10px;
  }

  .global-data-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-style-17px {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .text-style-17px.center {
    text-align: left;
  }

  .text-style-17px.center.black {
    text-align: center;
  }

  .global-country-grid {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .maps {
    width: 100%;
    height: 100%;
  }

  .maps2 {
    width: 100%;
    height: 100%;
  }

  .test-style-44px {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 50px;
  }

  .about-square-achievement-2 {
    width: 120px;
    height: 120px;
    margin-left: 120px;
    font-size: 12px;
    line-height: 20px;
  }

  .t-grid-image {
    height: 100%;
  }

  .full-screen-menu {
    display: none;
    overflow: hidden;
  }

  .home-header-shadow-copy {
    width: 20%;
    background-color: hsla(0, 0%, 95.8%, 0.1);
  }

  .home-header-oval-link-copy {
    margin-left: 10px;
  }

  .t-grid-content-2 {
    width: 100%;
    font-size: 14px;
  }

  .t-grid-content-3 {
    width: 100%;
    font-size: 14px;
  }

  .t-grid-content-4 {
    width: 100%;
    font-size: 14px;
  }

  .t-grid-content-5 {
    width: 100%;
    font-size: 14px;
  }

  .t-grid-content-6 {
    width: 100%;
    font-size: 14px;
  }

  .about-square-achievement-3 {
    width: 120px;
    height: 120px;
    margin-right: 120px;
    font-size: 12px;
    line-height: 20px;
  }

  .about-square-achievement-4 {
    width: 120px;
    height: 120px;
    margin-left: 120px;
    font-size: 12px;
    line-height: 20px;
  }
	
  .about-square-achievement-5 {
    width: 120px;
    height: 120px;
    margin-right: 120px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-para-wrapper {
    font-size: 17px;
  }

  .sektorler-card {
    width: 280px;
    height: 530px;
  }

  .sektorler-card-front {
    padding: 25px;
  }

  .sektorler-card-back {
    padding: 20px;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .text-style-small {
    font-size: 11px;
    line-height: 18px;
  }

  .home-header-link-tabs {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .check-box {
    width: 100%;
    margin-bottom: 35px;
  }

  .form-submit-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobile-nav {
    display: none;
    padding-top: 140px;
  }

  .mobile-nav-content {
    font-size: 16px;
  }

  .mobile-nav-sub-title {
    padding-left: 27px;
    font-size: 13px;
  }

  .nav-mobile {
    padding-top: 5px;
  }

  .home-header-button-link {
    width: 80%;
    max-width: 250px;
    margin-top: 0px;
  }

  .home-header-button-link.hayat {
    width: 80%;
    max-width: 250px;
    margin-top: 20px;
  }

  .polygon {
    height: 90px;
  }

  .cover {
    background-color: rgba(69, 69, 69, 0.89);
  }

  .home-header-oval-link-1 {
    margin-left: 10px;
  }

  .big-text {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .big-text.spacing {
    font-size: 30px;
  }

  .light-box {
    width: 70px;
    height: 70px;
  }

  .lightbox-icon {
    width: 35px;
  }

  .nav-devider {
    height: 1px;
  }

  .life-image-1 {
    height: 220px;
  }

  .cover-1 {
    background-color: rgba(69, 69, 69, 0.89);
  }

  .cover-2 {
    background-color: rgba(69, 69, 69, 0.89);
  }

  .cover-3 {
    background-color: rgba(69, 69, 69, 0.89);
  }

  .cover-4 {
    background-color: rgba(69, 69, 69, 0.89);
  }

  .cover-5 {
    background-color: rgba(69, 69, 69, 0.89);
  }

  .cover-6 {
    background-color: rgba(69, 69, 69, 0.89);
  }
}

#w-node-_0380eef9-262f-a907-4df7-e3969c0192e6-4ea77bc1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9fe49a62-322c-4484-b24b-73ecc502142d-4ea77bc1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f44d911c-21de-75b5-ad65-510db9825f42-4ea77bc1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_444bda73-6944-f2f5-fa6c-e2bdf00ff9ef-172b8f1a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6dccf1c2-8755-a3f4-1229-8351770c1d7b-172b8f1a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1f7f5a8f-442e-ce9a-a02b-2575909bbb6d-172b8f1a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_06e29830-ba86-be1b-bac9-33d48a0844da-172b8f1a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bd96d7b8-9039-4ec8-989d-9f043e2a3bc8-089034a0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd96d7b8-9039-4ec8-989d-9f043e2a3bf4-089034a0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd7b4c52-fc05-33e7-55ae-963afe56ae1c-b52f7714 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 1380px) {
  .nav_link-list { margin-right: 0; }
  .nav_link { padding: 12px 10px; }

}

@media screen and (max-width: 1280px) {
  .nav_link { padding: 12px 8px; font-size: 16px; }
  
}

@media screen and (max-width: 991px) {
  #w-node-_0380eef9-262f-a907-4df7-e3969c0192e6-4ea77bc1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0380eef9-262f-a907-4df7-e3969c0192e8-4ea77bc1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f44d911c-21de-75b5-ad65-510db9825f42-4ea77bc1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_444bda73-6944-f2f5-fa6c-e2bdf00ff9ef-172b8f1a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_46422557-a4a3-59c1-a379-173bba2c967b-172b8f1a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6dccf1c2-8755-a3f4-1229-8351770c1d7b-172b8f1a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_58b2ec2a-dcf0-169b-732a-8496915897f3-172b8f1a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1f7f5a8f-442e-ce9a-a02b-2575909bbb6d-172b8f1a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f0795807-e1a5-de6f-6c85-35de43fbdc12-172b8f1a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06e29830-ba86-be1b-bac9-33d48a0844da-172b8f1a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_293563ea-1235-cc6d-dad0-131757c8e41e-172b8f1a {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bd96d7b8-9039-4ec8-989d-9f043e2a3bc8-089034a0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-bd96d7b8-9039-4ec8-989d-9f043e2a3bf4-089034a0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-db68b022-77f8-f6d4-27ec-005b1bc3300f-b52f7714 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-bd7b4c52-fc05-33e7-55ae-963afe56ae1c-b52f7714 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_6cc3aca1-be85-84f3-cd9b-25fd3c668d16-b52f7714 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_8654d939-76b1-003f-0eee-b160ea2a0917-b52f7714 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-caee6a02-6ec9-10d3-389c-ab983adc1035-d3da9074 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2b3d2769-c604-19e7-0fd3-30ce0075e72f-d3da9074 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7c25f44a-6776-27fc-853c-ae4ed473463f-5575f509 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9073d50d-c8c5-b24f-a600-81dfe31a7cdd-5575f509 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5e0bb714-c0b1-7c2f-6cf8-88d161de2616-5575f509 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5e0bb714-c0b1-7c2f-6cf8-88d161de260d-5575f509 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2d5822d5-6e9a-9cd6-992e-63817b4b3383-5575f509 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2d5822d5-6e9a-9cd6-992e-63817b4b338c-5575f509 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_663719ea-3142-8fc8-f1b4-b2d9b4dddb84-2573acc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_663719ea-3142-8fc8-f1b4-b2d9b4dddb8d-2573acc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_663719ea-3142-8fc8-f1b4-b2d9b4dddb92-2573acc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_663719ea-3142-8fc8-f1b4-b2d9b4dddb95-2573acc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0ff516ac-f20f-b0e7-ec76-2905cf2f9e84-2573acc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0ff516ac-f20f-b0e7-ec76-2905cf2f9e8c-2573acc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-aadc3ed2-7d89-ed3e-a642-641fc002f254-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aadc3ed2-7d89-ed3e-a642-641fc002f25c-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-aadc3ed2-7d89-ed3e-a642-641fc002f261-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-aadc3ed2-7d89-ed3e-a642-641fc002f264-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aadc3ed2-7d89-ed3e-a642-641fc002f26c-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aadc3ed2-7d89-ed3e-a642-641fc002f272-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8f6a89b1-0781-e9f6-fc83-49b4662d5100-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8f6a89b1-0781-e9f6-fc83-49b4662d5103-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d94b713a-7dd2-5df5-01dd-9442819c5e5d-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d94b713a-7dd2-5df5-01dd-9442819c5e65-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2e6c13ae-b5c5-d56f-123d-822c79de9a17-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2e6c13ae-b5c5-d56f-123d-822c79de9a1a-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_548d5010-67d7-3c58-a283-35def8ed09c1-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_548d5010-67d7-3c58-a283-35def8ed09ca-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4e8b66b5-505a-6089-df3c-58d1fd2de24b-518cd34e {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4e8b66b5-505a-6089-df3c-58d1fd2de24e-518cd34e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0380eef9-262f-a907-4df7-e3969c0192e6-4ea77bc1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_0380eef9-262f-a907-4df7-e3969c0192e8-4ea77bc1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9fe49a62-322c-4484-b24b-73ecc502142d-4ea77bc1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-f44d911c-21de-75b5-ad65-510db9825f42-4ea77bc1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fb02b6e0-64f7-36ff-9b75-3ed38c781246-5cebe68b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3be26f6f-c592-e3f3-d1bd-00b67299d6ac-5cebe68b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_50daaad3-086e-bc9c-267b-522d0da527b1-5cebe68b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_184e3835-455c-8985-e96d-07ab3674df50-5cebe68b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bf3dabf8-1757-d22e-348f-71f059c7f0da-5cebe68b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b0435d81-d7b7-9ed8-1847-b754259c20bb-5cebe68b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-db68b022-77f8-f6d4-27ec-005b1bc3300f-b52f7714 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-bd7b4c52-fc05-33e7-55ae-963afe56ae1c-b52f7714 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6cc3aca1-be85-84f3-cd9b-25fd3c668d16-b52f7714 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_663719ea-3142-8fc8-f1b4-b2d9b4dddb84-2573acc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_663719ea-3142-8fc8-f1b4-b2d9b4dddb8d-2573acc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_663719ea-3142-8fc8-f1b4-b2d9b4dddb92-2573acc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_663719ea-3142-8fc8-f1b4-b2d9b4dddb95-2573acc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0ff516ac-f20f-b0e7-ec76-2905cf2f9e84-2573acc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0ff516ac-f20f-b0e7-ec76-2905cf2f9e8c-2573acc0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7aeb2f09-cecd-f925-475d-57ff9b17d8a5-9b17d8a0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_7aeb2f09-cecd-f925-475d-57ff9b17d8a8-9b17d8a0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fb02b6e0-64f7-36ff-9b75-3ed38c781246-5cebe68b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3be26f6f-c592-e3f3-d1bd-00b67299d6ac-5cebe68b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_50daaad3-086e-bc9c-267b-522d0da527b1-5cebe68b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_184e3835-455c-8985-e96d-07ab3674df50-5cebe68b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-bf3dabf8-1757-d22e-348f-71f059c7f0da-5cebe68b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b0435d81-d7b7-9ed8-1847-b754259c20bb-5cebe68b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6095f6ca-cd20-76b5-047c-157775cbd009-089034a0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_556bc299-9212-50f1-f6af-7a8c2f406994-089034a0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_072ac017-1627-ee35-3cdc-ccf19923e929-089034a0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4075247f-a627-5233-030c-c9e860f56e17-089034a0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6cab2870-6537-e0d8-d426-1bd73b56d395-089034a0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3977c8fb-0988-fe84-1630-39c02a8e6f61-089034a0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b84247f8-46e1-f9b7-8bbd-c8e228c43cda-089034a0 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bd96d7b8-9039-4ec8-989d-9f043e2a3bf4-089034a0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ab1ac118-90ae-7339-274a-a7454ed1883a-6474f4d6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_54577599-ca61-6119-2c54-a4ab2d51337c-6474f4d6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ade117ee-7ad0-89ea-0822-d82cf1999760-6474f4d6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ade117ee-7ad0-89ea-0822-d82cf1999765-6474f4d6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_75ed4a5f-0953-88a7-7d2e-ada4ff78d450-6474f4d6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_75ed4a5f-0953-88a7-7d2e-ada4ff78d455-6474f4d6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_56d72c38-b3a6-0136-33a9-f6d4fed914e0-b3609ec5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7fa2b43e-6da8-0a88-7c7b-50d7d12cf44e-b3609ec5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ba204226-a4b4-d3be-c6eb-d8d6b5f172c0-b3609ec5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_805d70db-389c-0c26-1158-0971b4aeb5fc-b3609ec5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-BoldItalic.otf') format('opentype'), url('../fonts/MaisonNeue-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue book';
  src: url('../fonts/MaisonNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-BookItalic.otf') format('opentype'), url('../fonts/MaisonNeue-DemiItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-Bold.otf') format('opentype'), url('../fonts/MaisonNeue-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue demi';
  src: url('../fonts/MaisonNeue-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended';
  src: url('../fonts/MaisonNeueExtended-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended book';
  src: url('../fonts/MaisonNeueExtended-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended demi';
  src: url('../fonts/MaisonNeueExtended-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended';
  src: url('../fonts/MaisonNeueExtended-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended';
  src: url('../fonts/MaisonNeueExtended-BoldItalic.otf') format('opentype'), url('../fonts/MaisonNeueExtended-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended';
  src: url('../fonts/MaisonNeueExtended-DemiItalic.otf') format('opentype'), url('../fonts/MaisonNeueExtended-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended';
  src: url('../fonts/MaisonNeueExtended-ExtraBold.otf') format('opentype'), url('../fonts/MaisonNeueExtended-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended';
  src: url('../fonts/MaisonNeueExtended-ExtraThin.otf') format('opentype'), url('../fonts/MaisonNeueExtended-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended';
  src: url('../fonts/MaisonNeueExtended-ExtraThinItalic.otf') format('opentype'), url('../fonts/MaisonNeueExtended-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended';
  src: url('../fonts/MaisonNeueExtended-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended';
  src: url('../fonts/MaisonNeueExtended-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended';
  src: url('../fonts/MaisonNeueExtended-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneueextended';
  src: url('../fonts/MaisonNeueExtended-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-ExtraThin.otf') format('opentype'), url('../fonts/MaisonNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Maisonneue';
  src: url('../fonts/MaisonNeue-ThinItalic.otf') format('opentype'), url('../fonts/MaisonNeue-ExtraThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

.kurumsala-history-component .kurumsala-grid-content p a { color: #5e5ef7; }
.iletisim-wrapper-contact a, .iletisim-wrapper-contact span { color: #fff; }

html { margin-top: 0 !important; }
