.top-section {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #F8F7F1;
  background: #ffffff;
  position: relative;
  z-index: 10;
}
.top-section__top {
  display: flex;
  align-items: center;
}
.top-section__top__usps {
  display: flex;
  font-size: 0.875rem;
  margin: 0;
  height: 40px;
  align-items: center;
  overflow: hidden;
  width: 100%;
  color: #767676;
  line-height: 21px;
  position: relative;
}
.top-section__top__usps li {
  display: flex;
  align-items: center;
  color: #8C8B74;
  column-gap: 10px;
}
.top-section__top__usps li.usp-0 {
  animation-name: anim-1;
}
.top-section__top__usps li.usp-1 {
  animation-name: anim-2;
}
.top-section__top__usps li.usp-2 {
  animation-name: anim-3;
}
@media (max-width: 991.98px) {
  .top-section__top__usps li {
    position: absolute;
    display: block !important;
    width: 100%;
    animation-duration: 15s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .top-section__top__usps li:not(:last-child) {
    padding-right: 17px;
  }
}
.top-section__top__usps li svg {
  font-size: 1rem;
  line-height: 21px;
  color: #5E9F46;
}
.top-section__language {
  width: 40px;
  font-size: 0.552rem;
  color: #ffffff;
  cursor: pointer;
}
.top-section__toggle {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border: solid 2px #ffffff;
  border-radius: 50rem;
}

html:not(.zeynep-opened) .mobile-search form.dgwt-wcas-search-form {
  opacity: 1 !important;
  display: inline-block !important;
  position: relative !important;
  top: -20px !important;
  z-index: -1 !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border: 1px solid rgba(38, 38, 38, 0.4);
  padding: 10px 16px 10px 16px;
}
@media (max-width: 991.98px) {
  .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 0 !important;
    border-left: 0;
  }
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: #B4B4B4;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: auto;
  right: 16px;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier path {
  fill: #8C8B74;
}
.dgwt-wcas-no-submit.dgwt-wcas-search-filled .dgwt-wcas-ico-magnifier {
  opacity: 0;
  visibility: hidden;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
  color: #38978B;
  font-size: 1rem;
  text-transform: none;
}

.mobile-search {
  height: 25px;
}
@media (max-width: 991.98px) {
  .mobile-search .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    color: rgba(38, 38, 38, 0.7);
    border-color: #b4b4b4;
    border-left: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
  }
}
.mobile-search .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search] {
  width: 20px;
  border: 0;
  padding-right: 10px;
}
.mobile-search .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search]::placeholder {
  color: transparent;
}
.mobile-search .js-dgwt-wcas-search-icon-handler {
  visibility: hidden;
  position: relative;
  z-index: 2000;
}
.mobile-search form.dgwt-wcas-search-form {
  min-width: 30px !important;
  left: 20px !important;
}
.mobile-search svg.dgwt-wcas-ico-magnifier {
  margin-top: 5px !important;
}

.header2 {
  position: relative;
  width: 100%;
  z-index: 10;
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 40px;
  position: sticky;
  top: 0;
  padding-top: 8px;
  padding-bottom: 17px;
  margin-bottom: 1px;
}
.header2.sticky {
  position: fixed;
  top: 0;
  z-index: 200;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .sticky.home .header2 {
    background: black;
  }
}
@media (min-width: 768px) {
  .header2 {
    margin-bottom: 2px;
  }
}
@media (min-width: 992px) {
  .header2 {
    border-bottom: 0;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .header2 > .container {
    align-items: center;
    position: relative;
    padding-bottom: 5px;
  }
}
.header2 .h3 {
  font-size: 1rem;
  font-weight: 500;
}
.header2 .h3 a {
  font-size: 1rem;
  font-weight: 500;
  color: #F8992F;
}
.header2--sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .header2--sticky {
    position: relative;
    top: unset;
    left: unset;
  }
}
.header2__logo {
  position: absolute;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  top: 2px;
}
@media (min-width: 992px) {
  .header2__logo {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 360px;
  }
}
@media (max-width: 991.98px) {
  .header2__logo {
    top: 9px;
    left: 45%;
  }
}
.header2__logo a {
  display: block;
}
.header2__logo a img {
  margin: 0 auto;
  width: 114px;
  height: 62px;
}
@media (min-width: 992px) {
  .header2__logo a img {
    margin: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .header2__logo a img {
    height: auto;
    position: relative;
    top: 12px;
    object-fit: contain;
  }
}
@media (max-width: 991.98px) {
  .header2__logo a img.header2__logo-2 {
    height: 20px;
    position: relative;
    top: 12px;
  }
}
.header2__right {
  width: 100%;
  padding-top: 14px;
}
@media (min-width: 992px) {
  .header2__right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 360px);
    padding-left: 6%;
  }
}
.header2__right__wrapper {
  flex: 1;
}
.header2__search {
  width: 6%;
}
@media (min-width: 992px) {
  .header2__search {
    width: 549px;
  }
}
.header2__search button {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 1.484rem;
  color: #f36557;
  border: 0;
  background: transparent;
}
@media (min-width: 992px) {
  .header2__search button {
    top: 8px;
    right: 18px;
    font-size: 1.125rem;
  }
}
.header2__search .form-control {
  display: none;
  width: 100%;
  height: 42px;
  font-size: 0.895rem;
  letter-spacing: 0.3px;
  color: rgba(180, 180, 180, 0.6);
  border: solid 2px rgba(38, 38, 38, 0.2);
  border-radius: 0.654rem;
  box-shadow: none;
  padding-right: 40px;
  padding-left: 24px;
}
@media (min-width: 992px) {
  .header2__search .form-control {
    display: block;
  }
}
.header2__search .form-control::placeholder {
  color: rgba(180, 180, 180, 0.6);
}
.header2__list {
  margin: 0 5px 0 0;
  list-style: none;
}
@media (min-width: 992px) {
  .header2__list {
    margin: 1px 0 0;
    align-items: end;
    padding-bottom: 12px !important;
  }
}
.header2__list li {
  position: relative;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .header2__list li {
    padding-left: 15px;
    margin-left: 0;
  }
}
.header2__list li:first-child {
  padding: 0;
}
.header2__list li a {
  display: block;
  font-size: 0;
  text-decoration: none;
  color: #121C42;
}
@media (min-width: 992px) {
  .header2__list li a {
    font-size: 0.697rem;
  }
}
.header2__list li sup {
  position: absolute;
  top: -12px;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50rem;
  background-color: #38978B;
}
@media (min-width: 992px) {
  .header2__list li sup {
    top: -10px;
    right: 10px;
    width: 15px;
    height: 15px;
    font-size: 0.562rem;
  }
}
.header2 .dgwt-wcas-ico-magnifier-handler {
  margin: 0 !important;
}
.header2__icon {
  width: 100%;
  text-align: center;
  margin-bottom: 2px;
}
.header2__icon svg, .header2__icon i {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
@media (min-width: 992px) {
  .header2__icon svg, .header2__icon i {
    font-size: 1.054rem;
  }
}
.header2__menu-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header2__menu-item {
  line-height: 3.2;
  padding-right: 31px;
}
.header2__menu-item:last-child {
  margin-left: auto;
  padding-right: 0;
}
.header2__menu-item:last-child a {
  font-weight: 400;
}
.header2__menu-link {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.header2__menu-link--orange {
  font-weight: 600;
  color: #F8992F;
}
.header2__toggle-btn {
  position: absolute;
  top: 24px;
  left: 14px;
  font-size: 0.875rem;
  color: rgba(243, 101, 87, 0.5);
}
.header2__toggle {
  position: relative;
  z-index: 15;
  display: block;
  width: 27px;
  height: 34px;
  cursor: pointer;
  margin-right: 9px;
}
@media (min-width: 992px) {
  .header2__toggle {
    display: none;
  }
}
.header2__toggle svg {
  display: none;
}
.header2__toggle span {
  position: absolute;
  top: 25%;
  left: 50%;
  display: block;
  width: 27px;
  height: 2px;
  text-indent: -9999px;
  border-radius: 3px;
  background-color: #1E1E1E;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
.header2__toggle span:before, .header2__toggle span:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background-color: #1E1E1E;
  transition: all 0.2s ease-in-out;
  content: "";
}
.header2__toggle span:before {
  top: -8px;
  left: 0;
}
.header2__toggle span:after {
  right: 0;
  bottom: -7px;
}
.mm-ocd-opened .header2__toggle span {
  background: none;
}
.mm-ocd-opened .header2__toggle span:before {
  top: 0;
  width: 100%;
  transform: rotate(135deg);
}
.mm-ocd-opened .header2__toggle span:after {
  bottom: 0;
  width: 100%;
  transform: rotate(-135deg);
}
@media (min-width: 992px) {
  .header2 nav#nav {
    margin-top: auto;
    position: relative;
  }
}
.header2__text__center {
  padding: 7em 0;
  font-size: 2em;
  letter-spacing: 0.1em;
  width: 60%;
  line-height: 50px;
}
@media (max-width: 991.98px) {
  .header2__text__center {
    padding: 1em 0;
    width: 80%;
  }
}

form.dgwt-wcas-search-form input[type=search] {
  border-radius: 10px !important;
}
@media (min-width: 992px) {
  form.dgwt-wcas-search-form input[type=search] {
    width: 548px !important;
  }
}

.mega-menu-active main:after {
  content: "" !important;
  display: block !important;
  background: rgba(1, 31, 38, 0.4);
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  z-index: 1;
}
