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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.nav-link-text{
  padding:0 !important;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  background-color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

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

p {
  margin-bottom: 10px;
}

.ambalajci-header{
  font-weight: 500;
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  background-color: #080808;
  justify-content: center;
  align-items: stretch;
}

.button-text-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.slide-content {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.slider-arrow-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-intro {
  z-index: 100;
  max-width: 1000px;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

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

.mask {
  overflow: visible;
}

.slide-heading {
  color: #f6f6f6;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgba(1, 39, 25, .7);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.3em;
}

.wrapper-slider {
  width: 100%;
  height: 60vh;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-background-wrapper {
  width: 100vw;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  display: flex;
}

.slider-background {
  background-image: url('../images/fuar_1fuar.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background.four {
  background-image: url('../images/il_1140xN.1702168854_1sru.webp');
}

.slider-background.three {
  background-color: #000;
  background-image: url('../images/2.jpg');
}

.slider-background.two {
  background-image: url('../images/1.jpg');
  background-position: 50% 95%;
}

.slide-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  top: auto;
  bottom: 48px;
  left: 0;
  right: auto;
}

.slide-arrow.right {
  left: auto;
  right: 0;
}

p.paragraph-default.grey.center {
  color: #fafafa;
  font-size: 1rem;
  white-space: break-spaces;
}

.slider-button-text {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
}

.slider-button {
  color: #000;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background-color: #6fa042;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px 14px 28px;
  font-size: 13px;
  font-weight: 500;
  line-height: 2em;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 12px 3px rgba(111, 160, 66, .84);
}

.slide {
  width: 100%;
  padding: 49.88% 0% 0%;
}

.slide._1 {
  background-image: url('../images/koli-slider/slider-2.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide._2 {
  background-image: url('../images/koli-slider/slider-1.1.png');
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: cover;
}


.slide._3 {
    background-image: url('../images/koli-slider/slider-3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }


@media screen and (max-width:476px){
  .slide._2 {
    background-image: url(../images/koli-slider/slider-1.1.png);
    background-position: -4px center;
    background-repeat: no-repeat;
    background-size: 28rem;
}

.slide._1 {
  background-image: url('../images/koli-slider/slider-2.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 29rem;
}

.slide._3 {
  background-image: url('../images/koli-slider/slider-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30rem;
}
}



@media screen and (max-width:435px){
  .slide._2 {
    background-image: url(../images/koli-slider/slider-1.1.png);
    background-position: -2px center;
    background-repeat: no-repeat;
    background-size: 25rem;
}

.slide._1 {
  background-image: url('../images/koli-slider/slider-2.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 29rem;
}

.slide._3 {
  background-image: url('../images/koli-slider/slider-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30rem;
}
}



@media screen and (max-width:400px){
  .slide._2 {
    background-image: url(../images/koli-slider/slider-1.1.png);
    background-position: -2px 60%;
    background-repeat: no-repeat;
    background-size: 24rem;
}

.slide._1 {
  background-image: url('../images/koli-slider/slider-2.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 26rem;
}

.slide._3 {
  background-image: url('../images/koli-slider/slider-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28rem;
}
}


@media screen and (max-width:380px){
  .slide._2 {
    background-image: url(../images/koli-slider/slider-1.1.png);
    background-position: -2px center;
    background-repeat: no-repeat;
    background-size: 20rem;
}

.slide._1 {
  background-image: url('../images/koli-slider/slider-2.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 22rem;
}

.slide._3 {
  background-image: url('../images/koli-slider/slider-3.png');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: 24rem;
}
}



@media screen and (min-width:355px) and (max-width:379px){
  .slide._2 {
    background-image: url(../images/koli-slider/slider-1.1.png);
    background-position: 3px 60%;
    background-repeat: no-repeat;
    background-size: 22rem;
}

.slide._1 {
  background-image: url('../images/koli-slider/slider-2.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 22rem;
}

.slide._3 {
  background-image: url('../images/koli-slider/slider-3.png');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: 24rem;
}
}


@media screen and (max-width:320px){
  .slide._2 {
    background-image: url(../images/koli-slider/slider-1.1.png);
    background-position: -1px 72%;
    background-repeat: no-repeat;
    background-size: 19rem;
}

.slide._1 {
  background-image: url('../images/koli-slider/slider-2.png');
  background-position: 32%;
  background-repeat: no-repeat;
  background-size: 21rem;
}

.slide._3 {
  background-image: url('../images/koli-slider/slider-3.png');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: 24rem;
}
}



.slide-nav {
  height: 48px;
  min-height: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  font-size: 6px;
  display: flex;
  top: auto;
  bottom: 48px;
  left: 0;
  right: 0;
  transform: none;
}

.slider-arrow {
  width: 15px;
}

.slider-background-base {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-nav-content-wrapper {
  padding-bottom: 10px;
}

.dropdown-nav-content-wrapper.last {
  margin-bottom: 0;
  margin-right: 0;
}

.dropdown-main-megamenu-wrapper {
  z-index: 99;
  background-color: #f0fff8;
  border-radius: 22px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 14px rgba(74, 58, 255, .01), 0 8px 16px rgba(23, 15, 73, .03);
}

.dropdown-nav-wrapper {
  align-items: flex-start;
  padding: 70px 50px;
  display: flex;
}

.dropdown-nav-wrapper.left {
  width: 800px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 20px 20px;
  display: grid;
}

.dropdown-nav-wrapper.right {
  z-index: 20;
  width: 500px;
  background-color: rgba(247, 247, 251, 0);
  margin-left: -80px;
  padding: 0;
  display: block;
  overflow: visible;
}

.nav-menu {
  margin-right: 0;
  display: flex;
}

.dropdown-nav-item {
  grid-column-gap: 3px;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 8px;
  line-height: 1.66667;
  display: flex;
}

.dropdown-nav-item.last {
  margin-bottom: 0;
}

.nav-link {
  grid-column-gap: 6px;
  color: #1d1d1d;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 5px 0 15px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}


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

.dropdown-nav-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav-list.last {
  margin-bottom: 0;
}

.title.dropdown-nav-title {
  color: #1d1d1d;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.header-wrapper {
  z-index: 12000;
  background-color: #f3f4f6;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  padding-bottom:2rem;
}



.search-main-wrapper {
  width: 220px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.dropdown-40px-padding-container {
  padding: 40px;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.navbar-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.navbar-main-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top:2rem;  
}

@media screen and (min-width:1200px){
  .navbar-main-wrapper{
    position: relative;
    left: -1.5%;
    padding-left: 0rem;
    padding-right: 5rem;
  }
}

.input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small.search-header {
  width: 100%;
  max-width: 360px;
  padding: 5px 20px;
}

.input.small.search-header:hover, .input.small.search-header:focus {
  border-color: #1d1d1d;
}

.input.small.search-header::-ms-input-placeholder {
  color: #909090;
  font-size: 14px;
}

.input.small.search-header::placeholder {
  color: #909090;
  font-size: 14px;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.dropdown-column-wrapper.w--open {
  border-radius: 0;
  top: 40px;
  left: 40px;
}

.dropdown-column-wrapper.mega-menu {
  background-color: #f3f4f6;
  top: 50px;
  left: -470%;
  transform: none;
}

.dropdown-column-wrapper.small-menu {
  background-color: #f3f4f6;
  top: 50px;
  left: -50px;
  transform: none;
}


.logo-img {
  max-width: 240px;
  filter: brightness(95%) saturate(150%);
  margin-top: -1px;
  margin-bottom: 0px;
}

@media screen and (max-width:976px){
 .logo-img{
  position:relative;
  bottom: 20px;
 }
}

.footer-top .logo-img{
  margin-top:-18px;
  transform:scale(1.6);
}

.hidden-on-desktop {
  display: none;
}

.menu-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-grid.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.nav-list-item {
  padding-left: 35px;
}

.nav-list-item.search-wrapper {
  padding-left: 0;
  display: none;
}

.line-rounded-icon.dropdown-arrow {
  filter: grayscale();
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.line-rounded-icon.dropdown-arrow._2 {
  margin-top: 2px;
  margin-left: 0;
}

.nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  white-space: nowrap;
}

.search-margin {
  margin-bottom: 0;
}

.dropdown-link {
  width: auto;
  color: #333;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.dropdown-link:hover {
  font-weight: 600;
}

.navbar-main-container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.hamburger-menu-line {
  width: 52px;
  height: 4px;
  background-color: #211f54;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.cart-button-image {
  padding-bottom: 16px;
}

.cart {
  display: flex;
}

.cart-button {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 20px;
  display: block;
  position: relative;
}

.product-quantity {
  color: #fff;
  text-align: center;
  background-color: #6fa042;
  border-radius: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 0;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 9px;
  left: -6px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

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

.paragraph-default {
  color: #333;
  margin-bottom: 0;
}

 {
  color: #909090;
  font-size: 1.2rem;
  line-height: 20px;
  white-space: nowrap;
  white-space:break-spaces;
  
}

.product-img-card {
  width: auto;
  height: 100%;
  object-fit: contain;
  border-radius: 10px 10px 0 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block {
  color: #333;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #164e63;
  background-image: linear-gradient(306deg, rgba(0, 0, 0, .05), rgba(255, 255, 255, .05));
  border: .1px solid #164e63;
  border-radius: 30px;
  justify-content: center;
  padding: 20px 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #012719;
  border-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.secondary {
  color: #182c05;
  background-color: #f5f5f4;
  background-image: none;
  border-style: solid;
  border-color: #182c05;
}

.btn-primary.secondary:hover {
  color: #fff;
  background-color:#155e75
}

.btn-primary.secondary.cart {
  height: 100%;
  border-color: #888;
  margin-top: 0;
  padding: 7.5px 30px;
}

.btn-primary.secondary._100 {
  width: 100%;
}

.btn-primary.subscribe {
  background-color: #013a25;
  background-image: none;
  border-style: none;
  border-color: #333;
  border-radius: 15px;
  padding: 15px 75px;
}

.btn-primary.subscribe:hover {
  background-color: #001e13;
  border-color: #1d1d1d;
}

.btn-primary.whatsapp {
  background-color: #009a1c;
  border-color: #009a1c;
}

.btn-primary.whatsapp:hover {
  background-color: #035900;
  border-color: #035900;
}

.heading-h4-size {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.product-card-content {
  padding: 32px;
}

.product-card-image-inside-card {
  object-fit: fill;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.product-card-wrapper {
  height: 100%;
  max-width: 1010px;
  color: #6e7191;
  background-color: #fff;
  border: 1px solid #eff0f6;
  margin-left: auto;
  text-decoration: none;
  transition: transform .3s;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.product-card-wrapper:hover {
  transform: scale(.96);
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.heading-h1-size-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
}

.heading-h1-size-text.white {
  color: #f6f6f6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .75);
  font-size: 42px;
  font-weight: 700;
}

.icon-link-block-1 {
  text-decoration: none;
}

.d-98-card-wrapper {
  width: 200px;
  height: 300px;
  flex-direction: column;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

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


.image-card-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.icon {
  width: 35px;
  height: 35px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon.eye {
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  margin-right: 5px;
  padding: 8px;
}

.icon.cart {
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  margin-left: 5px;
  padding: 8px;
}

.swiper-wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-component {
  position: relative;
}

.swiper-component.slider1.pill {
  width: 100%;
}

.swiper-slide {
  width: 300px;
  flex: none;
  margin-top: 30px;
  display: flex;
  overflow: visible;
}

.swiper.swiper1 {
  width: 98vw;
  overflow: visible;
}

.swiper-container {
  width: 96vw;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 2em;
  display: block;
}

.button-link-div {
  text-decoration: none;
}

.button-container-mg-64px {
  justify-content: center;
  margin-top: 64px;
  display: flex;
}

.button-container-mg-64px.blog {
  margin-top: 50px;
}

.flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.subtitle {
  color: #909090;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.h3---display {
  color: #1d1d1d;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.divider-details {
  width: 32px;
  height: 1px;
  background-color: #dcddeb;
  margin-left: 16px;
  margin-right: 16px;
}

.blog-section {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 80px;
}

.blog-card-link-block {
  text-decoration: none;
}

.blog-card-item-link-last {
  border-bottom: 1px solid #dcddeb;
  padding-top: 45px;
  padding-bottom: 0;
}

.blog-card-item-link-last:last-child {
  border-bottom-width: 0;
}

.blog-card-item-link {
  border-bottom: 1px solid #dcddeb;
  padding-top: 45px;
  padding-bottom: 45px;
}

.blog-card-item-link:last-child {
  border-bottom-width: 0;
}

.blog-card-item-link-first {
  border-bottom: 1px solid #dcddeb;
  padding-top: 0;
  padding-bottom: 45px;
}

.blog-card-item-link-first:last-child {
  border-bottom-width: 0;
}

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

.blog-card-content-wrapper {
  padding: 32px 32px 40px;
}

.blog-card-image-wrapper {
  height: 450px;
  object-fit: fill;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-featured-wrapper {
  width: 100%;
  background-color: #fff;
  border: 1px solid #eff0f6;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(20, 20, 43, .06);
}

.grid-blog-featured {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  transform:scale(1.35);
}

.social-icon-square-30px:hover {
  transform: scale(.92);
}

.social-media-grid-right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  margin-right:20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px) 36px 36px 36px 36px;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-self: center;
  justify-items: start;
  display: grid;
  gap:1rem;
}

.social-media-grid-right.product {
  justify-content: start;
  margin-top: 24px;
}

.mg-bottom-0 {
  color: #909090;
  margin-bottom: 2px;
  font-size: 16px;
}

.grid-footer-bottom {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  align-items: center;
}

.footer-bottom {
  color: #6e7191;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.footer-col-title {
  color: #211f54;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.footer-col-title.white {
  color: #e3eaa2f2;
  font-size:1.6rem;
}

.footer-link {
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #4a3aff;
}

.footer-link.white {
  color: #fafafa;
  font-size: 1.3rem;
  line-height: 26px;
}

@media screen and (max-width: 476px) {
  .footer-link.white {
    font-size: 1rem;
  }

  .footer-top .logo-img {
    transform: scale(1.2);
    position: relative;
    margin-left: 187%;
  }

  .w-slider-arrow-left [class^='w-icon-'], .w-slider-arrow-right [class^='w-icon-'], .w-slider-arrow-left [class*=' w-icon-'], .w-slider-arrow-right [class*=' w-icon-'] {
    position: sticky;
    margin-left: 2px;
    font-size: 20px;
    margin-top: 10px;
}
}
@media screen and (max-width:430px){
  .footer-top .logo-img{
    margin-left: 160%;
  }

  
}

@media screen and (max-width:390px) and (min-width:301px)
{
  .footer-top .logo-img{
    margin-left: 120%;
  }
}

@media screen and (max-width:300px)
{
  .footer-top .logo-img{
    margin-left: 95%;
  }

}

strong.ambalajci-text{
  color: #cac0c0;
}

div#w-node-_6a532c69-c1a7-f9c5-65f8-44e225051642-873370f9 {
  color: #cac0c0;
}


strong.deha-text{
  color:#cac0c0;
  
}

a.footer-alt-link {
  color: #cac0c0;
}

div#w-node-bbfe6eed-e0e4-3652-3a28-5dc8c9b27e47-873370f9{
  color: #cac0c0;
}

.footer-link.white:hover {
  color: lightgray;
}

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.error-message {
  color: #000;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.icon-success-message {
  margin-bottom: 10px;
}

.success-message {
  color: #fff;
  background-color: #000;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.footer-input {
  min-height: 50px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 8px 24px 8px 12px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.footer-input:hover {
  border-color: #fff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.footer-input:focus {
  color: #211f54;
  border-color: #fff;
}

.footer-input::-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
}

.footer-input::placeholder {
  color: #909090;
  font-size: 16px;
}

.grid-footer-subscribe-1-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.footer-logo-wrapper {
  margin-top: -10px;
}

.grid-footer {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto auto .7fr;
}

.footer-top {
  border-bottom: 1px solid #eff0f6;
  padding-top: 50px;
  padding-bottom: 15px;
}

.main-footer-wrapper {
  background-color:#155e75;
  border-top: 1px solid #eff0f6;
}

.social-image {
  filter: contrast(200%) hue-rotate(300deg);
}

.hero-without-image {
  height: 540px;
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(0, 0, 0, .2), #001f0d), url('../images/koli-slider/box-png-32407.png');
  background-position: 0 0, 50%;
  background-size: auto, fill;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e4ebf3;
  padding: 150px 30px 180px;
  position: relative;
  margin-top:10rem;
}

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

.breadcrumbs {
    color: #fff;
    margin-top: 24px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.hero-wrapper {
  max-width: 750px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.content_card {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  text-decoration: none;
  display: grid;
}

.checkbox_input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #dfdfdf;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.checkbox_input.w--redirected-checked {
  padding:10px;
  background-color: #1d1d1d;
  background-size: .6rem;
  border-color: #1d1d1d;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.filter_tag {
  color: #000;
  background-color: #fff;
  border: 1px solid #7e7e7e;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 3rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
}

.filter_search-field {
  min-height: 4.4rem;
  background-image: url('../images/search.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: 1.3rem;
  border: 1px #000;
  margin-bottom: 0;
  padding: 1rem 1.5rem 1rem 4rem;
  font-size: 1.3rem
}

.filter_sort-by {
  min-width: 12rem;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 4rem .5rem 1.2rem;
  display: flex;
}

.filter_header {
  min-height: 4.5rem;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.sort_field {
  width: 100%;
  height: 100%;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.sort_field.w--current {
  color: #3c7c43;
  background-color: #f4f9f4;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: .8rem 1.5rem;
  display: grid;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content_card-info {
  grid-column-gap: .3rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter_options {
  max-height: 15rem;
  padding: 1rem 1.5rem;
  position: relative;
  overflow: auto;
}

.hide {
  display: none;
}

.content_card-info-text {
  width: 100%;
  padding: .5rem 1rem .5rem .5rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: .6rem;
}

.checkbox_label {
  margin-right: .25rem;
}

.dropdown_list.w--open {
  background-color: #fff;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_reset-all {
  border-bottom: 1px solid #3c7c43;
  padding-bottom: .2rem;
  text-decoration: none;
}

.filter_reset-all.text-color-green {
  cursor: pointer;
}

.collection-list-wrapper {
  padding-left: 0;
  list-style-type: none;
}

.option-results {
  color: #3c7c43;
  display: none;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown.ml-30 {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: 30px;
  position: relative;
}

.filter_wrapper {
  background-color: #fff;
}

.content_card-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  padding: 0 5px 0 0;
  display: flex;
}

.content_card-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.content_collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.checkbox_field {
  color: #1d1d1d;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.filter_column {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-bottom-style: none;
}

.fs-cmsfilter_highlight {
  color: #fff;
  background-color: #3c7c43;
}

.filter_results-text {
  width: 130px;
  color: #1d1d1d;
  font-weight: 400;
}

.text-color-green {
  color: #3c7c43;
  font-weight: 500;
}

.radio-button-field {
  grid-column-gap: 10px;
  color: #1d1d1d;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.filter_empty-icon {
  width: 5rem;
  filter: grayscale();
  margin-bottom: .5rem;
}

.empty-state {
  background-color: #ececec;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
}

.radio-button {
  margin-bottom: 2px;
}

.radio-button.w--redirected-checked {
  border-color: #1d1d1d;
}

.filter_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.dropdown_icon {
  margin-right: 1.2rem;
  font-size: 1rem;
}

.content_card-info-block {
  grid-column-gap: .5rem;
  grid-row-gap: .3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.list-item {
  list-style-type: none;
}

.filter_empty {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.filter_form-wrapper {
  margin-bottom: 0;
}

.filter_tags-text {
  color: #8f8f8f;
  margin-right: 1rem;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: start;
  justify-content: start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.filter_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter_reset {
  color: #6e6e6e;
  cursor: pointer;
  border-bottom: 1px solid #dae4d8;
  padding-bottom: .2rem;
  font-weight: 500;
  text-decoration: none;
}

.filter_tag-remove {
  width: 1.5rem;
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  margin-top: .4rem;
  margin-right: .8rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.content_card-title {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.image-3 {
  width: 100%;
  object-fit: cover;
  margin-top: auto;
  margin-bottom: auto;
}

.link {
  color: #000;
  text-decoration: none;
}

.catalog-buttons-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.layout-toggle-wrap {
  margin-right: 32px;
  display: flex;
}

.icon-button {
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 12px;
  transition: background-color 50ms;
  display: flex;
}

.icon-button:hover {
  background-color: #f8f7f7;
}

.icon-button:active {
  background-color: #dadada;
}

.icon-button.is-selected {
  background-color: #fff;
  border: 1px solid #7e7e7e;
}

.small-icon {
  width: 16px;
  height: 16px;
}

.content_collection-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.bread-wrapper {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs {
  color: #fff;
  margin-top: 24px;
  display: flex;
}

.bread-link {
  color: #dbdbdb;
  text-decoration: none;
}

.bread-link.w--current {
  letter-spacing: -.025em;
  font-size: 16px;
}

.bread-divider {
  width: 1px;
  height: 22px;
  background-color: #9e9e9e;
  margin-left: 16px;
  margin-right: 16px;
  transform: rotate(30deg);
}

.content {
  min-width: 200px;
  flex-direction: column;
  display: flex;
}

.highlight__toggle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: box-shadow .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 0 rgba(180, 38, 38, .3);
}

.highlight__toggle:hover {
  box-shadow: 0 0 10px 5px rgba(180, 38, 38, .2);
}

.c-product-form {
  width: 100%;
  margin-bottom: 0;
}

.field-width--small {
  max-width: 70px;
  margin-bottom: 0;
  padding-left: 18px;
}

.product-container {
  max-width: 1218px;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.product-info {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}

.c-product-form__col {
  width: auto;
  height: 100%;
  grid-column-gap: 10px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.content-row {
  justify-content: center;
  align-self: center;
  padding: 60px 40px 30px;
  width:100%;
}

.c-gallery-nav__link {
  max-height: 80px;
  background-color: rgba(255, 255, 255, 0);
  border-left: 4px solid rgba(180, 38, 38, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.content-col.col--width-50 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.stock-text {
  padding-top: 10px;
}

.c-product-form__row {
  align-items: center;
  display: flex;
}

.fp_component {
  z-index: 20000;
  background-color: rgba(0, 0, 0, .75);
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.fp_open {
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fp_background-close {
  z-index: 1001;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fp_offer-container {
  z-index: 1002;
  max-height: 100vh;
  max-width: 30vw;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
}

.fp_x-close {
  color: #000;
  font-size: 50px;
  line-height: 6px;
  text-decoration: none;
  position: absolute;
  top: 26px;
  bottom: auto;
  left: auto;
  right: 12px;
}

.cart-heading {
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 18px;
  font-size: 24px;
  font-weight: 600;
}

.cart-list {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 12px 20px;
  list-style-type: none;
}

.cart_list_item {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #e5dfdf;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  padding: .5rem;
  display: grid;
}

.cart-item-header {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.cart_item-title {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.adet_text {
  align-items: center;
  margin-right: 5px;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.adet_text_big {
  color: #000;
  align-items: center;
  margin-right: 12px;
  padding-bottom: 4px;
  display: flex;
}

.field-width--big {
  height: 62px;
  max-width: 85px;
  margin-bottom: 0;
  padding-left: 18px;
}

.img-display {
  overflow: hidden;
}

.img-showcase {
  width: 100%;
  height: 500px;
  margin-bottom: .1rem;
  transition: all .5s;
  display: block;
  position: relative;
  overflow: hidden;
}

.img-select {
  display: flex;
}

.img-item {
  width: 150px;
  height: 150px;
  margin: .1rem;
  transition: opacity .2s;
  overflow: hidden;
}

.img-item:hover {
  opacity: .8;
}

.img {
  z-index: 10;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img._1 {
  z-index: 10;
  width: 55%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img._2 {
  z-index: 9;
  width: auto;
  height: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.img._3 {
  z-index: 8;
  width: auto;
  height: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.img._4 {
  z-index: 7;
  width: auto;
  height: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.product-imgs{
  width:100%;
}

.small-img {
  height: 100%;
  display: block;
  overflow: visible;
}

.tab__link {
  color: #868686;
  background-color: #fff;
  margin-left: .25rem;
  margin-right: .5rem;
  padding: 1rem 2rem .5rem;
  transition: all .2s;
}

.tab__link:hover {
  color: #494949;
}

.tab__link.w--current {
  box-shadow: none;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  transform: scale(1);
}

.tab__link.w--current:hover {
  color: #000;
}

.tab-link__name {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tab-panel-wrapper {
  max-width: 1218px;
  text-align: center;
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.product-heading {
  font-size: 28px;
}

.detay-list {
  padding-top: 5px;
  padding-bottom: 5px;
}

.stock-kodu {
  padding-top: 10px;
}

.product-detail-form {
  margin-bottom: 20px;
}

.blog-h3-display {
  color: #1d1d1d;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.blog-info-card {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-card-content-inside {
  padding: 54px 54px 48px;
}

.blog-card-bottom {
  border: 1px solid #eff0f6;
  box-shadow: 0 2px 8px rgba(20, 20, 43, .08);
}

.blog-card-wrapper {
  text-decoration: none;
}

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

.blog-category-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #7e7e7e;
  align-self: center;
  margin-left: 24px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .06);
}

.blog-category-button:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.blog-category-button.w--current {
  color: #fff;
  cursor: default;
  background-color: #4a3aff;
  border-color: #4a3aff;
}

.categories-button-wrapper {
  justify-content: flex-end;
  display: flex;
}

.grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

._24pd-container-1218px {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.post-wrapper {
  border-bottom: 1px solid #cfcece;
  margin-bottom: 0;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.blog-image {
  min-height: 350px;
  outline-offset: 2px;
  background-image: url('../images/03-square-blog-images-elements-brix-templates_103-square-blog-images-elements-brix-templates.webp');
  background-position: 50%;
  background-size: cover;
  outline: 1px solid #cacaca;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-detail-info {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.project-spacer-dot {
  width: 4px;
  height: 4px;
  background-color: #595959;
}

.blog-tag-link {
  color: #333;
  border: .5px gray;
  border-radius: 9px;
  padding: 2px 6px 2px 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.blog-tag-link:hover {
  color: #424727;
  background-color: rgba(225, 235, 180, 0);
}

.author-profile {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.author-image {
  width: 40px;
  height: 40px;
  outline-offset: 1px;
  object-fit: cover;
  outline: 1px solid #ccc;
}

.author-info {
  opacity: 1;
}

.author-text-block {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
}

.blog-post-heading-h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}

.blog-post-heading-h1._2 {
  line-height: 44px;
}

.related-blog-heading-h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
}

.post-wrapper-link {
  color: #333;
  margin-bottom: 5px;
  padding-bottom: 0;
  text-decoration: none;
}

.blog-content-section {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 50px;
}

.comment-paragraph-text {
  color: #333;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.color-accent-grey {
  color: #909090;
}

.content-image-1-1 {
  width: 100%;
}

.container-1218px-24pd {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.unvan-text {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.name-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  position: static;
}

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

.card-testimonials {
  width: 100%;
  background-color: #fff;
  border: 1px solid #eff0f6;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 32px 56px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.left-mg-24px {
  margin-right: 24px;
}

.buttons-row-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.inner-container-490px {
  max-width: 490px;
}

.grid-heading-2-col {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  justify-content: stretch;
  align-items: end;
  margin-bottom: 48px;
}

.customer-section {
  /* padding-top: 100px; */
  padding-bottom: 50px;
  overflow: hidden;
  margin-top:-3rem;
}

.stars {
  filter: invert(60%);
  margin-bottom: 24px;
}

.buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.grid-2-columns-text-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.inner-container-1000px-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.image-link-block {
  border-radius: 0;
  text-decoration: none;
  overflow: hidden;
  transform: translate(0);
}

.grid-4-columns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.white-title {
  color: #fff;
}

.contact-error-message {
  color: #858585;
  text-align: center;
  background-color: #ffeff0;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.icon-success-message-big {
  width: 120px;
  margin-bottom: 10px;
}

.contact-success-message {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/Untitled-1_1Untitled-1.webp');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  border-radius: 20px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.default-message-text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.default-message-text-area:hover {
  border-color: #000;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.default-message-text-area:focus {
  color: #211f54;
  border-color: #000;
}

.default-message-text-area::-ms-input-placeholder {
  color: #1d1d1d;
  font-size: 18px;
}

.default-message-text-area::placeholder {
  color: #1d1d1d;
  font-size: 18px;
}

.default-input-label {
  color: #1d1d1d;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.default-input {
  min-height: 55px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 25px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.default-input:hover {
  border-color: #000;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.default-input:focus {
  color: #211f54;
  border-color: #000;
}

.default-input::-ms-input-placeholder {
  color: #8d8d8d;
  font-size: 18px;
}

.default-input::placeholder {
  color: #8d8d8d;
  font-size: 18px;
}

.form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.contact-card-form {
  height: 100%;
  background-color: #fafdfc;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 56px 40px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.contact-link-text {
  font-size: 16px;
  transition: color .3s;
  display: inline-block;
}

.contact-icon-left {
  filter: grayscale();
  margin-right: 6px;
}

.contact-link-wrapper {
  color: #1d1d1d;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.contact-link-wrapper:hover {
  color: #000;
  font-weight: 500;
}

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

.contact-card-wrapper {
  padding: 25px 48px 20px 0;
}

.contact-card-div {
  height: 100%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.contact-heading-h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 66px;
}

.grid-contact {
  width: 100%;
  height: 100%;
  grid-column-gap: 35px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.catalog-desc {
  color: #1d1d1d;
  text-align: center;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.progress-wrap {
  z-index: 999999;
}

.gallery-row {
  justify-content: center;
  padding: 50px 40px 30px;
}

.gallery-image {
  color: #333;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.grid-4-columns-instagram {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-caption {
  z-index: 10;
  opacity: 0;
  color: #1d1d1d;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-weight: 600;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-caption:hover {
  opacity: 1;
}

.multi-step-form-radio-trigger---brix {
  color: #170f49;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 66px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 6px 2px rgba(19, 18, 66, .07);
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: #bfbaff;
}

.title-container---brix {
  max-width: 518px;
  text-align: center;
}

.multi-step-form-block---brix {
  width: 100%;
  min-height: 44vw;
  margin-top: 20px;
  margin-bottom: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 20px rgba(18, 18, 18, .07);
}

.bg-shadow._3 {
  margin-right: -65px;
}

.bg-shadow._1 {
  margin-left: -65px;
}

.scoll-wrap-hero {
  width: 78%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.scroll-base {
  width: 100%;
  height: 6px;
  transform-origin: 0%;
  background-color: #eeeff4;
}

.process-bar-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6%;
  display: flex;
  position: relative;
}

.scroll-hero {
  width: 80%;
  justify-content: space-between;
  display: flex;
}

.scroll-animate {
  z-index: 999;
  width: 100%;
  height: 6px;
  transform-origin: 0%;
  background-color: #006cd0;
  position: absolute;
  bottom: 0;
}

.scroll-animate._2 {
  background-color: #6fa042;
}

.step-block-hero {
  text-align: left;
  align-self: center;
  position: relative;
}

.label {
  color: #1d1d1d;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

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

.steps.dots {
  width: 80%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}

.time-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.step-hero {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
  position: relative;
}

.step-hero._1 {
  border-radius: 0;
  margin-left: -65px;
}

.step-hero._2 {
  border-radius: 0;
}

.step-hero._3 {
  border-radius: 0;
  margin-right: -65px;
}

.dot-block {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.dot-hero {
  z-index: 3;
  width: 12px;
  height: 12px;
  background-color: #eeeff4;
  border-radius: 50%;
  position: relative;
}

.cart-container {
  max-width: 1218px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.inner-container-600px---cart {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.cart-image-container {
  width: 100%;
  border: 1px solid #e6e6e6;
}

.cart-small-image {
  object-fit: cover;
  margin-top: auto;
  margin-bottom: auto;
}

.counter-form-block {
  margin-bottom: 0;
}

.cart_item-title-kod {
  opacity: .4;
  padding-top: 8px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1rem;
}

.form {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

._2-col-grid-cart {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-content: center;
}

.checkout-cart-list {
  border-bottom: 1px solid #e6e6e6;
  flex-direction: column;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 8px;
  list-style-type: none;
  display: flex;
}

.checkout-small-wrapper {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  padding: 5px 15px 15px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  box-shadow: 2px 2px 6px 1px #dcdada;
}

.cart-small-header {
  margin-top: 15px;
  margin-bottom: 15px;
}

.sepet-ozet {
  justify-content: space-between;
  padding: 12px 4px 12px 0;
  display: flex;
}

.cart-tablo-baslik {
  justify-content: space-between;
  display: flex;
}

.teklif-h3 {
  color: #181818;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.teklif-h4 {
  color: #5c5c5c;
  font-size: 16px;
}

.teklif-h4.sol.b-y-k {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 800;
}

.teklif-metin {
  color: #5c5c5c;
  font-size: 17px;
  line-height: 24px;
}

.teklif-metin.sol {
  padding-right: 80px;
}

.teklif-metin.sol.b-y-k {
  font-size: 22px;
  font-weight: 700;
}

.teklif-metin.sag.b-y-k {
  font-size: 18px;
  font-weight: 600;
}

.cart-section {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 100px;
}

.text-block-4 {
  color: #444;
}

.btn-text-secondary-full-width {
  width: 100%;
  color: #000;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: .5px solid #8e8e8e;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.btn-text-secondary-full-width:hover {
  color: #fff;
  background-color: #1d1d1d;
  transform: translate3d(0, -3px, .01px);
}

.paragraph-text {
  color: #1d1d1d;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-text.center {
  color: #012719;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-text.small {
  font-size: 14px;
  line-height: 22px;
}

.paragraph-text.middle-size {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-text.center-copy {
  color: #012719;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.heading-h3-size {
  color: #333;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 34px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.product-card-link-container {
  color: #6e7191;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.product-card-link-container:hover {
  transform: scale3d(.94, .94, 1.01);
}

._3-col-grid-container {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-h2-32px-700-bold {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.heading-h2-32px-700-bold.center {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 50px;
}

@media screen and (max-width:476px){
  .heading-h2-32px-700-bold.center {
    margin-top: 5rem;
    text-align: center;
    font-family: Ubuntu, Helvetica, sans-serif;
    line-height: 50px;
    margin-top: 8rem;
}
}

.heading-h2-32px-700-bold.white {
  color: #f6f6f6;
  text-align: center;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.mg-top-12px {
  margin-top: 12px;
}

.inner-container-600px {
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.main-product-container {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.main-product-section {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}

.logo-section-grid {
  max-width: 900px;
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 30px;
  display: grid;
}

.text-20px-400-normal {
  color: #012719;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}

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

.link-icon-right-arrow {
  filter: grayscale();
  margin-left: 6px;
}

.text-500-medium {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.text-500-medium:hover {
  color: #333;
}

.product-link-wrapper {
  grid-column-gap: 5px;
  color: #333;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.content-inside-card {
  border-top: 1px solid #e8e8e8;
  padding: 20px 18px;
}

.product-image-wrapper-circle {
  height: 300px;
  border-radius: 10px 10px 0 0;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.card-link-div {
  color: #6e7191;
  background-color: #fff;
  border: 2px solid #cacaca;
  border-radius: 6px;
  text-decoration: none;
  transition: all .2s;
}

.card-link-div:hover {
  border-color: #535151;
}

.grid-4-col {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-container-1200px {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.product-sub-wrapper {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;

}

.product-sub-section {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.check-div {
  margin-left: 15px;
  display: flex;
}

.check-text {
  color: #0f0f0f;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.check-icon {
  margin-right: 9px;
}

.search-icon {
  width: 24px;
  height: 24px;
  color: #d8d8d8;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-link-text {
  text-align: center;
  font-size: 1.3rem;
  padding:0 2rem 0 2rem;
  color:#374151
}

.megu-menu-link {
  text-decoration: none;
}

.link-04 {
  margin: 6px;
  padding: 0;
  text-decoration: none;
  position: relative;
}

.link-underline {
  width: 100%;
  height: 1px;
  perspective-origin: 50%;
  transform-origin: 100%;
  background-color: #131313;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-underline.has-right-origin {
  transform-origin: 100%;
  margin-bottom: 7px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-underline.has-left-origin {
  transform-origin: 0%;
  margin-bottom: 7px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-image {
  width: 150px;
  transform: translate(0);
}

.logo-image._1 {
  width: 200px;
}

.logo-image._2 {
  filter: invert() saturate(0%);
}

.logo-image._1-copy {
  width: 100px;
}

.logo-image.grey {
  filter: grayscale();
}

.logo-container {
  max-width: 1218px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.parag-15px-padd {
  color: #1d1d1d;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 30px;
}

.check-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.footer-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
}

.footer-form {
  margin-top: 20px;
}

.contact-block {
  display: flex;
  flex-direction: row;
  text-align: center;
  color: black;
  line-height: 1.7;
  font-size: 1.2rem;
  text-decoration: none;
  gap: 0.2rem;
  justify-content: center;  
}

.contact-block-tel {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: black;
  line-height: 1.7;
  font-size: 1.2rem;
  text-decoration: none;
gap:1rem;
}

.telefonlar a{
  display:flex;
  margin:0 auto;
  color:black;
  text-decoration: none;
}

.telefon-header{
  font-weight: 500;
}

.address-1{
  display:flex;
  align-items: center;
}

.contact-icon-wrapper {
  width: 30px;
  height: 30px;
  opacity: .75;
  margin-top: 0;
  display: flex;
}

.contact-icon-wrapper-mid {
  width: 20px;
  height: 20px;
  margin:0 auto;
  opacity: .75;
  margin-top: 0;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.footer-alt-link {
  color: #909090;
  font-size: 13px;
  text-decoration: none;
}

.footer-alt-wrapper {
  color: #909090;
  justify-content: space-around;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.footer-alt-copyright {
  color: #909090;
  border-right: 1px solid #909090;
  margin-bottom: 0;
  font-size: 12px;
}

.heading-h3-24px-700-bold {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 50px;
}

._120pd-about-section {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}

._120pd-stat-section {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}

.catalog-btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #1d1d1d;
  border: .1px solid #000;
  justify-content: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.catalog-btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.catalog-btn-primary.secondary {
  color: #000;
  background-color: #fff;
  border: .1px solid #000;
}

.text-block-5 {
  color: #707070;
}

._80pd-section-form {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.empty-text {
  color: #1d1d1d;
}

.featured-product-swiper-sec {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}

.cart-text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.btn-primary-list {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #6fa042;
  border: .1px solid #6fa042;
  border-radius: 19px;
  justify-content: center;
  margin-left: 5px;
  padding: 7px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-list:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.blog-card-image-wrapper-small {
  overflow: hidden;
  transform: translate(0);
}

.blog-feed-section {
  color: #fff;
  padding-top: 56px;
  padding-bottom: 176px;
}

.reference-section {
  color: #fff;
  padding-top: 76px;
  padding-bottom: 76px;
}

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

.map-wrapper {
  width: 100%;
  height: 100%;
  outline-offset: 0px;
  border-radius: 10px;
  outline: 1px solid #909090;
}

.link-icon-left-black {
  opacity: .75;
  filter: invert();
  margin-left: -3px;
  margin-right: 5px;
}

.contact-form-block {
  margin-top: 10px;
  margin-bottom: 30px;
}

.contact-button-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

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

.tabs-content {
  padding-top: 15px;
}

.button-wrapper-cart {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.btn-primary-cart {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #6fa042;
  border: .1px solid #6fa042;
  border-radius: 20px;
  justify-content: center;
  margin-top: 10px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .3s, transform .3s, color .3s;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 3%;
  left: auto;
  right: auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
}

.btn-primary-cart:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.cookie-content {
  align-items: center;
  display: flex;
}

.bottom-cookie-wrapper {
  z-index: 500000;
  background-color: rgba(31, 31, 31, .8);
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-button-bottom {
  color: #000;
  background-color: #f6f6f6;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-text {
  color: #f6f6f6;
  margin-bottom: 0;
  padding-left: 70px;
  padding-right: 70px;
}

.white-x {
  width: 17px;
  height: 17px;
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
}

.black{
  font-size:32px,
}

.black:hover{
  color:gray;
}

.cookie-span {
  color: #b5e3f4;
  border-bottom-style: none;
  font-weight: 600;
}

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

.blog-date {
  color: #333;
  font-size: 15px;
}

.tiny-text {
  font-size: 12px;
}

.cell-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cell-img._2 {
  background-image: url('../images/hakkimizda-img/hakkimizda-cell-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}

.cell-img._2:hover{
  transform:scale(1.2);
}

.cell-img._3 {
  background-image: url('../images/hakkimizda-img/hakkimizda-cell-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}

.cell-img._3:hover {
  background-image: url('../images/hakkimizda-img/hakkimizda-cell-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform:scale(1.2);
}


.cell-img._1 {
  background-image: url('../images/hakkimizda-img/hakkimizda-cell-3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease;
}

.cell-img._1:hover {
  background-image: url('../images/hakkimizda-img/hakkimizda-cell-3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform:scale(1.2);
}

._3-cell-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(150px, 1fr) minmax(150px, .75fr) minmax(150px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cell-block {
  position: relative;
  overflow: hidden;
}

.cell-img-wrapper {
  z-index: 1;
  padding: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.stats-heading-h3 {
  color: #182c05;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.plus-grey-color {
  color: #6fa042;
}

.stats-display {
  color: #182c05;
  margin-left: -25px;
  font-size: 65px;
  font-weight: 700;
  line-height: 80px;
}

.icon-stats {
  width: 150px;
  height: 150px;
  filter: brightness(150%) brightness(200%);
  padding-top: 10px;
}

.card-left-text-wrapper {
  margin-left: 12px;
}

.feature-content-right-wrapper {
  align-items: flex-start;
  display: flex;
}

.feature-grid-32px {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-stats-3 {
  width: 150px;
  height: 150px;
  filter: brightness(150%) brightness(200%);
  margin-right: 15px;
  padding-top: 20px;
}

.icon-stats-2 {
  width: 200px;
  height: 150px;
  filter: brightness(150%) brightness(200%);
  padding-top: 40px;
}

.play-button-large {
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
  box-shadow: 0 24px 65px rgba(20, 20, 43, .16);
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-position-relative {
  position: relative;
}

.video-border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.mg-top-80px {
  margin-top: 40px;
}

.white-paragraph-text {
  color: #f6f6f6;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.video-hero-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.video-container {
  max-width: 900px;
  padding-left: 24px;
  padding-right: 24px;
}

._56pd-video-section {
  background-image: linear-gradient(rgba(96, 0, 0, .72), rgba(96, 0, 0, .72)), url('../images/pattern-cta-v3-brix-templates-02.svg'), linear-gradient(141deg, #fff, #3e0000 0%, #1b0000 34%, #660303 64%, #da0000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, 10px 8px, auto;
  background-attachment: scroll, scroll, scroll;
  padding-top: 56px;
  padding-bottom: 56px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-chat {
  width: 300px;
  height: 315px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.chat-block {
  width: 80%;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
}

.close-live-chat-container {
  z-index: 33;
  width: 10%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.livechat-button {
  width: 80%;
  height: 42px;
  background-color: #21b854;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.livechat-button:hover {
  background-color: #012719;
}

.top-section {
  height: 25%;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background-color: #31b75c;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whatsapp-container:hover {
  background-color: #012719;
  transform: scale(1.05);
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.close-livechat-icon {
  z-index: 50;
}

.live-icon {
  width: 13px;
  height: 13px;
  background-color: #ff3c00;
  border-radius: 100%;
  position: absolute;
  top: 3px;
  bottom: auto;
  left: -1px;
  right: auto;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
}

.live-icon-chat {
  border: 1px solid #909090;
  border-radius: 100%;
  margin-right: 0;
}

.chat-section {
  height: 50%;
  background-color: #e6ddd4;
  padding: 16px 20px;
}

.live-chat-link {
  height: 25%;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.live-chat-top-text {
  color: #000;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-chat-bottom-text {
  color: #000;
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.whatsapp-block {
  z-index: 30;
  opacity: .95;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 90px;
  left: auto;
  right: 25px;
}

._120pd-feature-section {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

._120pd-feature-section-grey {
  background-color: #f8f8f8;
  padding-top: 120px;
  padding-bottom: 120px;
}

.button-nav-wrapper {
  flex-wrap: nowrap;
  display: flex;
}

.world-icon {
  width: 16px;
  height: 16px;
  min-width: 6px;
  filter: brightness(40%);
  background-image: url('../images/Icon-feather-globe.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 5px;
  font-size: 15px;
  line-height: 15px;
}

.cart-search-wrapper {
  align-items: center;
  display: flex;
}

.search-open-trigger {
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.fontawesome-close {
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
  transition: color .5s;
  position: absolute;
  right: 15px;
}

.fontawesome-close:hover {
  color: #fe4242;
}

.search-form-wrapper {
  height: 60px;
  min-width: 60px;
  text-align: center;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.open-icon {
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.search-icon-svg {
  width: 15px;
}

.search-form {
  z-index: 99999;
  width: 350px;
  cursor: default;
  background-image: linear-gradient(rgba(0, 0, 0, .87), rgba(0, 0, 0, .87));
  border: 3px solid #fff;
  border-top-style: none;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  box-shadow: 0 2px 21px -8px rgba(0, 0, 0, .73);
}

.search-input-block {
  min-height: 50px;
  color: #1d1d1d;
  letter-spacing: .1px;
  background-color: rgba(255, 255, 255, .95);
  border-style: none;
  margin-bottom: 0;
  padding-top: 9px;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 400;
}

.search-button-link {
  width: 60px;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  background-image: url('../images/magnifying-glass-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border: .5px solid #333;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0;
  transition: filter .2s, background-color .2s;
}

.search-button-link:hover {
  filter: invert();
}

.close-icon {
  z-index: 10;
  padding: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.x-icon {
  width: 14px;
}

.content-inside-card-2 {
  padding: 0 28px;
}

.product-image-width-100 {
  width: 100%;
  border: 4px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

.image-wrapper-top {
  padding: 10px 40px 15px;
  overflow: hidden;
}

.main-services-section {
  color: #fff;
  padding-top: 96px;
  padding-bottom: 66px;
}

.tabs-content-card {
  width: 100%;
  border: 1px solid #d7d7d7;
  margin-top: 5px;
  padding: 35px 50px 50px;
  overflow: visible;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.mg-left-16px {
  margin-left: 16px;
}

.tab-left-icon {
  width: 100%;
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 2px solid #f7f7fc;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 30px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.tab-left-icon:hover {
  border-color: #1d1d1d;
}

.tab-left-icon.w--current {
  background-color: #fff;
  border-width: 1px;
  border-color: #1d1d1d;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.tabs-menu-vertical {
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.tabs-wrapper-tabs-left {
  display: flex;
}

.step-block {
  min-height: 80vh;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.img-block {
  width: 40%;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.steps-number {
  color: #909090;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.steps-scroll-base {
  width: 3px;
  height: 100%;
  transform-origin: 50% 0;
  background-color: #eeeff4;
}

.content-wrap {
  width: 40%;
  justify-content: flex-end;
  display: flex;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.steps-scroll-animate {
  width: 3px;
  height: 100%;
  transform-origin: 50% 0;
  background-color: #1d1d1d;
  position: absolute;
  bottom: 0;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.step-label {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scoll-wrap {
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.dot {
  z-index: 3;
  width: 12px;
  height: 12px;
  background-color: #eeeff4;
  border-radius: 50%;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  align-items: center;
  padding: 8%;
  display: flex;
  position: relative;
}

.services-1-section {
  color: #fff;
  padding-top: 76px;
  padding-bottom: 56px;
}

.services-2-section {
  color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.button-row-left-24px {
  margin-right: 24px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.grid-2-columns-text-right {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.product-detail-section {
  color: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.product-groups-section {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.product-group-img {
  border: 2px solid rgba(144, 144, 144, .25);
  border-radius: 100%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
}

.product-group-card {
  color: #6e7191;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.check-wrapper-vert {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.product-group-card-copy {
  color: #6e7191;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.image-wrapper-top-copy {
  padding: 15px 45px;
  overflow: hidden;
}

.content-inside-card-2-stripe {
  border-width: 1px;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 20px;
}

.product-image-width-100--stripe {
  border: 2px solid #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

.baski-img {
  z-index: -1;
  border: 5px solid #fff;
  overflow: hidden;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .15);
}

.steps-bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 20px rgba(18, 18, 18, .07);
}

.attachment-button {
  grid-column-gap: 10px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #1d1d1d;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.attachment-button:hover {
  filter: invert();
  transform: translate3d(0, -3px, .01px);
}

.button-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.referans-lighbox {
  filter: saturate(0%);
  border: 1px solid #909090;
  transition: all .3s;
}

.referans-lighbox:hover {
  filter: saturate();
  transform: translate(0, -2px);
  box-shadow: 0 6px 11px rgba(0, 0, 0, .2);
}

.referans-thumbnail-img {
  filter: contrast(125%);
  padding: 30px;
}

.blog-subj-text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.map-embed {
  height: 100%;
}

.contact-col{
  grid-column: 1/-1;
}

.contact-col-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafdfc;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 10px 22px 0;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: url('../images/404_1404.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

._404-heading {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

._404-section {
  height: 80vh;
  background-image: url('../images/404_1404.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h3-product {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 50px;
}

.footer-alt-tasarim {
  color: #909090;
  border-left: 1px solid #909090;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 12px;
  text-decoration: none;
}

.deha_link {
  text-decoration: none;
}

.mg-top-15px {
  padding-top: 15px;
}

.body {
  background-color: #e9fff4;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.para-feature, .paragraph, .paragraph-2, .paragraph-3 {
  font-size: 14px;
}

.grid-3-columns-ref {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

._3-col-logo-section-grid {
  max-width: 900px;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.image-4 {
  height: 100%;
  max-width: 500px;
  object-fit: cover;
  padding-top: 0;
  display: block;
}

.line-rounded-icon-copy.dropdown-arrow {
  filter: grayscale();
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.line-rounded-icon-copy.dropdown-arrow._2 {
  margin-top: 2px;
  margin-left: 0;
}

.line-rounded-icon-copy.dropdown-arrow {
  filter: grayscale();
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.line-rounded-icon-copy.dropdown-arrow._2 {
  margin-top: 2px;
  margin-left: 0;
}

.line-rounded-icon-copy.dropdown-arrow {
  filter: grayscale();
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.line-rounded-icon-copy.dropdown-arrow._2 {
  margin-top: 2px;
  margin-left: 0;
}

.line-rounded-icon-copy.dropdown-arrow {
  filter: grayscale();
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.line-rounded-icon-copy.dropdown-arrow._2 {
  margin-top: 2px;
  margin-left: 0;
}

.line-rounded-icon-copy.dropdown-arrow {
  filter: grayscale();
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.line-rounded-icon-copy.dropdown-arrow._2 {
  margin-top: 2px;
  margin-left: 0;
  transform: rotate(-90deg);
}

.line-rounded-icon-copy.dropdown-arrow {
  filter: grayscale();
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.line-rounded-icon-copy.dropdown-arrow._2 {
  margin-top: 2px;
  margin-left: 0;
}

.line-rounded-icon-copy.dropdown-arrow {
  filter: grayscale();
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.line-rounded-icon-copy.dropdown-arrow._2 {
  margin-top: 2px;
  margin-left: 0;
}

.line-rounded-icon-copy.dropdown-arrow {
  filter: grayscale();
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.line-rounded-icon-copy.dropdown-arrow._2 {
  margin-top: 2px;
  margin-left: 0;
}

.product-name {
  color: #1d1d1d;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.category-name {
  color: #909090;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

.button-card-link-div {
  width: 100%;
  text-decoration: none;
}

.brand-name {
  color: #909090;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.price-value {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
}

.kdv {
  color: #909090;
  font-size: 22px;
  font-weight: 400;
}

.text-span {
  font-size: 17px;
  font-weight: 400;
}

.card-link {
  color: #909090;
  text-decoration: none;
  transition: all .2s;
  font-size: 1.3rem;
}

.card-link:hover {
  color: #316600;
}

.price-margin-padding {
  margin-bottom: 20px;
}

.product-card-link {
  color: #1d1d1d;
  text-decoration: none;
  font-size: 1.3rem;
}

.filter_block-header-2 {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: .8rem 1.5rem 0;
  display: grid;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-3-col {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-name-page {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.category-name-page {
  color: #909090;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

/* .info-wrapper {
  background-color: #fff;
  border: 1px dashed red;
  border-radius: 8px;
  margin-bottom: 17px;
  padding: 20px;
} */

.info-message {
  color: #1d1d1d;
  font-size: 1.1rem;
  line-height: 22px;
}

.red-limit {
  color: #000;
}

.div-block, .price-block {
  justify-content: flex-end;
  display: flex;
}

.price-text {
  color: #1d1d1d;
  text-align: right;
  font-size: 22px;
  font-weight: 700;
}

.product-name-2 {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.delete-product {
  justify-content: flex-end;
  padding-bottom: 0;
  display: flex;
}

.delete-img {
  width: 15px;
  height: 15px;
  opacity: .4;
}

.adress-link {
  color: #6fa042;
  text-decoration: none;
}

.siparis-text {
  color: red;
  font-size: 19px;
  font-weight: 700;
}

.siparis-text.big {
  font-size: 24px;
}

.siparis-text.deger-yok {
  color: #909090;
}

.form-block {
  flex-direction: row;
  margin-top: 10px;
  display: flex;
}

.kod-field {
  width: 200px;
  height: 100%;
  border: 1px solid #000;
  border-radius: 7px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 19px;
  padding-left: 20px;
}

.kupon-wrapper {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-bottom-style: none;
  justify-content: space-between;
  margin-top: 10px;
  padding: 13px;
  display: flex;
}

.form-2 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.kupon-text-block {
  align-items: center;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
}

.aciklama {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.contact-form-block-password {
  border: 5px solid #fbaaaa;
  padding: 20px 20px 35px;
}

._2-col-grid-cart-2 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-content: center;
}

.urun-list {
  border-top: 1px solid #e1e1e1;
  justify-content: space-between;
  align-items: center;
  padding: 12px 4px 12px 0;
  display: flex;
}

.urun-fiyat-text {
  color: #484848;
  font-size: 18px;
  font-weight: 700;
}

.urun-fiyat-text.big {
  font-size: 24px;
}

.checkout-small-wrapper-copy {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  padding: 5px 15px 15px;
  display: flex;
  box-shadow: 2px 2px 6px 1px #dcdada;
}

.text-input {
  min-height: 200px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 25px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.text-input:hover {
  border-color: #000;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.text-input:focus {
  color: #211f54;
  border-color: #000;
}

.text-input::-ms-input-placeholder {
  color: #8d8d8d;
  font-size: 18px;
}

.text-input::placeholder {
  color: #8d8d8d;
  font-size: 18px;
}

.ulke-text {
  color: #2d2d2d;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
}

.default-input-choice {
  min-height: 55px;
  color: #909090;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 16px 24px 16px 20px;
  font-size: 18px;
  line-height: 25px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.default-input-choice:hover {
  border-color: #000;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.default-input-choice:focus {
  color: #211f54;
  border-color: #000;
}

.default-input-choice::-ms-input-placeholder {
  color: #8d8d8d;
  font-size: 18px;
}

.default-input-choice::placeholder {
  color: #8d8d8d;
  font-size: 18px;
}

.radio-label {
  color: #000;
  margin-right: 14px;
  font-size: 18px;
}

.credit {
  margin-top: 14px;
}

.credit-form, .credit-card-form-block {
  width: 100%;
}

.radio-button-field-2 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.alert-wrapper {
  background-color: #ffba4b;
  border: 4px solid rgba(255, 0, 0, .5);
  border-radius: 8px;
  margin-bottom: 17px;
  padding: 30px 50px 30px 29px;
  display: flex;
}

.alert-message {
  color: #1d1d1d;
  font-size: 19px;
  line-height: 32px;
}

.alert-img {
  margin-right: 25px;
}

.uyelik-btn {
  color: #012719;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: .1px solid #012719;
  border-radius: 30px;
  justify-content: center;
  padding: 8px 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.uyelik-btn:hover {
  color: #fff;
  background-color: #012719;
  border-color: #000;
  transform: translate3d(0, -3px, .01px);
}

.uyelik-btn.secondary {
  color: #182c05;
  background-color: rgba(24, 44, 5, 0);
  background-image: none;
  border-style: solid;
  border-color: #182c05;
}

.uyelik-btn.secondary:hover {
  color: #fff;
  background-color: #182c05;
}

.uyelik-btn.secondary.cart {
  height: 100%;
  border-color: #888;
  margin-top: 0;
  padding: 7.5px 30px;
}

.uyelik-btn.secondary._100 {
  width: 100%;
}

.uyelik-btn.subscribe {
  background-color: #013a25;
  background-image: none;
  border-style: none;
  border-color: #333;
  border-radius: 15px;
  padding: 15px 75px;
}

.uyelik-btn.subscribe:hover {
  background-color: #001e13;
  border-color: #1d1d1d;
}

.uyelik-btn.whatsapp {
  background-color: #009a1c;
  border-color: #009a1c;
}

.uyelik-btn.whatsapp:hover {
  background-color: #035900;
  border-color: #035900;
}

.square-div {
  width: 100px;
  height: 100px;
}

.cart-menu-item {
  height: 100%;
  object-fit: contain;
  margin: auto;
  display: block;
}

.highlight-product-container {
  max-width: 1300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.highlight-product-wrapper {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-item-highlight {
  color: #1d1d1d;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 15px 0 5px;
  text-decoration: none;
  display: flex;
}

.highlight-item-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.highlight-img-circle {
  width: 45px;
  height: 45px;
  background-color: #6fa042;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  margin-left: 0;
  padding: 3px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.product-inside-wrap {
  grid-row-gap: 10px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.highlight-img {
  max-width: 100%;
  filter: invert();
  object-fit: cover;
}

.content_card-block-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  padding: 0 5px 0 0;
  display: flex;
}

._120pd-account-section {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}

.social-link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.button {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
}

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

.button.in-nav {
  color: #fff;
  margin-left: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
}

.button.in-nav:hover {
  color: #fff;
}

.button.absolute {
  background-color: #6fa042;
  transition: all .2s;
}

.button.absolute:hover {
  background-color: #012719;
}

.button.absolute.red {
  background-color: #ec393c;
}

.description {
  opacity: .6;
  color: #000;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
}

.sticky-wrap {
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid #f2f3ff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .05);
}

.top-disclaimer {
  width: 100%;
  color: #fff;
  background-color: #434de7;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.spacer-xl {
  width: 100%;
  height: 40px;
}

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

.profile-nav-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.4em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.profile-nav-link:hover {
  color: #434de7;
}

.profile-nav-link.w--current {
  color: #434de7;
  font-weight: 700;
}

.footer-2-inner {
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.main-section {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.input-2 {
  height: 48px;
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
}

.input-2:hover {
  border-color: #434de7;
}

.input-2:focus {
  border: 1px solid #434de7;
}

.input-2::-ms-input-placeholder {
  color: #6e6e6e;
}

.input-2::placeholder {
  color: #6e6e6e;
}

.profile-columns {
  width: 100%;
  max-width: 1150px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 30% 70%;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
  display: grid;
}

.profile-nav-wrap {
  border-right: 1px solid #cfcfcf;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.main-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.main-container.center {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.text-field-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.text-field-wrapper._15p-right {
  margin-right: 15px;
}

.small-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.navbar-outer {
  z-index: 20;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  align-items: center;
  padding: 0 5%;
}

.navbar-outer._15-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

.social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-credit-text {
  color: #000;
  font-size: .875rem;
}

.logo-img-2 {
  color: #000;
}

.navbar-logo-link-2 {
  max-width: 140px;
  padding-left: 0;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 10px;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #000;
  transition: all .2s;
}

.social-icon:hover {
  color: #434de7;
}

.navbar_menu-button {
  padding: 0;
}

.footer-outer-wrap {
  flex-direction: column;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.relative-block {
  background-color: #ffcdcd;
  border-radius: 10px;
}

.navbar-link {
  color: #000;
  border-bottom: 1px rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  font-weight: 500;
}

.navbar-link:hover {
  color: #434de7;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link.w--current {
  color: #434de7;
}

.profile-form-container-2 {
  color: #000;
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.navbar-menu {
  align-items: center;
  display: flex;
}

.money-p {
  z-index: 2;
  text-transform: uppercase;
  font-size: 19px;
}

.search-top {
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.dd-link {
  color: #616a73;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  transition: background-color .2s;
}

.dd-link:hover {
  background-color: rgba(143, 147, 163, .2);
}

.file-date {
  text-transform: uppercase;
}

.file-format {
  height: 32px;
  color: #5d21d2;
  background-color: rgba(93, 33, 210, .15);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
}

.upload-button {
  background-color: #5d21d2;
  border-radius: 10px;
  padding: 15px 60px;
  font-size: 17px;
  transition: background-color .2s;
}

.upload-button:hover {
  background-color: rgba(93, 33, 210, .8);
}

.dd-text {
  color: #616a73;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-search {
  background-color: #fff;
  border: 1px solid #e2e3e9;
  border-radius: 13px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  box-shadow: 0 1px 3px rgba(143, 147, 163, .6);
}

.checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-width: 2px;
  border-color: #c6c9d4;
  border-radius: 5px;
  margin-top: 0;
}

.navigation {
  width: 85px;
  grid-row-gap: 110px;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 30px 12px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.file-img {
  max-width: 40px;
  margin-left: 30px;
  margin-right: 20px;
}

.nav-shadow {
  display: none;
}

.button-2 {
  color: #8f93a3;
  border: 1px solid #e6e8eb;
  border-radius: 40px;
  padding: 13px 22px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  background-color: rgba(105, 123, 138, .2);
}

.button-2.active {
  color: #fff;
  background-color: #697b8a;
}

.button-2.flex {
  grid-column-gap: 9px;
  align-items: center;
  display: flex;
}

.person-name {
  color: #616a73;
  margin-bottom: 5px;
  font-weight: 500;
}

.nav-spacer {
  min-width: 85px;
  padding-right: 0;
}

.dd-list {
  background-color: #fff;
  border-bottom: 1px solid #49bfff;
  border-left: 1px solid #49bfff;
  border-right: 1px solid #49bfff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.dd-list.w--open {
  border-bottom-color: #e2e3e9;
  border-left-color: #e2e3e9;
  border-right-color: #e2e3e9;
  position: absolute;
  left: -1px;
  right: -1px;
  overflow: hidden;
}

.dd-search__toggle {
  height: 50px;
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.form-field {
  height: 50px;
  border: 1px solid #e2e3e9;
  border-radius: 13px;
  margin-bottom: 0;
  padding: 8px 20px 8px 34px;
  box-shadow: 0 1px 3px rgba(143, 147, 163, .6);
}

.form-field::-ms-input-placeholder {
  color: #8f93a3;
  font-size: 16px;
}

.form-field::placeholder {
  color: #8f93a3;
  font-size: 16px;
}

.person-address {
  font-size: 16px;
}

.file-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-form__block {
  margin-bottom: 0;
}

.nav-menu__link {
  width: 60px;
  height: 60px;
  color: #8f93a3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-menu__link:hover {
  color: #5d21d2;
  background-color: rgba(93, 33, 210, .15);
}

.nav-menu__link.purple {
  color: #fff;
  background-color: #5d21d2;
  margin-top: 27px;
  margin-bottom: 0;
  transition: transform .2s;
}

.nav-menu__link.purple:hover {
  transform: scale(.9);
}

.dd-p {
  color: #616a73;
}

.sqaure-button {
  height: 37px;
  min-width: 37px;
  border: 2px solid #e2e3e9;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.sqaure-button:hover {
  transform: scale(1.1);
}

.sqaure-button.mr-10 {
  margin-right: 10px;
}

.custom-css {
  display: none;
}

.search-bot {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1650px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 45px;
}

.upload-p {
  font-size: 16px;
}

.dd-search__link {
  color: #616a73;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .2s;
}

.dd-search__link:hover {
  background-color: rgba(143, 147, 163, .2);
}

.file {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #eff0f2;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding: 30px 35px 30px 25px;
  display: grid;
}

.money-wrap {
  height: 32px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.files-scroll {
  max-width: 88vw;
  padding-bottom: 10px;
  overflow: auto;
}

.money-bg {
  opacity: .15;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bill-type {
  grid-column-gap: 14px;
  background-color: #eef0f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  display: flex;
}

.file-format__p {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.files-list {
  background-color: #fff;
  border: 1px solid #e2e3e9;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(143, 147, 163, .6);
}

.top-wrap {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.x-icon-2 {
  cursor: pointer;
}

.search-wrap {
  margin-bottom: 20px;
}

.buttons-wrap {
  grid-column-gap: 17px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu__icon {
  margin-top: 5px;
}

.dd-toggle {
  width: 185px;
  align-items: center;
  padding: 5px;
  display: flex;
  position: static;
}

.file-name {
  color: #616a73;
  margin-right: 40px;
  font-weight: 500;
  overflow: hidden;
}

.h2 {
  color: #616a73;
  font-size: 23px;
  font-weight: 600;
}

.none {
  display: none;
}

.search-elements {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.number-circle {
  height: 24px;
  min-width: 24px;
  background-color: #e6e8eb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.upload {
  grid-row-gap: 20px;
  background-color: rgba(93, 33, 210, .15);
  border: 1px dashed #5d21d2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.form-block-2 {
  width: 100%;
  max-width: 1075px;
  margin-bottom: 0;
}

.form-block-2.small {
  max-width: 100%;
}

.hamburger {
  display: none;
}

.collection-wrapper {
  max-height: 800px;
  min-width: 800px;
  overflow: scroll;
}

.checkbox-field {
  margin-bottom: 0;
}

.dd-search__list {
  box-shadow: 0 1px 3px rgba(143, 147, 163, .6);
}

.dd-search__list.w--open {
  background-color: #fff;
  border: 1px solid #e2e3e9;
  border-radius: 13px;
  position: absolute;
  top: 115%;
  overflow: hidden;
}

.section {
  min-height: 100vh;
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dd-img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin-right: 15px;
}

.search-btn {
  width: 163px;
  height: 50px;
  background-color: #6fa042;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.search-btn:hover {
  background-color: #012719;
}

.person-img {
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  margin-right: 18px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}

.file-header {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #eff0f2;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding: 20px 35px 20px 20px;
  display: grid;
}

.file-name-header {
  color: #616a73;
  padding-left: 5px;
  font-size: 17px;
  font-weight: 500;
  overflow: hidden;
}

.money-p-2 {
  z-index: 2;
  text-transform: uppercase;
  font-size: 19px;
  position: relative;
}

.search-top-2 {
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.file-size {
  min-width: 60px;
  text-transform: uppercase;
}

.button-3 {
  color: #8f93a3;
  border: 1px solid #e6e8eb;
  border-radius: 40px;
  padding: 13px 22px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button-3:hover {
  background-color: rgba(105, 123, 138, .2);
}

.button-3.active {
  color: #fff;
  background-color: #697b8a;
}

.button-3.flex {
  grid-column-gap: 9px;
  align-items: center;
  display: flex;
}

.dd-search__toggle-2 {
  height: 50px;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.file-flex-2 {
  align-items: center;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1650px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 40px 45px;
}

.file-2 {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #eff0f2;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr 1.5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding: 30px 35px 30px 25px;
  display: grid;
}

.file-name-2 {
  width: 200px;
  color: #616a73;
  margin-right: 40px;
  font-weight: 500;
  overflow: hidden;
}

.search-elements-2 {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.collection-wrapper-2 {
  min-width: 1500px;
}

.section-2 {
  min-height: 100vh;
  background-color: #f6f7fa;
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  margin-top: 5px;
  margin-left: 7px;
}

.contact-form-block-password-copy {
  border: 5px #fbaaaa;
  margin-top: 10px;
  margin-bottom: 30px;
}

.default-input-label-subject {
  color: #1d1d1d;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
}

._20padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section_big {
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(77deg, #5c32cc, #a35ad5 32%, #dc61bd 66%, #e64987);
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: block;
  position: relative;
}

.section_big.red {
  background-image: linear-gradient(rgba(171, 0, 0, .5), rgba(171, 0, 0, .5));
}

.section-inner {
  background-color: #fff;
  background-image: url('../images/ooorganize-4.svg');
  background-position: 0 0;
  background-size: 500px;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  box-shadow: inset 0 2px 20px rgba(0, 0, 0, .2);
}

.container-3 {
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.h1-2 {
  margin-top: 0;
  font-size: 33px;
  font-weight: 600;
}

.p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.button-4 {
  background-image: linear-gradient(49deg, #512cca, #aa5dd6 33%, #e763b7 70%, #e6457d);
  border-radius: 10px;
  padding: 13px 25px;
  font-weight: 500;
}

.save-text {
  font-size: 14px;
  line-height: 25px;
}

.pm-tabs {
  width: 100%;
  justify-content: space-between;
  padding-bottom: 8px;
  display: flex;
}

.phone-input {
  z-index: 2;
  margin-top: -6px;
  position: relative;
}

.button-5 {
  width: 100%;
  min-height: 44px;
  color: #fff;
  text-align: center;
  background-color: #0074d4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.flag-svg {
  max-height: 16px;
  max-width: 16px;
  flex: 1;
  position: absolute;
  top: 29%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.flex-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.card-svg {
  max-height: 16px;
  max-width: 16px;
  flex: 1;
}

.save {
  color: rgba(26, 26, 26, .9);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-top: 25px;
  margin-bottom: 0;
  padding: 6px 11px 15px 38px;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

.stripe-cb {
  width: 18px;
  height: 18px;
  border-color: #e7e7e7;
  position: absolute;
  left: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .07);
}

.grey-font {
  color: #8b8b8b;
}

.bank-image {
  max-height: 70px;
  max-width: 80px;
}

.search-svg {
  max-height: 11px;
  max-width: 11px;
  opacity: .5;
  flex: 1;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 10px;
  right: auto;
}

.input-label-2 {
  color: #5e5e5e;
  margin-top: 16.5px;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 400;
}

.bank-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 8px;
}

.link-2 {
  color: #0074d4;
}

.bank-link {
  height: 111.336px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 7px 12px;
  display: flex;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, .05), 2px 0 4px rgba(0, 0, 0, .07);
}

.pm-tab {
  width: 49%;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  padding: 9px 12px 5px;
}

.pm-tab.w--current {
  background-color: #fff;
  border-color: #000;
  box-shadow: 0 0 0 3px #c3ddf1, 1px 1px 4px rgba(0, 0, 0, .07);
}

.terms {
  color: #5e5e5e;
  text-align: center;
  padding-top: 14px;
  font-size: 13.5px;
}

.input-3 {
  height: 37px;
  letter-spacing: .02em;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, .05), 2px 0 4px rgba(0, 0, 0, .07);
}

.input-3:hover {
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, .1), 2px 0 4px rgba(0, 0, 0, .1);
}

.input-3.top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}

.input-3.bottom-left {
  border-radius: 0 0 0 6px;
}

.input-3.bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.input-3.bottom.phone {
  padding-left: 38px;
}

.input-3.bottom-right {
  border-radius: 0 0 6px;
}

.input-3.search {
  padding-left: 28px;
}

.relative {
  position: relative;
}

.bank-text {
  padding-top: 10px;
  font-size: 12.5px;
}

.brix---accordion-btn-horizontal-line-v2 {
  width: 28px;
  height: 2px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2 {
  width: 2px;
  height: 28px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

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

.brix---color-neutral-800 {
  color: #211f54;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.accordion-content-wrapper {
  max-width: 730px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-item-wrapper {
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #eff0f6;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 20px 0;
  transition: transform .3s;
  display: flex;
}

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

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.new-hero-sec {
  margin-bottom: -15px;
  padding-top: 70px;
}

.text-wrapper-yosemite {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 5%;
  right: auto;
}

.text-big-1 {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .6);
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.text-subwrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.slider-subwrapper {
  z-index: 2;
  width: 100%;
  flex-direction: row;
  grid-template-rows: .5fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  margin-top:6rem;
}

.slider-2 {
  z-index: 3;
  width: 100%;
  height: auto;
  max-width: 1100px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.right-arrow {
  width: 70px;
  height: 70px;
  background-color: #6fa042;
  border: 5px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
  background-color:#164e63;
}

.text-big-2 {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .6);
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  display: inline-block;
}

.arrow-wrapper {
  width: 70px;
  height: 70px;
  background-color: #164e63;
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.arrow-wrapper:hover {
  transform: translate(-2px);
}

.arrow-wrapper.right:hover {
  transform: translate(2px);
}

.text-small {
  text-transform: none;
  background-color: rgba(0, 0, 0, .6);
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.left-arrow {
  width: 70px;
  height: 70px;
  background-color: #6fa042;
  border: 5px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .4);
  background-color: #164e63;
}

.slider-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-wrapper-sequoia {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 5%;
  right: auto;
}

.section-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slide-nav-2 {
  width: 100px;
  filter: invert(50%);
  margin-bottom: -50px;
  font-size: 11px;
  display: none;
}

.text-wrapper-grand-canyon {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: none;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 5%;
  right: auto;
}

.mask-2 {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid rgba(84, 84, 84, .58);
  border-radius: 20px;
  box-shadow: 0 2px 17px rgba(0, 0, 0, .2);
}

.slider-background {
  width: 100%;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.new-slider-background {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .3;
  filter: blur(5px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-bg {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.arrow1 {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 1440px) {
  .footer-input:hover, .footer-input:focus {
    border-color: #281ca5;
  }

  .search-button-link:hover {
    filter: invert();
  }
}

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {

  a.dropdown-link.w-dropdown-link{
    padding:20px 20px;
  }
  .slide-heading {
    font-size: 64px;
  }

  .slide-arrow, .slide-nav {
    bottom: 36px;
  }

  .dropdown-nav-content-wrapper {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .dropdown-main-megamenu-wrapper {
    flex-direction: column;
  }

  .dropdown-nav-wrapper {
    padding: 40px;
  }

  .dropdown-nav-wrapper.left {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding-bottom: 10px;
    display: grid;
  }

  .dropdown-nav-wrapper.right {
    width: 100%;
    min-width: auto;
    margin-bottom: -20px;
    display: none;
  }

  .nav-menu {
    justify-content: center;
    margin-right: 16px;
  }

  .dropdown-nav-item {
    margin-bottom: 12px;
    line-height: 1.6;
  }

  .nav-link.w--open {
    justify-content: center;
  }

  .dropdown-nav-list {
    margin-bottom: 0;
  }

  .title.dropdown-nav-title {
    margin-bottom: 32px;
  }

  .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .search-main-wrapper {
    width: 350px;
  }

  .dropdown-40px-padding-container {
    padding: 20px 0 14px;
  }

  .dropdown-wrapper {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px 24px 0;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .15);
  }

  .input.small.search-header {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .nav-list-item {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    justify-content: space-around;
    margin-bottom: 6px;
    padding-left: 0;
    display: flex;
  }

  .nav-list-item.search-wrapper {
    width: 100%;
    justify-content: center;
    margin-top: 6px;
    margin-bottom: 0;
    display: flex;
  }

  .nav-menu-list {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .dropdown-link {
    text-align: center;
  }

  .hamburger-menu-line {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-line.bottom {
    width: 35px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-line.top {
    width: 35px;
  }

  .cart-button-image {
    padding-bottom: 4px;
  }

  .cart-button {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-default.grey.center {
    text-align: center;
    white-space: break-spaces;
    color:#fafafa;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-h1-size-text {
    font-size: 48px;
    line-height: 60px;
  }

  .d-98-card-wrapper {
    margin-bottom: 60px;
  }

  .swiper-component.slider1.pill {
    padding-right: 6vw;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .blog-card-image {
    width: 100%;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .h3---display {
    font-size: 22px;
    line-height: 38px;
  }

  .blog-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .blog-card-image-wrapper {
    height: 300px;
  }

  .grid-blog-featured {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .social-media-grid-right {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .grid-footer-bottom {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

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

  .footer-col-title {
    margin-bottom: 24px;
  }

  .grid-footer {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .filter_header {
    grid-row-gap: 12px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 16px;
  }

  .filter_block-header {
    grid-template-columns: 70% auto;
    align-items: start;
    padding-left: 1rem;
    font-size: 1.2rem;
    white-space: nowrap;
  }

  span.checkbox_label.w-form-label{
    font-size:1.3rem;
  }

  .content_card-info-text {
    width: 100%;
  }

  .dropdown.ml-30 {
    margin-left: 0;
  }

  .content_card-block {
    padding: 20px 24px 24px;
  }

  .content_collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .radio-button-field {
    margin-bottom: 15px;
  }

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

  .filter_tags-wrapper {
    margin-top: .5rem;
  }

  .content_card-title {
    text-align: center;
  }

  .product-container {
    grid-template-columns: 1fr;
  }

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

  .fp_offer-container {
    max-width: 60vw;
  }

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

  .field-width--big {
    height: 70px;
    font-size: 16px;
  }

  .tab__link {
    padding: .5rem 1rem;
  }

  .tab-link__name {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-panel-wrapper {
    width: 100%;
    padding-top: 20px;
  }

  .blog-h3-display {
    font-size: 22px;
    line-height: 38px;
  }

  .blog-card-content-inside {
    padding-bottom: 46px;
  }

  .default-blog-card-image {
    width: 100%;
  }

  .grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blog-category-button {
    margin-left: 0;
    margin-right: 24px;
  }

  .categories-button-wrapper {
    justify-content: flex-start;
  }

  .grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .name-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .buttons-row-right {
    justify-content: flex-start;
  }

  .grid-heading-2-col {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .customer-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .contact-card-form {
    padding: 54px 32px;
  }

  .contact-heading-h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .grid-contact {
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .gallery-section {
    padding-top: 75px;
    padding-bottom: 118px;
  }

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

  .gallery-caption {
    font-size: 20px;
    line-height: 28px;
  }

  .multi-step-form-radio-trigger---brix {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .scoll-wrap-hero {
    width: 77%;
  }

  .process-bar-wrapper {
    width: 100%;
    min-height: 40vh;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .dot-block {
    width: 24px;
  }

  ._2-col-grid-cart {
    grid-template-columns: 2fr;
  }

  .cart-section {
    padding-top: 75px;
    padding-bottom: 118px;
  }

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  ._3-col-grid-container {
    grid-template-columns: 1fr;
  }

  .heading-h2-32px-700-bold {
    font-size: 30px;
    line-height: 46px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .main-product-section {
    padding-top: 40px;
    padding-bottom: 118px;
  }

  .logo-section-grid {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .text-20px-400-normal {
    line-height: 28px;
  }

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

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

  .product-sub-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .footer-wrapper {
    align-items: center;
  }

  .heading-h3-24px-700-bold {
    font-size: 30px;
    line-height: 46px;
  }

  ._120pd-about-section, ._120pd-stat-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .catalog-btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .radio-button-label {
    font-size: 1rem;
  }

  ._80pd-section-form, .featured-product-swiper-sec {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .tabs {
    width: 95vw;
  }

  .btn-primary-list {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .blog-feed-section {
    padding-top: 30px;
    padding-bottom: 118px;
  }

  .reference-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .contact-section, .catalog-section {
    padding-top: 75px;
    padding-bottom: 118px;
  }

  .btn-primary-cart {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }

  .stats-heading-h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .stats-display {
    font-size: 65px;
    line-height: 70px;
  }

  .card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .feature-content-right-wrapper {
    flex-direction: column;
  }

  .video-icon-wrapper {
    max-width: 100px;
  }

  .video-hero-grid {
    grid-template-columns: 1fr;
  }

  ._56pd-video-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .whatsapp-container {
    width: 55px;
    height: 55px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  ._120pd-feature-section, ._120pd-feature-section-grey {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .lang {
    color: #002846;
    font-size: 16px;
  }

  .main-services-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .tabs-content-card {
    padding: 40px 32px 48px;
  }

  .tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tabs-menu-vertical {
    max-width: 271px;
  }

  .services-1-section, .services-2-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .product-detail-section, .product-groups-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .map-embed {
    height: 300px;
  }

  .hamburger-group-wrapper {
    grid-column-gap: 15px;
    align-items: center;
    display: flex;
  }

  .heading-h3-product {
    font-size: 30px;
    line-height: 46px;
  }

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

  ._3-col-logo-section-grid {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .filter_block-header-2 {
    grid-template-columns: 70% auto;
    align-items: start;
    padding-left: 1rem;
  }

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

  ._2-col-grid-cart-2 {
    grid-template-columns: 2fr;
  }

  .uyelik-btn {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .content_card-block-copy {
    padding: 20px 24px 24px;
  }

  ._120pd-account-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .menu-icon-line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top, .menu-icon-line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-link {
    width: auto;
    white-space: nowrap;
    padding: 20px;
    font-size: 14px;
  }

  .navbar-menu {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: flex;
    overflow: auto;
  }

  .navbar-menu.overflow-hidden {
    background-color: #fff;
  }

  .dd-link {
    background-color: rgba(0, 0, 0, 0);
  }

  .dd-link:hover {
    background-color: rgba(73, 191, 255, 0);
  }

  .navigation {
    z-index: 999999;
    display: none;
  }

  .nav-shadow {
    z-index: 999;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 85px;
    right: 0;
  }

  .nav-spacer {
    display: none;
  }

  .hamburger-line {
    width: 30px;
    height: 3px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.middle {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .search-bot {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .container {
    padding-bottom: 25px;
  }

  .files-scroll {
    max-width: 100%;
  }

  .top-wrap {
    grid-row-gap: 25px;
    flex-direction: column-reverse;
    align-items: flex-start;
    position: relative;
  }

  .buttons-wrap {
    grid-column-gap: 17px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
  }

  .hamburger {
    z-index: 9999999;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .container-2 {
    padding-bottom: 25px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper:hover {
    transform: translate(6px);
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .slider-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    border-width: 3px;
    right: 10px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    border-width: 3px;
    left: 10px;
  }

  .arrow1 {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 480px) {
  img.footer.logo-img {
    position: relative;
    top: 10px;
    left: 5px;
}
input#Contact-Name-2,input#BRIX-Contact-Email-V8,input#BRIX-Contact-Phone-V8,input#BRIX-Contact-Company-V8 {
  height: 50px;
}

  iframe{
    max-width:100%;
  }


  .slide-heading {
    font-size: 36px;
  }

  .dropdown-nav-content-wrapper {
    margin-bottom: 0;
  }

  .dropdown-main-megamenu-wrapper {
    flex-direction: column;
  }

  .dropdown-nav-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-nav-wrapper.left {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .dropdown-nav-wrapper.right {
    width: auto;
  }

  .dropdown-nav-item {
    margin-bottom: 12px;
  }

  .dropdown-nav-list {
    margin-bottom: 0;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo-img {
    max-width: 220px;
    transform: scale(1.7);
    position: relative;
    bottom: 20px;
  }

  .hamburger-menu-line.bottom, .hamburger-menu-line.top {
    width: 30px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.secondary.cart {
    padding: 5px 15px;
    font-size: 14px;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .product-card-wrapper {
    width: 100%;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .heading-h1-size-text {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .heading-h1-size-text.white {
    font-size: 38px;
  }

  .swiper-component.slider1.pill {
    padding-right: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-container {
    padding-left: 1vw;
    padding-right: 0;
  }

  .subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .h3---display {
    font-size: 20px;
    line-height: 32px;
  }

  .blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-card-image-wrapper {
    height: 300px;
  }

  .grid-blog-featured {
    grid-template-columns: 1fr;
  }

  .social-media-grid-right {
    justify-content: center;
    justify-items: center;
  }

  .grid-footer-bottom {
    grid-row-gap: 14px;
  }

  .footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .hero-without-image {
    padding: 140px 15px 60px;
    background-size:contain
   
  }

  .content_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-list-wrapper {
    list-style-type: none;
  }

  .content_collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .empty-state {
    background-color: #e6e6e6;
  }

  .filter_grid {
    grid-template-columns: 100%;
    justify-items: stretch;
  }

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .filter_content {
    grid-template-columns: 100%;
  }

  .content_collection-list-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content {
    min-width: 100px;
  }

  .field-width--small {
    height: 38px;
  }

  .product-container {
    grid-template-columns: 1fr;
  }

  .fp_offer-container {
    max-width: 70vw;
  }

  .img-showcase {
    width: 100%;
    height: 400px;
  }

  .img-item._1, .img-item._2, .img-item._3, .img-item._4 {
    width: 25%;
    height: 100px;
  }

  .tab-panel-wrapper {
    flex-direction: column;
  }

  .blog-h3-display {
    font-size: 20px;
    line-height: 32px;
  }

  .blog-card-content-inside {
    padding: 44px 32px 38px;
  }

  .grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .blog-category-button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .categories-button-wrapper {
    flex-wrap: wrap;
  }

  .grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .unvan-text {
    font-size: 16px;
    line-height: 18px;
  }

  .name-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .left-mg-24px {
    margin-right: 16px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .grid-heading-2-col {
    grid-template-columns: .9fr;
  }

  .customer-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mg-bottom-56px {
    margin-bottom: 40px;
  }

  .grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .default-message-text-area {
    border-radius: 18px;
  }

  .default-input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .contact-card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .contact-card-wrapper {
    padding: 32px;
  }

  .contact-heading-h1 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .gallery-section {
    padding-bottom: 100px;
  }

  .gallery-caption {
    font-size: 14px;
    line-height: 22px;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .scoll-wrap-hero {
    width: 76%;
  }

  .scroll-base {
    position: relative;
  }

  .process-bar-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .scroll-hero {
    min-height: auto;
  }

  .step-hero {
    padding: 10px;
  }

  .dot-block {
    min-height: 10vh;
    order: 2;
    align-self: center;
  }

  ._2-col-grid-cart {
    grid-template-columns: 1fr;
  }

  .cart-section {
    padding-bottom: 100px;
  }

  .btn-text-secondary-full-width {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._3-col-grid-container {
    grid-template-columns: 1fr;
  }

  .heading-h2-32px-700-bold {
    font-size: 28px;
    line-height: 40px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .main-product-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .logo-section-grid {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .text-20px-400-normal {
    font-size: 18px;
    line-height: 22px;
  }

  .logo-section {
    padding-top: 72px;
    padding-bottom: 20px;
  }

  .link-icon-right-arrow {
    width: 20px;
    margin-left: 8px;
  }

  .text-500-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .content-inside-card {
    padding: 32px 32px 40px;
  }

  .grid-4-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .product-sub-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h3-24px-700-bold {
    font-size: 28px;
    line-height: 40px;
  }

  ._120pd-about-section, ._120pd-stat-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .catalog-btn-primary {
    padding: 20px 32px;
  }

  ._80pd-section-form, .featured-product-swiper-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .btn-primary-list {
    padding: 8px 13px;
  }

  .blog-feed-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .reference-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-section, .catalog-section {
    padding-bottom: 100px;
  }

  .btn-primary-cart {
    width: 85%;
    padding: 20px 32px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .cookie-button-bottom {
    line-height: 18px;
  }

  .stats-display {
    font-size: 48px;
    line-height: 56px;
  }

  .video-icon-wrapper {
    max-width: 90px;
  }

  .mg-top-80px {
    margin-top: 64px;
  }

  .video-hero-grid {
    grid-template-columns: 1fr;
  }

  ._56pd-video-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  ._120pd-feature-section, ._120pd-feature-section-grey {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lang {
    font-size: 16px;
  }

  .search-form-wrapper {
    margin-right: -5px;
  }

  .content-inside-card-2 {
    padding: 32px 32px 40px;
  }

  .main-services-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .tab-left-icon {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs-menu-vertical {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    margin-bottom: 10px;
    margin-right: 0;
    display: grid;
  }

  .tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .step-block {
    min-height: 110vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .img-block {
    z-index: 3;
    width: 70%;
    min-height: 50vh;
    order: 3;
    padding-top: 20px;
    position: relative;
  }

  .content-wrap {
    width: 90%;
    height: 50vh;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .services-1-section, .services-2-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-row-left-24px {
    margin-right: 16px;
  }

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

  .product-detail-section, .product-groups-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-inside-card-2-stripe {
    padding: 32px 32px 40px;
  }

  .map-embed {
    height: 350px;
  }

  .hamburger-group-wrapper {
    grid-column-gap: 15px;
  }

  .heading-h3-product {
    font-size: 28px;
    line-height: 40px;
  }

  ._3-col-logo-section-grid {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .price-margin-padding {
    margin-bottom: 8px;
  }

  .grid-3-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid-cart-2 {
    grid-template-columns: 1fr;
  }

  .text-input, .default-input-choice {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .uyelik-btn {
    padding: 20px 32px;
  }

  .uyelik-btn.secondary.cart {
    padding: 5px 15px;
    font-size: 14px;
  }

  ._120pd-account-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .menu-icon-line-middle, .menu-icon-line-top, .menu-icon-line-bottom {
    background-color: #434de7;
  }

  .footer-2-inner {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .profile-columns {
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .profile-nav-wrap {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .navbar-outer {
    height: 4rem;
  }

  .footer-credit-text {
    margin-top: 0;
  }

  .footer-outer-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .navbar-menu {
    padding: 1rem 5% 2rem;
  }

  .navbar-menu.overflow-hidden {
    flex-direction: column;
    align-items: flex-start;
  }

  .container, .container-2 {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-item-wrapper {
    padding: 48px 0;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-wrapper-yosemite {
    bottom: 12%;
  }

  .text-big-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow {
    top: -5%;
    bottom: 0%;
    left: auto;
    right: 10px;
    margin-right: 0.3rem;
   font-size:30px
    
  }


  .right-arrow:hover {
    transform: none;
  }

  .text-big-2, .text-small {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* .left-arrow {
    top: 0%;
    bottom: 0%;
    left: 16px;
    right: auto;
    height: 30px;
    width:30px;
    
  } */

  .left-arrow:hover {
    transform: none;
  }

  .text-wrapper-sequoia, .text-wrapper-grand-canyon {
    bottom: 12%;
  }
}

@media screen and (max-width: 479px) {
  .slide-heading {
    font-size: 28px;
  }

  .hero-section {
    min-height: 93vh;
  }

  .dropdown-nav-content-wrapper {
    margin-bottom: 40px;
    margin-right: 24px;
  }

  .dropdown-nav-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-nav-wrapper.left {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .nav-link {
    justify-content: center;
    
  }

  .search-main-wrapper {
    width: 245px;
  }

  .dropdown-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .dropdown-column-wrapper.mega-menu.w--open {
    height: 50vh;
    padding-left: 50px;
    overflow: scroll;
  }

  .logo-img {
    max-width: 170px;
  }

  .nav-list-item {
    width: 100%;
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .navbar-main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger-menu-line.top {
    width: 30px;
  }

  .cart-button-image {
    padding-bottom: 14px;
  }

  .cart-button {
    margin-left: 0;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

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

  .paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .paragraph-default.grey {
    text-align: left;
    white-space:break-spaces;
    font-size:1.1rem
  }

  .paragraph-default.grey.center {
    text-align: center;
    white-space: break-spaces;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 19px;
  }

  .btn-primary.secondary.cart {
    padding: 5px 15px;
    font-size: 12px;
  }

  .heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .product-card-content {
    padding: 21px 22px 32px;
  }

  .heading-h1-size-text {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .heading-h1-size-text.white {
    font-size: 34px;
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .swiper-slide {
    width: 250px;
  }

  .swiper.swiper1 {
    width: 300px;
  }

  .swiper-container {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .blog-card-content-wrapper {
    padding: 24px 24px 31px;
  }

  .blog-card-image-wrapper {
    height: 150px;
  }

  .social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .social-media-grid-right {
    grid-template-columns: repeat(auto-fit, 30px) 36px 36px 36px 36px;
  }


  .footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-col-title.white {
    font-size: 1.1rem;
  }

  .footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  

  .footer-list-item {
    margin-bottom: 8px;
  }

  .footer-input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .footer-input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .grid-footer-subscribe-1-col {
    grid-template-columns: 1fr;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
    padding-left: 0;
    padding-right: 30px;
  }

  .grid-footer {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
  }

  .footer-top {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .hero-without-image {
    margin-top: 7rem;
    height: 60vh;
    padding-top: 130px;
    background-size: contain;
  }

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

  .content_card-info {
    grid-template-columns: 1fr;
  }

  .filter_reset-all.text-color-green {
    text-align: right;
  }

  .content_card-header {
    align-items: flex-start;
  }

  .content_collection-list {
    grid-template-columns: 1fr;
  }

  .content_card-title {
    font-size: 16px;
  }

  .breadcrumbs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bread-link {
    text-align: center;
  }

  .field-width--small {
    height: 40px;
    padding-top: 8px;
    padding-right: 20px;
  }

  .c-product-form__col {
    height: 100%;
  }

  .c-product-form__row {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fp_offer-container {
    max-width: 98vw;
  }

  .cart_list_item {
    grid-template-columns: 1fr .25fr;
  }

  .cart-item-header {
    align-items: flex-start;
  }

  .cart_item-title {
    font-size: 13px;
  }

  .adet_text {
    font-size: 12px;
  }

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

  .field-width--big {
    height: 45px;
  }

  .img-showcase {
    height: 250px;
  }

  .img-item._1, .img-item._2, .img-item._3, .img-item._4 {
    height: 70px;
  }

  .tab__link {
    align-self: center;
    margin: .25rem 0;
  }

  .tab-link__name {
    text-align: center;
    align-items: center;
    font-size: .9rem;
    line-height: 1.2rem;
    display: flex;
  }

  .tabs-menu {
    padding-left: 10px;
  }

  .tab-panel-wrapper {
    padding-top: 23px;
  }

  .blog-card-content-inside {
    padding: 28px 21px 20px;
  }

  .blog-category-button {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

  .grid-title-and-categories {
    margin-bottom: 40px;
  }

  ._24pd-container-1218px {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fed7aa;
  }

  .blog-content-section {
    padding-left: 20px;
  }

  .comment-paragraph-text {
    font-size: 17px;
    line-height: 28px;
  }

  .container-1218px-24pd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .unvan-text {
    font-size: 15px;
    line-height: 16px;
  }

  .name-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .card-testimonials {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .left-mg-24px {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buttons-row-right {
    flex-direction: column;
    align-items: stretch;
  }

  .mg-bottom-16px {
    margin-bottom: 15px;
  }

  .grid-heading-2-col {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .customer-section {
    padding-top: 96px;
    padding-bottom: 50px;
  }

  .stars {
    margin-bottom: 16px;
  }

  .buttons-row-center {
    flex-direction: column;
  }

  .mg-bottom-56px {
    margin-bottom: 32px;
  }

  .grid-4-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .default-message-text-area {
    border-radius: 0;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
    line-height: 26px;
  }

  .default-message-text-area::-ms-input-placeholder {
    font-size: 12px;
    line-height: 24px;
  }

  .default-message-text-area::placeholder {
    font-size: 12px;
    line-height: 24px;
  }

  .default-input-label {
    font-size: 16px;
  }

  .default-input {
    min-height: 36px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
    line-height: 16px;
  }

  .default-input::-ms-input-placeholder {
    font-size: 12px;
    line-height: 16px;
  }

  .default-input::placeholder {
    font-size: 12px;
    line-height: 16px;
  }

  .contact-card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .contact-card-wrapper {
    padding: 24px;
  }

  .contact-heading-h1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .gallery-section {
    padding-top: 65px;
  }

  .catalog-desc {
    font-size: 12px;
    line-height: 16px;
  }

  .grid-4-columns-instagram {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .gallery-caption {
    font-size: 12px;
    line-height: 16px;
  }

  .multi-step-form-radio-trigger---brix {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .bg-shadow._3 {
    margin-right: 0;
  }

  .bg-shadow._1 {
    margin-left: 0;
  }

  .scoll-wrap-hero {
    width: 93%;
  }

  .process-bar-wrapper {
    min-height: 30vh;
    padding-left: 5px;
    padding-right: 5px;
  }

  .scroll-hero {
    width: 100%;
    margin-top: 5%;
  }

  .label {
    font-size: 12px;
  }

  .steps.dots {
    width: 100%;
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .step-hero {
    padding: 12px 5px;
  }

  .step-hero._1 {
    margin-left: 0;
  }

  .step-hero._3 {
    margin-right: 0;
  }

  .cart-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart_item-title-kod {
    font-size: 12px;
  }

  .cart-section {
    padding-top: 65px;
  }

  .btn-text-secondary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .paragraph-text {
    font-size: 17px;
    line-height: 28px;
  }

  .heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .mg-bottom-8px {
    margin-bottom: 6px;
  }

  ._3-col-grid-container {
    grid-template-columns: 1fr;
  }

  .heading-h2-32px-700-bold {
    font-size: 24px;
    line-height: 34px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .main-product-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-section-grid {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .text-20px-400-normal {
    font-size: 18px;
    line-height: 23px;
  }

  .logo-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .link-icon-right-arrow {
    width: 18px;
  }

  .text-500-medium {
    text-align: center;
    font-size: 15px;
    line-height: 16px;
  }

  .product-link-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .grid-4-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .product-sub-wrapper {
    padding-left: 20px;
    padding-right: 20px;
 
  }

  .check-div {
    flex-direction: column;
    align-items: center;
  }

  .check-text {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
  }

  .check-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 14px;
  }

  .logo-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .parag-15px-padd {
    font-size: 17px;
    line-height: 28px;
  }

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

  .customer-text-wrapper {
    text-align: center;
  }

  .footer-wrapper {
    align-items: flex-start;
  }

  .footer-wrapper._2 {
    align-items: center;
  }

  .footer-alt-link {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-alt-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-alt-copyright {
    font-size: 12px;
  }

  .default-content-wrapper {
    text-align: center;
  }

  .heading-h3-24px-700-bold {
    font-size: 24px;
    line-height: 34px;
  }

  ._120pd-about-section, ._120pd-stat-section {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .catalog-btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .featured-product-swiper-sec {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .tabs {
    margin-left: 0;
  }

  .btn-primary-list {
    width: 100%;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 19px;
  }

  .blog-feed-section {
    padding-top: 30px;
  }

  .contact-section {
    padding-top: 65px;
  }

  .contact-button-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .catalog-section {
    padding-top: 65px;
  }

  .btn-primary-cart {
    width: 85%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 19px;
  }

  .cookie-content.bottom-banner-content {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .cookie-text {
    padding-left: 0;
  }

  .cell-img {
    width: auto;
  }

  ._3-cell-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(30px, auto) minmax(30px, auto) minmax(30px, auto) minmax(30px, auto);
    grid-auto-rows: 1fr;
    grid-auto-columns: auto;
  }

  .cell-img-wrapper {
    width: auto;
  }

  .stats-heading-h3 {
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    line-height: 25px;
  }

  .stats-display {
    font-size: 38px;
    line-height: 48px;
  }

  .video-icon-wrapper {
    max-width: 70px;
  }

  .mg-top-80px {
    margin-top: 56px;
  }

  .white-paragraph-text {
    font-size: 17px;
    line-height: 28px;
  }

  .video-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .live-chat-text {
    font-size: 12px;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-container {
    width: 45px;
    height: 45px;
    bottom: 0;
    right: 0;
  }

  .live-icon {
    width: 10px;
    height: 10px;
    top: 0;
    left: 2px;
  }

  .chat-section {
    height: 50%;
  }

  .whatsapp-block {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 90px;
    right: 0;
  }

  ._120pd-feature-section {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .default-feature-block {
    text-align: center;
  }

  ._120pd-feature-section-grey {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .lang {
    color: #002846;
  }

  .search-form-wrapper {
    margin-right: -2px;
  }

  .search-form {
    width: 300px;
    left: -170px;
    box-shadow: 0 4px 25px -8px rgba(0, 0, 0, .73);
  }

  .search-button-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-inside-card-2 {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .main-services-section {
    padding-bottom: 30px;
  }

  .tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mg-left-16px {
    margin-left: 16px;
  }

  .tab-left-icon {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .tabs-menu-vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 15px;
    display: grid;
  }

  .img-block {
    width: 90%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .step-label {
    font-size: 20px;
  }

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

  .services-2-section {
    padding-top: 30px;
  }

  .button-row-left-24px {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .product-group-img {
    margin-bottom: 16px;
  }

  .image-wrapper-top-copy {
    order: 1;
  }

  .content-inside-card-2-stripe {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hamburger-group-wrapper {
    grid-column-gap: 10px;
  }

  .heading-h3-product {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-alt-tasarim {
    font-size: 12px;
  }

  .grid-3-columns-ref {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  ._3-col-logo-section-grid {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .price-margin-padding {
    margin-bottom: 15px;
  }

  .grid-3-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .text-input {
    min-height: 36px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-input::-ms-input-placeholder {
    font-size: 12px;
    line-height: 16px;
  }

  .text-input::placeholder {
    font-size: 12px;
    line-height: 16px;
  }

  .default-input-choice {
    min-height: 36px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
    line-height: 16px;
  }

  .default-input-choice::-ms-input-placeholder {
    font-size: 12px;
    line-height: 16px;
  }

  .default-input-choice::placeholder {
    font-size: 12px;
    line-height: 16px;
  }

  .uyelik-btn {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 19px;
  }

  .uyelik-btn.secondary.cart {
    padding: 5px 15px;
    font-size: 12px;
  }

  .highlight-product-wrapper {
    min-width: 800px;
    margin-top: 10px;
  }

  ._120pd-account-section {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .button.in-nav {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button.absolute {
    position: static;
  }

  .dropdown-search {
    width: 100%;
  }

  .button-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .search-bot {
    width: 100%;
  }

  .file {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .buttons-wrap {
    width: 80%;
    flex-direction: column;
    align-items: flex-start;
  }

  .search-elements {
    width: 80%;
    grid-template-columns: 1fr;
  }

  .search-btn {
    width: 80%;
  }

  .file-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-3 {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .file-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .search-elements-2 {
    width: 80%;
    grid-template-columns: 1fr;
  }

  .default-input-label-subject {
    font-size: 12px;
  }

  .container-3 {
    max-width: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .center {
    margin-top: 20px;
  }

  .h1-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .accordion-right-side {
    margin-right: 0;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-wrapper-yosemite {
    display: none;
  }

  .text-big-1 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 39px;
  }

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

  .right-arrow {
    width: 36px !important;
    height: 36px !important;
    right: 3px !important;
  }


  .text-big-2 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 32px;
    line-height: 36px;
  }

  .text-small {
    padding-left: 2px;
    padding-right: 2px;
    display: none;
  }

  .arrow1 {
    width: 20px;
    height: 20px;
  }
}

#w-node-_70015ef2-f4a5-d24e-2cf1-7c7c2c6b29ee-33d9c7a6 {
  justify-self: center;
}

#w-node-_4ecccf8b-275a-eec1-c7e2-db8d53e9a4d8-33d9c7a6, #w-node-c7394453-6c79-f313-bc7c-b9d6c47e2ed0-33d9c7a6, #w-node-_1c515f0b-b896-13bc-bad8-a2fc24330c60-33d9c7a6, #w-node-_4ecccf8b-275a-eec1-c7e2-db8d53e9a4d3-33d9c7a6, #w-node-_9cd58107-7285-3dd5-a9f9-9df4d6d7ace6-33d9c7a6, #w-node-_84c4a663-dc6a-abd1-bd80-6adb78a424f3-c958689f, #w-node-fa289864-8e0e-2f7e-3e22-5e5bc95868c8-c958689f, #w-node-_183d59ab-a6dd-a1a6-fccf-78504247ecc4-c958689f, #w-node-_183d59ab-a6dd-a1a6-fccf-78504247eccb-c958689f, #w-node-_46e04fac-170b-3fc7-e4f7-17e577817a13-873370f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5666da6-c283-c4db-dd2a-afbed80ea2df-33d9c7fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d5666da6-c283-c4db-dd2a-afbed80ea2e9-33d9c7fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5666da6-c283-c4db-dd2a-afbed80ea307-33d9c7fa, #w-node-e3390410-eeda-b4f8-39e1-978ddb038b8a-33d9c7fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5666da6-c283-c4db-dd2a-afbed80ea30b-33d9c7fa, #w-node-_51334f88-4710-3f07-e3fa-69bc7f603a3b-33d9c7fa {
  justify-self: start;
}

#w-node-_50e9f19d-6328-6f49-92d1-5a67929d4251-33d9c80f {
  justify-self: center;
}

#w-node-_54818f7e-a246-6a14-6fed-338c37d6601d-33d9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54818f7e-a246-6a14-6fed-338c37d66026-33d9c80f {
  justify-self: center;
}

#w-node-_9016b017-2111-9a01-2d9c-af42cc5da8d8-33d9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9016b017-2111-9a01-2d9c-af42cc5da8e1-33d9c80f {
  justify-self: center;
}

#w-node-b35af957-71fb-7102-ce14-a62321c3d25c-33d9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b35af957-71fb-7102-ce14-a62321c3d265-33d9c80f {
  justify-self: center;
}

#w-node-_32cf85a1-0238-a54c-edf6-7e0aba0cd0c6-33d9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32cf85a1-0238-a54c-edf6-7e0aba0cd0cf-33d9c80f {
  justify-self: center;
}

#w-node-f3efc26a-5c0e-0237-fdab-d9370cd135fa-33d9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3efc26a-5c0e-0237-fdab-d9370cd13603-33d9c80f {
  justify-self: center;
}

#w-node-_273d4f7c-6a76-bdaf-05d4-07c3d2dc0ef5-33d9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_273d4f7c-6a76-bdaf-05d4-07c3d2dc0efe-33d9c80f {
  justify-self: center;
}

#w-node-_7213f877-197a-32fd-78d2-72a0f6130339-33d9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7213f877-197a-32fd-78d2-72a0f6130342-33d9c80f {
  justify-self: center;
}

#w-node-_82f39eef-4308-1abe-28b1-1e5cadd6c1ab-33d9c80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f39eef-4308-1abe-28b1-1e5cadd6c1b4-33d9c80f {
  justify-self: center;
}

#w-node-_55bbbf08-102f-a217-1c91-daace1dd81ff-33d9c822 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_0e47c44b-6f7f-b4b1-aefa-5d0a159fcd87-33d9c822, #w-node-_91db24a1-2857-2988-25eb-3dbd867973f0-33d9c822 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9907306e-e843-5c19-5e50-3cc821688e57-33d9c822 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_963e32a7-14a1-5b4e-e465-db96a4b3530f-33d9c823, #w-node-c9b01aa1-0c73-6026-cd19-b95447505072-33d9c823, #w-node-c9b01aa1-0c73-6026-cd19-b95447505076-33d9c823 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9b01aa1-0c73-6026-cd19-b9544750507a-33d9c823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9b01aa1-0c73-6026-cd19-b95447505082-33d9c823, #w-node-c9b01aa1-0c73-6026-cd19-b95447505086-33d9c823, #w-node-c9b01aa1-0c73-6026-cd19-b9544750508b-33d9c823, #w-node-c9b01aa1-0c73-6026-cd19-b9544750508f-33d9c823, #w-node-c9b01aa1-0c73-6026-cd19-b95447505093-33d9c823, #w-node-a1a2553c-5ab5-a90b-198a-1bda63f4cf62-33d9c823, #w-node-_987e8e9d-bc0e-b394-9e28-a4410f66405e-33d9c823, #w-node-b07a003c-5f73-e03e-f8c6-910a48ab713a-33d9c823, #w-node-_087e0261-8784-bd86-b162-9a1bc74b0666-33d9c82a, #w-node-_087e0261-8784-bd86-b162-9a1bc74b0672-33d9c82a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_087e0261-8784-bd86-b162-9a1bc74b066a-33d9c82a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_906f5d7d-345c-f66e-734f-a720289b8e74-33d9c82a, #w-node-_128516f2-7048-652e-3f26-12b2ca53df38-33d9c82a, #w-node-_52d94b27-6252-4e20-9128-cadd85558c5b-33d9c82a, #w-node-eae25bfc-b2c3-c3d0-785e-5210dc2b4cda-33d9c82a, #w-node-_02fdffac-6b5c-23c3-f091-0dd5ba638687-33d9c82a, #w-node-_283c8903-5bca-c48a-9143-308b30a0128a-33d9c82a, #w-node-_827144fd-6c6c-a168-e1ce-a89e79d26e71-33d9c82a, #w-node-_7d743f3b-553c-176e-e4a5-dc93ccf63ac1-33d9c82a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_82836059-1ba4-a64c-e2ad-9745a44611d5-33d9c82a, #w-node-_82836059-1ba4-a64c-e2ad-9745a44611da-33d9c82a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d088ea9f-1994-90a1-f99c-18604d3c8550-33d9c82d, #w-node-d3a4ed49-1071-7041-1322-5e01a4f77b9b-33d9c82d, #w-node-_154ebead-daab-8c5e-cc2f-0656d0a6376a-33d9c82d, #w-node-_7a03136d-a432-23ea-3316-a1fb539e7b6b-33d9c82d, #w-node-f0be0c3b-ec2c-1baa-da91-583e8a428028-33d9c82d, #w-node-dfd74ce6-3674-d932-d3fd-21d196625449-33d9c82d, #w-node-_9d857047-d16a-cc26-4ab6-fe3aa3e5f4c3-33d9c82d, #w-node-_58a34dc5-688c-7a07-dc92-3d639a55527e-33d9c82d, #w-node-aab2aeef-7d7c-3126-3fd7-8f82a36a9bf4-33d9c82d, #w-node-_2445fc9c-ee0c-1851-15d1-e0e9adfdf47a-33d9c82d, #w-node-_3413b56f-04f9-f7ca-ca09-0d1595997aa2-33d9c82d, #w-node-bf41b665-24b7-d628-cd1f-e787dab82a41-33d9c82d, #w-node-e518522e-dd37-3833-78fd-3aae8fd3987d-33d9c82d, #w-node-_8b436b67-446f-e815-183d-865b14e7b6e2-33d9c82d {
  align-self: center;
  justify-self: center;
}

#w-node-cf609880-45a6-a587-ba61-8f69dcb7cbd1-33d9c82e, #w-node-cedb5662-ccce-f1a8-6e09-02999af8885f-33d9c82e, #w-node-a3a8d5c2-ecbb-505b-961c-2a89d7fcbfbe-33d9c82e, #w-node-a3a8d5c2-ecbb-505b-961c-2a89d7fcbfc4-33d9c82e, #w-node-_6bca26ad-da99-9a94-265c-1569a82bc942-33d9c82e, #w-node-_585cf2d0-822f-1616-4e0e-71f895c5752b-33d9c82e, #w-node-_585cf2d0-822f-1616-4e0e-71f895c5752c-33d9c82e, #w-node-_585cf2d0-822f-1616-4e0e-71f895c57532-33d9c82e, #w-node-_585cf2d0-822f-1616-4e0e-71f895c5753e-33d9c82e, #w-node-_676f774d-4f94-03b7-367c-301d86a43b18-33d9c82e, #w-node-_676f774d-4f94-03b7-367c-301d86a43b19-33d9c82e, #w-node-_676f774d-4f94-03b7-367c-301d86a43b1f-33d9c82e, #w-node-_676f774d-4f94-03b7-367c-301d86a43b2b-33d9c82e, #w-node-_91e63f32-14ce-df6e-67fe-d1c4075a3b55-33d9c82e, #w-node-_91e63f32-14ce-df6e-67fe-d1c4075a3b56-33d9c82e, #w-node-_91e63f32-14ce-df6e-67fe-d1c4075a3b5c-33d9c82e, #w-node-_91e63f32-14ce-df6e-67fe-d1c4075a3b68-33d9c82e, #w-node-a17dfeb9-84d8-36e2-3fee-1b8f905ad651-33d9c82e, #w-node-a17dfeb9-84d8-36e2-3fee-1b8f905ad652-33d9c82e, #w-node-a17dfeb9-84d8-36e2-3fee-1b8f905ad658-33d9c82e, #w-node-a17dfeb9-84d8-36e2-3fee-1b8f905ad664-33d9c82e, #w-node-c8c0399f-246c-3e41-4c81-9cb6b57b76bf-33d9c82e, #w-node-c8c0399f-246c-3e41-4c81-9cb6b57b76c0-33d9c82e, #w-node-c8c0399f-246c-3e41-4c81-9cb6b57b76c6-33d9c82e, #w-node-c8c0399f-246c-3e41-4c81-9cb6b57b76d2-33d9c82e, #w-node-d0036923-56a3-aea3-f691-75e965e9df46-33d9c82e, #w-node-_36f1ac92-957d-1cee-9600-e0ad1cc88c0c-33d9c82e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_6a532c69-c1a7-f9c5-65f8-44e225051642-873370f9, #w-node-_390facc3-ebf5-637f-3e99-9bb75e8ad0e3-873370f9, #w-node-bbfe6eed-e0e4-3652-3a28-5dc8c9b27e47-873370f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f6d77aa0-bb8e-99bd-b8b9-6df0873370fd-873370f9, #w-node-f6d77aa0-bb8e-99bd-b8b9-6df087337143-873370f9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f6d77aa0-bb8e-99bd-b8b9-6df0873370fd-873370f9 {
    grid-column: span 2 / span 2;
  }

  #w-node-f6d77aa0-bb8e-99bd-b8b9-6df087337143-873370f9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_7842a745-c48f-11ca-3704-a2889268b71a-33d9c831 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0e7d9011-cd46-39a3-532d-92add898d87d-33d9c7a6, #w-node-_0e7d9011-cd46-39a3-532d-92add898d887-33d9c7a6, #w-node-_0e7d9011-cd46-39a3-532d-92add898d893-33d9c7a6, #w-node-_0e7d9011-cd46-39a3-532d-92add898d89f-33d9c7a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5666da6-c283-c4db-dd2a-afbed80ea307-33d9c7fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b57a2dd6-706f-b930-cf26-00faac07fc30-33d9c822 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55bbbf08-102f-a217-1c91-daace1dd81ff-33d9c822 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_8034fc52-7714-136d-68c4-3541fb75e8aa-33d9c822, #w-node-_8034fc52-7714-136d-68c4-3541fb75e8b6-33d9c822, #w-node-_8034fc52-7714-136d-68c4-3541fb75e8c2-33d9c822, #w-node-_8034fc52-7714-136d-68c4-3541fb75e8ce-33d9c822 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d07d92f1-7ac7-56a9-3c1e-fad2cefad2d3-33d9c832 {
    order: 9999;
  }
}


