:root {
  --primary-text-black: #333;
  --primary-text-white: white;
  --secondary-text-white: #ccc;
  --secondary-red: #e32727;
  --primary-red: #d32f2f;
  --secondary-text-black: #666;
  --white: #fff;
  --black: #121212;
  --grey-light-mode: #bdbdbd;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--burntsienna: #e76f51;
  --grey-night-mode: #757575;
  --white-2: #f5f5f5;
  --black-2: black;
  --kütüp-library--dark-slate-grey-x: #2e5261;
  --kütüp-library--dim-grey: #6e6e6e;
  --text-red: #b02727;
}

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

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

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

body {
  color: #333;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  color: var(--primary-text-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--primary-text-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: var(--primary-text-white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  color: var(--primary-text-white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

h6 {
  color: var(--primary-text-white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.container {
  max-width: 1920px;
  margin-left: 140px;
  margin-right: 140px;
}

.container.centre {
  margin-left: auto;
  margin-right: auto;
}

.home-banner {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/trial1.png'), url('../images/6622780e8a9b050b62d57e22_2392.jpg');
  background-position: 0 0, 50%, 50% 0;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: center;
  margin-top: -80px;
  padding-top: 140px;
  padding-bottom: 100px;
}

.home-banner-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-top: 40px;
  display: flex;
}

.home-banner-heading {
  color: var(--primary-text-white);
}

.home-banner-subtext {
  color: var(--secondary-text-white);
  font-weight: 500;
}

.primary-button {
  background-color: var(--secondary-red);
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 24px;
}

.primary-button:hover {
  background-color: var(--primary-red);
}

.primary-button._40px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--secondary-red);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.primary-button._40px:hover {
  background-color: var(--primary-text-black);
}

.primary-button.small {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.primary-button._20px {
  margin-top: 20px;
  transition: all .35s;
}

.primary-button._20px:hover {
  background-color: var(--primary-text-black);
}

.primary-button-text {
  background-color: #0000;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.primary-button-text._40px {
  margin-top: 40px;
}

.about-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  display: flex;
}

.html-embed {
  color: var(--primary-text-black);
  align-self: center;
  padding-top: 6px;
}

.html-embed.white {
  color: var(--primary-text-white);
  padding-top: 4px;
}

.about-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: 400px;
  display: flex;
  position: relative;
}

.paragraph {
  color: var(--secondary-text-black);
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.sectio-header {
  margin-bottom: 10px;
  font-weight: 700;
}

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

.sectio-header.white.centre {
  max-width: none;
}

.sectio-header.centre {
  text-align: center;
}

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

.nav-link {
  color: var(--white);
  border-radius: 3px;
  padding: 15px 30px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .3s;
}

.nav-link:hover {
  color: var(--black);
}

.nav-link.w--current {
  color: var(--white);
  text-decoration: none;
}

.nav-link.extra-padding {
  padding-right: 40px;
}

.kutup-dropdown-link {
  color: var(--primary-text-black);
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.kutup-dropdown-link:hover {
  background-color: var(--primary-red);
  color: var(--primary-text-white);
  border-radius: 3px;
}

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

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

.kutup-dropdown-arrow {
  color: var(--primary-text-white);
  margin-right: 16px;
  font-size: 12px;
  font-weight: 300;
}

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

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

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

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

.kutup-shrink-item {
  z-index: 1;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.nav-bar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin-left: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.usp-section {
  background-image: linear-gradient(270deg, #000 53%, #000c), url('../images/famous-usp-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.usp-content-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  display: flex;
}

.usp-left {
  width: 30%;
}

.usp-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.usp-box {
  border: 1px solid var(--grey-light-mode);
  border-radius: 3px;
  flex-flow: column;
  padding: 25px;
  display: flex;
  position: relative;
}

.usp-box.black {
  border-color: var(--primary-text-black);
}

.usp-title {
  margin-top: 0;
  line-height: 1.2;
}

.usp-title.black {
  color: var(--primary-text-black);
}

.usp-text {
  color: var(--secondary-text-white);
  margin-top: 0;
  margin-bottom: 0;
}

.usp-text.black {
  color: var(--secondary-text-black);
  margin-top: 8px;
  margin-bottom: 8px;
}

.usp-icon {
  height: 48px;
  position: absolute;
  inset: -11% auto auto 7%;
}

.about-image-1 {
  object-fit: cover;
  border-radius: 3px;
  width: 85%;
  height: 85%;
  position: relative;
}

.about-image-2 {
  z-index: 2;
  object-fit: cover;
  border-radius: 3px;
  width: 85%;
  height: 85%;
  position: absolute;
  inset: 15% auto auto 15%;
  box-shadow: 0 0 20px #0003;
}

.kutup-gray-link {
  color: var(--secondary-text-black);
  font-weight: 700;
  transition: all .35s;
}

.kutup-gray-link:hover {
  background-color: var(--primary-red);
  color: var(--white);
}

.kutup-copyright {
  color: var(--secondary-text-black);
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

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

.kutup-footer-link {
  color: var(--primary-text-black);
  width: 60%;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.kutup-footer-vertical-flex {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.kutup-footer-vertical-flex._400px {
  max-width: 400px;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-footer-sub-title {
  color: var(--primary-text-black);
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

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

.kutup-small-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-nav-bar {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 20px;
}

.image {
  width: auto;
  max-height: 30px;
}

.image-2 {
  -webkit-text-stroke-color: #fff;
}

.contact-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/contact-bg.png'), url('../images/famous-usp-bg.jpg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-content-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  margin-left: 50%;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 500px;
}

.text-field {
  color: var(--primary-text-white);
  font-weight: 500;
}

.form-field {
  border: 1px solid var(--grey-light-mode);
  background-color: #fff0;
  border-radius: 3px;
}

.products-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tabs-menu {
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tabs-content {
  margin-top: 40px;
}

.tab-content-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  display: flex;
}

.tab-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.tab-right {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.sectio-header---small {
  color: var(--primary-text-white);
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.sectio-header---small.white {
  color: var(--primary-text-white);
}

.sectio-header---small.black {
  color: var(--primary-text-black);
}

.sectio-header---small.black._20px {
  color: var(--white);
  margin-bottom: 20px;
}

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

.divider-15px {
  height: 15px;
}

.fp-name {
  color: var(--primary-text-white);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

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

.fp-product-image {
  background-color: var(--white);
  object-fit: scale-down;
  border-radius: 5px 5px 0 0;
  width: 100%;
  max-height: 200px;
}

.fp-product-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary-red);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 10px 5px #0000000d;
}

.fp-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._40px-divider {
  height: 40px;
}

.kutup-display-3 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-small-top-text {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

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

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

.cta-box {
  grid-column-gap: 15px;
  text-decoration: none;
  display: flex;
}

.fp-titlebox {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.secondary-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 2px solid var(--grey-night-mode);
  border-radius: 3px;
  flex: 1;
  justify-content: space-between;
  padding: 3px 12px;
  display: flex;
}

.secondary-button._40px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.secondary-button.small {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.secondary-button.white {
  border-color: var(--primary-text-white);
  text-decoration: none;
}

.secondary-text {
  color: var(--primary-text-black);
  border-radius: 2px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1;
}

.secondary-text._40px {
  margin-top: 40px;
}

.secondary-text.white {
  color: var(--primary-text-white);
  text-decoration: none;
}

.brand-section {
  background-color: var(--primary-red);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.fb-name {
  color: var(--primary-text-black);
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.fb-name._18px {
  font-size: 18px;
}

.fb-titlebox {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.banner-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/trial1.png'), url('../images/6622780e8a9b050b62d57e22_2392.jpg');
  background-position: 0 0, 50%, 50% 30%;
  background-size: auto, cover, cover;
  justify-content: flex-start;
  align-items: center;
  margin-top: -80px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: block;
}

.banner-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.banner-subtext {
  color: var(--secondary-text-white);
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.banner-subtext.hide {
  display: none;
}

.banner-heading {
  color: var(--primary-text-white);
  text-align: center;
}

.not-home-about {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.n-about-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex-flow: column;
  display: flex;
}

.usp-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  display: grid;
}

.n-about-left {
  width: 50%;
}

.n-about-right {
  justify-content: space-between;
  align-self: center;
  width: 40%;
  display: flex;
  position: relative;
}

.n-about-div-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  background-color: var(--white);
  display: flex;
}

.bullet-point-text {
  color: var(--secondary-text-black);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: inline-block;
}

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

.bullet-point {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bullet-points-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.bullet-mark {
  width: 24px;
  height: 24px;
}

.n-about-image {
  width: 48%;
  max-height: 400px;
  box-shadow: 0 -1px 5px #0003;
}

.fb-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.html-embed-2 {
  color: var(--white);
}

.html-embed-2.red, .text-span {
  color: var(--primary-red);
}

.about-image-overlay {
  background-color: #d32f2fe6;
  width: 85%;
  height: 85%;
  position: absolute;
}

._25-years {
  z-index: 3;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 80px;
  left: 30%;
}

._25-years.hide {
  display: none;
}

.brand-info-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-info-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.brand-product {
  background-color: var(--primary-red);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-main-logo {
  max-height: 80px;
  margin-bottom: 5%;
}

.brand-main-logo.small {
  width: 40%;
}

.n-banner-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.n-banner-heading {
  color: var(--secondary-text-white);
  text-align: center;
  font-weight: 500;
}

._60px-divider {
  height: 60px;
}

.image-4 {
  object-fit: scale-down;
  width: 100%;
}

.container-2 {
  height: 80px;
}

.navbar {
  background-color: var(--black);
  justify-content: space-between;
  height: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.main-logo-image {
  max-height: 36px;
}

.icon {
  margin-right: 16px;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-link {
  color: var(--primary-text-black);
  padding: 12px 24px;
  font-size: 16px;
}

.dropdown-link:hover {
  background-color: var(--primary-red);
  color: var(--white);
}

.dropdown-list {
  background-color: var(--primary-red);
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 3px;
  margin-top: 8px;
}

.bottom-menu-header {
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 500;
}

.kutup-divider-40px {
  height: 40px;
}

.bottom-nav-text {
  color: var(--secondary-text-black);
  max-width: 400px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 17px;
}

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

.kutup-divider-24px {
  height: 24px;
}

._1-column {
  padding-right: 40px;
}

.h-about-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: space-between;
  display: flex;
}

.h-about-image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: 400px;
  display: flex;
  position: relative;
}

.h-about-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.card-button-red {
  border: 1px solid var(--grey-light-mode);
  background-color: var(--primary-red);
  border-radius: 3px;
  justify-content: space-between;
  align-self: stretch;
  margin: auto 8px 8px;
  padding: 8px 12px;
  display: flex;
}

.card-button-red._40px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--secondary-red);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.card-button-red.small {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.card-button-red._20px {
  margin-top: 20px;
}

.card-button-white {
  border: 1px solid var(--grey-light-mode);
  background-color: var(--white);
  border-radius: 3px;
  justify-content: space-between;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: 0;
  padding: 8px 12px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.card-button-white:hover {
  background-color: #b1b1b1cc;
}

.card-button-white._40px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--secondary-red);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.card-button-white.small {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.card-button-white._20px {
  margin-top: 20px;
}

.card-button-white.bottom {
  margin-top: auto;
}

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

.contact-details-wrapper {
  flex-flow: column;
  display: flex;
}

.contact-details-heading {
  text-align: center;
}

.button {
  color: #fff;
  text-align: center;
  border: 1px solid #424fff;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #424fff;
}

.button.button--home-hero {
  border-color: var(--white);
  border-radius: 3px;
  padding: 8px;
}

.button__text {
  z-index: 10;
  color: var(--primary-text-black);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.button__fill-top {
  background-color: var(--white);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.button__fill-bottom {
  background-color: var(--white);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.button__fill-left {
  background-color: var(--white);
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button__fill-right {
  background-color: var(--white);
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.fb-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  transition: opacity .325s;
  display: flex;
  box-shadow: 0 0 40px #0003;
}

.fb-card:hover {
  box-shadow: 0 0 15px 1px #0006;
}

.fb-card.low-shadow {
  transition-property: all;
  box-shadow: 0 0 20px #0000001a;
}

.fb-card.low-shadow:hover {
  box-shadow: 0 0 10px #0003;
}

.fb-product-image {
  background-color: var(--white);
  object-fit: scale-down;
  border-radius: 3px;
  width: 100%;
  max-height: 200px;
}

.fb-product-image.border {
  border: 1px solid var(--secondary-text-white);
}

.fp-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  transition: opacity .325s;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.fp-card:hover {
  box-shadow: 0 0 5px #0003;
}

.fp-card.grey {
  background-color: var(--white-2);
}

.product-card-button {
  border: 1px solid var(--grey-light-mode);
  background-color: var(--primary-red);
  border-radius: 3px;
  justify-content: space-between;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: 0;
  padding: 8px 12px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.product-card-button:hover {
  background-color: var(--primary-text-black);
}

.product-card-button._40px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--secondary-red);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.product-card-button.small {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.product-card-button._20px {
  margin-top: 20px;
}

.product-card-button.bottom {
  margin-top: auto;
}

.secondary-text-copy {
  color: var(--primary-text-white);
  border-radius: 2px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.1;
}

.secondary-text-copy._40px {
  margin-top: 40px;
}

.secondary-text-copy.white {
  color: var(--primary-text-white);
  text-decoration: none;
}

.html-embed-copy {
  color: var(--primary-text-white);
  align-self: center;
  padding-top: 6px;
}

.html-embed-copy.white {
  color: var(--primary-text-white);
  padding-top: 4px;
}

.combine-nav3_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.nav-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.nav_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.nav_logo-link.w--current {
  z-index: 7;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  position: relative;
}

.menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav3_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav3_dropdown-toggle {
  color: #fff;
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav3_dropdown-toggle:hover {
  outline-offset: 0px;
  color: #fff;
  border-radius: 3px;
  outline: 1px solid #fff;
}

.combine-menu-icon_line-middle {
  background-color: #1f2c3d;
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-nav3_item {
  color: #5f6570;
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav3_item:hover {
  color: #6157f8;
  background-color: #f2f3f7;
  border-radius: .5rem;
}

.combine-nav3_dropdown-list {
  background-color: #f2f3f7;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav3_dropdown-list.w--open {
  background-color: #0000;
}

.nav_link {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.nav_link:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #00000080;
  border-radius: 3px;
  outline: 1px solid #fff;
}

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

.text-block-24 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_menu {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.button-small {
  color: #fff;
  text-align: center;
  background-color: #2e8c8c;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.button-small:hover {
  outline-offset: 0px;
  background-color: #1f5d5d;
  outline: 1px solid #fff;
}

.combine-menu-icon_line-bottom {
  background-color: #1f2c3d;
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.padding-global {
  padding-left: 3rem;
  padding-right: 3rem;
}

.combine-nav3_dropdown-column {
  min-width: 10rem;
}

.combine-nav3_menu-button {
  padding: .5rem;
}

.nav_link-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_dropdown {
  display: none;
}

.nav_logo {
  object-fit: cover;
  width: 10rem;
  height: 100%;
  max-height: 3.6rem;
}

.combine-menu-icon_line-top {
  background-color: #1f2c3d;
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.nav_bar {
  background-color: #fff0;
  height: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.icon-3 {
  padding-left: 0;
  display: none;
}

.padding-global-2 {
  max-width: 1440px;
  padding-left: 100px;
  padding-right: 100px;
}

.combine-nav3_menu-button-2 {
  padding: .5rem;
}

.nav_menu-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-25 {
  margin-right: 24px;
}

.dropdown-list-3 {
  margin-top: 10px;
}

.dropdown-list-3.w--open {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0003;
  border: .5px solid #000;
  margin-bottom: 10px;
}

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

.top-nav-bar {
  background-color: #0000;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.primary-button-2 {
  background-color: var(--primary-red);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 128px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.25rem;
  font-size: 16px;
  line-height: 1.2;
  transition: all .3s;
  display: inline-flex;
}

.primary-button-2:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #3f3f40;
  outline: 1px #fffc;
}

.nav_link-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 24px;
  display: flex;
}

.nav-button-wrapper-2 {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.nav_link-2 {
  color: var(--white);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav_link-2:hover {
  background-color: var(--primary-red);
  outline-offset: 0px;
  color: #fff;
  border: 1px #ffd60a;
  border-right-width: 0;
  border-radius: 3px;
  outline: 3px #fff;
}

.nav_link-2.w--current {
  color: var(--white);
}

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

.nav_link-2.right {
  padding-right: 0;
}

.nav_link-2.different.w--current {
  display: none;
}

.dropdown-menu-items {
  color: var(--white);
  text-align: left;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.dropdown-menu-items:hover {
  background-color: var(--primary-red);
  outline-offset: 0px;
  color: #fff;
  border: 1px #ffd60a;
  border-right-width: 0;
  border-radius: 0;
  outline: 3px #fff;
}

.dropdown-menu-items.w--current {
  color: #000;
  background-color: #ffd60a;
}

.dropdown-menu-items.w--current:hover {
  color: #fff;
}

.dropdown-menu-items.padding {
  padding-bottom: 1.2rem;
}

.nav_logo-2 {
  object-fit: contain;
  max-width: 200%;
  height: 100%;
  max-height: 3.8rem;
}

.dropdown-2 {
  display: none;
}

.product-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  transition: all .325s;
  display: flex;
  box-shadow: 0 0 40px #0003;
}

.product-card:hover {
  box-shadow: 0 0 15px 1px #0006;
}

.product-card-image {
  background-color: var(--white);
  object-fit: scale-down;
  border-radius: 3px;
  width: 100%;
  max-height: 200px;
}

.product-card-titlebox {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.product-card-name {
  color: var(--primary-text-black);
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.product-card-name.white {
  color: var(--primary-text-white);
}

.contact-details-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.all-brands-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.link {
  color: var(--secondary-text-black);
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.fb-brand-name {
  color: var(--primary-text-black);
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .usp-box {
    padding: 40px;
  }

  .usp-icon {
    left: 10%;
  }

  .fp-grid, .fb-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._25-years {
    top: 111px;
    left: 35%;
  }

  .card-button-red, .card-button-white, .product-card-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-2 {
    border-radius: 3px;
    margin-right: 16px;
  }

  .dropdown-list-2 {
    background-color: var(--white);
  }

  .dropdown-list-2.w--open {
    background-color: var(--white);
    border-radius: 3px;
    margin-top: 8px;
  }

  .padding-global-2 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .nav_link-wrapper-2 {
    padding-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .fb-name._18px {
    font-size: 20px;
  }

  .n-about-image {
    max-height: 500px;
  }

  ._25-years {
    top: 125px;
    left: 37%;
  }

  .nav_logo {
    flex: none;
  }

  .primary-button-2 {
    font-size: 14px;
    line-height: 1;
  }

  .nav_logo-2 {
    flex: none;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    margin-left: 220px;
    margin-right: 220px;
  }

  .nav-bar-container {
    padding-left: 220px;
    padding-right: 220px;
  }

  .fp-product-image {
    object-fit: scale-down;
  }

  ._25-years {
    top: 177px;
    left: 40%;
  }

  .fb-product-image {
    object-fit: scale-down;
  }

  .padding-global-2 {
    max-width: none;
    padding-left: 250px;
    padding-right: 250px;
  }

  .nav_container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .product-card-image {
    object-fit: scale-down;
  }
}

@media screen and (max-width: 991px) {
  .container {
    margin-left: 40px;
    margin-right: 40px;
  }

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

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

  .nav-link {
    color: var(--primary-text-white);
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link:hover {
    background-color: var(--primary-red);
    color: var(--white);
  }

  .nav-link.extra-padding {
    width: 100%;
  }

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

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

  .kutup-dropdown {
    width: 100%;
  }

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

  .nav-bar-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .usp-box.black {
    padding-top: 40px;
  }

  .kutup-footer-grid-1 {
    grid-template-columns: 3fr 1fr 1fr;
  }

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

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

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

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

  ._25-years {
    width: 100px;
    height: 100px;
    top: 67px;
    left: 32%;
  }

  .image-3 {
    color: var(--white);
  }

  .dropdown-link {
    padding: 16px 30px;
  }

  .dropdown-list.w--open {
    z-index: 1;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .lottie-animation {
    height: 48px;
  }

  .menu-button {
    background-color: #c8c8c800;
    height: 60px;
    margin-left: auto;
    padding: 6px;
  }

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

  .nav-menu {
    background-color: var(--grey-night-mode);
  }

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

  .nav-button-wrapper {
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .nav_container {
    justify-content: space-between;
  }

  .combine-nav3_icon {
    color: #003566;
  }

  .combine-nav3_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-menu-icon_line-middle {
    background-color: #fff;
  }

  .combine-nav3_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav3_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_link {
    color: #131313;
    text-align: left;
    align-items: flex-start;
    width: 100%;
    padding: 1.25rem 2.5rem;
  }

  .nav_link:hover {
    outline-offset: 0px;
    color: #fff;
    background-color: #2e8c8c;
    border-radius: 0;
    outline: 1px #fff;
  }

  .nav_link:lang(en) {
    color: #131313;
  }

  .text-block-24 {
    color: #003566;
  }

  .nav_menu {
    text-align: left;
    background-color: #f2f3f7;
    border-bottom: 1px solid #bfc4ce;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .combine-menu-icon_line-bottom {
    background-color: #fff;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav3_menu-button {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .combine-nav3_menu-button.w--open {
    background-color: #0000;
  }

  .nav_link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  .nav_dropdown {
    width: 100%;
  }

  .combine-menu-icon_line-top {
    background-color: #fff;
  }

  .lottie-animation-2 {
    width: 48px;
    height: 48px;
  }

  .padding-global-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .combine-nav3_menu-button-2 {
    padding: 0;
  }

  .combine-nav3_menu-button-2.w--open {
    background-color: #0000;
  }

  .nav_menu-2 {
    text-align: left;
    background-color: #f2f3f7;
    border-bottom: 1px solid #bfc4ce;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lottie-animation-3 {
    width: 48px;
    height: 48px;
    margin: 8px;
    padding: 0;
  }

  .top-nav-bar {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .primary-button-2 {
    margin-left: 0;
  }

  .nav_link-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
  }

  .nav-button-wrapper-2 {
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .nav_link-2 {
    color: #000;
    text-align: left;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 1.25rem 2.5rem;
  }

  .nav_link-2:hover {
    background-color: var(--primary-red);
    color: #fff;
  }

  .nav_link-2:lang(en) {
    color: #131313;
  }

  .dropdown-menu-items {
    color: #000;
    text-align: left;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 1.25rem 2.5rem;
  }

  .dropdown-menu-items:hover {
    color: #fff;
    background-color: #ffd60a;
    border-radius: 0;
  }

  .dropdown-menu-items:lang(en) {
    color: #131313;
  }

  .dropdown-2 {
    width: 100%;
  }

  .contact-details-grid {
    grid-template-columns: 1fr 1fr;
  }
}

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

  h5, .primary-button._20px {
    font-size: 16px;
  }

  .about-wrapper {
    flex-flow: column;
  }

  .about-text-wrapper {
    width: 100%;
  }

  .about-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }

  .paragraph {
    font-size: 16px;
  }

  .sectio-header {
    font-size: 30px;
  }

  .usp-content-wrapper {
    flex-flow: column;
  }

  .usp-left {
    width: 100%;
  }

  .usp-right {
    width: 100%;
    margin-top: 15%;
  }

  .about-image-2 {
    height: auto;
  }

  .contact-section {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#a01b1bb3, #a01b1bb3), url('../images/famous-usp-bg.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .contact-content-wrapper {
    width: 100%;
    margin-left: 0%;
  }

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

  .sectio-header---small.black._20px {
    font-size: 22px;
  }

  .fp-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

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

  .banner-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner-subtext {
    width: 100%;
    margin-top: 20px;
  }

  .not-home-about {
    padding-top: 40px;
  }

  .n-about-left {
    width: 100%;
  }

  .n-about-right {
    width: 100%;
    margin-top: 10%;
  }

  .n-about-div-wrapper {
    flex-flow: column;
  }

  .fb-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .about-image-overlay {
    height: 100%;
  }

  ._25-years {
    top: 142px;
    left: 39%;
  }

  .brand-info-wrapper {
    flex-flow: column;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .h-about-wrapper {
    flex-flow: column;
  }

  .h-about-image-wrapper {
    width: 100%;
    max-width: none;
  }

  .h-about-text-wrapper {
    width: 100%;
    margin-top: 60px;
  }

  .card-button-red._20px, .card-button-white._20px {
    font-size: 16px;
  }

  .button.button--home-hero {
    width: 100%;
    display: none;
  }

  .product-card-button._20px {
    font-size: 16px;
  }

  .nav_link {
    color: #131313;
  }

  .nav_link:hover {
    outline-offset: 0px;
    border-radius: 0;
    outline: 1px #fff;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .nav_link-2 {
    color: #131313;
  }

  .nav_link-2:hover {
    outline-offset: 0px;
    border-radius: 0;
    outline: 1px #fff;
  }

  .dropdown-menu-items {
    color: #131313;
  }

  .dropdown-menu-items:hover {
    outline-offset: 0px;
    border-radius: 0;
    outline: 1px #fff;
  }

  .all-brands-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-left: 24px;
    margin-right: 24px;
  }

  .container.reduces-padding {
    object-fit: contain;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    margin-left: 2%;
    margin-right: 2%;
    display: block;
    overflow: hidden;
  }

  .home-banner {
    background-image: linear-gradient(0deg, #000, #ffffff4d 80%), url('../images/2392.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

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

  .sectio-header {
    max-width: none;
  }

  .sectio-header.centre.white {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .kutup-menu-button {
    padding: 16px;
  }

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

  .nav-bar-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .usp-right {
    grid-template-columns: 1fr;
  }

  .kutup-copyright {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .kutup-footer-grid-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .contact-section {
    background-image: linear-gradient(#0009, #0009), url('../images/famous-usp-bg.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .products-section {
    padding-top: 60px;
  }

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

  .kutup-display-3 {
    font-size: 32px;
  }

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

  .brand-section {
    padding-top: 60px;
  }

  .banner-section {
    background-image: linear-gradient(0deg, #000, #fff3), url('../images/trial1.png'), url('../images/2392.jpg');
    background-position: 0 0, 50%, 50% 0;
    background-size: auto, cover, cover;
    padding-bottom: 40px;
  }

  .not-home-about {
    padding-top: 60px;
  }

  .usp-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .n-about-right {
    margin-top: 40px;
  }

  .bullet-points-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

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

  ._25-years {
    top: 64px;
    left: 32%;
  }

  .brand-info-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .brand-product {
    padding-top: 60px;
  }

  .brand-main-logo {
    max-height: 64px;
  }

  .dropdown-link:hover {
    color: var(--white);
  }

  .dropdown-link.w--current {
    color: var(--black);
  }

  .dropdown-link.w--current:hover {
    color: var(--white);
  }

  .menu-button {
    text-align: right;
    order: 0;
  }

  ._1-column {
    margin-bottom: 20px;
    padding-right: 2px;
  }

  .button__text {
    font-size: 14px;
  }

  .nav-button-wrapper {
    margin-top: 1rem;
    margin-right: 2.5rem;
  }

  .nav_container {
    align-items: stretch;
    max-width: 75.7rem;
  }

  .nav_logo-link.w--current {
    align-items: center;
  }

  .menu-icon {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .combine-nav3_dropdown-toggle:hover {
    outline-offset: 0px;
    border-radius: 0;
    outline: 1px #003566;
  }

  .combine-menu-icon_line-middle {
    background-color: #fff;
    width: 2rem;
    height: .2rem;
  }

  .nav_link {
    color: #000;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 16px;
  }

  .nav_link:hover {
    color: #f2f3f7;
    background-color: #2e8c8c;
    border-radius: 0;
  }

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

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

  .nav_menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-small {
    flex: 1;
  }

  .combine-menu-icon_line-bottom {
    background-color: #fff;
    width: 2rem;
    height: .2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
  }

  .combine-nav3_menu-button {
    align-self: center;
    padding: .5rem;
  }

  .nav_link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav_dropdown {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    color: #003566;
    display: none;
  }

  .nav_logo {
    width: 5.5rem;
    max-height: 100rem;
  }

  .combine-menu-icon_line-top {
    background-color: #fff;
    width: 2rem;
    height: .2rem;
  }

  .nav_bar {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 12px;
  }

  .combine-nav3_menu-button-2 {
    align-self: center;
  }

  .nav_menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    flex: 1;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list-3 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0000;
  }

  .dropdown-list-3.w--open {
    background-color: #00000026;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav_container-2 {
    justify-content: space-between;
    align-items: center;
    max-width: 75.7rem;
  }

  .top-nav-bar {
    padding-top: .6rem;
  }

  .primary-button-2 {
    text-align: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav_link-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    align-items: center;
    margin-right: 0;
  }

  .nav-button-wrapper-2 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    display: block;
  }

  .nav_link-2 {
    background-color: var(--white);
    color: var(--black);
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 16px;
  }

  .nav_link-2:hover {
    background-color: var(--primary-red);
    color: #f2f3f7;
    border-radius: 0;
  }

  .nav_link-2.w--current {
    color: #131313;
  }

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

  .nav_link-2.different {
    margin: -20px;
  }

  .dropdown-menu-items {
    color: var(--white);
    background-color: #ffffff26;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 16px;
  }

  .dropdown-menu-items:hover {
    background-color: var(--primary-red);
    color: #f2f3f7;
    border-radius: 0;
  }

  .dropdown-menu-items.w--current {
    color: #131313;
  }

  .dropdown-menu-items.w--current:hover {
    color: #fff;
  }

  .nav_logo-2 {
    max-width: 150%;
    margin-left: 0;
  }

  .contact-details-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
}

#w-node-ade02898-e7d7-2774-9ca4-9d68ab86b7d9-ab86b7d6, #w-node-ade02898-e7d7-2774-9ca4-9d68ab86b7e6-ab86b7d6, #w-node-ade02898-e7d7-2774-9ca4-9d68ab86b7f1-ab86b7d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


