@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Exo:100,200,300,400,500,600,700,800,900&display=swap');
@font-face {
  font-family: Marvel Poster;
  src: url("/themes/custom/fresh_theme/fonts/marvel-poster.otf") format("opentype");
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* --- mixins --- */
.roundit {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fitimg {
  width: 100%;
  height: auto;
  display: block;
}
.fit {
  float: left;
  width: 100%;
}
.calcWidth {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
}
/* --- Genel düzeltmeler --- */
p,
li,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: default;
}
*:focus {
  outline: none;
}
.menu,
.menu .leaf {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ipless-ui {
  right: auto;
  left: 0;
}
.dialog-off-canvas-main-canvas {
  overflow: hidden;
  /* ---- Form öğeleri ---- */
}
.dialog-off-canvas-main-canvas .form-text,
.dialog-off-canvas-main-canvas .form-textarea,
.dialog-off-canvas-main-canvas .form-search,
.dialog-off-canvas-main-canvas .form-email,
.dialog-off-canvas-main-canvas .form-number,
.dialog-off-canvas-main-canvas .form-tel,
.dialog-off-canvas-main-canvas .form-url {
  padding: 5px 10px 5px 2px;
  border: none;
  width: 100%;
  box-sizing: border-box !important;
  border-bottom: 2px solid #565656;
  background: none;
  font-size: 14px;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.dialog-off-canvas-main-canvas .form-text:focus,
.dialog-off-canvas-main-canvas .form-textarea:focus,
.dialog-off-canvas-main-canvas .form-search:focus,
.dialog-off-canvas-main-canvas .form-email:focus,
.dialog-off-canvas-main-canvas .form-number:focus,
.dialog-off-canvas-main-canvas .form-tel:focus,
.dialog-off-canvas-main-canvas .form-url:focus {
  border-bottom: 2px solid #494847;
}
.dialog-off-canvas-main-canvas .form-select {
  border: none;
  padding: 0 30px 0 2px;
  font-size: 14px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #565656;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.45 21.22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300a4db;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='36.45 0 18.22 21.22 0 0 36.45 0'/%3E%3C/svg%3E");
  background-size: auto 20%;
  background-position: right 3px top 17px;
  background-repeat: no-repeat;
}
.dialog-off-canvas-main-canvas .form-select option {
  font-size: 12px;
}
.dialog-off-canvas-main-canvas .form-radio {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  padding: 0;
  background: #fff;
  border: 1px solid #565656;
  width: 16px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 16px !important;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.dialog-off-canvas-main-canvas .form-radio:hover,
.dialog-off-canvas-main-canvas .form-radio:focus {
  border-color: #494847;
  cursor: pointer;
}
.dialog-off-canvas-main-canvas .form-radio:checked {
  background: #494847;
  box-shadow: inset 0 0 0 3px #fff;
}
.dialog-off-canvas-main-canvas .form-checkbox {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  padding: 0;
  background: #fff;
  border: 1px solid #565656;
  width: 16px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 16px !important;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.dialog-off-canvas-main-canvas .form-checkbox:hover,
.dialog-off-canvas-main-canvas .form-checkbox:focus {
  border-color: #494847;
  cursor: pointer;
}
.dialog-off-canvas-main-canvas .form-checkbox:checked {
  background: #494847;
  box-shadow: inset 0 0 0 3px #fff;
}
.dialog-off-canvas-main-canvas .form-submit {
  padding: 5px 15px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: #565656;
  height: 40px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dialog-off-canvas-main-canvas .form-submit:hover {
  background: #494847;
}
.dialog-off-canvas-main-canvas .views-exposed-form .form--inline {
  display: flex;
  margin-bottom: 40px;
  justify-content: flex-end;
}
.dialog-off-canvas-main-canvas .views-exposed-form .form--inline > .form-item {
  margin: 0 30px 0 0;
}
.dialog-off-canvas-main-canvas .views-exposed-form .form--inline > .form-actions {
  margin: 0;
}
.front #first-time,
.front #block-fresh-theme-page-title {
  display: none;
}
#block-fresh-theme-primary-local-tasks {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #494847;
  z-index: 999;
}
#block-fresh-theme-primary-local-tasks .tabs.primary {
  margin: 0;
  display: flex;
}
#block-fresh-theme-primary-local-tasks .tabs.primary li {
  margin: 0;
}
#block-fresh-theme-primary-local-tasks .tabs.primary li a {
  color: #c3a985;
  padding: 10px;
}
#block-fresh-theme-primary-local-tasks .tabs.primary li a:hover {
  background: #555;
}
#block-fresh-theme-primary-local-tasks .tabs.primary li.is-active a {
  color: #494847;
}
#block-fresh-theme-primary-local-tasks .tabs.primary li.is-active a:hover {
  background: #c3a985;
}
.simple-status-messages {
  font-size: 12px;
}
.simple-status-messages .messages--status {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.black-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 100vw;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.6s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.6s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.6s cubic-bezier(0.7, 0, 0.4, 1);
}
.black-overlay.active {
  opacity: 1;
  pointer-events: all;
  left: 0;
}
.swiper-container {
  margin: 0;
}
/* ----------------- Site genel kodları ----------------- */
body {
  font-family: 'Exo', sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: default;
  padding: 0;
  margin: 0;
  color: #494847;
}
.dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  position: relative;
}
.dialog-off-canvas-main-canvas a:link,
.dialog-off-canvas-main-canvas a:visited {
  text-decoration: none;
  color: #494847;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.dialog-off-canvas-main-canvas a:hover,
.dialog-off-canvas-main-canvas a:active,
.dialog-off-canvas-main-canvas a.active {
  color: #00a4db;
}
#headerHolder {
  float: left;
  width: 100%;
  background: #494847;
}
#headerHolder .region-header {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 55px 0 35px 0;
}
@media screen and (max-width: 1200px) {
  #headerHolder .region-header {
    padding: 20px 0 20px 0;
  }
}
.front #headerHolder,
.page-kalitemiz #headerHolder {
  background: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
#footerHolder {
  float: left;
  width: 100%;
  margin-top: auto;
  background: #494847;
}
#footerHolder .region-footer {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
}
#block-dipnot {
  font-family: 'Exo', sans-serif;
}
#block-dipnot ul,
#block-dipnot li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 700px) {
  #block-dipnot .menu {
    flex-direction: column;
  }
}
#block-dipnot .menu a {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  display: block;
}
#block-dipnot .linkk-social,
#block-dipnot .linkk-iletisim {
  display: none !important;
}
#block-dipnot .linkk-adres {
  padding-left: 25px;
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='23' fill='none' viewBox='0 0 16 23'%3e%3cg fill='white' clip-path='url(%23a)'%3e%3cpath d='M8.39-.02c.22 0 .45 0 .67.09a8 8 0 0 1 5.67 12c-2 3.37-4 6.72-6 10.07a2.36 2.36 0 0 1-.49.45h-.31a1.18 1.18 0 0 1-.54-.52c-2-3.26-4-6.52-6.06-9.77A8 8 0 0 1 .07 7.11a7.83 7.83 0 0 1 1.9-4.38A7.55 7.55 0 0 1 5.45.41C6.05.22 6.7.14 7.32.01h.21l.86-.03Zm-.34 20.66.08-.13c1.83-3.05 3.67-6.1 5.49-9.16a6.44 6.44 0 0 0 .65-5.39 6.63 6.63 0 1 0-11.91 5.53l5.56 9 .13.15Z'/%3e%3cpath d='M8 11.92a4 4 0 1 1-.001-7.998A4 4 0 0 1 8 11.92Zm0-1.32a2.66 2.66 0 1 0-2.64-2.66 2.65 2.65 0 0 0 2.57 2.66H8Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h15.92v22.61H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left top 3px;
}
#block-dipnot .linkk-mail {
  padding-left: 25px;
  display: block;
  margin-top: 25px;
  font-weight: 500 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' fill='none' viewBox='0 0 19 13'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='white' stroke='white' stroke-miterlimit='10' stroke-width='.42' d='M.2 11.39V.97A1 1 0 0 1 1.33.21h15.75a.9.9 0 0 1 .74.25c.112.16.21.332.29.51v10.42a1 1 0 0 1-1.13.76H1.2a.88.88 0 0 1-.71-.26 3.246 3.246 0 0 1-.29-.5Zm1.18.06h15.54l-.1-.13-1.24-1.54c-.84-1-1.67-2.05-2.5-3.09a.55.55 0 0 1-.12-.33.29.29 0 0 1 .24-.28.39.39 0 0 1 .41.17l3.44 4.26c.11.14.23.27.36.44v-9.6l-.17.12-7 5.27a1.65 1.65 0 0 1-2.11 0l-6.8-5.1-.4-.29v9.59l.1-.12 3.38-4.17c.12-.16.24-.31.37-.46a.29.29 0 0 1 .38-.09.48.48 0 0 1 .21.28.42.42 0 0 1-.12.31c-1 1.23-2 2.44-2.95 3.66l-.92 1.1ZM1.48.91 1.6 1l7 5.23a.94.94 0 0 0 1.19 0l6.92-5.19.14-.11L1.48.91Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h18.33v12.37H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left top 3px;
}
#block-dipnot .linkk-telefon {
  padding-left: 25px;
  display: block;
  margin-top: 10px;
  font-size: 20px !important;
  font-weight: 900 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='white' stroke='white' stroke-miterlimit='10' stroke-width='.48' d='M14.5 18.16A14.77 14.77 0 0 1 .56 6.52a14.25 14.25 0 0 1-.32-2.77A3 3 0 0 1 2.32.59c.44-.174.9-.288 1.37-.34a1.74 1.74 0 0 1 1.64.71c.55.73 1.13 1.44 1.7 2.16a2 2 0 0 1-.14 2.77c-.27.28-.53.57-.81.84a.34.34 0 0 0-.1.36 7 7 0 0 0 .46 1.21 9.261 9.261 0 0 0 4.6 3.95c.48.19.48.18.85-.17l.66-.62a2 2 0 0 1 2.66-.17c.82.63 1.63 1.27 2.43 1.93a1.38 1.38 0 0 1 .51 1.09 3.998 3.998 0 0 1-1.31 3.18 2.77 2.77 0 0 1-1.9.66l-.44.01ZM1.03 3.75c.038.984.172 1.962.4 2.92a13.76 13.76 0 0 0 8.08 9.56 13.19 13.19 0 0 0 5.45 1.11 2 2 0 0 0 1.7-.84c.402-.55.641-1.2.69-1.88a1 1 0 0 0-.4-.91c-.74-.56-1.46-1.15-2.19-1.71a1.2 1.2 0 0 0-1.66.08l-1.08 1a.49.49 0 0 1-.5.15c-.26-.08-.54-.13-.79-.23a10.21 10.21 0 0 1-4.7-3.81 4.85 4.85 0 0 1-.89-2.29.7.7 0 0 1 .2-.57l1-1a1.22 1.22 0 0 0 .09-1.72c-.56-.72-1.13-1.42-1.68-2.14a1 1 0 0 0-1-.41 4.91 4.91 0 0 0-1.12.31 2.09 2.09 0 0 0-1.4 1.48 6.549 6.549 0 0 0-.2.9Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h18.37v18.4H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left top 3px;
}
#block-dipnot .linkk-header {
  font-weight: 700 !important;
  width: 100%;
  margin-bottom: 10px;
}
#block-dipnot .linkk-instagram {
  width: 21px;
  height: 21px;
  text-indent: -555px;
  overflow: hidden;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none' viewBox='0 0 21 21'%3e%3cg fill='white'%3e%3cpath d='M20.45 4.72v11.05c0 .15 0 .29-.08.43a5 5 0 0 1-3.18 3.93 10.2 10.2 0 0 1-1.47.37h-11l-.43-.08a5 5 0 0 1-3.92-3.18c-.16-.48-.283-.971-.37-1.47V4.72c0-.14 0-.28.08-.43A5 5 0 0 1 3.26.37 10.41 10.41 0 0 1 4.72 0h11l.44.08a5 5 0 0 1 3.92 3.18c.158.477.282.965.37 1.46Zm-10.24-3h-5c-.42 0-.837.06-1.24.18a3.43 3.43 0 0 0-2.31 3.33v10a3.7 3.7 0 0 0 .07.82 3.37 3.37 0 0 0 3.39 2.69h10.13a3.24 3.24 0 0 0 1.47-.31 3.37 3.37 0 0 0 2-3.22v-10a4.992 4.992 0 0 0 0-.67 3.38 3.38 0 0 0-3.13-2.83c-1.81-.01-3.59.01-5.38.01Z'/%3e%3cpath d='M10.17 5.13a5.12 5.12 0 1 1 .06 10.24 5.12 5.12 0 0 1-.06-10.24Zm0 8.53a3.41 3.41 0 1 0-3.41-3.4 3.4 3.4 0 0 0 3.44 3.4h-.03ZM15.75 6a1.28 1.28 0 1 1 .226-2.55A1.28 1.28 0 0 1 15.75 6Z'/%3e%3c/g%3e%3c/svg%3e");
}
@media screen and (max-width: 700px) {
  #block-dipnot .linkk-instagram {
    margin-left: 0;
    margin-right: 10px;
  }
}
#block-dipnot .linkk-instagram:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#block-dipnot .linkk-facebook {
  width: 21px;
  height: 21px;
  text-indent: -555px;
  overflow: hidden;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none' viewBox='0 0 21 21'%3e%3cpath fill='white' d='M20.46 2.11V18.5a2.37 2.37 0 0 1-1.66 1.88c-.14 0-.28.07-.42.11H2.12a.324.324 0 0 0-.09 0 2.429 2.429 0 0 1-1.58-1A2.83 2.83 0 0 1 0 18.38V2.01A2.36 2.36 0 0 1 1 .44C1.33.22 1.7.07 2.09 0h16.26a.32.32 0 0 0 .09 0 2.39 2.39 0 0 1 1.58 1c.224.335.374.713.44 1.11Zm-7 16.78h4.46a.821.821 0 0 0 .9-.91V2.51a.82.82 0 0 0-.91-.92H2.43a.82.82 0 0 0-.91.92v15.48a.83.83 0 0 0 .93.93h8.51v-6.53H8.59V9.9h2.38V7.99a3.63 3.63 0 0 1 3-3.41 17.877 17.877 0 0 1 1.94-.08h.37v2.49h-1.55a1.18 1.18 0 0 0-1.27 1.28v1.46c-.005.06-.005.12 0 .18h2.87l-.41 2.48h-2.47l.01 6.5Z'/%3e%3c/svg%3e");
}
@media screen and (max-width: 700px) {
  #block-dipnot .linkk-facebook {
    margin-left: 0;
    margin-right: 10px;
  }
}
#block-dipnot .linkk-facebook:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#block-dipnot .linkk-youtube {
  width: 27px;
  height: 20px;
  text-indent: -555px;
  overflow: hidden;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='21' fill='none' viewBox='0 0 28 21'%3e%3cg fill='white'%3e%3cpath d='M0 12.772v-4.93l.06-.66a18.31 18.31 0 0 1 .37-3.46A4.07 4.07 0 0 1 3.8.402a25.698 25.698 0 0 1 3.16-.24c3.28-.14 6.55-.22 9.83-.11 2 .07 4 .13 6 .27a4.07 4.07 0 0 1 3.94 3.45c.15.79.22 1.6.3 2.41.06.55.08 1.11.11 1.66v5.56a19.995 19.995 0 0 1-.37 3.44 4.08 4.08 0 0 1-3.67 3.36c-1 .09-2 .17-3 .19-2.84.06-5.68.13-8.52.1a81.48 81.48 0 0 1-7.22-.32 4 4 0 0 1-3.88-3.49c-.15-.75-.2-1.53-.28-2.3-.2-.54-.2-1.08-.2-1.61Zm14.17-11.21c-2.5.06-4.41.09-6.31.15-1.16 0-2.32.1-3.47.2a2.46 2.46 0 0 0-2.27 1.74 8.43 8.43 0 0 0-.41 2.44 69.082 69.082 0 0 0 0 8.39c.056.73.163 1.455.32 2.17.077.467.301.898.64 1.23a2.68 2.68 0 0 0 1.7.71c.93.09 1.86.17 2.79.21 4.27.17 8.53.21 12.8 0 1-.05 2-.1 3.06-.22a2.25 2.25 0 0 0 2-1.55c.29-.855.449-1.748.47-2.65a70.13 70.13 0 0 0 0-7.25 13.001 13.001 0 0 0-.36-3.23 2.55 2.55 0 0 0-.87-1.44 3.33 3.33 0 0 0-2-.6l-8.09-.3Z'/%3e%3cpath d='M10.11 10.002v-3.12a1.1 1.1 0 0 1 1.72-1.05l5.81 3.18a1.111 1.111 0 0 1 0 2l-5.81 3.12a1.11 1.11 0 0 1-1.71-1c-.02-1.04-.01-2.13-.01-3.13Zm6.07 0-4.46-2.44v4.84l4.46-2.4Z'/%3e%3c/g%3e%3c/svg%3e");
}
@media screen and (max-width: 700px) {
  #block-dipnot .linkk-youtube {
    margin-left: 0;
    margin-right: 10px;
  }
}
#block-dipnot .linkk-youtube:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#block-dipnot .menu-item--expanded {
  max-width: 240px;
  margin-left: 50px;
}
@media screen and (max-width: 700px) {
  #block-dipnot .menu-item--expanded {
    margin-left: 0;
    margin-top: 30px;
  }
}
#block-dipnot .menu-item--expanded .menu {
  flex-direction: column;
  list-style: none;
}
#block-dipnot .menu-item--expanded:last-child .menu {
  flex-direction: row;
}
#block-copyright {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
#block-menutoggler {
  height: 26px;
  width: 45px;
  cursor: pointer;
  margin-left: 20px;
  position: relative;
  z-index: 500;
  display: none;
}
#block-menutoggler .contextual {
  display: none;
}
@media screen and (max-width: 1200px) {
  #block-menutoggler {
    display: block;
  }
}
#block-menutoggler .line {
  position: absolute;
  right: 0;
  height: 2px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-menutoggler .line-1 {
  width: 40px;
  background: #FFF;
  top: 0;
}
#block-menutoggler .line-2 {
  width: 30px;
  background: #FFF;
  top: 12px;
}
#block-menutoggler .line-3 {
  width: 45px;
  background: #FFF;
  bottom: 0;
}
#block-menutoggler:hover .line-1 {
  width: 30px;
}
#block-menutoggler:hover .line-2 {
  width: 45px;
}
#block-menutoggler:hover .line-3 {
  width: 40px;
}
#block-menutoggler.active .line-1 {
  background: #494847;
  width: 45px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
}
#block-menutoggler.active .line-2 {
  background: #494847;
  width: 0;
}
#block-menutoggler.active .line-3 {
  background: #494847;
  width: 45px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 12px;
}
#block-logo {
  max-width: 205px;
  transform: translateY(-100px);
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  #block-logo {
    max-width: 150px;
  }
}
#block-logo img,
#block-logo a {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  #block-anagezintimenusu {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100vh;
    background-color: #FFF;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.4, 1);
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.4, 1);
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.4, 1);
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.4, 1);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.4, 1);
    z-index: 100;
  }
  #block-anagezintimenusu.active {
    right: -1px;
  }
}
@media screen and (max-width: 1200px) {
  #block-anagezintimenusu .menu {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}
#block-anagezintimenusu .menu .menu-item {
  margin: 0;
}
#block-anagezintimenusu .menu .menu-item a {
  float: left;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  padding: 10px 30px;
  box-sizing: border-box;
  transform: translateY(-30px);
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  #block-anagezintimenusu .menu .menu-item a {
    color: #494847;
    text-align: right;
    font-weight: 600;
  }
}
#block-views-block-ana-slider-block-1 {
  float: left;
  width: 100%;
  transform: translateY(-200px);
  opacity: 0;
}
#block-views-block-ana-slider-block-1 .swiper-slide {
  position: relative;
}
#block-views-block-ana-slider-block-1 .swiper-slide .views-field-field-slide-image {
  overflow: hidden;
}
#block-views-block-ana-slider-block-1 .swiper-slide .views-field-field-slide-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  #block-views-block-ana-slider-block-1 .swiper-slide .views-field-field-slide-image img {
    width: 200%;
    margin-left: -50%;
  }
}
@media screen and (max-width: 700px) {
  #block-views-block-ana-slider-block-1 .swiper-slide .views-field-field-slide-image img {
    width: 400%;
    margin-left: -100%;
  }
}
#block-views-block-ana-slider-block-1 .swiper-slide .views-field-nothing {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 99;
}
#block-views-block-ana-slider-block-1 .swiper-slide .views-field-nothing .slide-center {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 700px) {
  #block-views-block-ana-slider-block-1 .swiper-slide .views-field-nothing .slide-center {
    flex-direction: column;
  }
}
#block-views-block-ana-slider-block-1 .swiper-slide .views-field-nothing .slide-center .si-title-1 {
  font-size: 42px;
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  #block-views-block-ana-slider-block-1 .swiper-slide .views-field-nothing .slide-center .si-title-1 {
    font-size: 36px;
  }
}
#block-views-block-ana-slider-block-1 .swiper-slide .views-field-nothing .slide-center .si-title-2 {
  font-size: 48px;
  font-family: 'Marvel Poster', sans-serif;
  line-height: 100%;
}
@media screen and (max-width: 700px) {
  #block-views-block-ana-slider-block-1 .swiper-slide .views-field-nothing .slide-center .si-title-2 {
    font-size: 34px;
  }
}
#block-views-block-ana-slider-block-1 .swiper-slide .views-field-nothing .slide-center .si-content {
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  #block-views-block-ana-slider-block-1 .swiper-slide .views-field-nothing .slide-center .si-content {
    font-size: 16px;
  }
}
#block-views-block-ana-slider-block-1 .swiper-slide .views-field-nothing .slide-center .si-content p {
  margin: 10px 0;
}
@media screen and (max-width: 700px) {
  #block-views-block-ana-slider-block-1 .swiper-slide .views-field-nothing .slide-center .slide-gorsel img {
    max-width: 100%;
    height: auto;
  }
}
#block-views-block-ana-slider-block-1 .swiper-pagination {
  position: static;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  text-align: left;
  pointer-events: none;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: flex-start;
}
#block-views-block-ana-slider-block-1 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #FFF;
  opacity: 1 !important;
  pointer-events: all;
  display: block;
  margin-top: -140px;
  margin-bottom: 140px;
  margin-left: 0;
  margin-right: 15px;
}
#block-views-block-ana-slider-block-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e22200;
}
#block-views-block-ana-slider-block-1 .swiper-button-prev:after,
#block-views-block-ana-slider-block-1 .swiper-rtl .swiper-button-next:after,
#block-views-block-ana-slider-block-1 .swiper-button-next:after,
#block-views-block-ana-slider-block-1 .swiper-rtl .swiper-button-prev:after {
  color: #FFF;
}
@media screen and (max-width: 700px) {
  #block-views-block-ana-slider-block-1 .swiper-button-prev:after,
  #block-views-block-ana-slider-block-1 .swiper-rtl .swiper-button-next:after,
  #block-views-block-ana-slider-block-1 .swiper-button-next:after,
  #block-views-block-ana-slider-block-1 .swiper-rtl .swiper-button-prev:after {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
#block-tatliyiyelimtatlikonusalim {
  float: left;
  width: 100%;
  opacity: 0;
}
#block-tatliyiyelimtatlikonusalim .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#block-tatliyiyelimtatlikonusalim .content .block-image {
  width: 50%;
}
@media screen and (max-width: 700px) {
  #block-tatliyiyelimtatlikonusalim .content .block-image {
    width: 100%;
  }
}
#block-tatliyiyelimtatlikonusalim .content .block-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 700px) {
  #block-tatliyiyelimtatlikonusalim .content .block-image img {
    margin-left: -16%;
  }
}
#block-tatliyiyelimtatlikonusalim .content .block-content {
  width: 50%;
  position: relative;
  font-size: 24px;
  padding-top: 50px;
}
@media screen and (max-width: 700px) {
  #block-tatliyiyelimtatlikonusalim .content .block-content {
    width: 100%;
    font-size: 16px;
    padding-top: 0;
  }
}
#block-tatliyiyelimtatlikonusalim .content .block-content strong {
  font-size: 48px;
}
@media screen and (max-width: 700px) {
  #block-tatliyiyelimtatlikonusalim .content .block-content strong {
    font-size: 36px;
  }
}
#block-tatliyiyelimtatlikonusalim .content .block-content::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -200px;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='931' height='260' fill='none' viewBox='0 0 931 260'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23737373' d='M74.14 0a86.39 86.39 0 0 1 19.9 2 93.761 93.761 0 0 1 15.3 5c4.54 2 8.963 4.087 13.27 6.26a144.166 144.166 0 0 0 14 6.27 112.446 112.446 0 0 0 16.77 5 104.459 104.459 0 0 0 22.12 2v5.9a51.65 51.65 0 0 0-7 6.45c-3.187 3.333-4.783 8.31-4.79 14.93v66.34h60.45V60.08a39.606 39.606 0 0 0-2-13.82 23.334 23.334 0 0 0-5-8.29 19.105 19.105 0 0 0-7-5.53v-5.9h82.54v6.64a16.708 16.708 0 0 0-6.26 5.52 35.047 35.047 0 0 0-4.24 8.11 36.86 36.86 0 0 0-2 13.27v164.39c.24 5.647 1.04 10.13 2.4 13.45a27.672 27.672 0 0 0 4.61 7.92 20.812 20.812 0 0 0 7 4.8v7.37h-84v-7.37a16.995 16.995 0 0 0 7-4.8 23.646 23.646 0 0 0 5-7.92c1.333-3.333 2-7.817 2-13.45v-87.36H163.7v87.36c.253 5.647 1.053 10.13 2.4 13.45a27.672 27.672 0 0 0 4.61 7.92 20.812 20.812 0 0 0 7 4.8v7.37H93.7v-7.37a16.998 16.998 0 0 0 7-4.8 23.646 23.646 0 0 0 5-7.92c1.333-3.333 2-7.817 2-13.45V49.03a46.505 46.505 0 0 0-1.86-12.7 35.594 35.594 0 0 0-5.72-11.61 29.18 29.18 0 0 0-9.76-8.29 30.34 30.34 0 0 0-14.38-3.14 25.57 25.57 0 0 0-13.08 3.32 32.86 32.86 0 0 0-9.77 8.66 40.25 40.25 0 0 0-6.26 12.35 47.288 47.288 0 0 0-2.17 14.35c0 7.38 1.17 13.217 3.51 17.51a60.53 60.53 0 0 0 7.92 11.43c2.953 3.333 5.593 6.527 7.92 9.58a18.62 18.62 0 0 1 3.51 11.61c0 4.92-1.48 8.72-4.43 11.43-2.95 2.71-6.88 4-11.79 4-11.8 0-21.63-2.887-29.49-8.66A51.348 51.348 0 0 1 4.53 87.12 59 59 0 0 1 .29 58.74a60.83 60.83 0 0 1 9.77-28.38c5.653-8.72 13.823-15.967 24.51-21.74C45.257 2.847 58.447-.027 74.14 0ZM473.7 212.67a84.126 84.126 0 0 1-17.69 23.22c-6.4 5.66-14.757 10.943-25.07 15.85s-23.213 7.363-38.7 7.37c-18.18 0-33.413-4-45.7-12-12.287-8-21.563-18-27.83-30a83.779 83.779 0 0 1-9.4-39.25 79.999 79.999 0 0 1 10-39.25c6.627-12.04 16.577-22.04 29.85-30 13.273-7.96 30.103-11.96 50.49-12 8.934-.054 17.843.953 26.54 3a74.523 74.523 0 0 1 21 8.29 40.782 40.782 0 0 1 13.64 12.9 30.723 30.723 0 0 1 4.79 16.77c0 8.113-3 15.61-9 22.49a92.658 92.658 0 0 1-22.67 18.42 157.254 157.254 0 0 1-29.85 13.64 210.264 210.264 0 0 1-30.59 8.11 41.613 41.613 0 0 0 12.9 17.32c5.653 4.427 12.9 6.64 21.74 6.64a95.45 95.45 0 0 0 24-2.77 129.625 129.625 0 0 0 18.43-6.08 116.266 116.266 0 0 0 15.48-8.84l7.64 6.17Zm-67.82-96.2a27.412 27.412 0 0 0-18.06 6.45 45.994 45.994 0 0 0-12.35 16.59 79.444 79.444 0 0 0-6.26 22.3 82.145 82.145 0 0 0 .18 24 72.563 72.563 0 0 0 25.8-17.14c7.62-7.74 13.333-15.48 17.14-23.22 3.807-7.74 5.343-14.497 4.61-20.27-.76-5.793-4.457-8.697-11.09-8.71h.03Zm150.35 106.86c0 5.413.797 9.837 2.39 13.27a34.494 34.494 0 0 0 5 8.11 19.206 19.206 0 0 0 6.63 4.79v7.37h-84v-7.37a17.069 17.069 0 0 0 7-4.79 23.808 23.808 0 0 0 5-7.93c1.333-3.333 2-7.817 2-13.45V64.14c0-6.393-1.907-11.187-5.72-14.38-3.813-3.193-7.813-4.79-12-4.79V38.7c13.76 0 27.83-.613 42.21-1.84a108.067 108.067 0 0 0 40.35-11.42l3.69 6.63a16.744 16.744 0 0 0-6.26 5.53 34.466 34.466 0 0 0-4.24 8.11 36.55 36.55 0 0 0-2 13.27l-.05 164.35Zm15.85-119.39v-7.37h92.88l-.37 7.37a14.547 14.547 0 0 0-8.11 4.43 14.07 14.07 0 0 0-3.13 7.92c-.373 3.333.793 7.94 3.5 13.82l27.64 57.87 29.86-60.08c2.667-5.653 3.403-10.013 2.21-13.08a14.841 14.841 0 0 0-5.9-7.19 33.001 33.001 0 0 0-11.42-3.69v-7.37h68.92v7.37a34.382 34.382 0 0 0-12.16 2.21 45.75 45.75 0 0 0-10 5.53c-3.447 2.46-6.15 6.147-8.11 11.06l-63.4 134.16h-7.37l-68.19-133.42a68.725 68.725 0 0 0-11-13.27 22.294 22.294 0 0 0-15.85-6.27ZM930.7 246.21a18.14 18.14 0 0 1-4.42 5.53 36.252 36.252 0 0 1-7 3.69 30.012 30.012 0 0 1-11.42 1.84 74.286 74.286 0 0 1-28-5.34 43.59 43.59 0 0 1-20.64-16.41 64.548 64.548 0 0 1-7.19 7.56 53.094 53.094 0 0 1-11.24 7.74 74.415 74.415 0 0 1-15.67 5.9 81.86 81.86 0 0 1-20.82 2.39c-9.333 0-17.443-1.29-24.33-3.87a50.148 50.148 0 0 1-17.13-10.32 40.64 40.64 0 0 1-10.14-14.93 49.066 49.066 0 0 1-3.32-18.06c0-10.073 2.52-18.243 7.56-24.51a56.344 56.344 0 0 1 19-15.11 113.606 113.606 0 0 1 24.69-8.84c8.847-2.093 17.14-3.877 24.88-5.35a152.458 152.458 0 0 0 19.35-4.79c5.16-1.713 7.74-4.047 7.74-7v-.74a99.888 99.888 0 0 0-.92-13.64 43.984 43.984 0 0 0-3.32-12 24.409 24.409 0 0 0-6.26-8.67c-2.58-2.213-5.96-3.317-10.14-3.31-4.42 0-7.753 1.167-10 3.5a24.625 24.625 0 0 0-5.16 8.48 78.8 78.8 0 0 0-3.1 11.08 66.147 66.147 0 0 1-3.32 11.06 22.998 22.998 0 0 1-5.9 8.48c-2.58 2.34-6.327 3.507-11.24 3.5a24.363 24.363 0 0 1-14-4.24 25.647 25.647 0 0 1-9.22-10.69 21.191 21.191 0 0 1-1.32-13.81c1.107-4.913 4.107-9.52 9-13.82 4.893-4.3 12.227-7.867 22-10.7 9.713-2.82 22.183-4.233 37.41-4.24a99.489 99.489 0 0 1 30.23 4.24 69.226 69.226 0 0 1 22.29 11.43 49.582 49.582 0 0 1 13.64 16.21 40.568 40.568 0 0 1 4.61 18.62v77c0 7.373.737 12.47 2.21 15.29 1.473 2.82 3.563 4.233 6.27 4.24a10.756 10.756 0 0 0 6.63-2.21 5.608 5.608 0 0 0 2.21-1.84l5.5 6.66Zm-78.14-80c-3.187 4.433-7.853 7.997-14 10.69a41.524 41.524 0 0 0-18.8 14.74c-4.667 6.667-7.617 13.24-8.85 19.72-1.233 6.48-.617 12.193 1.85 17.14 2.453 4.92 6.753 7.377 12.9 7.37a18.999 18.999 0 0 0 11.61-3.68 36.194 36.194 0 0 0 8.29-8.48 67.656 67.656 0 0 0 6.63-11.8l.37-45.7Z' opacity='.02'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h930.7v259.11H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
@media screen and (max-width: 700px) {
  #block-tatliyiyelimtatlikonusalim .content .block-content::before {
    left: -40px;
  }
}
#block-tatliyiyelimtatlikonusalim .content .block-content .field--name-field-content {
  max-width: 600px;
}
@media screen and (max-width: 700px) {
  #block-tatliyiyelimtatlikonusalim .content .block-content .field--name-field-content {
    max-width: none;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: auto;
  }
}
#block-entatlilezzetler {
  float: left;
  width: 100%;
  background: #c3a985 url(/themes/custom/fresh_theme/images/sand-bg.png) no-repeat top center / 100% auto;
}
#block-entatlilezzetler .content {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
#block-entatlilezzetler .content .block-content {
  padding-top: 200px;
  font-size: 24px;
}
@media screen and (max-width: 700px) {
  #block-entatlilezzetler .content .block-content {
    padding-top: 80px;
    font-size: 16px;
  }
}
#block-entatlilezzetler .content .block-content p:last-child {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  max-width: 800px;
}
#block-entatlilezzetler .content .block-content em {
  color: #FFF;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  #block-entatlilezzetler .content .block-content em {
    font-size: 24px;
  }
}
#block-entatlilezzetler .content .block-content strong {
  font-size: 92px;
  font-family: 'Marvel Poster', sans-serif;
  line-height: 80%;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  #block-entatlilezzetler .content .block-content strong {
    font-size: 48px;
  }
}
#block-entatlilezzetler .content .block-image {
  padding-top: 50px;
}
@media screen and (max-width: 700px) {
  #block-entatlilezzetler .content .block-image {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
#block-entatlilezzetler .content .block-image img {
  width: 100%;
  height: auto;
  display: block;
}
#block-misafirimvar {
  float: left;
  width: 100%;
  background: #494847;
  color: #FFF;
}
#block-misafirimvar .content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
  #block-misafirimvar .content {
    flex-direction: column-reverse;
  }
}
#block-misafirimvar .content .block-content .field--name-field-content {
  float: right;
  max-width: 600px;
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  #block-misafirimvar .content .block-content .field--name-field-content {
    max-width: none;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
    float: none;
    padding-bottom: 30px;
    padding-top: 10px;
  }
}
#block-misafirimvar .content .block-content .field--name-field-content strong {
  font-size: 38px;
}
@media screen and (max-width: 700px) {
  #block-misafirimvar .content .block-content .field--name-field-content strong {
    font-size: 24px;
  }
}
#block-misafirimvar .content .block-content .field--name-field-content a {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  text-indent: -555px;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='40' fill='none' viewBox='0 0 33 40'%3e%3cg stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.89' clip-path='url(%23a)'%3e%3cpath d='M13.32 37.95 29.67 21.6a2.34 2.34 0 0 0 0-3.3L13.32 1.95'/%3e%3cpath d='M1.94 37.95 18.29 21.6a2.34 2.34 0 0 0 0-3.3L1.94 1.95'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h32.3v39.89H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center;
}
#block-misafirimvar .content .block-image {
  width: 50%;
}
@media screen and (max-width: 700px) {
  #block-misafirimvar .content .block-image {
    width: 100%;
  }
}
#block-misafirimvar .content .block-image img {
  width: 100%;
  height: auto;
  display: block;
}
#block-yenifarkli {
  float: left;
  width: 100%;
  background: #c3a985;
  color: #FFF;
}
#block-yenifarkli .content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  #block-yenifarkli .content {
    flex-direction: column-reverse;
  }
}
#block-yenifarkli .content .block-content .field--name-field-content {
  float: right;
  max-width: 600px;
  font-size: 24px;
  font-weight: 300;
  box-sizing: border-box;
  padding-left: 40px;
}
@media screen and (max-width: 700px) {
  #block-yenifarkli .content .block-content .field--name-field-content {
    max-width: none;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
    float: none;
    padding-bottom: 30px;
    padding-top: 10px;
    padding-left: 0;
  }
}
#block-yenifarkli .content .block-content .field--name-field-content strong {
  font-size: 38px;
}
@media screen and (max-width: 700px) {
  #block-yenifarkli .content .block-content .field--name-field-content strong {
    font-size: 24px;
  }
}
#block-yenifarkli .content .block-content .field--name-field-content a {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  text-indent: -555px;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='40' fill='none' viewBox='0 0 33 40'%3e%3cg stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.89' clip-path='url(%23a)'%3e%3cpath d='M13.32 37.95 29.67 21.6a2.34 2.34 0 0 0 0-3.3L13.32 1.95'/%3e%3cpath d='M1.94 37.95 18.29 21.6a2.34 2.34 0 0 0 0-3.3L1.94 1.95'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h32.3v39.89H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center;
}
#block-yenifarkli .content .block-image {
  width: 50%;
}
@media screen and (max-width: 700px) {
  #block-yenifarkli .content .block-image {
    width: 100%;
  }
}
#block-yenifarkli .content .block-image img {
  width: 100%;
  height: auto;
  display: block;
}
#block-tahinhelvanintarihi {
  float: left;
  width: 100%;
  background: #494847;
  color: #FFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='345' height='581' fill='none' viewBox='0 0 345 581'%3e%3cg fill='%233F3E3E' clip-path='url(%23a)'%3e%3cpath d='M197.33 103c-.68.58-1.38 1.15-2 1.75-2 1.76-4.62 2.12-6.76 3.48-.33.21-.78.33-1 .62-1.57 2.12-3.56 1.48-5.55.92l-3.54-1c-.56-.16-1.13-.16-.86.61.94 2.77 1.78 5.6 4 7.74a7.205 7.205 0 0 0 3.36 1.72 5.7 5.7 0 0 1 3.62 2.41c3.43 5 8.16 7.59 14.35 7.25 2.26-.13 4.53.16 6.77-.37 4.4-1 7.57-3.78 10-7.42a3.179 3.179 0 0 1 2.16-1.57c4.6-.77 6.49-4.13 7.8-8.06.14-.42.26-.84.38-1.27.12-.43.6-.65.15-1-.45-.35-.65 0-1 .05l-6.13 1.56a1.497 1.497 0 0 1-1.62-.33 12.504 12.504 0 0 0-5-3 14.994 14.994 0 0 1-6.36-4.28c0 1.4.76 2.12.85 3.07a1.999 1.999 0 0 1-1.21 2.27c-3.67 1.68-7.34 2.36-11.18.38-2.07-1.06-2.46-1.7-1.62-3.91a4.115 4.115 0 0 0 .39-1.62Zm18.79 17.33c-2.78 3.43-6.13 5.2-10.41 5.09h-3.39a12.347 12.347 0 0 1-10.61-5.1l24.41.01Zm-35.18-34.54c-1.85 1.26-2.79 3.59-5.28 3.88.38.69.87.47 1.25.45 4.526-.205 9.06-.155 13.58.15a8.77 8.77 0 0 0 2.93-.19c2.37-.67 2.82-2.63 3.16-4.65a11.44 11.44 0 0 0-.76-5.2c-.14-.47-.42-.76-1-.63-4 1-8.11.72-12.19.75a14.507 14.507 0 0 0-6.72 1.38 9.637 9.637 0 0 0-5.07 6.12c3.54-.73 6.54-3 10.1-2.06Zm34.19 4.42a12.37 12.37 0 0 0 2.51 0c4.371-.282 8.754-.328 13.13-.14a1.432 1.432 0 0 0 1.39-.34c-2.35-.54-3.47-2.59-5.29-3.8.69-1 1.63-.78 2.44-.54a53.55 53.55 0 0 1 6.56 2.16c.3.13.63.46.93.13.3-.33 0-.66-.16-.95a10.158 10.158 0 0 0-7.32-6 26.614 26.614 0 0 0-6.17-.45 40.43 40.43 0 0 1-10.12-.74c-.56-.14-.8.13-1 .6a10.225 10.225 0 0 0-.05 7.89 3.666 3.666 0 0 0 3.15 2.18Zm-20.86 39.22a12.051 12.051 0 0 0 9.595 4.754 12.055 12.055 0 0 0 9.595-4.754 25.545 25.545 0 0 1-19.19 0Z'/%3e%3cpath d='M207.94 103.06a1.392 1.392 0 0 0 .29-1.69c-.74-2.51-.48-5.07-.52-7.62v-5.76c.061-2.17.597-4.3 1.57-6.24-1.69 1.36-3.31 2.83-3.39 5.14-.12 3.34-.07 6.69 0 10-.02 2.24 1.11 4.11 2.05 6.17Zm14.23 19.48c-2.5 4-4.71 8.14-7.16 12.15 3.64-3.3 5.65-7.58 7.16-12.15Zm-29.23 12.12c-2.26-3.86-4.42-7.78-6.82-11.54a26.154 26.154 0 0 0 6.82 11.54Zm5.3-52.96c.77 3.12 1.19 6.3 1.72 9.47.41-3.35.79-6.69-1.72-9.47Zm26.8 10.35c3.18.78 6.44 1.13 9.67 1.77a15.39 15.39 0 0 0-9.67-1.77Zm-52.05 2.02c3.48-.84 6.7-1.33 10-1.85-1.97-1.02-8.13.04-10 1.85Z'/%3e%3cpath d='M78.09 203.24c-14.49 22.9-22.72 47.27-26.73 58.62l.15.13c-.12.39-.25.78-.38 1.16a41.832 41.832 0 0 1-2.72 5.69 10.91 10.91 0 0 0-1.34 5c0 2.68-.53 5.32-.77 8-.41 4.65-.68 9.31-.77 14-.05 3.17 0 6.33.15 9.5.2 4.61 2.16 8.35 4.69 11.79a12.894 12.894 0 0 0 6.46 4.77c4.12 2.73 11.91 3.08 17.9 2.63 2.252.162 4.514.128 6.76-.1a42.841 42.841 0 0 0 6.38-1.12 39.306 39.306 0 0 0 24.15-21.77l21.94 64c.79 2.31 1.9 5.41 3.57 9.19 2.4-8.34 5.91-19.56 8.18-25.6l-18.95-55.47c3.84 3 10.72 4.87 14.23 4.55l3 26.64 6 16.33c9.48 2.82 16.18 25.71 24.87 38.62 22 0 52 .79 73.37 5.79 3.44.81 24.63 5.19 28.06 5.8 6.35 1.13.57-60.72 7-60.53.183.017.367.017.55 0l3.15.13c.197.051.397.085.6.1 2.18.17 4.39 0 6.59 0 1.19 0 2.35 0 3.47-.08.1.3.67.19 1.16.11l1.75-.28a37.822 37.822 0 0 0 4.31-.53c.388-.076.772-.173 1.15-.29.4.029.797.083 1.19.16 5.8 1 10.39-1.34 14.5-5.14 2.77-2.56 4.2-5.82 5.32-9.3a170.813 170.813 0 0 0 4.33-17.07c.58-2.78 1-5.59 1.46-8.4 0-.23.1-.46.15-.71 2.53-13-1-11.51-1.44-19.49a6.676 6.676 0 0 0 0-1v-.83c-.24-6-.81-12-1.55-18-.64-5.12-1.21-10.26-2.1-15.33-1-5.5-2-11-3.25-16.45a181.806 181.806 0 0 0-5.6-19.9 73.333 73.333 0 0 0-8.67-17.87 34.055 34.055 0 0 0-7.86-8c-6.42-4.69-13.75-7.09-21.15-9.46-7.93-2.54-16.07-4.39-24-7.07-1.72-.58-3.42-1.19-5.09-1.91-5.07-2.14-4.54-2.66-6.74-6.17s-7.23-9.82-7.65-13.56c-.51-4.46.89-9 2.79-13.16 1.1-2.42 1.39-5.08 2.09-7.62a2.638 2.638 0 0 1 1-1.48 14.786 14.786 0 0 0 5.7-9.83c.65-4.18 1.46-8.34 1.27-12.57-.1-2.23-.08-4.73-1.65-6.42-1.28-1.4-1.4-3-2-4.49a12.134 12.134 0 0 1-.67-5.67c.13-2.76.09-5.53.43-8.26.36-3 .81-7.05 1.14-9.21v-.13c.17-.74.37-1.47.52-2.22.21-1 .36-1.84.47-2.6l-.06-.23v-.18l-.19-.49c-1.89-7.27-4.47-16-8-20.75a89.579 89.579 0 0 0-15.23-15.78 123.503 123.503 0 0 0-20.25-13 1.871 1.871 0 0 0-2.2 0c-10 5.68-19.15 11.48-26.64 18.6-5 4.76-10.6 12-14.24 17.18-.57.81-2.48 3.72-3.86 6.1-.5 4-.88 8.05-1 12.12a10.47 10.47 0 0 1-.12 1.25l.51.23a31.482 31.482 0 0 1 1.2 6.74c.3.587.515 1.213.64 1.86.129.214.211.452.24.7.49 4.09 1.28 8.16 1.49 12.26.1 1.78-.09 3.87-2 5.23-1.52 1.07-1.8 3-2 4.73a50.478 50.478 0 0 0 1.75 18.09 12.485 12.485 0 0 0 4.59 6.46 3.402 3.402 0 0 1 1.38 2.24 45.68 45.68 0 0 0 3.47 11.15 15.498 15.498 0 0 1 1.17 7.09c0 1.33-2.56 7-5.09 11.91v-.66c-2 3.84-3.93 7.19-4.67 7.69-1.71 1.14-3.34 1-4.86 1.41a124.994 124.994 0 0 1-13.17 4.57c-4.85 1.41-9.71 2.76-14.56 4.15a116.233 116.233 0 0 0-16.29 5.86c-.579.288-1.135.622-1.66 1l-.35.27-.2.14a112.496 112.496 0 0 0-18.12 17.39L39.72 39.49a8.213 8.213 0 1 0-15.54 5.32l53.91 158.43Zm11.65 34.21c-3.43 1.61-8.13 7.5-11.94 12.93-3.73-.06-10.77 3-10.77 3 1.42-.2 3.61.53 6.81 2.42-5.5 1.7-12.69 5.9-16.57 10.44.09-.44.19-.87.3-1.3 8.4-21.71 16.61-38.46 24-51.31l8.17 23.82Zm-19 82c-6.71-3.44-12.23-9.6-13.81-16.1-5.22-21.51 3.78-34.35 12-41.26.33-.11.65-.21 1-.29 4.92-1.23 15.55 21.87 14.23 17.13-1.32-4.74-3.6-13.87-2.93-21.19 1.35-6.15 3-12 5.05-15.18a7.558 7.558 0 0 1 3.41-2.36c9.09-2.6 21.15-1.86 28.81 6.81a7 7 0 0 0-2.75 2.9c-5-1.92-17.81-3.36-14.57-2.67 9.89 2.11 14.11 6.07 15.25 7.35.36.92.76 1.94 1.13 2.92-6-1.26-17.75-.82-14-.48 9.16.85 14.52 3.54 15.36 4a7.24 7.24 0 0 1 .28 2.36 4.598 4.598 0 0 0 .38 2.05c-4.43-.61-12.45 0-9.22.34 2.09.25 5.94.44 7.44.85a9.89 9.89 0 0 1 3.27 1.41c.37.716.703 1.45 1 2.2 1.15 2.78 1 4.18.64 5.26a2.499 2.499 0 0 0-.48-.05c-6.07 0-13.9-1.87-15.55 2.28-2.24 5.67-9.26 12.3-9.92 13.75a28.52 28.52 0 0 1 5.87 17c-9.01 10.98-25.69 11.27-31.89 10.96v.01Zm174.65 3.91c-5.59-2-11-4.44-16.38-6.89-1.62-.73-3.19-1.55-4.79-2.33 11.25 3 22.54 5.6 34 7.59-4.38 1-8.67 3.11-12.83 1.62v.01Zm80-42c.369.817.68 1.659.93 2.52-.018.672.05 1.344.2 2a31.735 31.735 0 0 1-.55 3.27c-.69 4-1.52 8-2.49 12-1.29 5.21-2.62 10.44-5 15.28a10.063 10.063 0 0 1-2.86 3.1c.15-1.09.25-1.92.37-2.74 1.93-13.66-2.34-25.31-11.51-35.33-1.48-1.63-3.14-3.08-4.78-4.56-.5-.45-.55-.65-.12-1.24 1.71-2.34 1.65-2.34 4.06-.83a81.717 81.717 0 0 1 15.17 12.39c.26.26.47.66 1.05.68a50.216 50.216 0 0 0-11.56-17.32 26.834 26.834 0 0 0-3.52-3.06c-1.48-1-1.83-2.51-2.59-4.17a41.407 41.407 0 0 1 5.05 1.94l.84.41c.74.36 1.47.75 2.19 1.16l.27.14a41.428 41.428 0 0 1 14.83 14.31l.02.05Zm-72.62-119.25c1.526.299 3.02.744 4.46 1.33 6.28 1.91 12.67 3.46 19 5.29 3.15.91 6.19 2.17 9.3 3.21.9.31 1 .82.66 1.53-.4.87-.88 2-.19 2.58.45.39 1.52-.35 2.21-.77 1.81-1.09 3.39-.84 5.32.05 7.42 3.43 11.79 9.49 15.13 16.6a125.432 125.432 0 0 1 7.67 22.16c1.65 6.4 3 12.88 4.08 19.43 1 6.26 1.94 12.51 2.7 18.81.14 1.18.26 2.37.36 3.56v.51c.88 10.89.09 14.6.09 14.6a32.29 32.29 0 0 0-17.79-11.38 3.687 3.687 0 0 0-2.46-.47v-.44a21.553 21.553 0 0 1-4.48-1.23 24.91 24.91 0 0 1-6.41-3.57h-.14c-4.16-1.82-7.58-7.12-8.7-11.39-1.48-5.62-.39-11.46 0-17.15a65.56 65.56 0 0 0-2.24-12.54c-.447-1.647-.89-3.293-1.33-4.94h-.37c-.11 1.32-.31 2.64-.32 4 0 3.32-1.37 6.28-2.26 9.37-.89 3.09-1.94 6.36-2.91 9.54-.051.163-.084.33-.1.5-.31 1-.6 1.88-.86 2.69a2.127 2.127 0 0 1-.31.29c-.79 2.48-3.48 3.18-5.78 1.87-2.8-1.59-3.38-5.34-3.68-8.43-.35-1.4-.69-2.79-.91-4.21-.72-4.76-1.28-9.54-2-14.29-1-6.16-1.84-12.33-2.71-18.5-.55-3.89-1.09-7.78-1.73-11.65-.8-4.78-1.14-9.65-2.57-14.32a6.002 6.002 0 0 1-.75-2.69l.02.05Zm22 109.46a24.17 24.17 0 0 1 6 1.18 39.99 39.99 0 0 1 15.48 9.79c2.34 2.26 4.43 4.82 7.69 5.91.42.234.766.58 1 1a39.003 39.003 0 0 1 6.82 20.8 2.557 2.557 0 0 1-1.12 2.51c-1.29 1-2.49 2-3.69 3.11-1.2 1.11-2.64 2.43-4 3.65l.23.31a47.821 47.821 0 0 0 6.69-2.81c.36-.19.73-.71 1.09-.08.36.63-.65 3.71-1.4 4a96.814 96.814 0 0 1-9.6 2.82h-.19c-2.89.19-6.69.34-10.92.29h-1.89c-1.48 0-3-.1-4.53-.2-.24-.19-.64-.12-1-.08l-.76-.06h-.11a74.877 74.877 0 0 1-12.18-1.94l-.51-.12c-2.74-.88-5.49-1.75-8.23-2.65-4.15-1.36-8.28-2.76-12.42-4.12-5.82-1.91-11.65-3.8-17.47-5.72-5.82-1.92-11.59-3.07-17.46-5l-17.35-5.86c-5-1.65-10.08-3.22-15.07-5-3.54-1.24-7.26-2-10.46-4.21a16.567 16.567 0 0 0-4.88-2 54.712 54.712 0 0 0-16.22-1.73h-1.91c-3.27-1.33-12.72-2.64-17.44-6.57-4.44-5.2-4.78-8.18-3.73-8.66 1.32-.59.81-1.64-.86-2.17s-2.2-2.68-2.39-3.89c-.42-2.65 1.14-3.71 1.67-4.41.53-.7 0 0-.79-.79-1.74-1.73.2-4.47 1.75-5.56l.47-.29a30.695 30.695 0 0 1 7.52-1 4.75 4.75 0 0 1 2.51.64h.1l.08.08c3.28.27 9.56 2.3 12.13 2.57 2.57.27 3.27-1.06 1.15-1.77-2-.65-7.66-.34-11-1.09.49 0 1 0 1.49-.06h.21c2.76 0 6.13-3.24 8.78-2.51 3.3.754 6.555 1.692 9.75 2.81 4.74 1.91 8.2 4.85 12 7.77 1.45 1.12 2.89 2.47 4.71 2.91a123.075 123.075 0 0 0 14.39 2.37c9.33 1.14 18.7 1.89 28.07 2.56 9.82.7 19.64 1.27 29.47 1.81 9.5.52 18.89.89 28.33 1.41v.05Zm-22.83-49.31c.26 2 .21 2-1.79 2h-93.79c-.91 0-1.32-.26-1.07-1.19a27.31 27.31 0 0 0 .61-4.68c.18-1.12.44-2.72.73-4.57v-.08a5.262 5.262 0 0 0 .29-1.87c1.07-6.79 2.44-15.64 2.69-17.68a.89.89 0 0 0-.05-.44c.91-6.05 1.74-12.1 2.55-18.16.32-2.43.77-4.84 1.21-7.25l.08-.41c.34-1.57.73-3.09 1.15-4.56 4.37 6.15 12.58 11.86 22.43 15.19a58.891 58.891 0 0 0 18.65 3c10.91 0 24.56-3 38.3-14 .23 1.29.41 2.44.55 2.85.041.194.061.392.06.59.44 3.21.85 6.42 1.32 9.63.71 4.8 1.49 9.59 2.19 14.39.49 3.35.8 6.73 1.36 10.07 1.01 5.73 1.83 11.45 2.53 17.17Zm-9.92-60.82a57.899 57.899 0 0 1-26.53 13.29c-8.81 1.73-20.31-.73-28.21-4.77-9.2-4.7-17.73-8.24-17.22-20.34 3-5.68 5.93-9.29 7.23-10.26 1.08 1.53 1.92 2.72 2.76 3.89 3.42 4.77 6.91 9.47 11.32 13.41a10.526 10.526 0 0 0 8.08 3.14c3.38-.23 6.79-.06 10.18 0a6.293 6.293 0 0 0 3-.72 23.376 23.376 0 0 0 6.31-5.18 157.83 157.83 0 0 0 11.25-14.34c.91 1.86 8.95 16.24 11.87 21.88h-.04Zm4.69-71.09a6.59 6.59 0 0 1 .69-2.7 54.834 54.834 0 0 1-1 14.28 11.997 11.997 0 0 1-3.19 6.6 5.142 5.142 0 0 1 .07-2.41 36.408 36.408 0 0 1 1.49-5.72 35.964 35.964 0 0 0 1.98-10.05h-.04Zm-41.77-55.48c2.77-5.14 3-10.44 2.73-15.73a90.707 90.707 0 0 0-2.25-13.72c.92-.2 1.17.35 1.57.63 11.58 8.11 21.39 22.7 29.57 36.07-2 4.05-8.74 10.09-9 11.84-.16 1 9.16-4.13 12.36-6.31l2 3.26c.28.434.479.915.59 1.42 0 .34-.09.67-.12 1a3.9 3.9 0 0 1-2.45 1.57 2.536 2.536 0 0 0-.23.12c-12.35 6.13-13.59 5.91-27.41 9.71-.84.41-9.45 2.58-10.51 2.19-1.3-.48-.07-1.42-.06-2.12.12-8 .48-16.13.58-24.33 0-2.22 1.63-3.75 2.63-5.6Zm-21.2-17.73a38.047 38.047 0 0 1 13.36-7.68c3.86-1.17 3.91-1.19 4.33 2.2.39 3.12.67 6.25 1 9.88l-6-3.85 1.13 7.18c-2.51-1.29-3.94-3.19-6.27-4.19.57 1.94 1.11 3.74 1.69 5.68-.43-.05-.69 0-.8-.1-3-2.44-5.89-4.9-8.86-7.21-.98-.82-.2-1.37.46-1.91h-.04Zm-10.28 13.78c2.21-3 4.46-6.06 6.58-9.26 1-1.5 1.54-1.61 2.61-.45 4.74 5.14 9.61 10.37 14.69 15.62a5.194 5.194 0 0 1 1.41 4.25c-.44 9.18-.827 18.227-1.16 27.14 0 1.26-.06 1.72-1.63.93-5.89-3-11.66-5.72-17.23-8.44l-15.34-7.5-.3-2.05a5.275 5.275 0 0 1-1.1-2.12c-.11-.49-.25-.95-.4-1.43l1.19-1.64c4 2.34 19.17 9.25 19 8.21-.27-1.71-11.86-9-15.3-13.36 1-1.39 2-2.8 2.94-4.23l4.04-5.67ZM160.6 87.61c-.19 1.95.37 3.8.62 5.69.206 2.64.799 5.234 1.76 7.7 1 2.27.89 4.66 1.29 7.13-3.04-2.37-5.4-15.74-3.63-20.52h-.04Zm7.93 25c-.51-2.65-1.09-5.28-1.53-7.94-.12-.69-.56-1.58.32-2.17a2.477 2.477 0 0 0 .93-2.33c.07-6.3-.6-11.9-.88-18.2a52.782 52.782 0 0 0-1.07-8.84c-.39-3-.88-6-1.32-9-.25-1.76-.51-3.51-.76-5.27l3.78 1.73c8.2 3.87 16.61 8.34 25.74 12.29 4.32 1.87 5.64 2.66 8.93 1.47 3.29-1.19 29-7.17 34.39-9.47 1.19-.51 2.42-.88 3.61-1.4l.81-.38-.42 4.88a18.745 18.745 0 0 1-.73 5.28c-.87 2.72-1.71 5.06-1.73 6.7 0 4.13.82 8.2.69 12.35-.08 2.85.1 5.71.19 8.56 0 .43-.13 1 .31 1.23.8.5.66 1.24.6 2a63.582 63.582 0 0 1-2.17 11 19.381 19.381 0 0 1-2 5c-3.83 6.24-7.8 12.39-12.06 18.34-3.1 4.32-6.27 8.62-10.34 12.12-1.5 1.3-3.07 2.37-5.25 2.17-1.61-.15-3.24 0-4.87 0h-5a5.338 5.338 0 0 1-3.1-.69c-3.5-2.21-6-5.39-8.54-8.54-4.74-5.9-8.76-12.31-12.94-18.61-2.48-3.89-4.69-7.75-5.55-12.26l-.04-.02Zm-54.47 61.08a4.569 4.569 0 0 1 3.68.54c.77.45 1.83 1.32 2.48.83.65-.49 0-1.74-.29-2.58-.29-.84-.12-1.41.82-1.71 3.12-1 6.2-2.16 9.34-3.09 4.7-1.39 9.44-2.65 14.17-3.95 3.333-.907 6.643-1.96 9.93-3.16.23-.08.52-.41.78-.08.26.33 0 .55-.08.82a30.09 30.09 0 0 0-2 7.16c-.23 1.37-.44 2.73-.66 4.1h.09c-.8 5.1-1.52 10.21-2.21 15.33-.29 2.15-.58 4.29-.89 6.43-.28 1.52-1.79 11.71-2.65 18.29l-.06.47c-.48 3.4-.69 6.87-1.46 10.2-1.4 6.06-3.12 12-4.73 18.05-.07.28.15.76-.4.78-.37 0-.41-.34-.59-.57-2.34-2.88-3.31-6.37-4.36-9.82-1.1-3.6-2.29-7.18-3.34-10.79-1.08-3.76-2.55-7.44-2.34-11.47a8.35 8.35 0 0 0-.37-3c-.19.09-.33.11-.35.17a52.325 52.325 0 0 0-3.31 15.47c-.24 5.76.75 11.46 1.26 17.19.25 2.75-2.32 4.39-5 5.95 0-1.55-1.34-4.19-6-8.73a13.91 13.91 0 0 0-8.78-3.85L93.67 195c11.87-16.21 19.92-21 20.43-21.29l-.04-.02Z'/%3e%3cpath d='M344.66 445.62c0-9.56-5.16-18.55-15.34-26.72-8.93-7.17-21.54-13.55-37.48-19-27.89-9.47-63.68-15.23-102.23-16.56-2.09-.16-13.53.16-13.53.16 1.4 3.6 4.12 11.86 4.12 11.86 1.32 0 6.15.17 8.75.15 37.46 1.27 72.12 6.81 99 15.93 27.9 9.47 44.56 22.24 44.56 34.15a16.756 16.756 0 0 1-3.34 9.46c-.88 1-1.72 2.06-2.53 3.15a51.135 51.135 0 0 1-9 7.6 6.6 6.6 0 0 0 .52-1.32c.267-.978.401-1.987.4-3 0-10.58-28.7-21.74-55.42-28.35-8.13-2-14.7-2.4-19.75-3.26-3.6-.62 4.46 23.18-2.19 25.2 0 0 .52-18.62-6.06-25.86-5.28-5.8-14.67-15.94-32.41-21.73-17.74-5.79-24.2-2.7-26.34-8.7-1.71-4.8-6.07-8.59-8.19-12.45-.36-.66-.73-1.3-1.08-1.93-1.35-2.37-2.66-4.53-3.87-6.46a54.33 54.33 0 0 0-2-5.15c-1.14-2.65-2-5.06-2.71-7.28-2.26-7.05-3-12-6-15.63-4-4.75-5.53 7.11-6.32 11.06s-3.95 4.74-6.32 16.6c-.17.86-.37 1.73-.59 2.61-.46 1.79-1 3.61-1.63 5.5-1.52 4.57-3.49 9.52-5.66 15.29 0 .06-.05.13-.08.2-2.25 6-4.7 12.86-7.08 21.11-.26.89-.51 1.78-.77 2.7-.14.54-.29 1.06-.44 1.58-3.57 12.8-13.54 20.82-13.58 20.88 5.45-9.84 6.68-14.41 6.87-20.1a288.38 288.38 0 0 0-32.39 5.82c-26.73 6.59-56.17 17.77-56.17 28.35.002.938.12 1.871.35 2.78a9.728 9.728 0 0 0 2.71 4.28c-12.35-7.27-19.25-15.28-19.25-23 0-11.91 16.66-24.68 44.56-34.15 19.94-6.77 44.19-11.57 70.7-14.11.431-1.618.989-3.2 1.67-4.73 1.22-2.75 2-5.4 3.41-8-30.16 2.42-57.15 7.69-79.7 15.34-15.94 5.42-28.55 11.8-37.48 19C5.17 427.06.01 436.05.01 445.61c0 6.22 2.18 12.19 6.5 17.86 9.58 14.55 14.11 37.82 14.46 45.65.52 11.32 5.13 21.81 13.73 31.18 7.86 8.57 18.91 16 32.86 22.15 26.72 11.76 63.59 18.24 103.8 18.24 40 0 76.83-6.5 103.59-18.28 29.22-12.88 45.73-31.2 47.72-53 1-10.74 4.9-31.46 13.72-43.77 5.48-6.28 8.27-13 8.27-20.02Zm-74.93 105c-25.17 11.08-60.11 17.19-98.4 17.19-38.46 0-73.49-6.09-98.62-17.14-31.2-13.73-38.38-30.49-38.9-42.13-.25-5.51-2-16.39-5.77-27.87a157.002 157.002 0 0 0 24.78 10.62c32 10.88 74.46 16.86 119.51 16.86 45.05 0 87.49-6 119.51-16.86a159.646 159.646 0 0 0 23.65-10 139.982 139.982 0 0 0-5.67 27c-1.95 21.26-22.88 34.77-40.09 42.35v-.02Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h344.66v580.71H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right 59% top 20px;
}
#block-tahinhelvanintarihi .content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 700px) {
  #block-tahinhelvanintarihi .content {
    flex-direction: column-reverse;
  }
}
#block-tahinhelvanintarihi .content .block-content .field--name-field-content {
  float: right;
  max-width: 600px;
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  #block-tahinhelvanintarihi .content .block-content .field--name-field-content {
    max-width: none;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
    float: none;
    padding-bottom: 30px;
    padding-top: 10px;
  }
}
#block-tahinhelvanintarihi .content .block-content .field--name-field-content strong {
  font-size: 38px;
}
@media screen and (max-width: 700px) {
  #block-tahinhelvanintarihi .content .block-content .field--name-field-content strong {
    font-size: 24px;
  }
}
#block-tahinhelvanintarihi .content .block-content .field--name-field-content a {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  text-indent: -555px;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='40' fill='none' viewBox='0 0 33 40'%3e%3cg stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.89' clip-path='url(%23a)'%3e%3cpath d='M13.32 37.95 29.67 21.6a2.34 2.34 0 0 0 0-3.3L13.32 1.95'/%3e%3cpath d='M1.94 37.95 18.29 21.6a2.34 2.34 0 0 0 0-3.3L1.94 1.95'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h32.3v39.89H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center;
}
#block-tahinhelvanintarihi .content .block-image {
  width: 50%;
}
@media screen and (max-width: 700px) {
  #block-tahinhelvanintarihi .content .block-image {
    width: 100%;
  }
}
#block-tahinhelvanintarihi .content .block-image img {
  width: 100%;
  height: auto;
  display: block;
}
#block-ekatalog {
  float: left;
  width: 100%;
  background: #494847;
  color: #FFF;
}
#block-ekatalog .content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  #block-ekatalog .content {
    flex-direction: column-reverse;
  }
}
#block-ekatalog .content .block-content .field--name-field-content {
  float: right;
  max-width: 600px;
  font-size: 24px;
  font-weight: 300;
  box-sizing: border-box;
  padding-left: 40px;
}
@media screen and (max-width: 700px) {
  #block-ekatalog .content .block-content .field--name-field-content {
    max-width: none;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
    float: none;
    padding-bottom: 30px;
    padding-top: 10px;
    padding-left: 0;
  }
}
#block-ekatalog .content .block-content .field--name-field-content strong {
  font-size: 38px;
}
@media screen and (max-width: 700px) {
  #block-ekatalog .content .block-content .field--name-field-content strong {
    font-size: 24px;
  }
}
#block-ekatalog .content .block-content .field--name-field-content a {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  text-indent: -555px;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='33' height='40' fill='none' viewBox='0 0 33 40'%3e%3cg stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.89' clip-path='url(%23a)'%3e%3cpath d='M13.32 37.95 29.67 21.6a2.34 2.34 0 0 0 0-3.3L13.32 1.95'/%3e%3cpath d='M1.94 37.95 18.29 21.6a2.34 2.34 0 0 0 0-3.3L1.94 1.95'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h32.3v39.89H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center;
}
#block-ekatalog .content .block-image {
  width: 50%;
}
@media screen and (max-width: 700px) {
  #block-ekatalog .content .block-image {
    width: 100%;
  }
}
#block-ekatalog .content .block-image img {
  width: 100%;
  height: auto;
  display: block;
}
#block-views-block-kategoriler-block-1 {
  float: left;
  width: 100%;
  padding: 70px 0;
  background: #f4efe9;
}
#block-views-block-kategoriler-block-1 .view-content {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  max-width: 1000px;
}
@media screen and (max-width: 450px) {
  #block-views-block-kategoriler-block-1 .view-content {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}
#block-views-block-kategoriler-block-1 .view-content .views-row {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  background: linear-gradient(0deg, rgba(195, 169, 133, 0) 27.95%, rgba(195, 169, 133, 0.14) 47.07%, rgba(195, 169, 133, 0.5) 88.26000000000001%, #c3a985 138.27%);
}
#block-views-block-kategoriler-block-1 .view-content .views-row:hover .views-field-field-kat-gorsel img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#block-views-block-kategoriler-block-1 .view-content .views-row .views-field-field-kat-gorsel img {
  margin: 30px 0 -50px 0;
  width: 120%;
  height: auto;
  margin-left: -10%;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-views-block-kategoriler-block-1 .view-content .views-row .views-field-name {
  font-size: 26px;
  box-sizing: border-box;
  padding: 0 20px;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  #block-views-block-kategoriler-block-1 .view-content .views-row .views-field-name {
    font-size: 18px;
  }
}
#block-views-block-kategoriler-block-1 .view-content .views-row .views-field-view-taxonomy-term a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -5555px;
  overflow: hidden;
}
.view-taxonomy-term .view-content {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.view-taxonomy-term .view-content .views-row {
  background: linear-gradient(0deg, #ffffff 31.99%, rgba(255, 255, 255, 0.97) 35.62%, rgba(255, 255, 255, 0.35) 102.24%, rgba(255, 255, 255, 0.1) 131.3%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.view-taxonomy-term .view-content .views-row .views-field-field-urun-gorselleri img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -30px;
}
.view-taxonomy-term .view-content .views-row .views-field-title {
  font-size: 20px;
  font-weight: 900;
}
.view-taxonomy-term .view-content .views-row .views-field-field-gramaj {
  margin-bottom: 20px;
}
.view-taxonomy-term .view-content .views-row .views-field-nothing {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  bottom: -35px;
}
.view-taxonomy-term .view-content .views-row .views-field-nothing .field-content {
  position: relative;
}
.view-taxonomy-term .view-content .views-row .views-field-nothing .field-content::after {
  content: "";
  width: 15px;
  height: 18px;
  position: absolute;
  right: -20px;
  top: 1px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' fill='none' viewBox='0 0 17 21'%3e%3cg stroke='%23494847' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.96' clip-path='url(%23a)'%3e%3cpath d='M6.76 19.14 15 10.89a1.17 1.17 0 0 0 0-1.67L6.76.98'/%3e%3cpath d='m.98 19.14 8.25-8.25a1.18 1.18 0 0 0 0-1.67L.98.98'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h16.29v20.12H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.view-taxonomy-term .view-content .views-row .views-field-view-node a {
  position: absolute;
  width: 100%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: 99;
  text-indent: -555px;
  overflow: hidden;
}
.taxonomy-term-page {
  background: #f4efe9;
}
.taxonomy-term-page #block-views-block-kategoriler-block-1 {
  background: #FFF;
}
@media screen and (max-width: 700px) {
  .taxonomy-term-page #block-views-block-kategoriler-block-1 {
    padding: 40px 0;
  }
}
.taxonomy-term-page #block-views-block-kategoriler-block-1 .view-content {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  max-width: 1200px;
}
@media screen and (max-width: 600px) {
  .taxonomy-term-page #block-views-block-kategoriler-block-1 .view-content {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  }
}
.taxonomy-term-page #block-views-block-kategoriler-block-1 .view-content .views-row {
  background: none;
}
.taxonomy-term-page #block-views-block-kategoriler-block-1 .view-content .views-row .views-field-field-kat-gorsel img {
  margin: 0px 0 -30px 0;
  width: 100%;
  height: auto;
  margin-left: 0;
}
@media screen and (max-width: 700px) {
  .taxonomy-term-page #block-views-block-kategoriler-block-1 .view-content .views-row .views-field-field-kat-gorsel img {
    margin: 0px 0 -10px 0;
  }
}
.taxonomy-term-page #block-views-block-kategoriler-block-1 .view-content .views-row .views-field-name {
  font-size: 18px;
  padding: 0 10px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .taxonomy-term-page #block-views-block-kategoriler-block-1 .view-content .views-row .views-field-name {
    font-size: 14px;
  }
}
.taxonomy-term-page #block-fresh-theme-content {
  float: left;
  width: 100%;
  padding: 70px 0;
}
.taxonomy-term-page #block-fresh-theme-content .view-taxonomy-term {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
}
.taxonomy-term-page #block-fresh-theme-content .view-taxonomy-term .feed-icons {
  display: none;
}
.node-type-urun #contentHolder {
  position: relative;
}
.node-type-urun #contentHolder::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #f4efe9;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .node-type-urun #contentHolder::before {
    width: 100%;
  }
}
.node-type-urun article {
  position: relative;
  z-index: 99;
  padding-bottom: 100px;
}
.node-type-urun article .urun-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-top {
    margin-top: 50px;
  }
}
.node-type-urun article .urun-top .u-top-left {
  width: 49%;
  position: relative;
  box-sizing: border-box;
  padding-left: 100px;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-top .u-top-left {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-top .u-top-left {
    width: 100%;
  }
}
.node-type-urun article .urun-top .u-top-left .field--name-field-dilim-ikonu {
  text-align: right;
  position: absolute;
  width: 100%;
  right: 0;
}
.node-type-urun article .urun-top .u-top-left .lightgallery-wrapper {
  float: left;
  width: 100%;
}
.node-type-urun article .urun-top .u-top-left .lightgallery-wrapper .lightgallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.node-type-urun article .urun-top .u-top-left .lightgallery-wrapper ul,
.node-type-urun article .urun-top .u-top-left .lightgallery-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.node-type-urun article .urun-top .u-top-left .lightgallery-wrapper li {
  width: 30%;
  margin: 2%;
  border: 2px solid #f4efe9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-top .u-top-left .lightgallery-wrapper li {
    border: 2px solid #FFF;
  }
}
.node-type-urun article .urun-top .u-top-left .lightgallery-wrapper li img {
  width: 100%;
  height: auto;
  display: block;
}
.node-type-urun article .urun-top .u-top-left .lightgallery-wrapper li:first-child {
  width: 100%;
  border: none;
}
.node-type-urun article .urun-top .u-top-left .lightgallery-wrapper li:first-child img {
  margin-bottom: -30px;
}
.node-type-urun article .urun-top .u-top-right {
  width: 48%;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-top .u-top-right {
    width: 100%;
  }
}
.node-type-urun article .urun-top .u-top-right .utr-label {
  display: flex;
  margin-bottom: 25px;
}
.node-type-urun article .urun-top .u-top-right .utr-label .node-title {
  font-size: 32px;
  font-weight: 700;
}
.node-type-urun article .urun-top .u-top-right .utr-label .field--name-field-gramaj {
  font-size: 24px;
  font-weight: 500;
}
.node-type-urun article .urun-top .u-top-right .utr-left {
  max-width: 320px;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-top .u-top-right .utr-left {
    margin-top: 30px;
  }
}
.node-type-urun article .urun-top .u-top-right .field--name-field-aciklama {
  font-weight: 500;
  margin-bottom: 20px;
}
.node-type-urun article .urun-top .u-top-right .field--name-field-koli-ici-adet,
.node-type-urun article .urun-top .u-top-right .field--name-field-koli-brut-agirlik {
  margin-bottom: 20px;
}
.node-type-urun article .urun-top .u-top-right .enerji-degerleri {
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.node-type-urun article .urun-top .u-top-right .enerji-degerleri .enerji-title {
  float: left;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-top .u-top-right .enerji-degerleri .enerji-title {
    font-size: 24px;
  }
}
.node-type-urun article .urun-top .u-top-right .enerji-degerleri .enerji-title-desc {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.node-type-urun article .urun-top .u-top-right .enerji-degerleri .enerji-degeri {
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-right: 8px;
  box-sizing: border-box;
  padding: 20px 5px 30px 5px;
  width: 85px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) -2.91%, rgba(255, 255, 255, 0.05) -0.8100000000000001%, rgba(255, 255, 255, 0.3) 18.09%, rgba(255, 255, 255, 0.51) 34.89%, rgba(255, 255, 255, 0.6899999999999999) 51.69%, rgba(255, 255, 255, 0.82) 68.48999999999999%, rgba(255, 255, 255, 0.92) 83.19%, rgba(255, 255, 255, 0.98) 97.88%, #ffffff 108.38%);
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-top .u-top-right .enerji-degerleri .enerji-degeri {
    margin-bottom: 8px;
  }
}
.node-type-urun article .urun-top .u-top-right .enerji-degerleri .enerji-degeri .enerji-label {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-top .u-top-right .enerji-degerleri .enerji-degeri .enerji-label {
    font-size: 18px;
  }
}
.node-type-urun article .urun-top .u-top-right .enerji-degerleri .enerji-degeri .enerji-label span {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 10px;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-top .u-top-right .enerji-degerleri .enerji-degeri .enerji-label span {
    font-size: 8px;
  }
}
.node-type-urun article .urun-top .u-top-right .enerji-degerleri .enerji-degeri .enerji-deger {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-top .u-top-right .enerji-degerleri .enerji-degeri .enerji-deger {
    font-size: 18px;
  }
}
.node-type-urun article .urun-top .u-top-right .enerji-degerleri .dipnot {
  color: #c3a985;
  margin-top: 15px;
  font-size: 12px;
  float: left;
  width: 100%;
}
.node-type-urun article .urun-bottom {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-bottom {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.node-type-urun article .urun-bottom .u-bottom-left {
  width: 49%;
  box-sizing: border-box;
  padding-left: 100px;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-bottom .u-bottom-left {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
.node-type-urun article .urun-bottom .u-bottom-left p {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 0 70px;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-bottom .u-bottom-left p {
    padding: 0 25px;
  }
}
.node-type-urun article .urun-bottom .u-bottom-left p::before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 65px;
  height: 65px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='67' height='67' fill='none' viewBox='0 0 67 67'%3e%3cg fill='%23393837' stroke='%23393837' stroke-miterlimit='10' stroke-width='1.12' clip-path='url(%23a)'%3e%3cpath d='M39.53 65.57c-1-.16-2.09-.29-3.12-.49a24.16 24.16 0 0 1-13.29-7.53 5.392 5.392 0 0 0-1.13-.87c-.58-.38-1.19-.73-1.78-1.09a4.68 4.68 0 0 0-5.48 0 8.75 8.75 0 0 1-4.77 1.83 7.25 7.25 0 0 1-4.49-1.3 6.54 6.54 0 0 0-3.58-1.43 1.3 1.3 0 0 1-1.32-1.46 1.42 1.42 0 0 1 1.59-1.16 7.33 7.33 0 0 1 4.09 1.38 5.82 5.82 0 0 0 2.91 1.28 4.92 4.92 0 0 0 3.35-.87 8.29 8.29 0 0 1 4.28-1.76 7.51 7.51 0 0 1 4.88 1.25 6.35 6.35 0 0 0 3 1.38 4.92 4.92 0 0 0 3.47-.91 8 8 0 0 1 4.6-1.75c1.09 0 1.78.65 1.6 1.61a1.22 1.22 0 0 1-.93 1c-.24.07-.5.06-.75.13a9.528 9.528 0 0 0-2.08.66 11.46 11.46 0 0 1-3.73 1.82l-.06.19c1.11.78 2.18 1.63 3.33 2.33a20.76 20.76 0 0 0 10.94 3.04A21.7 21.7 0 0 0 61.7 48.14a22.2 22.2 0 0 0 .51-12.38 43.112 43.112 0 0 0-5.2-12.33A96.693 96.693 0 0 0 41.44 4.07l-.3-.25c-7.54 7.59-14.32 15.69-18.8 25.48a4.51 4.51 0 0 0 5 .62c.84-.45 1.62-1 2.44-1.47a6.27 6.27 0 0 1 3.11-.75 1.35 1.35 0 0 1 1.49 1.24 1.24 1.24 0 0 1-1.22 1.41 7.89 7.89 0 0 0-3.87 1.56 7.24 7.24 0 0 1-8.13 0c-.35-.21-.67-.46-1-.67a4.85 4.85 0 0 0-5.38 0 15.1 15.1 0 0 1-3.26 1.64 6.9 6.9 0 0 1-5.93-1 5.9 5.9 0 0 0-1.07-.69c-.73-.3-1.49-.52-2.25-.75a10.12 10.12 0 0 1-1-.23 1.28 1.28 0 0 1-.66-1.49 1.38 1.38 0 0 1 1.48-1 7.3 7.3 0 0 1 4.1 1.35 6 6 0 0 0 2.9 1.31 4.84 4.84 0 0 0 3.41-.87 7.59 7.59 0 0 1 4.6-1.76c.78.026 1.555.116 2.32.27.37.06.55 0 .72-.35 3.89-8.46 9.52-15.7 15.86-22.43 1.29-1.37 2.64-2.68 4-4a1.449 1.449 0 0 1 2.37 0A100.235 100.235 0 0 1 58.3 20.35a47.713 47.713 0 0 1 6.16 13.43c.44 1.69.66 3.44 1 5.16 0 .18.08.36.12.54v3.43l-.12.62c-.18 1.08-.29 2.18-.54 3.25a23.69 23.69 0 0 1-6.46 11.66 23.93 23.93 0 0 1-13.92 7c-.57.07-1.13.16-1.69.25l-3.32-.12Z'/%3e%3cpath d='M25.46 49.31a7 7 0 0 1-4.3-1.22 7.06 7.06 0 0 0-3.76-1.52 1.251 1.251 0 0 1-1.24-1.5 1.38 1.38 0 0 1 1.56-1.15 7.33 7.33 0 0 1 4.14 1.4 5.79 5.79 0 0 0 2.87 1.26 5.4 5.4 0 0 0 3.36-.85 13 13 0 0 1 3.09-1.56 7.52 7.52 0 0 1 6.09.94 20.3 20.3 0 0 0 2.59 1.31 6 6 0 0 0 1.43.23 1.34 1.34 0 0 1 1.23 1.36 1.35 1.35 0 0 1-1.44 1.31 7.49 7.49 0 0 1-4-1.15c-.41-.25-.82-.52-1.24-.76a4.92 4.92 0 0 0-5.61.15 7.83 7.83 0 0 1-4.77 1.75Zm15.37-8.13a7.59 7.59 0 0 1-4.84-1.71 4.92 4.92 0 0 0-3.4-.95 4.72 4.72 0 0 0-2.5 1 7.86 7.86 0 0 1-4.69 1.69 1.35 1.35 0 0 1-1.38-1.83 1.17 1.17 0 0 1 1.1-.83 7.06 7.06 0 0 0 3.77-1.48 7.26 7.26 0 0 1 8.35 0 6.55 6.55 0 0 0 3.08 1.38 4.87 4.87 0 0 0 3.35-.88 8 8 0 0 1 4.66-1.78 1.46 1.46 0 0 1 1.48.76 1.13 1.13 0 0 1-.17 1.41 2 2 0 0 1-1.16.53 5.36 5.36 0 0 0-3 1.15 7.36 7.36 0 0 1-4.65 1.54Zm-31.11.01a7 7 0 0 1-4.16-1.25 6.72 6.72 0 0 0-3.7-1.48 1.289 1.289 0 0 1-1.29-1.42 1.42 1.42 0 0 1 1.61-1.26 7.26 7.26 0 0 1 4 1.35 6.09 6.09 0 0 0 2.9 1.31 4.9 4.9 0 0 0 3.41-.88 8.16 8.16 0 0 1 4.66-1.78c1.2 0 2 .91 1.52 1.91a1.31 1.31 0 0 1-1.27.79 5.85 5.85 0 0 0-3.42 1.34 7 7 0 0 1-4.26 1.37Zm-.39 8.12a6.83 6.83 0 0 1-3.74-1.22 6.88 6.88 0 0 0-3.74-1.51 1.288 1.288 0 0 1-1.28-1.43 1.39 1.39 0 0 1 1.56-1.24 7.11 7.11 0 0 1 4 1.32 6.34 6.34 0 0 0 3.39 1.39c1 .05 1.52.64 1.46 1.45-.06.81-.65 1.26-1.65 1.24Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h66.12v66.13H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-bottom .u-bottom-left p::before {
    left: -10px;
    top: -5px;
    width: 48px;
    height: 60px;
  }
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-bottom .u-bottom-left {
    width: 100%;
  }
}
.node-type-urun article .urun-bottom .u-bottom-left .kullanim-alanlari-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-bottom .u-bottom-left .kullanim-alanlari-title {
    text-align: left;
    margin-bottom: 20px;
  }
}
.node-type-urun article .urun-bottom .u-bottom-left .field--name-field-kullanim-alanlari {
  display: flex;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-bottom .u-bottom-left .field--name-field-kullanim-alanlari {
    justify-content: flex-start;
    margin-bottom: 50px;
  }
}
.node-type-urun article .urun-bottom .u-bottom-left .field--name-field-kullanim-alanlari .vocabulary-kullanim-alanlari {
  display: flex;
  flex-direction: column-reverse;
  margin: 10px;
}
.node-type-urun article .urun-bottom .u-bottom-left .field--name-field-kullanim-alanlari .vocabulary-kullanim-alanlari h2 {
  pointer-events: none;
  color: #c3a985;
  font-weight: 500;
}
.node-type-urun article .urun-bottom .u-bottom-left .field--name-field-kullanim-alanlari .vocabulary-kullanim-alanlari h2 a {
  color: #c3a985;
}
.node-type-urun article .urun-bottom .u-bottom-left .field--name-field-kullanim-alanlari .field--name-field-gorsel img {
  width: 116px;
  height: auto;
}
.node-type-urun article .urun-bottom .u-bottom-right {
  width: 48%;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-bottom .u-bottom-right {
    width: 100%;
  }
}
.node-type-urun article .urun-bottom .u-bottom-right .saklama-title {
  float: left;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-bottom .u-bottom-right .saklama-title {
    font-size: 24px;
  }
}
.node-type-urun article .urun-bottom .u-bottom-right .kosul {
  float: left;
  width: 49%;
}
@media screen and (max-width: 700px) {
  .node-type-urun article .urun-bottom .u-bottom-right .kosul {
    width: 100%;
  }
}
.node-type-urun article .urun-bottom .u-bottom-right .kosul .kosul-ikon {
  width: 52px;
  height: 100px;
  float: left;
  background-repeat: no-repeat;
  background-position: center top;
  margin-right: 5px;
}
.node-type-urun article .urun-bottom .u-bottom-right .kosul .kosul-aciklama {
  font-weight: bold;
}
.node-type-urun article .urun-bottom .u-bottom-right .kosul .kosul-aciklama label {
  font-size: 16px;
  margin-bottom: 5px;
  color: #c3a985;
  font-weight: 500;
  display: block;
}
.node-type-urun article .urun-bottom .u-bottom-right .kosul .kosul-aciklama p {
  font-size: 12px;
  margin-top: 0;
  font-weight: 500;
  box-sizing: border-box;
  padding-right: 10px;
}
.node-type-urun article .urun-bottom .u-bottom-right .kosul .ikon-son {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' fill='none' viewBox='0 0 46 46'%3e%3cg fill='%23393837' clip-path='url(%23a)'%3e%3cpath d='M45.82 11.09a4.86 4.86 0 0 1-.58.93 1.63 1.63 0 0 1-1.86.36 1.68 1.68 0 0 1-1.13-1.57 3.701 3.701 0 0 0-1.45-2.94 3.4 3.4 0 0 0-1.9-.7h-2.57v1.82a1.78 1.78 0 0 1-2.73 1.46 1.729 1.729 0 0 1-.83-1.5V7.18h-8.14v1.15c0 1.56-.62 2.39-1.78 2.39-1.16 0-1.8-.82-1.8-2.41V7.18H13v1.75a1.79 1.79 0 0 1-3.57 0V7.06a21.79 21.79 0 0 0-3.06.18 3.47 3.47 0 0 0-2.75 3.37v27.73a3.49 3.49 0 0 0 2 3.44c.558.245 1.16.374 1.77.38h7.25a1.72 1.72 0 0 1 1.69 1.09 1.65 1.65 0 0 1-.35 1.91 4.82 4.82 0 0 1-.93.57H6.37a.99.99 0 0 0-.15-.07A7.26 7.26 0 0 1 0 38.3c.05-9.12 0-18.24 0-27.36a7.9 7.9 0 0 1 .15-1.68 7.11 7.11 0 0 1 6.92-5.74h2.31V1.7a1.79 1.79 0 0 1 3.57 0v1.76H21V1.83a1.79 1.79 0 0 1 3.58 0v1.61h8.14V1.86a1.802 1.802 0 0 1 1.79-1.99 1.8 1.8 0 0 1 1.79 1.99V3.5h2.54a7 7 0 0 1 6.19 4c.317.747.568 1.52.75 2.31l.04 1.28Z'/%3e%3cpath d='M45.82 22.27a6.05 6.05 0 0 1-1.09 2.6 5.24 5.24 0 0 1-4.1 2.13H37a1.789 1.789 0 1 1 0-3.57h2.76c-.33-.38-.59-.71-.88-1a11.641 11.641 0 1 0-2.92 18.48 3.3 3.3 0 0 1 1-.37 1.74 1.74 0 0 1 1.9 1.22 1.7 1.7 0 0 1-.89 2.11 27.604 27.604 0 0 1-3.43 1.38c-.96.245-1.936.428-2.92.55h-2c-1.11-.2-2.24-.32-3.32-.62a15.2 15.2 0 0 1-9.77-20.79A15 15 0 0 1 23 17.27a14.83 14.83 0 0 1 8.77-1.91 15 15 0 0 1 10.24 5.21c.072.078.15.151.23.22v-2.75a1.7 1.7 0 0 1 1.09-1.61 1.64 1.64 0 0 1 1.87.32c.242.308.447.644.61 1l.01 4.52Z'/%3e%3cpath d='M45.82 31.66a2 2 0 0 1-1.18 1.4 1.79 1.79 0 1 1 1-2.3l.15.36.03.54Zm-13.51-3.85v2.55a2 2 0 0 1-.73 1.6c-.92.78-1.83 1.57-2.77 2.33a1.778 1.778 0 0 1-2.52-.2 1.76 1.76 0 0 1 .21-2.51c.63-.57 1.31-1.09 1.94-1.66a.9.9 0 0 0 .27-.59v-4.24a1.77 1.77 0 0 1 1.47-1.73 1.75 1.75 0 0 1 1.93 1c.107.274.165.566.17.86.05.9.03 1.75.03 2.59Zm7.66 10.25a1.78 1.78 0 1 1 1.114 1.644 1.77 1.77 0 0 1-1.114-1.644Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h45.82v45.8H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-size: 45px 45px;
}
.node-type-urun article .urun-bottom .u-bottom-right .kosul .ikon-nasil {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' fill='none' viewBox='0 0 53 53'%3e%3cg fill='%23393837' clip-path='url(%23a)'%3e%3cpath d='M19.45 44.78a.87.87 0 0 1-.54-.93v-1.66h-.59a2.29 2.29 0 0 1-2.12-2.36V13.4a2.321 2.321 0 0 1 2.53-2.53h16.29a2.33 2.33 0 0 1 2.51 2.52v26.19a2.421 2.421 0 0 1-2.52 2.6h-.21v1.58a1 1 0 0 1-.48 1h-3.25a1 1 0 0 1-.52-1v-1.6H23.1v1.64a.89.89 0 0 1-.53.94l-3.12.04Zm16.68-21.8H17.61v16.84a.9.9 0 0 0 1 .92h16.6a1.34 1.34 0 0 0 .61-.2 1 1 0 0 0 .36-.91v-16.3l-.05-.35Zm0-1.47V13.4c0-.79-.33-1.11-1.14-1.11H18.76c-.83 0-1.15.32-1.15 1.14v8.1l18.52-.02ZM20.35 42.19v1.21h1.36v-1.16l-1.36-.05Zm11.67 0v1c0 .06.09.17.14.17h1.24v-1.18l-1.38.01Z'/%3e%3cpath d='M19.06 27.09v-1.92a.719.719 0 0 1 .7-.79.72.72 0 0 1 .71.79V29a.729.729 0 0 1-.71.8c-.42 0-.7-.33-.7-.83v-1.88Zm0-8.69v-.89a.71.71 0 0 1 .983-.654.691.691 0 0 1 .417.644v1.85a.69.69 0 0 1-.71.71.71.71 0 0 1-.69-.73v-.93Z'/%3e%3cpath d='M26.49 3.23a23.25 23.25 0 0 1 23.25 23.25 23.26 23.26 0 0 1-46.51 0A23.25 23.25 0 0 1 26.49 3.23Zm0-3.23a26.49 26.49 0 1 0 26.48 26.49A26.51 26.51 0 0 0 26.49 0Z'/%3e%3cpath d='M42.093 6.999 7.786 42.069l2.309 2.259 34.307-35.07-2.309-2.259Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h52.97v52.97H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-size: 52px 52px;
}
.node-type-urun article .urun-bottom .u-bottom-right .kosul .ikon-ambalajdan {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='61' fill='none' viewBox='0 0 30 61'%3e%3cg fill='%23393837' clip-path='url(%23a)'%3e%3cpath d='M21.36 20.51V34.1a.92.92 0 0 0 .48.89 14 14 0 0 1 6.17 14.83 14.16 14.16 0 0 1-28-4 13.74 13.74 0 0 1 6.44-10.83 1 1 0 0 0 .49-1V7.31a7.2 7.2 0 0 1 14.27-1.49c.088.549.131 1.104.13 1.66.03 4.39.02 8.71.02 13.03Zm-11.86.56v13.89a1.81 1.81 0 0 1-1 1.75 11.64 11.64 0 1 0 11.5.11 2.06 2.06 0 0 1-1.17-2v-27a8.567 8.567 0 0 0-.07-1.24 4.66 4.66 0 0 0-9.26.92c-.01 4.5 0 9.04 0 13.57Zm16.69-10.56h-2a1.24 1.24 0 0 1-1.31-1.2 1.2 1.2 0 0 1 1.24-1.33h4.21a1.22 1.22 0 0 1 1.26 1.31 1.28 1.28 0 0 1-1.37 1.22h-2.03Z'/%3e%3cpath d='M26.16 24.56h-2.05a1.23 1.23 0 0 1-1.29-1.28 1.2 1.2 0 0 1 1.28-1.22h4.15a1.21 1.21 0 0 1 1.29 1.27 1.231 1.231 0 0 1-1.28 1.23c-.7.01-1.4 0-2.1 0Zm-.93 7.04h-1.18a1.251 1.251 0 0 1-1.23-1.28 1.221 1.221 0 0 1 1.21-1.24 21.528 21.528 0 0 1 2.41 0 1.21 1.21 0 0 1 1.17 1.27 1.24 1.24 0 0 1-1.21 1.24c-.39.03-.78.01-1.17.01Zm-.04-14.08h-1.23a1.25 1.25 0 0 1 0-2.5h2.47a1.26 1.26 0 0 1 0 2.5h-1.3.06Zm-9.77 23.23a6.33 6.33 0 0 1 4.84 7.36 6.21 6.21 0 0 1-12.19-.05c-.59-3.34 1.07-5.89 4.83-7.31V8.07c0-1.15.46-1.76 1.29-1.75.83.01 1.23.6 1.23 1.73v32.7Zm-1.26 2.46a3.68 3.68 0 1 0 3.68 3.67 3.69 3.69 0 0 0-3.68-3.67Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h29.55v61H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-size: 30px 61px;
}
.node-type-urun article .urun-bottom .u-bottom-right .kosul .ikon-dogru {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='53' height='35' fill='none' viewBox='0 0 53 35'%3e%3cg fill='%23393837' clip-path='url(%23a)'%3e%3cpath d='M11.49 22.84a4.85 4.85 0 0 1-4.23-2.48l-5.63-9.91a4.89 4.89 0 0 1 3.71-7.27L35.4.07a10.41 10.41 0 0 1 9 3.47l5.66 6.44a4.879 4.879 0 0 1-3 8.06L12.2 22.79c-.235.032-.473.05-.71.05Zm25.06-20.3a8.639 8.639 0 0 0-.88 0L5.61 5.66a2.27 2.27 0 0 0-1.82 1.27 2.3 2.3 0 0 0 0 2.23l5.62 9.91a2.35 2.35 0 0 0 2.37 1.17l34.92-4.66a2.3 2.3 0 0 0 1.87-1.51 2.33 2.33 0 0 0-.43-2.37l-5.67-6.43a7.85 7.85 0 0 0-5.92-2.69v-.04Z'/%3e%3cpath d='M11 26.58a5 5 0 0 1-4.39-2.57L.73 13.58a7.94 7.94 0 0 1-.17-6.31A6.23 6.23 0 0 1 4 3.39a1.27 1.27 0 0 1 .89 2.37 3.76 3.76 0 0 0-1.94 2.38 5.48 5.48 0 0 0 0 4.19l5.91 10.43a2.51 2.51 0 0 0 2.56 1.25l36.91-5a2.64 2.64 0 0 0 1.93-1.93 4.27 4.27 0 0 0-1.12-4.43 1.27 1.27 0 0 1 1.8-1.79 6.84 6.84 0 0 1 1.72 7 5.11 5.11 0 0 1-4 3.64l-36.92 5a5.58 5.58 0 0 1-.74.08Z'/%3e%3cpath d='M13.26 34.93a6.84 6.84 0 0 1-6-3.49l-3.87-7.21a13.91 13.91 0 0 1-1.61-5.52L1.63 14a1.27 1.27 0 1 1 2.53-.08l.15 4.65a11.25 11.25 0 0 0 1.32 4.47l3.85 7.18a4.32 4.32 0 0 0 4.37 2.13l30.38-4.21a3.82 3.82 0 0 0 3.26-3.44l.35-4.11a1.268 1.268 0 0 1 1.858-1.038 1.269 1.269 0 0 1 .672 1.258l-.35 4.12a6.32 6.32 0 0 1-5.43 5.71L14.2 34.86c-.311.047-.625.07-.94.07Z'/%3e%3cpath d='M11.32 33.85a1.28 1.28 0 0 1-1.24-1.29l.07-5a1.27 1.27 0 1 1 2.54 0l-.08 5a1.27 1.27 0 0 1-1.29 1.29Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h53v34.93H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-size: 53px 34px;
}
.node-type-urun .product-bottom-block {
  float: left;
  width: 100%;
  background: #565656;
  position: relative;
}
.node-type-urun .product-bottom-block #block-guvenbeydentarifleridenedinizmi {
  float: left;
  width: 100%;
}
.node-type-urun .product-bottom-block #block-guvenbeydentarifleridenedinizmi .content {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  max-width: 1000px;
}
.node-type-urun .product-bottom-block #block-guvenbeydentarifleridenedinizmi .content .field--name-field-image {
  margin-top: -50px;
}
@media screen and (max-width: 700px) {
  .node-type-urun .product-bottom-block #block-guvenbeydentarifleridenedinizmi .content .field--name-field-image {
    margin-top: -10px;
  }
}
.node-type-urun .product-bottom-block #block-guvenbeydentarifleridenedinizmi .content .field--name-field-image img,
.node-type-urun .product-bottom-block #block-guvenbeydentarifleridenedinizmi .content .field--name-field-image a {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 700px) {
  .node-type-urun .product-bottom-block #block-guvenbeydentarifleridenedinizmi .content .field--name-field-image img {
    width: 120%;
    margin-left: -10%;
  }
}
.page-node-4 .field--name-field-components {
  float: left;
  width: 100%;
  padding-top: 100px;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(1) {
  text-align: center;
  background: url(/themes/custom/fresh_theme/images/kurumsal-bg.png) bottom center / auto 100%;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(1) .paragraph--type--image-content {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  max-width: 800px;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(1) .paragraph--type--image-content .field--name-field-image img {
  max-width: 100%;
  height: auto;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(1) .paragraph--type--image-content .field--name-field-content {
  font-size: 23px;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(1) .paragraph--type--image-content .field--name-field-content strong {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(2) {
  background: #494847;
  padding: 50px 0;
  float: left;
  width: 100%;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(2) .field--name-field-content {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  max-width: 830px;
  color: #FFF;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  text-align: center;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(2) .field--name-field-content::after {
  display: none;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(2) .field--name-field-content .box .box-ikon {
  width: 100%;
  height: 80px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='122' height='79' fill='none' viewBox='0 0 122 79'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23D4AA71' d='M86.94 47.53c-4.4 1.48-8.8 3-13.19 4.52l-4.61 1.57c0-.15-.07-.21-.06-.27a7.68 7.68 0 0 0-8.22-8.6c-3.65.11-7.3 0-11 0a4.702 4.702 0 0 1-2-.54c-3.12-1.7-6.19-3.49-9.31-5.19a10.873 10.873 0 0 0-3.22-1.29 37.608 37.608 0 0 0-5.61-.49c-3.72-.06-7.43 0-11.13 0-1.23-2.77-3.37-3.86-6.29-3.79-3.24.07-6.49 0-9.73 0a2.61 2.61 0 0 0-2.58 1.33v35.13a2.42 2.42 0 0 0 2.46 1.35c3.4 0 6.8-.06 10.2 0a5.87 5.87 0 0 0 5.67-3.19.89.89 0 0 1 .71-.37c2.108.247 4.146.906 6 1.94 3 1.85 6.09 3.66 9.13 5.49a24.2 24.2 0 0 0 17.21 3.27 38 38 0 0 0 8.84-3.2L92.3 61.06a7.2 7.2 0 0 0 4.25-5.09c.047-.142.108-.28.18-.41v-2.27a19.657 19.657 0 0 0-1.72-3.61 7.12 7.12 0 0 0-8.07-2.15ZM15.11 64.99c0 1.83-.61 2.44-2.43 2.44H3.87V37.21h9.31a1.88 1.88 0 0 1 2 2.08v8.59l-.07 17.11Zm75.55-7.37c-4.767 2.12-9.54 4.227-14.32 6.32-7 3.09-14 6.21-21.05 9.26a20 20 0 0 1-19.07-1.27c-2.25-1.32-4.52-2.62-6.71-4a22.65 22.65 0 0 0-10.57-4V41.05h12.52a10.8 10.8 0 0 1 5.58 1.46c3 1.72 6 3.39 9 5.11a7.52 7.52 0 0 0 3.86 1h11.62a3.78 3.78 0 0 1 3.79 3.17 3.73 3.73 0 0 1-2.25 4 5.23 5.23 0 0 1-1.84.31H43a4.331 4.331 0 0 0-1.3.16 1.8 1.8 0 0 0-1.19 1.93 1.89 1.89 0 0 0 1.58 1.66c.22.015.44.015.66 0 6.26 0 12.52.08 18.78-.06a16.21 16.21 0 0 0 4.7-1.21c7.26-2.46 14.5-5 21.76-7.45 2.35-.81 4.34.22 4.85 2.43a3.48 3.48 0 0 1-2.18 4.06Zm30.96-40.46a2.759 2.759 0 0 0-2.49-1.09h-18.26V4.75A4.76 4.76 0 0 0 96.11 0H65.24a4.72 4.72 0 0 0-2.82.93l-7.14 2.38a6.1 6.1 0 0 0-4.17 5.8v7H26.5A2.77 2.77 0 0 0 24 17.2l-.08.11v1.13l.06.1a24.79 24.79 0 0 0 7.82 7.71 49.6 49.6 0 0 0 18.76 8.13c.91.18 1.82.29 2.78.42l.9.12a4.257 4.257 0 0 0 0 .94l.09.53a6.66 6.66 0 0 0 .55 2c.89 1.74 2.48 2.59 4.88 2.59h26a9.857 9.857 0 0 0 1.28-.09 4.75 4.75 0 0 0 4.18-4.14c.07-.52.1-1.05.12-1.55v-.29l1.54-.25c1.37-.22 2.67-.43 4-.74a49.677 49.677 0 0 0 16.11-7.18c3.18-2.1 6.43-4.56 8.6-8.25l.06-.1v-1.21l-.03-.02Zm-24.64-1.09H64.33V4.75a.91.91 0 0 1 .91-.91h30.82a.92.92 0 0 1 .92.91v11.32Zm-36.49 0h-5.55v-7a2.28 2.28 0 0 1 1.55-2.16l4-1.33v10.49Zm55.46 3.81-.8.67c-1 .85-2.1 1.74-3.21 2.5a46.268 46.268 0 0 1-17.26 7.62 31.06 31.06 0 0 1-5.83.58h-32.1a32.541 32.541 0 0 1-11.89-2.36 47.84 47.84 0 0 1-14.63-8.57l-.54-.47 86.26.03ZM87.56 36.37a1 1 0 0 1-.92.9 7.758 7.758 0 0 1-1.16.07H60.24c-1.09 0-1.67-.14-2-.45-.33-.31-.35-.86-.27-1.85h29.56v.16c.046.388.056.78.03 1.17Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h121.7v78.77H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.page-node-4 .field--name-field-components > .field__item:nth-child(2) .field--name-field-content .box .box-title {
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 10px;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(2) .field--name-field-content .box .box-content {
  font-weight: 300;
  font-size: 16px;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(2) .field--name-field-content .vizyonumuz .box-ikon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='81' height='71' fill='none' viewBox='0 0 81 71'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23D4AA71' d='M0 23.56V20c.1-.62.21-1.23.3-1.84A21.79 21.79 0 0 1 37.52 6.75l3.68 3.68c1.18-1.15 2.35-2.23 3.47-3.36a20.87 20.87 0 0 1 34.9 8.94c.33 1.26.52 2.55.77 3.83v3.61c0 .23-.12.45-.15.68a19.87 19.87 0 0 1-6.17 12.52c-2.52 2.4-5.043 4.79-7.57 7.17-.28.27-.58.53-.85.77a7.52 7.52 0 0 1-6.07 11.43c-.667 4.44-3.21 6.93-7.63 7.47-.12.65-.19 1.3-.37 1.92a7.69 7.69 0 0 1-12.64 3.57c-1.69-1.56-3.23-3.27-4.91-5-2.4 2.84-5.31 4.12-8.86 3.07-3.55-1.05-5.34-3.7-5.74-7.27-4.79-.53-7.42-3.17-8-7.87-3.39-.29-5.91-1.85-7.13-5-1.41-3.6-.4-6.71 2.6-9.39a5.16 5.16 0 0 1-.69-.48 19.86 19.86 0 0 1-5.29-9C.49 26.55.29 25 0 23.56Zm10.07 10.67a8 8 0 0 1 13.4 3.13c3.5-1.08 6.63-.49 9 2.39s2.37 6.26.47 9.57c.11.06.19.12.28.16 4.23 2.09 5.83 6.26 4 10.58-.18.43 0 .61.24.86 1.44 1.43 2.87 2.89 4.33 4.31.331.333.717.606 1.14.81a3 3 0 0 0 3.3-4.91c-1.39-1.45-2.83-2.86-4.26-4.28a2.399 2.399 0 0 1-.79-2 2.18 2.18 0 0 1 1.5-1.94 2.29 2.29 0 0 1 2.53.56c1.39 1.37 2.77 2.77 4.16 4.15a3.07 3.07 0 0 0 2.74 1.06 3 3 0 0 0 2.49-2.12 2.87 2.87 0 0 0-.82-3.08c-1.38-1.43-2.82-2.8-4.19-4.24a3.26 3.26 0 0 1-.78-1.48 2.17 2.17 0 0 1 1.24-2.4 2.28 2.28 0 0 1 2.74.45c1.53 1.5 3 3 4.55 4.54a2.6 2.6 0 0 0 2.72.77 2.64 2.64 0 0 0 1-4.56c-5.22-5.24-10.45-10.473-15.69-15.7-.15-.14-.31-.26-.66-.55-1 1.07-1.9 2.19-3 3.14a8.44 8.44 0 0 1-11.86-.61 8.56 8.56 0 0 1 .36-11.77c2.3-2.247 4.61-4.483 6.93-6.71a3.16 3.16 0 0 1 .53-.39c-1.69-1.79-3.15-3.59-4.87-5.1a16.17 16.17 0 0 0-12.7-4A17.05 17.05 0 0 0 5.33 26.68a16.6 16.6 0 0 0 4.74 7.55Zm52.3 6.92c2.93-2.77 5.92-5.36 8.63-8.23 3.89-4.14 5.61-9.06 4.31-14.77a16.6 16.6 0 0 0-15-12.67A15.42 15.42 0 0 0 48.6 9.86c-5.14 4.8-10.14 9.75-15.16 14.66a3.73 3.73 0 0 0 5.17 5.37c.85-.77 1.64-1.61 2.45-2.42 2.39-2.38 5.25-2.37 7.65 0l5.6 5.6 8.06 8.08ZM19.81 55a5.708 5.708 0 0 0 1.7-.89c2.45-2.35 4.84-4.76 7.22-7.19a3.17 3.17 0 0 0-4.47-4.48 459.355 459.355 0 0 0-7.21 7.21 2.9 2.9 0 0 0-.56 3.42c.55 1.2 1.55 1.84 3.32 1.93Zm-.8-15.34a3.11 3.11 0 0 0-1.94-2.88 2.93 2.93 0 0 0-3.41.62c-1.48 1.43-3 2.89-4.38 4.37a3.17 3.17 0 0 0 4.48 4.48c1.47-1.42 2.9-2.87 4.33-4.32a3 3 0 0 0 .92-2.29v.02Zm5 19.66a3.71 3.71 0 0 0 2.08 3.09 3.11 3.11 0 0 0 3.47-.62c.98-.94 1.94-1.9 2.88-2.88a3.17 3.17 0 0 0-4.48-4.48c-1 1-2 1.91-2.91 2.95a9.731 9.731 0 0 0-1.08 1.92l.04.02Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h80.34v71H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.page-node-4 .field--name-field-components > .field__item:nth-child(2) .field--name-field-content .degerlerimiz .box-ikon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='58' height='77' fill='none' viewBox='0 0 58 77'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23D4AA71' d='M47.89 52.46a21.321 21.321 0 0 0-10.61-3c-5.86-.12-11.73-.06-17.6 0a18.47 18.47 0 0 0-3.9.52c-7.49 1.73-13.08 5.8-15 13.51-.78 3.08-.6 6.42-.73 9.64-.1 2.49.88 3.38 3.4 3.38H53.9c2.15 0 3.12-1 3.14-3.14 0-1.84.07-3.68 0-5.52a17.88 17.88 0 0 0-9.15-15.39Zm3.83 18.68H5.41c-1-7.82 2.62-13.16 9.24-15.38a22.587 22.587 0 0 1 6.42-1.11c5.16-.15 10.33-.08 15.5 0 2.902.04 5.75.796 8.29 2.2a12.47 12.47 0 0 1 6.84 10.64c.09 1.16.02 2.34.02 3.66v-.01Zm-2.04-49.76a21.19 21.19 0 1 0-21.15 21 21.16 21.16 0 0 0 21.15-21Zm-37.12-.25a15.93 15.93 0 1 1 15.87 16 15.9 15.9 0 0 1-15.87-16Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h57.02v76.46H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.page-node-4 .field--name-field-components > .field__item:nth-child(3) {
  float: left;
  width: 100%;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(3) .paragraph--type--content {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 70px 0;
}
.page-node-4 .field--name-field-components > .field__item:nth-child(3) .paragraph--type--content img {
  padding: 15px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.page-node-6 .field--name-field-components {
  float: left;
  width: 100%;
}
.page-node-6 .field--name-field-components > .field__item:nth-child(1) {
  position: relative;
}
.page-node-6 .field--name-field-components > .field__item:nth-child(1) img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 700px) {
  .page-node-6 .field--name-field-components > .field__item:nth-child(1) img {
    width: 200%;
    margin-left: -50%;
  }
}
.page-node-6 .field--name-field-components > .field__item:nth-child(1) .field--name-field-content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .page-node-6 .field--name-field-components > .field__item:nth-child(1) .field--name-field-content {
    top: 33%;
  }
}
.page-node-6 .field--name-field-components > .field__item:nth-child(1) .field--name-field-content p {
  max-width: 800px;
  font-size: 48px;
  font-weight: 700;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .page-node-6 .field--name-field-components > .field__item:nth-child(1) .field--name-field-content p {
    font-size: 18px;
  }
}
.page-node-6 .field--name-field-components > .field__item:nth-child(1) .field--name-field-content p strong {
  font-size: 72px;
  font-family: 'Marvel Poster', sans-serif;
  line-height: 100%;
}
@media screen and (max-width: 700px) {
  .page-node-6 .field--name-field-components > .field__item:nth-child(1) .field--name-field-content p strong {
    font-size: 30px;
  }
}
.page-node-6 .field--name-field-components > .field__item:nth-child(2) .field--name-field-image {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  max-width: 1000px;
  text-align: center;
}
.page-node-6 .field--name-field-components > .field__item:nth-child(2) .field--name-field-image img {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-node-8 {
  background: #f4efe9;
}
.page-node-8 .field--name-field-components {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  max-width: 800px;
  padding-top: 80px;
}
.page-node-8 .field--name-field-components h1 {
  font-size: 40px;
  box-sizing: border-box;
  padding-left: 50px;
}
@media screen and (max-width: 700px) {
  .page-node-8 .field--name-field-components h1 {
    font-size: 32px;
  }
}
.page-node-8 .field--name-field-components .bize-ulasin-holder {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.page-node-8 .field--name-field-components .bize-ulasin-holder p {
  margin: 0;
}
.page-node-8 .field--name-field-components .bize-ulasin-holder .box {
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 18px;
  background-position: left top;
  background-repeat: no-repeat;
}
.page-node-8 .field--name-field-components .bize-ulasin-holder .box strong {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.page-node-8 .field--name-field-components .bize-ulasin-holder .box .uretim-not {
  font-size: 10px;
  background: #FFF;
  color: #BC0000;
  margin-top: 15px;
  float: left;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.page-node-8 .field--name-field-components .bize-ulasin-holder .fabrika {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='31' height='43' fill='none' viewBox='0 0 31 43'%3e%3cg fill='%23393837' clip-path='url(%23a)'%3e%3cpath d='M15.93.01c.43.05.85.1 1.28.17a15.12 15.12 0 0 1 10.75 22.83c-3.77 6.4-7.61 12.75-11.45 19.11a4.45 4.45 0 0 1-.92.86h-.58a2.15 2.15 0 0 1-1-1C10.183 35.8 6.347 29.62 2.5 23.44a15.22 15.22 0 0 1-2.39-9.86 14.8 14.8 0 0 1 3.61-8.32 14.48 14.48 0 0 1 6.6-4.42A35.491 35.491 0 0 1 13.87.1l.41-.07 1.65-.02Zm-.65 39.25a2.34 2.34 0 0 0 .16-.26 9288.33 9288.33 0 0 0 10.42-17.39 12.21 12.21 0 0 0 1.23-10.25 12.579 12.579 0 1 0-22.6 10.52l10.56 17 .23.38Z'/%3e%3cpath d='M15.09 22.64a7.55 7.55 0 1 1 7.55-7.54 7.56 7.56 0 0 1-7.55 7.54Zm0-2.5a5 5 0 1 0-.03 0h.03Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h30.24v42.95H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.page-node-8 .field--name-field-components .bize-ulasin-holder .calisma {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='39' height='40' fill='none' viewBox='0 0 39 40'%3e%3cg stroke='%23393837' clip-path='url(%23a)'%3e%3cpath fill='%23393837' stroke-miterlimit='10' stroke-width='.71' d='M14.64 32.34a5.81 5.81 0 0 0-2.91-.84H6.89a4.821 4.821 0 0 0-1.06.14 5 5 0 0 0-4.13 3.71 12.17 12.17 0 0 0-.2 2.64c0 .69.24.93.93.93h13.84c.6 0 .86-.27.87-.86.01-.59 0-1 0-1.51a4.92 4.92 0 0 0-2.5-4.21Zm1.05 5.13H2.98a3.6 3.6 0 0 1 2.54-4.23 6.56 6.56 0 0 1 1.76-.3h4.25a4.76 4.76 0 0 1 2.27.61 3.411 3.411 0 0 1 1.88 2.92c.03.31.01.63.01 1Zm-.56-13.66a5.82 5.82 0 1 0-5.81 5.76 5.81 5.81 0 0 0 5.81-5.76Zm-10.19-.07a4.38 4.38 0 1 1 4.36 4.38 4.36 4.36 0 0 1-4.36-4.38Zm13.98-3.46c.71.37 1.4.8 2.1 1.2l1.84 1.06a.72.72 0 0 0 1-.23.729.729 0 0 0-.31-1c-.08-.053-.163-.1-.25-.14L20 19.26a.49.49 0 0 1-.3-.5V9.42a.75.75 0 0 0-.71-.76.74.74 0 0 0-.73.78v9.79a1.1 1.1 0 0 0 .66 1.05Z'/%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.83' d='M1.42 14.93A18 18 0 1 1 24.2 36.61'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h38.27v39.27H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.page-node-8 .field--name-field-components .bize-ulasin-holder .calisma span {
  width: 170px;
  float: left;
}
.page-node-8 .field--name-field-components .bize-ulasin-holder .mail {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='37' height='25' fill='none' viewBox='0 0 37 25'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23393837' d='M36.91 1.77a2.84 2.84 0 0 1-.16-.3 3.393 3.393 0 0 0-.49-.78A2.31 2.31 0 0 0 34.44 0H2.75A2.42 2.42 0 0 0 .03 1.82v21.26l.06.11c.06.1.11.2.16.3.13.279.295.541.49.78a2.25 2.25 0 0 0 1.8.69h31.68a2.42 2.42 0 0 0 2.72-1.83L36.91 1.9v-.13ZM6.22 19.71c1.59-2 3.18-3.93 4.76-5.9a1.33 1.33 0 0 0 .34-1 1.43 1.43 0 0 0-.65-.9 1.06 1.06 0 0 0-1.36.28l-.56.69-6.35 7.84v-17L16.11 14a3.75 3.75 0 0 0 4.81 0L34.61 3.73v17l-.7-.83-6.09-7.52a1.2 1.2 0 0 0-1.3-.5 1 1 0 0 0-.84 1c.016.342.139.67.35.94a288.795 288.795 0 0 0 4.06 5l3.05 3.77H3.84l2.38-2.88Zm13.23-7.54a1.45 1.45 0 0 1-1.84 0L4.48 2.32h28l-13.03 9.85Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h36.95v24.96H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.page-node-8 .field--name-field-components .bize-ulasin-holder .tuketici {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' fill='none' viewBox='0 0 24 32'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23393837' d='M22.62 24.77c-.94-1.38-1.8-2.62-2.65-3.79a3.61 3.61 0 0 0-4.62-1.09l-1.23.62-.3.15-.28-.21a13.26 13.26 0 0 1-4.65-7.25 5.33 5.33 0 0 1-.1-1.23v-.47l1-.55.52-.3a3.64 3.64 0 0 0 1.65-4.64c-.17-.43-.34-.86-.52-1.29-.33-.84-.67-1.67-1-2.51a3.22 3.22 0 0 0-2.5-2.1A8.89 8.89 0 0 0 5.68 0 5 5 0 0 0 .82 4.08a22.54 22.54 0 0 0 5.53 21.6 22 22 0 0 0 9.05 5.72l.2.06.19.06.24.07a4.71 4.71 0 0 0 3.41-.16A6.57 6.57 0 0 0 23 27.07a2.76 2.76 0 0 0-.38-2.3Zm-3.65 4.1a2.38 2.38 0 0 1-2.23.37 19.46 19.46 0 0 1-7.06-3.78A19.9 19.9 0 0 1 2.47 8.92a20.38 20.38 0 0 1 .67-4.15c0-.11.09-.24.14-.36a4.59 4.59 0 0 1 .33-.74 2.51 2.51 0 0 1 2.13-1.21 7.54 7.54 0 0 1 1.58 0 1 1 0 0 1 .83.64c.31.83.64 1.65 1 2.47l.52 1.29a1.21 1.21 0 0 1-.6 1.65l-.59.34-1.17.67a1.59 1.59 0 0 0-.83 1.14 7.6 7.6 0 0 0 .3 4 15.86 15.86 0 0 0 5.28 7.72c.227.17.464.327.71.47l.36.22a1.33 1.33 0 0 0 1.4 0l1.43-.71.52-.26a1.18 1.18 0 0 1 1.62.39l.93 1.31c.48.69 1 1.38 1.46 2.06a.82.82 0 0 1 .11.87 4.82 4.82 0 0 1-1.63 2.17v-.03Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h23.07v31.86H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-position: top 37px left 15px;
}
.page-node-8 .field--name-field-components .bize-ulasin-holder .tuketici p {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
}
.page-node-8 .field--name-field-components .bize-ulasin-holder .tuketici p span {
  font-weight: 900;
}
#block-sitewidecontactform {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
#block-sitewidecontactform h2 {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  max-width: 800px;
  padding-left: 50px;
  box-sizing: border-box;
  font-size: 40px;
}
@media screen and (max-width: 700px) {
  #block-sitewidecontactform h2 {
    font-size: 32px;
  }
}
#block-sitewidecontactform .contact-message-feedback-form {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  max-width: 800px;
  padding-left: 50px;
  box-sizing: border-box;
}
#block-sitewidecontactform .contact-message-feedback-form .form-item {
  max-width: 450px;
  background: #FFF;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}
#block-sitewidecontactform .contact-message-feedback-form .form-item input,
#block-sitewidecontactform .contact-message-feedback-form .form-item textarea {
  border-bottom: 1px solid #f4efe9;
}
#block-sitewidecontactform .contact-message-feedback-form .form-actions {
  text-align: right;
  max-width: 450px;
}
#block-sitewidecontactform .contact-message-feedback-form .form-actions input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#block-sosyalmedyahesaplari {
  float: left;
  width: 100%;
  background: #FFF;
  text-align: center;
  font-size: 38px;
  padding: 30px 0;
}
@media screen and (max-width: 700px) {
  #block-sosyalmedyahesaplari {
    font-size: 24px;
  }
}
#block-sosyalmedyahesaplari .block-content {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  max-width: 800px;
  font-weight: 900;
}
#block-sosyalmedyahesaplari .block-content a {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-indent: -555px;
  overflow: hidden;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
#block-sosyalmedyahesaplari .block-content a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#block-sosyalmedyahesaplari .block-content .linkk-instagram {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='49' height='49' fill='none' viewBox='0 0 49 49'%3e%3cg fill='%23393837' clip-path='url(%23a)'%3e%3cpath d='M49.01 11.3v26.43l-.18 1a12 12 0 0 1-7.62 9.38 23.92 23.92 0 0 1-3.5.89H11.3l-1-.19A12 12 0 0 1 .92 41.2a25.263 25.263 0 0 1-.89-3.5V11.29c.06-.35.12-.69.19-1A12 12 0 0 1 7.83.91a25.26 25.26 0 0 1 3.5-.89h26.41l1 .19a12 12 0 0 1 9.38 7.61c.384 1.136.681 2.3.89 3.48ZM24.54 4.12h-12a10.55 10.55 0 0 0-3 .44 8.18 8.18 0 0 0-5.53 8v24a8.4 8.4 0 0 0 .18 1.94 8.07 8.07 0 0 0 8.1 6.45H36.5a7.78 7.78 0 0 0 3.53-.74 8 8 0 0 0 4.78-7.69v-24a12.487 12.487 0 0 0-.11-1.62 8.09 8.09 0 0 0-7.48-6.77c-4.16-.06-8.42-.01-12.68-.01Z'/%3e%3cpath d='M24.45 12.26a12.25 12.25 0 1 1-12.19 12.28 12.27 12.27 0 0 1 12.19-12.28Zm.06 20.4a8.16 8.16 0 1 0-8.16-8.14 8.131 8.131 0 0 0 8.16 8.14Zm13.23-18.38a3 3 0 0 1-3-3 3.061 3.061 0 1 1 3 3Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h49v49H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
#block-sosyalmedyahesaplari .block-content .linkk-facebook {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='49' height='49' fill='none' viewBox='0 0 49 49'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23393837' d='M49 5.08v38.85c0 .11-.07.21-.09.32a5.66 5.66 0 0 1-4 4.5c-.33.11-.67.17-1 .26H5.07a.83.83 0 0 0-.22-.08 5.71 5.71 0 0 1-3.78-2.33A6.83 6.83 0 0 1 0 43.93V5.08c0-.09.07-.18.09-.27a5.64 5.64 0 0 1 2.36-3.76 6.73 6.73 0 0 1 2.62-1h38.86c.07.035.144.062.22.08a5.68 5.68 0 0 1 3.78 2.33A6.68 6.68 0 0 1 49 5.08Zm-16.63 40.1h10.65a2.001 2.001 0 0 0 2.15-2.17v-37A1.999 1.999 0 0 0 43 3.82H6a2 2 0 0 0-2.17 2.19v37a2 2 0 0 0 2.2 2.21h20.36V29.61h-5.68v-5.94h5.71v-4.55a8.64 8.64 0 0 1 7.15-8.14 37.58 37.58 0 0 1 4.63-.2h.89v5.94h-3.71a2.85 2.85 0 0 0-3 3.06v3.93h6.86l-1 5.94h-5.89l.02 15.53Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h49v49H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
#block-sosyalmedyahesaplari .block-content .linkk-youtube {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='65' height='49' fill='none' viewBox='0 0 65 49'%3e%3cg fill='%23393837' clip-path='url(%23a)'%3e%3cpath d='M0 30.53v-11.8c0-.52.09-1 .13-1.57.031-2.782.33-5.555.89-8.28 1.1-4.28 3.62-7.16 8-7.92a59.41 59.41 0 0 1 7.56-.58C24.41.05 32.24-.15 40.07.12c4.79.16 9.58.31 14.36.64A9.69 9.69 0 0 1 63.83 9c.38 1.9.53 3.84.74 5.76.13 1.32.17 2.65.26 4v11.79c0 .5-.1 1-.13 1.5a47.61 47.61 0 0 1-.87 8.23c-1.15 4.65-4.26 7.59-8.78 8-2.42.23-4.84.41-7.26.46-6.8.14-13.59.32-20.38.24a261.766 261.766 0 0 1-17.26-.77c-5.18-.39-8.23-3.24-9.28-8.33a53.628 53.628 0 0 1-.66-5.52C.14 33.09.08 31.81 0 30.53Zm33.85-26.8c-6 .14-10.52.22-15.08.37-2.76.09-5.53.23-8.28.48a5.86 5.86 0 0 0-5.44 4.14 21.14 21.14 0 0 0-1 5.84 165.92 165.92 0 0 0 0 20.07 39.49 39.49 0 0 0 .74 5.18 5.42 5.42 0 0 0 1.53 2.93 6.56 6.56 0 0 0 4.06 1.71c2.23.21 4.46.4 6.7.49 10.19.41 20.38.5 30.58 0 2.44-.12 4.89-.23 7.32-.51a5.41 5.41 0 0 0 4.69-3.71 20.698 20.698 0 0 0 1.11-6.33c.332-5.774.368-11.562.11-17.34.034-2.6-.255-5.192-.86-7.72a6.18 6.18 0 0 0-2.1-3.44 7.84 7.84 0 0 0-4.64-1.44c-6.92-.27-13.88-.52-19.44-.72Z'/%3e%3cpath d='M24.2 23.91v-7.47c0-2.47 2-3.64 4.13-2.49 4.627 2.52 9.253 5.05 13.88 7.59a2.65 2.65 0 0 1 1.56 2.41 2.68 2.68 0 0 1-1.6 2.47c-4.62 2.48-9.24 5-13.87 7.45a2.65 2.65 0 0 1-4.1-2.48c-.01-2.49 0-4.98 0-7.48Zm14.51 0-10.67-5.84v11.66l10.67-5.82Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h64.88v49H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  width: 65px;
}
.node-type-tarif #contentHolder {
  position: relative;
}
.node-type-tarif #contentHolder::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #f4efe9;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  .node-type-tarif #contentHolder::before {
    width: 100%;
  }
}
.node-type-tarif article {
  position: relative;
  z-index: 99;
  padding-bottom: 100px;
}
.node-type-tarif article .urun-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 700px) {
  .node-type-tarif article .urun-top {
    margin-top: 50px;
    flex-direction: column-reverse;
  }
}
.node-type-tarif article .urun-top .u-top-left {
  width: 50%;
  box-sizing: border-box;
  padding-right: 50px;
}
@media screen and (max-width: 700px) {
  .node-type-tarif article .urun-top .u-top-left {
    padding-right: 0;
    width: 100%;
  }
}
.node-type-tarif article .urun-top .u-top-left .u-left-wrapper {
  float: right;
  max-width: 260px;
}
@media screen and (max-width: 700px) {
  .node-type-tarif article .urun-top .u-top-left .u-left-wrapper {
    max-width: none;
    width: 100%;
  }
}
.node-type-tarif article .urun-top .u-top-left .field--name-field-gorsel {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.node-type-tarif article .urun-top .u-top-left .field--name-field-gorsel img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 700px) {
  .node-type-tarif article .urun-top .u-top-left .field--name-field-gorsel img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.node-type-tarif article .urun-top .u-top-left .u-left-info {
  text-align: center;
}
.node-type-tarif article .urun-top .u-top-left .u-left-info .uli-hands {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-size: auto 100%;
  margin: 20px 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='98' height='98' fill='none' viewBox='0 0 98 98'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23BDA17E' d='M0 66.61c.3-1.58.54-3.18.92-4.74a27.62 27.62 0 0 1 7.3-13c4.12-4.18 8.267-8.33 12.44-12.45 2.47-2.46 5.9-2.36 8 .39.908 1.369 1.7 2.81 2.37 4.31.06-.06.3-.27.53-.5 3.86-3.86 7.79-7.64 11.55-11.59a7.09 7.09 0 0 1 12.08 2.61c0 .06.07.1.2.27 1-1 2-1.94 2.93-2.92a7.42 7.42 0 0 1 3.63-2.15 7 7 0 0 1 6.42 1.66 7.32 7.32 0 0 1 6.08-2.29 6.72 6.72 0 0 1 4.33 2.15c2.72 2.89 2.47 6.39-.78 10.59l.6.24a7.07 7.07 0 0 1 2.69 11.44c-1 1.07-2.1 2-3.25 3.12.36.17.54.27.73.34a7.108 7.108 0 0 1 3 11.15c-.311.355-.645.689-1 1l-22 22a27.851 27.851 0 0 1-22.61 8.55c-1.949.02-3.891.227-5.8.62h-4.57a2.49 2.49 0 0 0-.53-.16A28 28 0 0 1 .85 76.16c-.41-1.59-.63-3.22-.94-4.83L0 66.61ZM30.29 94c5-.07 11-2.58 15.93-7.51A6955.91 6955.91 0 0 0 68.43 64.3c.255-.24.492-.497.71-.77a3.67 3.67 0 0 0-2.24-6 3.75 3.75 0 0 0-3.4 1.33c-4.433 4.44-8.873 8.877-13.32 13.31-.235.26-.497.494-.78.7a1.59 1.59 0 0 1-2.09-.2 1.61 1.61 0 0 1-.16-2.17c.224-.268.465-.522.72-.76l20.11-20.12a8.665 8.665 0 0 0 1.07-1.2 3.649 3.649 0 0 0-2-5.73 3.802 3.802 0 0 0-3.79 1.22 2185.16 2185.16 0 0 1-8.75 8.74c-4.08 4.093-8.16 8.173-12.24 12.24a1.699 1.699 0 1 1-2.4-2.35l.48-.47L65.48 37a7.89 7.89 0 0 0 1.21-1.45 3.61 3.61 0 0 0-2.89-5.58 4.1 4.1 0 0 0-3.17 1.47A9248.507 9248.507 0 0 1 35.07 57c-.25.284-.532.54-.84.76a1.55 1.55 0 0 1-2-.19 1.57 1.57 0 0 1-.29-2.08c.2-.285.431-.547.69-.78l17.52-17.54c.413-.395.804-.812 1.17-1.25A3.64 3.64 0 0 0 48.61 30a4.001 4.001 0 0 0-3.09 1.4 18492.319 18492.319 0 0 0-28 28.06c-.23.22-.44.46-.68.66a1.67 1.67 0 0 1-2.34-2.38c.18-.21.4-.41.6-.61 3.56-3.56 7.14-7.12 10.69-10.7a5.46 5.46 0 0 0 .7-7.12c-1.14-1.61-2.26-1.71-3.67-.3-4 4-8.12 8-12.09 12.12a24.69 24.69 0 0 0-7.11 21C5.15 84.76 15.65 94.05 30.29 94Zm13.45-1a24.85 24.85 0 0 0 12.41-6.81c7.473-7.453 14.937-14.913 22.39-22.38.187-.173.363-.357.53-.55a3.712 3.712 0 0 0-.395-5.493 3.709 3.709 0 0 0-5.425.953 1 1 0 0 0-.14.69 7.67 7.67 0 0 1-2.37 7.34c-3 2.92-5.83 5.91-8.82 8.79-6 5.83-11.49 12.22-18.18 17.46Zm27.55-37.08c2.5-2.5 5-5 7.51-7.53a3.7 3.7 0 1 0-5.73-4.59 1 1 0 0 0-.13.69 7.581 7.581 0 0 1-2.46 7.39c-.8.77-1.62 1.5-2.43 2.25l3.24 1.79ZM71.04 41h.09c1.64-1.63 3.28-3.25 4.91-4.89a3.9 3.9 0 0 0 .17-5.6c-1.58-1.46-3.85-1.27-5.46.51a1.42 1.42 0 0 0-.29 1.07 7.53 7.53 0 0 1-2 6.74l-.47.53L71.04 41Zm26.4-32.06c-.37.43-.72.88-1.12 1.28-2.95 3-5.91 5.92-8.87 8.88-.18.18-.35.37-.54.54a1.69 1.69 0 0 1-2.46 0 1.62 1.62 0 0 1 .09-2.38c3.3-3.33 6.62-6.66 10-9.95.95-1 1.87-.77 2.95.46l-.05 1.17ZM34.07 0a9.812 9.812 0 0 1 1.4 1.8c1.52 3.41 3 6.85 4.44 10.28.1.23.2.47.28.7a1.68 1.68 0 0 1-.82 2.17 1.628 1.628 0 0 1-2.23-.85 537.376 537.376 0 0 1-5-11.78c-.4-1 0-1.64 1.2-2.32h.73Zm63.37 22.46a13.66 13.66 0 0 1-1.7 1.27c-1.85 1-3.73 1.89-5.6 2.81-1.19.59-2.13.35-2.6-.61-.47-.96-.06-1.8 1.07-2.37l5.86-2.94c1.46-.73 2-.6 3 .69l-.03 1.15Zm-63.6-5.53c-.41.48-.72 1.15-1.2 1.34a3 3 0 0 1-1.75-.21c-.31-.11-.52-.53-.75-.83-2-2.47-4-4.93-5.93-7.41-.83-1-.83-2 0-2.68.83-.68 1.81-.47 2.68.61 2.06 2.57 4.12 5.13 6.16 7.71.295.472.559.963.79 1.47Zm45.31.07a1.84 1.84 0 0 1-1.55-2.71c.59-1.08 1.26-2.12 1.89-3.18 1-1.65 2-3.31 3-5a1.689 1.689 0 0 1 3.218.322 1.69 1.69 0 0 1-.318 1.358c-1.6 2.69-3.19 5.39-4.85 8A5.662 5.662 0 0 1 79.15 17Zm-32.1-8.57v4.85a1.67 1.67 0 1 1-3.31 0v-9.7a1.672 1.672 0 0 1 1.655-1.893A1.67 1.67 0 0 1 47.05 3.58c.01 1.62 0 3.23 0 4.85Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h97.44v97.44H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.node-type-tarif article .urun-top .u-top-left .u-left-info .uli-text {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  padding: 0 30px;
}
.node-type-tarif article .urun-top .u-top-left .u-left-info .uli-share {
  display: flex;
  justify-content: center;
  padding: 20px 0 10px 0;
}
.node-type-tarif article .urun-top .u-top-left .u-left-info .uli-share > div {
  width: 60px;
  text-align: center;
  padding-top: 35px;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: top  center;
}
.node-type-tarif article .urun-top .u-top-left .u-left-info .uli-share .takip {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='23' height='32' fill='none' viewBox='0 0 23 32'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23393837' d='M15.508 9.894A5.79 5.79 0 1 0 7.32 1.705a5.79 5.79 0 0 0 8.188 8.189ZM11.39 14.51A11.39 11.39 0 0 0 0 25.89v5.18h22.77v-5.2a11.39 11.39 0 0 0-11.38-11.36Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h22.77v31.09H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.node-type-tarif article .urun-top .u-top-left .u-left-info .uli-share .begen {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='27' height='24' fill='none' viewBox='0 0 27 24'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23393837' d='M0 8.61V7.34a1.7 1.7 0 0 0 0-.22 8.14 8.14 0 0 1 1.75-4.35 6.93 6.93 0 0 1 10.95-.12c.26.31.48.64.7.94.345-.47.716-.92 1.11-1.35A6.68 6.68 0 0 1 21.85.43a7.3 7.3 0 0 1 4.7 5.19c.16.54.22 1.12.33 1.67v1.19a1.207 1.207 0 0 0-.05.18 8.2 8.2 0 0 1-.56 2.23 15.23 15.23 0 0 1-2.87 4.59 41.36 41.36 0 0 1-9.49 7.7.81.81 0 0 1-.94 0c-1.46-1-3-1.94-4.38-3a30.149 30.149 0 0 1-6-5.77 12.62 12.62 0 0 1-2.24-4.18C.19 9.67.11 9.13 0 8.61Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h26.92v23.3H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.node-type-tarif article .urun-top .u-top-left .u-left-info .uli-share .yorum {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23393837' d='M23.1 11.45a11.55 11.55 0 1 0-11.55 11.64H23.1V11.45Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h23.09v23.09H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.node-type-tarif article .urun-top .u-top-left .u-left-info .uli-tag {
  font-size: 36px;
  color: #c3a985;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
}
.node-type-tarif article .urun-top .u-top-left .u-left-info .uli-paylas {
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  position: relative;
  padding: 10px 30px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none' viewBox='0 0 36 36'%3e%3cg fill='%23BDA17E' clip-path='url(%23a)'%3e%3cpath d='M.51 35.84c-.55-.32-.63-.59-.37-1.18l10.71-24.3a1.32 1.32 0 0 1 1.54-.81 7.21 7.21 0 0 1 2.74 1.26 38.145 38.145 0 0 1 6.91 6.09 25.693 25.693 0 0 1 3.45 4.53 8.3 8.3 0 0 1 .78 1.78 1.432 1.432 0 0 1-.91 1.94c-8.12 3.52-16.233 7.057-24.34 10.61l-.16.08H.51Zm22.6-11.27a38.932 38.932 0 0 1-11.78-11.73v.06c-.6 1.35-1.2 2.7-1.79 4.06a.46.46 0 0 0 .11.38c.64.66 1.3 1.31 1.95 2 .46.46.93.92 1.38 1.39a.68.68 0 0 1-.09 1.11.71.71 0 0 1-.94-.18c-.95-.93-1.89-1.88-2.83-2.82l-.28-.26c-1 2.24-2 4.45-2.94 6.65-.1.21 0 .3.13.41 1.44 1.44 2.88 2.87 4.31 4.31a.4.4 0 0 0 .54.09l4.64-2 1.93-.85-1.26-1.25c-.45-.45-.52-.86-.2-1.18.32-.32.73-.27 1.2.2.47.47 1 1 1.43 1.44a.36.36 0 0 0 .48.08c1.22-.55 2.45-1.08 3.68-1.62.116-.09.226-.186.33-.29ZM12.27 10.91l-.09.1a4 4 0 0 0 .21.58c.359.686.753 1.354 1.18 2a38.004 38.004 0 0 0 6.05 6.62 22.512 22.512 0 0 0 4.08 3c.38.2.8.35 1.19.53l.08-.09a4.001 4.001 0 0 0-.2-.58c-.37-.66-.71-1.34-1.14-2a38.323 38.323 0 0 0-6.62-7.14 20.345 20.345 0 0 0-3.52-2.52c-.39-.16-.81-.32-1.22-.5ZM5.14 26.78l-3.08 7 7-3.07-3.92-3.93ZM33.77 0a.9.9 0 0 1 .49.94v1.78a.72.72 0 0 1-.72.78.71.71 0 0 1-.68-.77V.95a.92.92 0 0 1 .5-1l.41.05ZM22.8 11.84l1 .15c.49.06.68-.12.62-.61 0-.28-.09-.56-.11-.83a1.809 1.809 0 0 1 2.23-2c.25 0 .49.09.73.11.24.02.55-.14.51-.52-.04-.38-.1-.62-.11-.94a1.8 1.8 0 0 1 2.2-2c.193.05.39.08.59.09a1.54 1.54 0 0 0 .64-.15.76.76 0 0 1 1 .11.7.7 0 0 1-.07 1 1.93 1.93 0 0 1-1.69.46c-.26 0-.53-.09-.8-.11-.27-.02-.46.14-.44.45.02.31.07.62.11.93a1.81 1.81 0 0 1-2.16 2.09l-.76-.11c-.42 0-.57.1-.54.52.03.42.07.56.1.83a1.81 1.81 0 0 1-2.13 2.12 3.746 3.746 0 0 0-.66-.09 1.59 1.59 0 0 0-.65.15.74.74 0 0 1-1-.12.688.688 0 0 1 .07-1 1.82 1.82 0 0 1 1.32-.53Zm9.38 4.47a2.1 2.1 0 1 1-4.2.02 2.1 2.1 0 0 1 4.2-.02Zm-1.41 0a.69.69 0 0 0-.67-.7.71.71 0 0 0-.71.71.69.69 0 0 0 .7.68.68.68 0 0 0 .68-.68v-.01ZM17.52 5.19a4.39 4.39 0 0 1-1.2 2.9.72.72 0 0 1-1.08.12.71.71 0 0 1 0-1 3.07 3.07 0 0 0 0-4.25.69.69 0 0 1 0-1.05.71.71 0 0 1 1.07.13 4.58 4.58 0 0 1 1.21 3.15Zm17.29 17.29c0 .66-.57 1-1 .74a1.588 1.588 0 0 1-.32-.26 3.07 3.07 0 0 0-4 0c-.49.43-.88.47-1.18.13-.3-.34-.22-.77.27-1.19a4.45 4.45 0 0 1 5.94.11c.115.144.212.302.29.47ZM23.14 3.5h.68a.69.69 0 0 1 .71.7.68.68 0 0 1-.71.7h-.68v.68a.69.69 0 0 1-.66.72.71.71 0 0 1-.73-.69V4.9h-.68a.7.7 0 1 1 0-1.39h.69v-.62a.72.72 0 0 1 .7-.77c.41 0 .69.3.7.79l-.02.59Zm10.45 7.77h-1.05a.69.69 0 0 1-.7-.68.68.68 0 0 1 .66-.71h2.17a.67.67 0 0 1 .66.71.69.69 0 0 1-.7.68h-1.04ZM12.63 4.91a.7.7 0 0 1-.69.69.7.7 0 1 1 0-1.4.7.7 0 0 1 .69.71Zm7.64 4.98a.69.69 0 0 1-.96.626.699.699 0 0 1-.43-.656.73.73 0 0 1 .7-.69.69.69 0 0 1 .69.72Zm4.98 6.28a.68.68 0 0 1 .67.7.7.7 0 0 1-.72.69.71.71 0 0 1-.615-.98.682.682 0 0 1 .665-.41Zm5.59 9.77a.68.68 0 0 1-.69.69.69.69 0 0 1-.69-.72.68.68 0 0 1 .71-.66.66.66 0 0 1 .67.69ZM28.01.77a.7.7 0 1 1-.167 1.39.7.7 0 0 1 .167-1.39Zm5.65 13.92a.7.7 0 0 1 1.39 0 .682.682 0 0 1-.72.68.69.69 0 0 1-.67-.68Z'/%3e%3cpath d='M15.15 23.12a.69.69 0 0 1-.66.72.72.72 0 0 1-.73-.7.7.7 0 0 1 .69-.69.672.672 0 0 1 .7.67Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h35.33v35.84H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.node-type-tarif article .urun-top .u-top-right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 50px;
}
@media screen and (max-width: 700px) {
  .node-type-tarif article .urun-top .u-top-right {
    width: 100%;
    padding-left: 0;
  }
}
.node-type-tarif article .urun-top .u-top-right .ut-label .node-title {
  font-size: 44px;
  font-family: 'Marvel Poster', sans-serif;
  max-width: 290px;
  line-height: 100%;
}
@media screen and (max-width: 700px) {
  .node-type-tarif article .urun-top .u-top-right .ut-label .node-title {
    font-size: 32px;
  }
}
.node-type-tarif article .urun-top .u-top-right .ut-label .field--name-field-t-kategori {
  font-size: 32px;
  color: #c3a985;
}
@media screen and (max-width: 700px) {
  .node-type-tarif article .urun-top .u-top-right .ut-label .field--name-field-t-kategori {
    font-size: 18px;
  }
}
.node-type-tarif article .urun-top .u-top-right .u-info {
  padding: 20px 0 30px 0;
  max-width: 240px;
  display: flex;
  text-align: center;
}
.node-type-tarif article .urun-top .u-top-right .u-info .field {
  padding: 70px 5px 0 5px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center bottom 30px;
  background-size: 100% auto;
  width: 60px;
}
.node-type-tarif article .urun-top .u-top-right .u-info .field .field__label {
  font-size: 10px;
  font-weight: 500;
}
.node-type-tarif article .urun-top .u-top-right .u-info .field .field__item {
  font-family: 'Exo', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.node-type-tarif article .urun-top .u-top-right .u-info .field--name-field-kac-kisilik {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='61' height='59' fill='none' viewBox='0 0 61 59'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b'/%3e%3cuse xlink:href='%23c'/%3e%3cpath fill='%23BDA17E' d='M22.22 14.35a48.46 48.46 0 0 0 3.8-3.5 3 3 0 0 1 1-1.52l-.9.55 1.92-.87-1.15.44 3.43-.77h-.41l2 .11h-.41l2 .34-.4-.07 2 .53-.4-.11 2 .74-.39-.15 1.94.94-.38-.19a23.09 23.09 0 0 1 3.27 2.2l-.35-.26 1.68 1.45-.34-.29 1.58 1.61-.32-.34 1.46 1.77-.3-.38 1.33 1.91-.28-.41 1.2 2-.25-.45 1.07 2.17-.23-.49.89 2.27-.18-.53.68 2.34-.15-.57.46 2.41-.11-.61.25 2.45-.06-.64c.072 1.193.048 2.39-.07 3.58a52.32 52.32 0 0 1-.62 3.95l.18-.8-.48 2.09.27-.85-.75 2.28.36-.9L45 44.19l1.49-2.38-2.56 3.72 1.73-2.37-2.92 3.66 2-2.35-3.27 3.56 2.21-2.3-2.2 2.09 1-.88-2.41 2 1.13-.84-2.61 1.87 1.21-.79-2.78 1.71 1.3-.72-2.92 1.51 1.38-.64-3 1.29 1.45-.55-3.17 1.05 1.5-.45-3.28.81 1.55-.34-3.36.56 1.58-.24-3.41.31 1.59-.13-3.45.05h1.6a30.448 30.448 0 0 1-5.61-.79 23.09 23.09 0 0 1-6.36-2.72 24.06 24.06 0 0 1-4.94-3.93 18.161 18.161 0 0 1-2.18-2.54 20.75 20.75 0 0 1-2.33-4.1l.2.53-1-2.76.15.52-.73-2.84.1.5-.42-2.88v.47l-.11-2.89v.44l.17-2.83v.41l.39-2.54-.07.39.56-2.28-.1.37.76-2.19-.14.34 1-2.14-.17.32a25.4 25.4 0 0 1 2.24-3.71 23.279 23.279 0 0 1 2.62-3 24.55 24.55 0 0 1 3.12-2.54 25.483 25.483 0 0 1 3.56-2c.28-.216.523-.476.72-.77a3.11 3.11 0 0 0 .5-.91.58.58 0 0 0-.79-.58 30.943 30.943 0 0 0-5.75 3 28.61 28.61 0 0 0-3.18 2.52 26.29 26.29 0 0 0-6.06 8.12 25.839 25.839 0 0 0-1.76 5 23.83 23.83 0 0 0-.67 5.64 25.91 25.91 0 0 0 19.85 24.3 23.53 23.53 0 0 0 15.86-1.6 26.09 26.09 0 0 0 13.64-14.54 27.12 27.12 0 0 0 1.63-10.09 23.49 23.49 0 0 0-3.44-11 26.414 26.414 0 0 0-3-4.08 21.08 21.08 0 0 0-4.44-3.77 22.49 22.49 0 0 0-3.34-1.73 15.4 15.4 0 0 0-5.14-1.22 11.78 11.78 0 0 0-4.58.81l-1 .44c-.34.15-.66.3-1 .48l-.36.27c-.2.46-.37.93-.53 1.41l.23-.23-5 4.33a.51.51 0 0 0 .176.811.53.53 0 0 0 .314.039c.422-.13.826-.315 1.2-.55a4.76 4.76 0 0 0 1.05-.76Z' opacity='.11'/%3e%3cuse xlink:href='%23d'/%3e%3cuse xlink:href='%23e'/%3e%3cuse xlink:href='%23f'/%3e%3cuse xlink:href='%23g'/%3e%3cuse xlink:href='%23h'/%3e%3cuse xlink:href='%23i'/%3e%3cuse xlink:href='%23j'/%3e%3cuse xlink:href='%23k'/%3e%3cuse xlink:href='%23l'/%3e%3cuse xlink:href='%23b'/%3e%3cuse xlink:href='%23c'/%3e%3cpath fill='%23BDA17E' d='M22 39.17a46.811 46.811 0 0 0-5.16-.13 2.93 2.93 0 0 1-1.8.37l1 .24-2-.72 1.14.48-3-1.83.29.3-1.37-1.48.27.32-1.22-1.66.24.34-1.09-1.8.21.36-.92-1.92.18.38-.74-2 .14.39a21.997 21.997 0 0 1-.82-3.85l.07.43-.2-2.22v.45-1.79l.18-2.28v.48l.37-2.3-.09.49.56-2.3-.14.5.75-2.3-.18.51.93-2.25-.23.51 1.14-2.15-.29.51 1.34-2.05-.34.51 1.52-1.94-.4.51c.78-.907 1.63-1.753 2.54-2.53 1-.84 2.1-1.64 3.2-2.4l-.68.45 1.8-1.17-.79.43 2.12-1.12-.88.39 6.76-2.4-2.73.67 4.44-.9-2.9.5 4.64-.6-3 .32 4.82-.29-3.19.11h3l-1.36-.08 3.11.24-1.39-.18 3.18.48-1.42-.29 3.18.71-1.43-.38 3.14.94-1.43-.5 3.08 1.2-1.42-.61 3 1.45-1.4-.72 2.92 1.69-1.35-.83 2.8 1.94-1.3-.93 2.67 2.16-1.24-1 2.51 2.36-1.16-1.1a30.634 30.634 0 0 1 3.48 4.47 23.24 23.24 0 0 1 2.68 6.38 24.58 24.58 0 0 1 .82 6.27 19.525 19.525 0 0 1-.2 3.33 21.204 21.204 0 0 1-1.19 4.57l.23-.52-1.19 2.69.26-.47-1.47 2.58.28-.42-1.7 2.36.29-.37-1.92 2.15.3-.32-2.09 1.92.31-.27-2 1.55.32-.23-2 1.24.33-.19-2.06 1 .33-.14-2.18.87.34-.11a26.08 26.08 0 0 1-4.19 1.1c-1.322.222-2.66.333-4 .33a24.388 24.388 0 0 1-8-1.38 3.1 3.1 0 0 0-1 .06c-.349.037-.688.14-1 .3a.581.581 0 0 0 .16 1 31.345 31.345 0 0 0 6.19 1.88c1.324.217 2.66.35 4 .4a26.37 26.37 0 0 0 10-1.62 25 25 0 0 0 4.79-2.41 23.289 23.289 0 0 0 4.4-3.58 24.699 24.699 0 0 0 3.37-4.5 25.3 25.3 0 0 0 2.19-5.07 26.33 26.33 0 0 0-2.9-21.69 23.53 23.53 0 0 0-12.51-9.89 26.07 26.07 0 0 0-19.92 1 27.14 27.14 0 0 0-8.19 6.11 23.42 23.42 0 0 0-5.16 10.27 25.63 25.63 0 0 0-.7 5 21 21 0 0 0 .56 5.8c.3 1.217.698 2.407 1.19 3.56a15.65 15.65 0 0 0 2.85 4.45 11.93 11.93 0 0 0 3.85 2.61l1 .37c.34.13.69.24 1 .34l.44.06c.46-.2.92-.42 1.37-.65h-.33l6.59.36a.51.51 0 0 0 .46-.39.52.52 0 0 0-.22-.56 5 5 0 0 0-1.24-.44 4.83 4.83 0 0 0-1.2-.28Z' opacity='.11'/%3e%3cuse xlink:href='%23d'/%3e%3cuse xlink:href='%23e'/%3e%3cuse xlink:href='%23f'/%3e%3cuse xlink:href='%23g'/%3e%3cuse xlink:href='%23h'/%3e%3cuse xlink:href='%23i'/%3e%3cuse xlink:href='%23j'/%3e%3cuse xlink:href='%23k'/%3e%3cuse xlink:href='%23l'/%3e%3cuse xlink:href='%23b'/%3e%3cuse xlink:href='%23c'/%3e%3cpath fill='%23BDA17E' d='M24.51 8.59a46.61 46.61 0 0 0 3.8-3.5 3 3 0 0 1 1-1.52l-.91.55 1.93-.87-1.15.45 3.43-.78h-.41l2 .11-.41-.05 2 .35-.4-.08 2 .54-.4-.11 2 .73-.39-.15 1.94.94-.38-.18a22.216 22.216 0 0 1 3.27 2.19l-.35-.26 1.68 1.46-.34-.3L46 9.72l-.32-.33 1.46 1.76-.3-.37 1.33 1.9-.28-.41 1.2 2-.25-.45 1.07 2.17-.23-.49.89 2.26-.18-.53.68 2.35-.15-.57.46 2.4-.11-.61.25 2.46-.06-.65a22.65 22.65 0 0 1-.07 3.59c-.16 1.32-.36 2.64-.62 3.95l.18-.8-.48 2.09.26-.86-.74 2.28.36-.89-3.18 6.43 1.49-2.38-2.56 3.73 1.73-2.38-2.92 3.66 2-2.35-3.27 3.56 2.21-2.3-2.2 2.1 1-.89-2.41 2 1.13-.84-2.61 1.87 1.21-.78-2.78 1.7 1.3-.71-2.92 1.5 1.38-.64-3 1.29 1.45-.55-3.18 1.06 1.51-.45-3.28.81 1.55-.35-3.36.56 1.58-.23-3.41.3 1.59-.13h-3.45 1.6a30.343 30.343 0 0 1-5.61-.8 23.369 23.369 0 0 1-6.36-2.71 24.453 24.453 0 0 1-4.94-3.94 18.084 18.084 0 0 1-2.18-2.53 21.002 21.002 0 0 1-2.33-4.1l.2.52-1-2.75.15.51-.73-2.83.1.49-.42-2.88v.47l-.11-2.88v.46l.17-2.84v.42l.39-2.54-.07.38.56-2.27-.1.36.76-2.18-.14.34 1-2.14-.17.31a25.299 25.299 0 0 1 2.24-3.7 24.066 24.066 0 0 1 2.62-3c.966-.93 2.01-1.777 3.12-2.53a24.574 24.574 0 0 1 3.56-2c.28-.213.523-.47.72-.76.217-.277.386-.588.5-.92a.57.57 0 0 0-.79-.57 30.428 30.428 0 0 0-5.76 3 29.619 29.619 0 0 0-3.17 2.51 26.53 26.53 0 0 0-6.06 8.12A25.696 25.696 0 0 0 3 19.59a23.69 23.69 0 0 0-.67 5.63 24.85 24.85 0 0 0 .71 5.57 25.29 25.29 0 0 0 2 5.18 25.82 25.82 0 0 0 7.24 8.74 25.54 25.54 0 0 0 10 4.82 23.53 23.53 0 0 0 15.86-1.6 26.11 26.11 0 0 0 13.64-14.55 27.09 27.09 0 0 0 1.63-10.09 23.49 23.49 0 0 0-3.44-11 25.868 25.868 0 0 0-3-4.07 21.132 21.132 0 0 0-4.44-3.78 24.564 24.564 0 0 0-3.34-1.73 15.38 15.38 0 0 0-5.14-1.21 12 12 0 0 0-4.58.8l-1 .45c-.34.14-.66.3-1 .47l-.36.27c-.2.46-.37.94-.53 1.42l.23-.24-5 4.33a.52.52 0 0 0 .48.85 4.87 4.87 0 0 0 1.21-.54c.365-.198.704-.44 1.01-.72Z' opacity='.11'/%3e%3cuse xlink:href='%23d'/%3e%3cuse xlink:href='%23e'/%3e%3cuse xlink:href='%23f'/%3e%3cuse xlink:href='%23g'/%3e%3cuse xlink:href='%23h'/%3e%3cuse xlink:href='%23i'/%3e%3cuse xlink:href='%23j'/%3e%3cuse xlink:href='%23k'/%3e%3cuse xlink:href='%23l'/%3e%3cpath fill='%23BDA17E' d='M30.35 53.55c13.166 0 23.84-10.673 23.84-23.84 0-13.166-10.673-23.84-23.84-23.84S6.51 16.544 6.51 29.71s10.673 23.84 23.84 23.84Z'/%3e%3cuse xlink:href='%23b'/%3e%3cuse xlink:href='%23c'/%3e%3cpath fill='%23BDA17E' d='M28.85 16.59a46.472 46.472 0 0 0 3.8-3.49 3 3 0 0 1 1-1.53l-.91.55 1.93-.87-1.15.45 3.43-.78h-.41l2 .11h-.41l2 .34-.41-.08 2 .54-.4-.11 2 .74-.39-.15 1.93.93-.37-.18a23.91 23.91 0 0 1 3.27 2.19L47.4 15l1.69 1.45-.34-.3 1.58 1.62-.32-.34 1.45 1.76-.3-.37 1.34 1.9-.28-.41 1.2 2-.25-.45 1.06 2.17-.22-.49.89 2.27-.19-.53.68 2.34-.15-.57.47 2.41-.11-.61.25 2.45-.06-.65a22.65 22.65 0 0 1-.07 3.59 65.96 65.96 0 0 1-.62 4l.17-.8-.47 2.09.26-.85-.74 2.28.36-.9-3.19 6.43 1.5-2.37-2.57 3.72 1.74-2.37-2.92 3.66 2-2.35-3.26 3.56 2.21-2.3-2.2 2.09 1-.88-2.41 2 1.13-.83-2.62 1.86 1.22-.78-2.78 1.71 1.3-.72-2.92 1.5 1.38-.64-3.05 1.29 1.45-.55-3.18 1.06 1.51-.45-3.28.81 1.55-.34-3.36.56 1.58-.24-3.42.31 1.6-.13-3.45.05h1.6a31.206 31.206 0 0 1-5.61-.79 23.78 23.78 0 0 1-6.37-2.72 24.611 24.611 0 0 1-4.94-3.93 18.782 18.782 0 0 1-2.17-2.54 21.006 21.006 0 0 1-2.33-4.1l.2.53-1-2.76.14.51-.72-2.83.09.49-.41-2.88v.47l-.12-2.88v.3l.17-2.83v.41l.39-2.54-.07.39.56-2.28-.11.37.77-2.19-.14.34 1-2.14-.17.31a25.85 25.85 0 0 1 2.24-3.7 23.28 23.28 0 0 1 2.62-3 22.469 22.469 0 0 1 3.12-2.54 25.542 25.542 0 0 1 3.56-2 2.86 2.86 0 0 0 .71-.76 3.27 3.27 0 0 0 .51-.91.579.579 0 0 0-.79-.58 30.432 30.432 0 0 0-5.76 3 28.484 28.484 0 0 0-3.17 2.52 26.369 26.369 0 0 0-6.06 8.11 25.07 25.07 0 0 0-1.76 5.06 23.75 23.75 0 0 0-.67 5.63 24.45 24.45 0 0 0 .71 5.58 25.21 25.21 0 0 0 1.95 5.17 25.94 25.94 0 0 0 7.23 8.75 25.589 25.589 0 0 0 10 4.81 23.55 23.55 0 0 0 15.87-1.6A26.001 26.001 0 0 0 56 41.35a27 27 0 0 0 1.64-10.08 23.49 23.49 0 0 0-3.44-11 26.427 26.427 0 0 0-3-4.08 21.18 21.18 0 0 0-4.45-3.78 23.871 23.871 0 0 0-3.33-1.73 15.44 15.44 0 0 0-5.14-1.21 12 12 0 0 0-4.58.8l-1 .45a9 9 0 0 0-1 .48l-.36.26c-.2.47-.37.94-.53 1.42l.23-.23-5 4.33a.51.51 0 0 0 .48.84 4.53 4.53 0 0 0 1.21-.54 4.8 4.8 0 0 0 1.12-.69Z' opacity='.11'/%3e%3cpath fill='%23BDA17E' d='M30.89 15.16a15.812 15.812 0 0 0 3.08-3.45l-.46.42a7.5 7.5 0 0 1 2.54-1.66l-1.15.47 2.65-.91-4.64 1.25 5-1.11-3.5.61 5.12-.63-4.78.39 4.66-.11h-3l2.94.21-1.23-.14 3 .51-1.2-.22c1.209.279 2.388.674 3.52 1.18a21.004 21.004 0 0 1 3.39 1.93 21.996 21.996 0 0 1 3.13 2.66 24.001 24.001 0 0 1 2.75 3.36l-.27-.43 1.46 2.37-.22-.43 1.23 2.51-.17-.43 1 2.54-.13-.42.65 2.42-.09-.42.39 2.37v-.41l.16 2.4v-.4V34v-.39l-.26 2.38.06-.38-.45 2.33.1-.36-.65 2.27.13-.34a26.374 26.374 0 0 1-1.69 4 24.24 24.24 0 0 1-2.13 3.34 25.083 25.083 0 0 1-4.21 4.28 22.64 22.64 0 0 1-12.2 4.92 23.49 23.49 0 0 1-12.37-2.53 25.861 25.861 0 0 1-4.74-3.15 24.222 24.222 0 0 1-2.68-2.68 26.419 26.419 0 0 1-2.45-3.4l.21.31-1.13-2 .18.34-1-2.13.16.37-.81-2.21.14.39-.6-2.27.11.42a26.006 26.006 0 0 1-.44-3.73 23.51 23.51 0 0 1 .2-3.66 24.47 24.47 0 0 1 6.52-13.53 35.24 35.24 0 0 1 6.88-5.26c.718-.5 1.409-1.037 2.07-1.61a1.9 1.9 0 0 0 .78-.86c.31-.59-.19-.78-.71-.56a30.548 30.548 0 0 0-5.43 2.78 32.46 32.46 0 0 0-3.29 2.55 26.08 26.08 0 0 0-6.49 9.18 25.62 25.62 0 0 0-2.11 10.14 23.4 23.4 0 0 0 3 11.25 26.06 26.06 0 0 0 6.64 7.94 27.15 27.15 0 0 0 9.21 4.73 25.32 25.32 0 0 0 10.57.67 22.333 22.333 0 0 0 6.22-2 28.53 28.53 0 0 0 4.59-2.71 26.77 26.77 0 0 0 9.55-12.89 27.495 27.495 0 0 0 1.24-5.06c.31-2.089.31-4.212 0-6.3a26.17 26.17 0 0 0-4.06-10.1 23.85 23.85 0 0 0-7.15-6.89 23.284 23.284 0 0 0-4-1.85 10.15 10.15 0 0 0-3.45-.65 8 8 0 0 0-3-.05 35.833 35.833 0 0 0-4.11.77 5.7 5.7 0 0 0-2.1.88 6.281 6.281 0 0 0-2 1.09l-1.25 1.09a6.469 6.469 0 0 0-1.44 2l.43-.41-3.64 2.94-.55.45-.1.36.33.17a3.31 3.31 0 0 0 1.38-.31c1.18-.41 2.34-.9 3.48-1.41.532-.217 1.053-.46 1.56-.73a3.159 3.159 0 0 0 1.12-.77Z' opacity='.11'/%3e%3cuse xlink:href='%23e'/%3e%3cuse xlink:href='%23f'/%3e%3cuse xlink:href='%23g'/%3e%3cuse xlink:href='%23h'/%3e%3cuse xlink:href='%23i'/%3e%3cuse xlink:href='%23j'/%3e%3cuse xlink:href='%23k'/%3e%3cpath fill='%23BDA17E' d='M30.65 8.88a29.128 29.128 0 0 0 3.13-3.54l-.43.41 1.15-.91-1.06.54 2.47-1.24-2.68 1.06 3.09-1.08-3.23.89 4.84-1.11-4.4.81 2.85-.31-1.14.06H37l1.82.22c.94.161 1.862.42 2.75.77a9.87 9.87 0 0 1 1.81.75c.935.408 1.829.904 2.67 1.48l-.41-.29 2.11 1.54-.38-.31 1.92 1.66-.34-.32 1.7 1.71-.31-.33 1.54 1.85-.27-.35 1.4 2-.23-.36 1.24 2.16-.18-.36 1 2.25-.14-.37.8 2.33-.1-.37.56 2.37-.06-.36.33 2.4v-.35l.1 2.4v-.34l-.12 2.38v-.33a25.157 25.157 0 0 1-2.17 8.11 25.492 25.492 0 0 1-3.19 5.14 24.59 24.59 0 0 1-10.83 7.61c-7.3 2.58-15.59.84-21.76-4a26.411 26.411 0 0 1-4-4 27.511 27.511 0 0 1-3.78-6.7l.11.33-.72-2.18.09.36-.51-2.23.06.38-.31-2.27v.41l-.11-2.3v.44l.07-2.32v.47l.26-2.31v.49a29.9 29.9 0 0 1 1.39-5.17 23.491 23.491 0 0 1 3-5.46 24 24 0 0 1 3.61-4 28.998 28.998 0 0 1 5.38-3.65 12.699 12.699 0 0 0 1.71-1.28c.549-.455 1.06-.954 1.53-1.49a.49.49 0 1 0-.63-.74 29.779 29.779 0 0 0-3.9 1.78l-1.8 1.09a26.79 26.79 0 0 0-4.76 4 26.42 26.42 0 0 0-6.41 11.64 23.24 23.24 0 0 0 1.68 16.69 24.72 24.72 0 0 0 1.54 2.75 29.37 29.37 0 0 0 2.44 3.2 25.17 25.17 0 0 0 4.65 4.09 23.43 23.43 0 0 0 5.52 2.89 26.001 26.001 0 0 0 10.43 1.63 25.08 25.08 0 0 0 12.18-4.27 26.62 26.62 0 0 0 8.48-9.17 27.931 27.931 0 0 0 2.88-7.49c.447-2.062.642-4.17.58-6.28a22.132 22.132 0 0 0-1.16-6.24 24.61 24.61 0 0 0-6.58-10.3 20.73 20.73 0 0 0-8.28-4.73A12.52 12.52 0 0 0 38 2.7a23.14 23.14 0 0 0-4.43.94c-.65.176-1.288.393-1.91.65-.8.314-1.54.76-2.19 1.32-.398.279-.776.586-1.13.92a8.148 8.148 0 0 0-1.52 2l.4-.4-3.71 3.14-.53.47-.09.35.33.17a3.17 3.17 0 0 0 1.35-.34c1.16-.43 2.29-.94 3.4-1.47a8.6 8.6 0 0 0 2.68-1.57Z' opacity='.11'/%3e%3cpath fill='%23BDA17E' d='M30.91 54.34c13.167 0 23.84-10.674 23.84-23.84S44.077 6.66 30.91 6.66C17.744 6.66 7.07 17.334 7.07 30.5s10.674 23.84 23.84 23.84Z'/%3e%3cpath fill='%23393837' d='M47.4 18.18a.76.76 0 0 0-.5.28l-2.36 2.36-5.28 5.28a3.29 3.29 0 0 1-2.37 1.05 4 4 0 0 1-1.36-.26 1.198 1.198 0 0 0-.41-.11c-.13 0-.23.07-.45.31l-4 4.56-10 11.25a2.2 2.2 0 0 1-1.64.77 2.1 2.1 0 0 1-1.44-.6 2 2 0 0 1-.59-1.48 2.17 2.17 0 0 1 .76-1.59l3.25-2.88 1.43-1.28.68-.6 5.94-5.27 2.08-1.85 2.51-2.23a.52.52 0 0 0 .16-.68 3.38 3.38 0 0 1 .83-3.93c1.84-1.82 3.7-3.69 5.5-5.49l2-2 .06-.06c.058-.052.112-.109.16-.17a.47.47 0 0 0-.35-.77.54.54 0 0 0-.32.11l-.17.16v.05l-2.25 2.26c-1.7 1.7-3.47 3.47-5.21 5.19a4.39 4.39 0 0 0-1.27 4.53.4.4 0 0 1-.08.39c-.61.56-1.22 1.1-1.86 1.66l-.54.48-2.46-2.19.06-.17.06-.13a5.82 5.82 0 0 0-.85-6.35 12.8 12.8 0 0 0-3.81-3.06 9.3 9.3 0 0 0-4.56-1.32h-.23a4.15 4.15 0 0 0-4 3c-.06.21-.1.42-.14.63l-.06.28v1.23l.09.44c.06.32.12.65.21 1a13.619 13.619 0 0 0 3.6 5.86 6 6 0 0 0 4.28 1.82 6.12 6.12 0 0 0 2.5-.54.6.6 0 0 1 .24-.06.47.47 0 0 1 .37.21l1.71 1.93.07.08-4.85 4.3-5.38 4.78a3.12 3.12 0 0 0-1 2.22 3 3 0 0 0 .9 2.22 3.06 3.06 0 0 0 2.13.88 3.09 3.09 0 0 0 2.31-1.06c1.56-1.75 3.15-3.53 4.68-5.26l2.19-2.47 1.32-1.49.75-.84.1.15a.44.44 0 0 1 .05.09c.022.04.049.077.08.11l2.58 2.92.58.65c.55.61 1.09 1.23 1.63 1.84l3.79 4.26a3.18 3.18 0 0 0 2.37 1.1 3 3 0 0 0 2-.8 3 3 0 0 0 1-2.24 3 3 0 0 0-1-2.28c-2-1.81-4.07-3.63-6.06-5.39l-2.53-2.25-1.62-1.44.48-.55c.51-.58 1-1.13 1.49-1.67a.4.4 0 0 1 .28-.1h.15c.424.117.86.177 1.3.18a4.33 4.33 0 0 0 3.12-1.39l2.93-2.93 4.38-4.38.4-.42.15-.16v-.3c-.39-.27-.55-.38-.69-.38ZM27.17 28.69l-.54-.62-.89-1a.55.55 0 0 0-.41-.25.79.79 0 0 0-.36.11 5.54 5.54 0 0 1-2.64.71 5.109 5.109 0 0 1-3.71-1.69 12.41 12.41 0 0 1-3.26-5.45 5.65 5.65 0 0 1-.15-2.42 3.28 3.28 0 0 1 3.43-2.78h.39a8.54 8.54 0 0 1 3.3 1 12.48 12.48 0 0 1 4.06 3.17 5 5 0 0 1 .46 5.53c-.31.55-.29.62.19 1l2.06 1.82c.06.06.12.11.18.18l.1.09.1.1-1.48 1.4-.32-.35c-.18-.2-.35-.37-.51-.55Zm10 6.39 5.47 4.86a2 2 0 0 1 .75 2A2 2 0 0 1 42 43.59a2.27 2.27 0 0 1-.62.09 2 2 0 0 1-1.48-.69c-.63-.69-1.25-1.39-1.86-2.08l-.76-.87-6.11-6.88-.14-.16-.06-.08-.08-.09 1.68-1.89 4.6 4.14Z'/%3e%3cpath fill='%23393837' d='M39 22.59a1.634 1.634 0 0 0-.18.2.46.46 0 0 0 0 .44.6.6 0 0 0 .49.28h.07c.124-.064.238-.145.34-.24 1.72-1.71 3.47-3.46 5.16-5.16l.88-.88a1.14 1.14 0 0 0 .18-.2.47.47 0 0 0-.05-.61.51.51 0 0 0-.33-.13.46.46 0 0 0-.29.1l-.15.13L39 22.59Zm-1.71-1.77-.08.07a.46.46 0 0 0-.12.13 1.002 1.002 0 0 0 0 .51.88.88 0 0 0 .26.24l.11.08.13-.07a1.12 1.12 0 0 0 .29-.19c.21-.18.41-.39.61-.59l.24-.24 1.35-1.35 4-4c.43-.44.19-.69.11-.77a.419.419 0 0 0-.31-.15.7.7 0 0 0-.48.25l-1 1-5.11 5.08Z'/%3e%3c/g%3e%3cdefs%3e%3csymbol id='b' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='m21.49 14.72.41-1.52-.29.49a8.32 8.32 0 0 1 2.19-2.35l-1.24.84 2.58-1.7-1.28.78 1.38-.73-2.83 1.15L26.7 10l-16.24 4.19L25.12 53.3l21.56-5.93-26.35 4.22 21.62-.72-26.44-1.74 21 4-22-5.76 18.06 6.49-20.62-8.9 16.61 9L9.74 42.14l14.75 11.2L8.07 38.99l12.52 13.07L7.07 35.59l10 14.57L6.75 33.9l8.69 15.15L6.58 32.2l7.33 15.62L6.55 30.5l5.94 16-5.84-17.65 4.55 16.2-4-19.53 1.78 16.32-.73-19.53-.93 16 2.45-19-3.52 15.27 5.52-18.08-6 14.14a436.48 436.48 0 0 0 9.07-18c.2-.67 0-.77-.48-.32l-1 1.15c-1.46 2-2.86 4.13-4.22 6.25a59.482 59.482 0 0 0-4.64 7.75c23.78 25.64 39.917 30.52 48.41 14.64a26.563 26.563 0 0 0 1.7-3.95A28.54 28.54 0 0 0 56 31.59c.157-2.165.053-4.34-.31-6.48a25.4 25.4 0 0 0-6.48-13A25.94 25.94 0 0 0 23.6 4.89a24.71 24.71 0 0 0-11.91 7.72 39.414 39.414 0 0 0-3.5 4.94c-.667 1.1-1.333 2.19-2 3.27a6.23 6.23 0 0 0-1.15 2.77 2.63 2.63 0 0 0 1.95-.5c2.213-1.08 4.393-2.21 6.54-3.39a320.89 320.89 0 0 0 6.41-3.62 2.62 2.62 0 0 0 1.55-1.36Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='c' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='m24.78 12.8.63-1.63-.34.51a8.14 8.14 0 0 1 2.21-2.32l-1.35.91 2.7-1.72-4.39 2.31 4.4-2.11-15.05 5.8 21.11-7-17.14 3 23.42-1.27-16.82-2.22 21.13 5.08-15.52-6.07 16.67 8-12.79-7.83 15.09 10.64-11.18-9.76 13 12.95-9.27-11.43 10.42 14.83-7.09-12.77 7.64 16.29-4.74-13.75 4.68 17.35-2.12-16.3-40.64 5.19-1.21 18.41 4.21-22.6-5.54 17 7.42-18.25-7.53 14.35c3.84-6 7.507-12.083 11-18.25.28-.69.12-.8-.46-.35a26.73 26.73 0 0 0-3.19 3.77 382.2 382.2 0 0 0-5.68 7.59 25.702 25.702 0 0 0-2.71 4.12c-.11.69-.2 1.39-.29 2.1a25.12 25.12 0 0 0-.06 4.16 25.65 25.65 0 0 0 1.9 7.9 26.419 26.419 0 0 0 3.39 5.75 25.988 25.988 0 0 0 2.78 3 23.69 23.69 0 0 0 6.94 4.4 27.839 27.839 0 0 0 8.22 2 25 25 0 0 0 12-2.11 24.67 24.67 0 0 0 6.49-4.25 23.532 23.532 0 0 0 4.89-6.16c1.4-2.46 2.38-5.137 2.9-7.92a26.74 26.74 0 0 0 .16-8.28 24.53 24.53 0 0 0-6.6-13.44c-6.48-6.74-16.83-9.53-25.7-6.29a23.26 23.26 0 0 0-7.35 4.34 29.58 29.58 0 0 0-5.1 6.1l-2 3.23a11.09 11.09 0 0 0-1.49 2.93 3.11 3.11 0 0 0 2.12-.61c2.42-1.21 4.82-2.47 7.18-3.78 2.36-1.31 4.74-2.62 7.06-4a3.06 3.06 0 0 0 1.59-1.54Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='d' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='M31.76 12.46a16.003 16.003 0 0 0 3.08-3.45l-.45.41a7.41 7.41 0 0 1 2.54-1.66l-1.16.47 2.65-.91-4.64 1.25 5-1.11-3.51.61 5.12-.63-4.78.39 4.67-.11h-3l2.93.21-1.22-.14 3 .51-1.2-.22a18.89 18.89 0 0 1 3.52 1.18 21.003 21.003 0 0 1 3.39 1.93 22.69 22.69 0 0 1 3.13 2.66 23.873 23.873 0 0 1 2.75 3.36l-.26-.43 1.45 2.37-.22-.43 1.24 2.51-.18-.43 1 2.54-.14-.42.65 2.42-.09-.42.39 2.37v-.41l.17 2.4v-.4 2.41-.39l-.25 2.38.06-.38-.45 2.33.09-.36-.65 2.27.13-.34a25.912 25.912 0 0 1-1.68 4 25.004 25.004 0 0 1-2.14 3.35 24.664 24.664 0 0 1-4.21 4.27 22.64 22.64 0 0 1-12.2 4.92 23.55 23.55 0 0 1-12.36-2.52A25.65 25.65 0 0 1 19 47.59a24.222 24.222 0 0 1-2.68-2.68 26.33 26.33 0 0 1-2.44-3.4l.2.31-1.13-2 .19.33-1-2.13.16.37-.8-2.21.13.39-.59-2.27.1.42a29.198 29.198 0 0 1-.44-3.73c-.03-1.224.04-2.448.21-3.66a24.47 24.47 0 0 1 6.52-13.53 34.447 34.447 0 0 1 6.87-5.25c.72-.51 1.41-1.05 2.08-1.62.34-.199.61-.5.77-.86.31-.58-.18-.78-.71-.56a31.591 31.591 0 0 0-5.43 2.78 31.275 31.275 0 0 0-3.28 2.55 26.07 26.07 0 0 0-6.5 9.18 25.47 25.47 0 0 0-2.1 10.14 23.25 23.25 0 0 0 3 11.25 26.09 26.09 0 0 0 6.65 7.94 27.099 27.099 0 0 0 9.2 4.73 25.33 25.33 0 0 0 10.57.67 22.387 22.387 0 0 0 6.23-2 29.426 29.426 0 0 0 4.59-2.71 26.89 26.89 0 0 0 9.55-12.89c.565-1.645.976-3.34 1.23-5.06.32-2.088.32-4.212 0-6.3a24.309 24.309 0 0 0-1.53-5.34 25.004 25.004 0 0 0-2.53-4.76 23.85 23.85 0 0 0-7.15-6.89 23.277 23.277 0 0 0-4-1.85 10.15 10.15 0 0 0-3.45-.65 7.76 7.76 0 0 0-3 0 35.801 35.801 0 0 0-4.11.76 5.59 5.59 0 0 0-2.09.88 6.331 6.331 0 0 0-2 1.09l-1.25 1.09a6.63 6.63 0 0 0-1.44 2l.43-.4-3.63 2.93-.56.45-.09.36.32.17a3.31 3.31 0 0 0 1.38-.31c1.19-.41 2.34-.9 3.48-1.41a14.911 14.911 0 0 0 1.57-.73 3.31 3.31 0 0 0 1.26-.72Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='e' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='M26.22 13.45a3.37 3.37 0 0 1 1.35-2.8l-.46.54a9.758 9.758 0 0 1 2.63-1.87l-1.72.9 3.19-1.46-16.34 5.83 19.44-6.33-22.72 4.7 30.63-2.83-22.64-3.46 28.21 7.57-20.27-9.93L52 20.24l-14.69-14 16.28 19.22-10.7-16.87 10.88 22.19-6.12-18.62 5.1 23.81-1.39-19.2-.77 24 3.26-18.64-6.51 22.88 7.63-17-11.9 20.58 11.5-14.29L38 50.85l16.09-11.49-23.22 12.36 19.51-5-29.8-37.2c-.5-.62-8.72 8.21-8.57 8.05-2.16 2.233-4.27 4.5-6.33 6.8a3.83 3.83 0 0 0-1.35 2.11l-.21 2.25a19.37 19.37 0 0 0 .08 3.32 24.18 24.18 0 0 0 1 5.34 26.11 26.11 0 0 0 22 18.4 26.128 26.128 0 0 0 19.38-5.38 25.67 25.67 0 0 0 6.29-7.2 26.97 26.97 0 0 0 2.21-4.93 26.237 26.237 0 0 0 1.26-5.39 26.68 26.68 0 0 0-.63-9.79 27.003 27.003 0 0 0-4-8.63 25.22 25.22 0 0 0-7.78-7.12 27 27 0 0 0-9.16-3.32 25.25 25.25 0 0 0-19.33 4.52 29.1 29.1 0 0 0-7 7.65c-.73 1.12-1.4 2.28-2.1 3.42-.48.753-.95 1.513-1.41 2.28a4.84 4.84 0 0 0-.85 2.13 4.24 4.24 0 0 0 2.53-.66c2.96-1.333 5.89-2.683 8.79-4.05 2.9-1.367 5.797-2.793 8.69-4.28a4.29 4.29 0 0 0 2.13-1.59Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='f' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='m22.78 14.03.31-1.47-.34.52a8.32 8.32 0 0 1 2.23-2.35l-1.4.92 2.74-1.77-1.44.86 1.39-.71-15.58 5.86L32.36 8.6l-20.13 2.73 9.21 39.95 23.47-.46-29.25-3.18 21.73 6.71-26.83-12 17 11.66-19.6-16.62 13.51 15.2L6.82 32.14l9.29 17.65-9.07-23 4.64 19-3.22-24.1-.1 19.2 2.63-23.84-4.67 18.26 8.26-22.26v-.63l-.52.35-1 1.36a137.193 137.193 0 0 0-3 5.13c-1.51 2.65-3 5.31-4.42 8a13.71 13.71 0 0 0-1.13 2.31 2.08 2.08 0 0 0-.35 1.41v-2.21a19.17 19.17 0 0 0 .1 3.3 24.44 24.44 0 0 0 1 5.29 26.14 26.14 0 0 0 21.8 18.27 26 26 0 0 0 19.32-5.18 25.73 25.73 0 0 0 6.37-7.14 26.71 26.71 0 0 0 3-20.2 27.07 27.07 0 0 0-4-8.71 25.18 25.18 0 0 0-7.84-7.19 27 27 0 0 0-9.24-3.32 25.23 25.23 0 0 0-19.34 4.66 29.14 29.14 0 0 0-6.86 7.65c-.72 1.13-1.39 2.29-2.07 3.44-.48.75-.94 1.51-1.37 2.29a4.16 4.16 0 0 0-.75 2.08 3.23 3.23 0 0 0 2.18-.62 188.4 188.4 0 0 0 7.37-3.83 481.557 481.557 0 0 0 7.26-4.06 3.18 3.18 0 0 0 1.69-1.47Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='g' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='M28.55 13.59c.56-.83 1.12-1.66 1.69-2.48a4.08 4.08 0 0 1 1.65-1.59l-1 .61 2.38-1.38-3.23 1.43 3.67-1.43-5.52 1.67 7.06-2-9 2 10.54-2.09-9.06 1.35 10.68-1.27-9.13.7 10.77-.42H30.9l8.4.32-6.74-.53 8.36 1-9-1.47 10.57 2.07-8.81-2.11 10.37 2.87-8.59-2.73 10.1 3.64-8.32-3.33L47 12.8l-8-3.9 9.36 5.09-7.61-4.45 8.9 5.77-7.18-5 11.17 9.41-7.89-7.27 8 9.24-5.06-6.54 4 5.83-2.74-4.33 3.43 6.06-2.33-4.46 2.87 6.25L52 19.99l2.3 6.38-1.51-4.61 1.73 6.46-1.1-4.62 1.16 6.49-.7-4.61.61 6.48-.31-4.55.06 6.41.06-4.47-.45 6.3.42-4.35-1 6.16.76-4.21-1.46 6 1.08-4-1.93 5.74 1.39-3.84-2.38 5.49 1.67-3.63-2.81 5.19 1.93-3.39-3.21 4.87 2.16-3.14-3.59 4.53 2.38-2.87-3.94 4.15 2.56-2.59-4.23 3.72 2.74-2.3-4.46 3.26 2.88-2-4.66 2.78 3-1.68-4.83 2.29 3.1-1.37-5 1.81 3.17-1.05-5 1.31 3.22-.73-5.11.83 3.25-.43-5.12.36 3.25-.12-5.11-.1 3.23.18-5-.55 3.18.47-5-1 3.13.75-4.85-1.4 3 1-4.71-1.82 3 1.3-4.54-2.21 2.84 1.57-4.36-2.61 2.72 1.82-7-5.55 2.92 2.62-4.06-4.15 2.71 2.89-3.74-4.54 2.49 3.17-3.37-4.88 2.23 3.43-2.94-5.18 1.95 3.68-2.49-5.46 1.64 3.92-2-5.73 1.32 4.14-1.53-6 1 4.33-1-6.16.61 4.51-.52-6.32.22 4.64v-6.44l-.17 4.76.53-6.53-.56 4.84 1.06-6.57-1 4.89 1.6-6.58-1.38 4.91 2.14-6.54-1.81 4.89 2.69-6.47-2.23 4.85 3.23-6.36-2.64 4.76 3.77-6.2-3.07 4.64 4.32-6-3.48 4.48 4.84-5.75-3.88 4.28 5.36-5.46-4.27 4.05 5.9-5.06 1.56-1.39.66-.8c.21-.36.17-.5-.14-.44a.76.76 0 0 0-.68.24 5.34 5.34 0 0 0-1.3.86c-1.48 1.1-2.91 2.26-4.33 3.44a11.66 11.66 0 0 0-3 3.19 8.34 8.34 0 0 0-2.57 3.91 92.56 92.56 0 0 0-1.81 4.9 15.11 15.11 0 0 0-.72 2.55v1.63l.08 2.33a36.18 36.18 0 0 0 .49 5.52c.055.356.185.697.38 1 .5 1.14 1 2.26 1.64 3.36a19.645 19.645 0 0 0 2.34 4.08 23.794 23.794 0 0 0 2.73 2.95 24.89 24.89 0 0 0 11.06 5.87 23.63 23.63 0 0 0 13.75-.81 25.35 25.35 0 0 0 12.8-11.16 24.78 24.78 0 0 0 2.94-16.17l-.43-1.94-.61-1.91a13.655 13.655 0 0 0-2-2.57c-1.59-1.83-3.29-3.61-5-5.32-2.63-2.59-6.4-4.48-9.27-6.34a8.81 8.81 0 0 0-2.35-.1c-1.52 0-3 .1-4.57.22l-3.39.25a13.29 13.29 0 0 0-3.49.53 16 16 0 0 0-3.09 1.82 17.64 17.64 0 0 0-2.63 2.48 37 37 0 0 0-2.18 2.81 13.48 13.48 0 0 1-2.34 3.08c-.39.38-.31.55.23.52a13.469 13.469 0 0 0 3.38-1.14c2.107-.86 4.2-1.767 6.28-2.72a13.775 13.775 0 0 0 3.13-1.73Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='h' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='M24 12.79a18.83 18.83 0 0 0 3.73-3.89 3.68 3.68 0 0 1 1.25-1.26l-1.43.85 2.23-1.08-1.8.77 2.58-.86-1.55.41 2.33-.4-.65.08a10.28 10.28 0 0 1 2.48.06 13.23 13.23 0 0 1 2.5.44 17.9 17.9 0 0 1 4.83 2 22.51 22.51 0 0 1 7.14 7 20.799 20.799 0 0 1 3.43 9.75 26.07 26.07 0 0 1-.18 5.37l-.24 1.52a30.627 30.627 0 0 1-1.1 3.88l.25-.79-.9 2.29.34-.8-1.08 2.26.42-.81-1.27 2.22.5-.81-1.45 2.16.59-.79-1.64 2.09.68-.77-1.83 2 .76-.75-2.05 1.92.84-.7-2.27 1.8.92-.65-2.46 1.67 1-.6-2.6 1.49 1-.54-2.7 1.29 1.12-.47-2.82 1.06 1.18-.38-2.91.83 1.23-.3-3 .61 1.28-.21-3.06.36 1.31-.11-3.11.12h1.34L26.03 52l1.34.09-3.13-.35 1.35.18-3.12-.59 1.34.28-3.08-.82 1.32.38-3-1.05 1.3.47-3-1.28 1.26.57-2.87-1.52 1.21.66-2.77-1.75 1.16.75-2.64-2 1.09.82a27.171 27.171 0 0 1-4.18-4.33 25.15 25.15 0 0 1-2.6-4.38 20.81 20.81 0 0 1-1.83-11.05 25.19 25.19 0 0 1 3.35-10 16.239 16.239 0 0 1 1.88-2.62 17.259 17.259 0 0 1 2.2-2.4l1.68-1.42a24.716 24.716 0 0 1 3.74-2.39 10.28 10.28 0 0 0 2-2.63.49.49 0 0 0-.77-.59 27.929 27.929 0 0 0-7.34 4.21 26.58 26.58 0 0 0-7.16 9.23 24.67 24.67 0 0 0-2.42 11.3 23.49 23.49 0 0 0 1 6.23 27.289 27.289 0 0 0 2.17 4.88 26 26 0 0 0 14.63 12 24.73 24.73 0 0 0 12.74.77 26.14 26.14 0 0 0 17-13 25.729 25.729 0 0 0 3.06-10.44 22.58 22.58 0 0 0-.41-6.3c-.38-1.737-.94-3.43-1.67-5.05C48 12.39 42.1 6.98 35.04 5.67a11.65 11.65 0 0 0-6.74.87l-.89.41a11.12 11.12 0 0 0-2 1.13l-.48.6a14.79 14.79 0 0 1-5.37 5.4.5.5 0 1 0 .51.84 13.01 13.01 0 0 0 2-1c.674-.322 1.32-.7 1.93-1.13Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='i' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='m29 12.3.8-1.72-.37.5a7.12 7.12 0 0 1 2.21-2.26l-1.44.85 2.82-1.62-4.64 2.13 4.61-1.93-15.81 5.23 22-6.17-17.92 2.54 22.69-1.11-17.62-1.15 19.1 2.76L30 6.84l16.9 4.42-15-4.53 16.37 5.62L33.79 6.8l15.76 6.76-13.86-6.52 15.06 7.86-13.16-7.44 15.27 10.45-11.52-9.07 10.14 8.78-8.36-7.84 11.84 13.23-8.6-11 9.21 14.52-6.44-11.78 6.44 15.35-4.21-12.19 3.67 15.7-2-12.21 1 15.61V25.12l-.65 11.13.92-9.21-1.57 10.86 1.68-8.93-2.54 10.62 2.4-8.59L51 41.09l3.08-8.2-4.13 9.69 3.74-7.76L48.77 44l4.35-7.27-5.65 8.59 4.91-6.73-6.35 8 5.44-6.17-7 7.28 5.92-5.55-7.51 6.5 6.35-4.91-8 5.7 6.74-4.23-10.22 5.89 8.85-4.56-10.67 4.86 7.28-3-9.11 3.14 7.51-2.27-9.35 2.26 7.69-1.54-9.51 1.38 7.81-.8-9.61.5 7.88-.06-9.65-.38 7.89.67-9.62-1.25 7.85 1.4-9.53-2.12 7.76 2.12-9.37-3 7.61 2.84-9.17-3.82 7.42 3.55-8.9-4.66 7.17 4.26-8.56-5.5 6.86 4.95-8.16-6.31 6.49 5.62-7.7-7.1L21 48.59l-7.18-7.87 5.61 6.9-6.57-8.59 5.08 7.49-5.86-9.25 4.49 8.07-5.1-9.88 3.85 8.61L11 33.59l3.15 9.09-3.42-11 2.42 9.52-2.53-11.41 1.64 9.9-1.59-11.78.84 10.21-.64-12.09V36.5l.33-12.31-.82 10.64 1.32-12.44L10 33.18l2.32-12.49-3.84 14.82a96.09 96.09 0 0 0 14.83-27.9l-.57.13a16.11 16.11 0 0 0-2.5 1.92 159.834 159.834 0 0 0-4.62 4.07c-1.53 1.37-3 2.76-4.51 4.2a16.168 16.168 0 0 0-2.16 2.29l-.69 1.9a23.088 23.088 0 0 0-.88 3.85 24.41 24.41 0 0 0 .81 10.3 23.24 23.24 0 0 0 5.62 9.54 25.702 25.702 0 0 0 8.8 5.8c1.8.708 3.681 1.192 5.6 1.44a28.09 28.09 0 0 0 5.7.09 33.818 33.818 0 0 0 10.43-7.35 20.85 20.85 0 0 0 10.31-7.55l.7-1.73a5.05 5.05 0 0 0 .56-3l-.33-2.53c-.26-1.8-.553-3.597-.88-5.39-.24-1.44-.51-2.87-.83-4.29a25.08 25.08 0 0 0-9.31-12.79 3 3 0 0 0-2.09-.65c-1.893-.233-3.783-.42-5.67-.56a282.5 282.5 0 0 0-7.1-.54 27.18 27.18 0 0 0-4.94-.09 25.061 25.061 0 0 0-4 1.93 21.498 21.498 0 0 0-3.81 3 29.363 29.363 0 0 0-3.67 4.49l-1.55 2.28a24.348 24.348 0 0 0-1.74 2.89 3.16 3.16 0 0 0 2.2-.49 184.78 184.78 0 0 0 7.6-3.41c2.507-1.193 5-2.407 7.48-3.64A3.27 3.27 0 0 0 29 12.3Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='j' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='m24.42 14.01.3-1.49-.41.52a6.38 6.38 0 0 1 1.65-1.82 7.338 7.338 0 0 1 2-1.36l-1.58.86 3-1.46-18.63 6.64 24.92-7-19.62 1.36 25.9.91-21.22-5.71 28.79 36.52 4.82-21.5-9.65 26.45L56 28.73 38.25 50.82l16.56-13.46-23.75 14.82 20-7.25L24 51.15l21.19-.38L17.56 48l20.13 6.38-25.39-11.5 16.93 12.49L8.94 36.18l11.8 17.31L8.17 28.95l5.37 20.21 5.57-39a3.56 3.56 0 0 0-1.92 1.4c-2 2.093-3.977 4.23-5.93 6.41a309.797 309.797 0 0 0-5.74 6.59 3.53 3.53 0 0 0-1.18 2.05l-.19 2.25a19.25 19.25 0 0 0 .1 3.31 24.14 24.14 0 0 0 1 5.33 26.15 26.15 0 0 0 22 18.26 26.16 26.16 0 0 0 19.34-5.36 25.862 25.862 0 0 0 6.31-7.19 26.78 26.78 0 0 0 2.86-20.2 27.149 27.149 0 0 0-4-8.67 25.519 25.519 0 0 0-7.84-7.15 27.13 27.13 0 0 0-9.23-3.29 25.26 25.26 0 0 0-19.36 4.66 29.149 29.149 0 0 0-6.93 7.67c-.72 1.12-1.39 2.28-2.08 3.43-.49.75-.95 1.51-1.39 2.28a4.24 4.24 0 0 0-.79 2.1 3.69 3.69 0 0 0 2.35-.61c2.72-1.227 5.417-2.51 8.09-3.85 2.69-1.3 5.34-2.66 8-4.07a3.7 3.7 0 0 0 1.84-1.5Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='k' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='m27.48 11.9.7-1.66-.3.48a6.9 6.9 0 0 1 2.16-2.24l-1.23.82 2.6-1.6-4 2.05 4.16-1.89-10.86 4.07 13.91-4.64-14.08 3.12 18.84-2.57-11.15.1 12.73.42-13.88-1 15.42 1.7-13.62-2.05L44 9.88 30.72 6.82l14.73 4-12.86-4 14.24 5.11-12.36-5 11.2 5.05-9.32-4.72 10.67 5.89-8.81-5.37 10.07 6.67-8.23-6 9.41 7.41-7.6-6.54 8.66 8.06-6.94-7 7.84 8.63-6.23-7.49 7 9.14-5.49-7.88 6.08 9.57-4.72-8.2 5.16 9.94-3.93-8.46 4.22 10.22-3.13-8.65 3.27 10.43-2.33-8.77 2.33 10.55-1.54-8.82 1.4 10.6-.76-8.82.48 10.58v-8.76l-.41 10.5.74-8.63-1.3 10.33 1.47-8.44-2.16 10.09 2.18-8.2-3 9.81 2.85-7.92-3.8 9.46 3.5-7.57-4.59 9 4.13-7.18-5.34 8.57 4.71-6.74-6 8 3.85-4.69-5.31 5.9 4.23-4.3-5.79 5.38 4.59-3.89-7.88 6.1 6.59-4.74-8.38 5.33 7-4.1-8.82 4.53 7.37-3.44-9.21 3.71 7.68-2.76-9.53 2.87 7.93-2.06-9.78 2 8.13-1.33-10 1.14 8.27-.61-10.08.27 8.36.12-10.13-.6 8.39.85-10.16-1.36 8.36 1.58-10-2.34 8.28 2.32-9.89-3.2 10.21 3.94-14.61-7.37 7.4 5.14-8.69-6.54 7 5.82-8.22-7.33 8.91 9.19-11.89-30.4-1 11.93 1.72-12.32-1.9 10.57 2.68-12.24-2.72 10.48 3.63-12.1-3.52 10.34 4.56-11.88-5.55 12.69 9.42-16.78-6.59 9 8.11-10.2-9.29 10.7A87.673 87.673 0 0 0 21.69 7.74c.31-.58.17-.71-.41-.41l-1.14.85a135.975 135.975 0 0 0-5.12 4.88 139.686 139.686 0 0 0-3.94 4c-4.493 4.333-5.527 10.297-3.1 17.89a5.5 5.5 0 0 0 .68 3.12c.338.876.743 1.725 1.21 2.54a23.48 23.48 0 0 0 8.47 8.81 26.394 26.394 0 0 0 5.35 2.45c1.218.389 2.465.68 3.73.87a19.81 19.81 0 0 0 11.56-1.7 9.121 9.121 0 0 0 2.59-.59 1 1 0 0 0 .79-.51L39.63 6.87a2.49 2.49 0 0 0-1.91-.35c-1.67 0-3.34.13-5 .26-2.08.127-4.16.287-6.24.48a20 20 0 0 0-4.29.62c-.863.427-1.68.94-2.44 1.53a15.453 15.453 0 0 0-2.21 1.83 24.109 24.109 0 0 0-2.53 2.9 60.518 60.518 0 0 0-4.2 6.46 2.72 2.72 0 0 0 2-.48 143.69 143.69 0 0 0 6.65-3.32c2.193-1.167 4.37-2.35 6.53-3.55a2.66 2.66 0 0 0 1.49-1.35Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='l' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='M32.65 11.28a29.127 29.127 0 0 0 3.13-3.54l-.43.41 1.15-.91-1.06.54 2.47-1.24-2.68 1.06 3.09-1.07-3.23.88 4.84-1.1-4.4.8 2.85-.31-1.14.06H39l1.82.22c.94.166 1.86.424 2.75.77.627.19 1.233.44 1.81.75.935.408 1.829.904 2.67 1.48l-.41-.29 2.11 1.54-.38-.31 1.92 1.66-.34-.32 1.7 1.72-.31-.34 1.54 1.85-.27-.35 1.4 2-.23-.36 1.24 2.16-.18-.36 1 2.25-.14-.37.81 2.33-.11-.37.56 2.37.04-.3.33 2.4v-.35l.1 2.4v-.34l-.12 2.38v-.33a25.24 25.24 0 0 1-2.17 8.11A25.487 25.487 0 0 1 52.95 44a24.54 24.54 0 0 1-10.85 7.59c-7.3 2.58-15.59.84-21.76-4a25.538 25.538 0 0 1-4-4 27.438 27.438 0 0 1-3.78-6.69l.11.32-.72-2.17.09.35-.51-2.23.06.38-.31-2.27v.41l-.11-2.3v.44l.07-2.31v.46l.26-2.31v.49a29.9 29.9 0 0 1 1.39-5.17 23.69 23.69 0 0 1 3-5.46 24.004 24.004 0 0 1 3.61-4 29 29 0 0 1 5.38-3.65 16.49 16.49 0 0 0 3.24-2.77.49.49 0 1 0-.63-.74 29.767 29.767 0 0 0-3.9 1.78l-1.8 1.09a26.79 26.79 0 0 0-4.76 4 26.42 26.42 0 0 0-6.41 11.64 23.24 23.24 0 0 0 1.68 16.69c.457.95.97 1.872 1.54 2.76a30.254 30.254 0 0 0 2.44 3.19 24.914 24.914 0 0 0 4.66 4.09 23.053 23.053 0 0 0 5.52 2.89 25.869 25.869 0 0 0 10.42 1.63 25.081 25.081 0 0 0 12.18-4.27 26.68 26.68 0 0 0 8.48-9.16 28.122 28.122 0 0 0 2.88-7.5 25.93 25.93 0 0 0 .58-6.27 22.48 22.48 0 0 0-1.15-6.25 24.731 24.731 0 0 0-6.59-10.3 20.73 20.73 0 0 0-8.28-4.73 12.52 12.52 0 0 0-4.9-.51 22.73 22.73 0 0 0-4.43.95c-.65.168-1.29.382-1.91.64-.8.314-1.54.76-2.19 1.32-.4.28-.779.59-1.13.93a7.92 7.92 0 0 0-1.52 2l.4-.4-3.71 3.15-.53.46-.09.35.33.17a3.14 3.14 0 0 0 1.35-.34c1.16-.43 2.29-.94 3.4-1.47a8.41 8.41 0 0 0 2.6-1.62Z' opacity='.11'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h60.94v58.18H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.node-type-tarif article .urun-top .u-top-right .u-info .field--name-field-pisirme-suresi {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='61' height='59' fill='none' viewBox='0 0 61 59'%3e%3cg clip-path='url(%23a)'%3e%3cuse xlink:href='%23b'/%3e%3cuse xlink:href='%23c'/%3e%3cpath fill='%23BDA17E' d='M22.22 14.35a46.734 46.734 0 0 0 3.8-3.5 3 3 0 0 1 1-1.52l-.9.55 1.93-.87-1.16.44 3.43-.77h-.41l2 .11h-.41l2 .34-.4-.07 2 .53-.4-.11 2 .74-.39-.15 1.94.94-.38-.19a23.088 23.088 0 0 1 3.27 2.2l-.35-.26 1.68 1.45-.34-.29 1.58 1.61-.32-.34 1.46 1.77-.3-.38 1.33 1.91-.28-.41 1.21 2-.26-.45 1.07 2.17-.22-.49.89 2.27-.19-.53.68 2.34-.15-.57.46 2.41-.11-.61.25 2.45-.06-.64c.072 1.193.048 2.39-.07 3.58-.15 1.33-.36 2.64-.62 3.95l.18-.8-.48 2.09.27-.85-.75 2.28.36-.9-3.12 6.41 1.49-2.38-2.56 3.72 1.73-2.37-2.91 3.66 2-2.35-3.27 3.56 2.21-2.3-2.2 2.09 1-.88-2.41 2 1.13-.84-2.61 1.87 1.21-.79-2.78 1.71 1.3-.72-2.91 1.51 1.37-.64-3 1.29 1.45-.55-3.17 1.05 1.5-.45-3.28.81 1.55-.34-3.36.56 1.58-.24-3.41.31 1.59-.13-3.44.05h1.59a30.448 30.448 0 0 1-5.61-.79 23.09 23.09 0 0 1-6.36-2.72 24.058 24.058 0 0 1-4.94-3.93c-.8-.78-1.53-1.63-2.18-2.54a21.263 21.263 0 0 1-2.33-4.1l.21.53-1-2.76.15.52-.73-2.84.1.5-.42-2.88v.47l-.12-2.89v.44l.17-2.83v.41l.39-2.54-.07.39.57-2.28-.11.37.76-2.19-.14.34 1-2.14-.17.32a25.401 25.401 0 0 1 2.24-3.71 23.276 23.276 0 0 1 2.62-3 24.61 24.61 0 0 1 3.12-2.54 25.476 25.476 0 0 1 3.56-2 3.3 3.3 0 0 0 .72-.77c.22-.27.39-.579.5-.91a.58.58 0 0 0-.79-.58 30.943 30.943 0 0 0-5.75 3 28.611 28.611 0 0 0-3.18 2.52 26.29 26.29 0 0 0-6.06 8.12 25.839 25.839 0 0 0-1.76 5 23.83 23.83 0 0 0-.67 5.64 25.6 25.6 0 0 0 .71 5.57 25.002 25.002 0 0 0 2 5.17 25.73 25.73 0 0 0 7.23 8.75 25.38 25.38 0 0 0 10 4.81 23.53 23.53 0 0 0 15.86-1.6 26.09 26.09 0 0 0 13.64-14.54 27.12 27.12 0 0 0 1.63-10.09 23.602 23.602 0 0 0-3.43-11 27.154 27.154 0 0 0-3-4.08 21.08 21.08 0 0 0-4.44-3.77 22.491 22.491 0 0 0-3.34-1.73 15.4 15.4 0 0 0-5.14-1.22 11.7 11.7 0 0 0-4.57.81l-1 .44c-.33.15-.66.3-1 .48l-.36.27c-.19.46-.37.93-.52 1.41l.23-.23-5 4.33a.51.51 0 0 0 .176.811.53.53 0 0 0 .314.039c.422-.13.826-.315 1.2-.55.359-.21.688-.465.98-.76Z' opacity='.11'/%3e%3cuse xlink:href='%23d'/%3e%3cuse xlink:href='%23e'/%3e%3cuse xlink:href='%23f'/%3e%3cuse xlink:href='%23g'/%3e%3cuse xlink:href='%23h'/%3e%3cuse xlink:href='%23i'/%3e%3cuse xlink:href='%23j'/%3e%3cuse xlink:href='%23k'/%3e%3cuse xlink:href='%23l'/%3e%3cuse xlink:href='%23b'/%3e%3cuse xlink:href='%23c'/%3e%3cpath fill='%23BDA17E' d='M21.94 39.17a46.992 46.992 0 0 0-5.17-.13 2.93 2.93 0 0 1-1.8.37l1 .24-2-.72 1.14.48-3-1.83.29.3-1.37-1.48.27.32-1.22-1.66.24.34-1.08-1.8.2.36-.92-1.92.18.38-.74-2 .14.39a22.94 22.94 0 0 1-.82-3.85l.07.43-.19-2.22v.45-1.79l.18-2.28v.48l.37-2.3-.09.49.56-2.3-.14.5.75-2.3-.18.51.94-2.25-.24.51 1.14-2.15-.29.51 1.35-2.05-.35.51 1.53-1.94-.41.51c.78-.907 1.63-1.753 2.54-2.53 1-.84 2.1-1.64 3.2-2.4l-.68.45 1.8-1.17-.79.43 2.12-1.12-.88.39 6.76-2.4-2.72.67 4.43-.9-2.9.5 4.64-.6-3.05.32 4.82-.29-3.19.11h3l-1.36-.08 3.11.24-1.39-.18 3.18.48-1.42-.29 3.18.71-1.43-.38 3.14.94-1.43-.5 3.08 1.2-1.42-.61 3 1.45L40.23 4l2.91 1.69-1.35-.83 2.8 1.94-1.3-.93 2.67 2.16-1.24-1 2.51 2.36-1.16-1.1a30.628 30.628 0 0 1 3.48 4.47 23.24 23.24 0 0 1 2.68 6.38 24.58 24.58 0 0 1 .82 6.27 19.525 19.525 0 0 1-.2 3.33 21.78 21.78 0 0 1-1.18 4.57l.22-.52-1.19 2.69.26-.47-1.46 2.54.28-.42-1.7 2.36.29-.37-1.92 2.15.3-.32-2.09 1.92.31-.27-2.05 1.55.32-.23-2 1.24.33-.19-2.06 1 .33-.14-2.17.87.34-.11c-1.364.48-2.766.848-4.19 1.1a23.87 23.87 0 0 1-4 .33 24.391 24.391 0 0 1-8-1.38 3 3 0 0 0-1 .06 2.83 2.83 0 0 0-1 .3.58.58 0 0 0 .17 1 30.934 30.934 0 0 0 6.19 1.88c1.324.217 2.66.35 4 .4 3.407.11 6.802-.44 10-1.62a25.194 25.194 0 0 0 4.78-2.41 23.29 23.29 0 0 0 4.4-3.58 24.697 24.697 0 0 0 3.37-4.5 25.59 25.59 0 0 0 3.21-16.38 25.58 25.58 0 0 0-3.79-10.38 23.53 23.53 0 0 0-12.51-9.89 26.07 26.07 0 0 0-19.92 1 27.14 27.14 0 0 0-8.19 6.11A23.42 23.42 0 0 0 6.37 18.9a25.631 25.631 0 0 0-.7 5c-.08 1.95.11 3.901.56 5.8a24.378 24.378 0 0 0 1.19 3.56 15.65 15.65 0 0 0 2.85 4.45 12 12 0 0 0 3.85 2.61l1 .37c.34.13.69.24 1 .34l.44.06c.47-.2.92-.42 1.37-.65h-.33l6.59.36a.52.52 0 0 0 .24-.95 7.002 7.002 0 0 0-2.54-.64l.05-.04Z' opacity='.11'/%3e%3cuse xlink:href='%23d'/%3e%3cuse xlink:href='%23e'/%3e%3cuse xlink:href='%23f'/%3e%3cuse xlink:href='%23g'/%3e%3cuse xlink:href='%23h'/%3e%3cuse xlink:href='%23i'/%3e%3cuse xlink:href='%23j'/%3e%3cuse xlink:href='%23k'/%3e%3cuse xlink:href='%23l'/%3e%3cuse xlink:href='%23b'/%3e%3cuse xlink:href='%23c'/%3e%3cpath fill='%23BDA17E' d='M24.51 8.59a46.61 46.61 0 0 0 3.8-3.5 3 3 0 0 1 1-1.52l-.9.55 1.93-.87-1.16.45 3.43-.78h-.41l2 .11-.41-.05 2 .35-.4-.08 2 .54-.4-.11 2 .73-.39-.15 1.94.94-.38-.18a22.205 22.205 0 0 1 3.27 2.19l-.35-.26 1.68 1.46-.34-.3L46 9.72l-.32-.33 1.46 1.76-.3-.37 1.33 1.9-.28-.41 1.2 2-.25-.45 1.07 2.17-.22-.49.89 2.26-.19-.53.68 2.35-.15-.57.46 2.4-.11-.61.25 2.46-.06-.65a22.663 22.663 0 0 1-.07 3.59c-.16 1.32-.36 2.64-.62 3.95l.18-.8-.48 2.09.27-.86-.75 2.28.36-.89-3.18 6.43 1.49-2.38-2.56 3.73 1.73-2.38-2.92 3.66 2-2.35-3.27 3.56 2.21-2.3-2.2 2.1 1-.89-2.41 2 1.13-.84-2.61 1.87 1.21-.78-2.78 1.7 1.3-.71-2.91 1.5 1.37-.64-3.05 1.29 1.45-.55-3.17 1.06 1.5-.45-3.28.81 1.55-.35-3.36.56 1.58-.23-3.41.3 1.59-.13h-3.44 1.59a30.465 30.465 0 0 1-5.61-.8 23.37 23.37 0 0 1-6.36-2.71 24.45 24.45 0 0 1-4.94-3.94 18.77 18.77 0 0 1-2.18-2.53 21.56 21.56 0 0 1-2.33-4.1l.21.52-1-2.75.15.51-.73-2.83.1.49-.42-2.88v.47l-.11-2.88v.46l.17-2.84v.42l.39-2.54-.07.38.56-2.27-.1.36.76-2.18-.14.34 1-2.14-.17.31a25.299 25.299 0 0 1 2.24-3.7 24.062 24.062 0 0 1 2.62-3c.966-.93 2.01-1.777 3.12-2.53a24.57 24.57 0 0 1 3.56-2c.28-.213.523-.47.72-.76.22-.274.39-.586.5-.92a.57.57 0 0 0-.79-.57 30.35 30.35 0 0 0-5.75 3 29.723 29.723 0 0 0-3.18 2.51 26.529 26.529 0 0 0-6.06 8.12 25.7 25.7 0 0 0-1.72 5.01 23.69 23.69 0 0 0-.67 5.63 25.45 25.45 0 0 0 .71 5.57 25.61 25.61 0 0 0 9.19 13.92 25.54 25.54 0 0 0 10 4.82 23.53 23.53 0 0 0 15.86-1.6 26.11 26.11 0 0 0 13.64-14.55 27.09 27.09 0 0 0 1.63-10.09 23.49 23.49 0 0 0-3.44-11 25.868 25.868 0 0 0-3-4.07 21.13 21.13 0 0 0-4.44-3.78 24.557 24.557 0 0 0-3.34-1.73 15.38 15.38 0 0 0-5.14-1.12 12 12 0 0 0-4.58.8l-1 .45c-.34.14-.66.3-1 .47l-.36.27c-.19.46-.37.94-.52 1.42l.23-.24-5 4.33a.51.51 0 0 0 .176.811.53.53 0 0 0 .314.039 5 5 0 0 0 1.2-.54 5.11 5.11 0 0 0 1.11-.81Z' opacity='.11'/%3e%3cuse xlink:href='%23d'/%3e%3cuse xlink:href='%23e'/%3e%3cuse xlink:href='%23f'/%3e%3cuse xlink:href='%23g'/%3e%3cuse xlink:href='%23h'/%3e%3cuse xlink:href='%23i'/%3e%3cuse xlink:href='%23j'/%3e%3cuse xlink:href='%23k'/%3e%3cuse xlink:href='%23l'/%3e%3cpath fill='%23BDA17E' d='M30.35 53.55c13.166 0 23.84-10.673 23.84-23.84 0-13.166-10.673-23.84-23.84-23.84S6.51 16.544 6.51 29.71s10.673 23.84 23.84 23.84Z'/%3e%3cuse xlink:href='%23b'/%3e%3cuse xlink:href='%23c'/%3e%3cpath fill='%23BDA17E' d='M28.85 16.59a46.487 46.487 0 0 0 3.8-3.49 3 3 0 0 1 1-1.53l-.91.55 1.93-.87-1.15.45 3.43-.78h-.41l2 .11h-.41l2 .34-.4-.08 2 .54-.4-.11 2 .74-.39-.15 1.94.93-.38-.18a23.915 23.915 0 0 1 3.27 2.19l-.35-.25 1.68 1.45-.34-.3 1.58 1.62-.32-.34 1.46 1.76-.3-.37 1.33 1.9-.28-.41 1.2 2-.25-.45 1.06 2.17-.22-.49.89 2.27-.18-.53.68 2.34-.16-.57.47 2.41-.11-.61.25 2.45.08-.71a22.639 22.639 0 0 1-.07 3.59c-.16 1.32-.36 2.64-.62 4l.17-.8-.47 2.09.26-.85-.74 2.28.36-.9-3.18 6.43 1.49-2.37-2.56 3.72 1.73-2.37-2.92 3.66 2-2.35-3.27 3.56 2.21-2.3-2.2 2.09 1-.88-2.41 2 1.13-.83-2.62 1.86 1.22-.78-2.78 1.71 1.3-.72-2.92 1.5 1.38-.64-3 1.29 1.45-.55-3.18 1.06 1.51-.45-3.28.81 1.55-.34-3.36.56 1.58-.24-3.42.31 1.6-.13-3.45.05h1.6a31.206 31.206 0 0 1-5.61-.79 23.913 23.913 0 0 1-6.37-2.72 24.61 24.61 0 0 1-4.94-3.93 18.783 18.783 0 0 1-2.17-2.54 21 21 0 0 1-2.33-4.1l.2.53-1-2.76.15.51-.73-2.83.1.49-.42-2.88v.47l-.11-2.88v.36l.17-2.83v.41l.39-2.54-.07.39.56-2.28-.1.37.76-2.19-.14.34 1-2.14-.17.31a25.85 25.85 0 0 1 2.24-3.7 23.71 23.71 0 0 1 5.74-5.54 25.542 25.542 0 0 1 3.56-2 2.86 2.86 0 0 0 .71-.76c.222-.271.395-.58.51-.91a.579.579 0 0 0-.79-.58 30.432 30.432 0 0 0-5.76 3 28.483 28.483 0 0 0-3.17 2.52 26.368 26.368 0 0 0-6.06 8.11 25.698 25.698 0 0 0-1.76 5.06 23.75 23.75 0 0 0-.67 5.63 23.87 23.87 0 0 0 2.66 10.75 25.85 25.85 0 0 0 7.24 8.75 25.52 25.52 0 0 0 10 4.81 23.53 23.53 0 0 0 15.86-1.6 26.08 26.08 0 0 0 13.43-14.62 27 27 0 0 0 1.63-10.08 23.49 23.49 0 0 0-3.44-11 26.427 26.427 0 0 0-3-4.08 21.13 21.13 0 0 0-4.44-3.78 24.553 24.553 0 0 0-3.34-1.73 15.38 15.38 0 0 0-5.14-1.21 12 12 0 0 0-4.58.8l-1 .45a9 9 0 0 0-1 .48l-.36.26c-.2.47-.37.94-.53 1.42l.23-.23-5 4.33a.51.51 0 0 0 .48.84 4.53 4.53 0 0 0 1.21-.54 4.772 4.772 0 0 0 1.19-.69Z' opacity='.11'/%3e%3cpath fill='%23BDA17E' d='M30.94 15.16a15.562 15.562 0 0 0 3.08-3.45l-.46.42a7.45 7.45 0 0 1 2.55-1.66l-1.16.47 2.65-.91-4.64 1.25 5-1.11-3.5.61 5.12-.63-4.78.39 4.66-.11h-3l2.94.21-1.23-.14 3 .51-1.2-.22c1.209.279 2.388.674 3.52 1.18a20.998 20.998 0 0 1 3.39 1.93 21.99 21.99 0 0 1 3.13 2.66 23.303 23.303 0 0 1 2.75 3.36l-.27-.43 1.46 2.37-.22-.43 1.24 2.51-.18-.43 1 2.54-.13-.42.65 2.42-.09-.42.39 2.37v-.41l.16 2.4v-.4L56.72 34v-.39l-.25 2.38.06-.38-.46 2.33.1-.36-.65 2.27.13-.34a26.385 26.385 0 0 1-1.69 4 23.318 23.318 0 0 1-2.13 3.34 25.082 25.082 0 0 1-4.21 4.28 22.64 22.64 0 0 1-12.2 4.92 23.49 23.49 0 0 1-12.37-2.53 25.859 25.859 0 0 1-4.74-3.15 24.222 24.222 0 0 1-2.68-2.68 26.418 26.418 0 0 1-2.45-3.4l.21.31-1.13-2 .19.34-1-2.13.16.37-.81-2.21.14.39-.6-2.27.11.42a27.503 27.503 0 0 1-.44-3.73 23.517 23.517 0 0 1 .2-3.66 24.242 24.242 0 0 1 2.42-7.71 23.92 23.92 0 0 1 4.1-5.82 35.245 35.245 0 0 1 6.88-5.26c.718-.5 1.409-1.037 2.07-1.61a1.9 1.9 0 0 0 .78-.86c.31-.59-.19-.78-.71-.56a30.546 30.546 0 0 0-5.43 2.78 31.266 31.266 0 0 0-3.28 2.55 25.998 25.998 0 0 0-6.5 9.18 25.62 25.62 0 0 0-2.11 10.14 23.4 23.4 0 0 0 3 11.25 26.06 26.06 0 0 0 6.64 7.94 27.152 27.152 0 0 0 9.21 4.73 25.32 25.32 0 0 0 10.57.67 22.331 22.331 0 0 0 6.22-2 29.073 29.073 0 0 0 4.6-2.71 26.81 26.81 0 0 0 9.54-12.89 27.487 27.487 0 0 0 1.24-5.06c.31-2.089.31-4.212 0-6.3a26.17 26.17 0 0 0-4.06-10.1 23.729 23.729 0 0 0-7.15-6.89 23.277 23.277 0 0 0-4-1.85 10.15 10.15 0 0 0-3.45-.65 8 8 0 0 0-3-.05 35.83 35.83 0 0 0-4.11.77 5.7 5.7 0 0 0-2.1.88c-.727.24-1.404.61-2 1.09l-1.25 1.09a6.63 6.63 0 0 0-1.44 2l.43-.41-3.63 2.94-.56.45-.1.36.33.17a3.309 3.309 0 0 0 1.38-.31c1.18-.41 2.34-.9 3.48-1.41a15.925 15.925 0 0 0 1.56-.73 3.16 3.16 0 0 0 1.16-.77Z' opacity='.11'/%3e%3cuse xlink:href='%23e'/%3e%3cuse xlink:href='%23f'/%3e%3cuse xlink:href='%23g'/%3e%3cuse xlink:href='%23h'/%3e%3cuse xlink:href='%23i'/%3e%3cuse xlink:href='%23j'/%3e%3cuse xlink:href='%23k'/%3e%3cpath fill='%23BDA17E' d='M30.66 8.88a29.063 29.063 0 0 0 3.12-3.54l-.43.41 1.15-.91-1.06.54 2.47-1.24-2.68 1.06 3.1-1.08-3.24.89 4.84-1.11-4.4.81 2.85-.31-1.14.06h1.77l1.82.22c.94.161 1.862.42 2.75.77.627.19 1.233.44 1.81.75.936.406 1.83.902 2.67 1.48l-.41-.29 2.11 1.54-.38-.31 1.92 1.66-.33-.32 1.69 1.71-.3-.33 1.53 1.85-.27-.35 1.4 2-.23-.36 1.24 2.16-.18-.36 1 2.25-.14-.37.81 2.33-.11-.37.56 2.37-.06-.36.33 2.4v-.35l.1 2.4v-.34l-.12 2.38v-.33a24.224 24.224 0 0 1-.79 4.31c-.36 1.3-.821 2.572-1.38 3.8a25.487 25.487 0 0 1-3.11 5.19 24.54 24.54 0 0 1-10.83 7.61c-7.3 2.58-15.59.84-21.76-4a26.869 26.869 0 0 1-4-4 27.84 27.84 0 0 1-3.78-6.7l.11.33-.74-2.24.09.36-.51-2.23.06.38-.31-2.27v.41l-.12-2.3v.44l.07-2.32v.47l.26-2.31v.49a29.9 29.9 0 0 1 1.39-5.17 23.487 23.487 0 0 1 3-5.46 24 24 0 0 1 3.61-4 28.998 28.998 0 0 1 5.38-3.65 12.699 12.699 0 0 0 1.71-1.28c.549-.455 1.06-.954 1.53-1.49a.49.49 0 1 0-.63-.74 29.774 29.774 0 0 0-3.9 1.78l-1.8 1.09a26.79 26.79 0 0 0-4.76 4A26.42 26.42 0 0 0 8.6 20.43a23.24 23.24 0 0 0 1.68 16.69 26.43 26.43 0 0 0 1.54 2.75 29.357 29.357 0 0 0 2.44 3.2 24.907 24.907 0 0 0 4.66 4.09 23.43 23.43 0 0 0 5.52 2.89 25.871 25.871 0 0 0 10.42 1.63 25 25 0 0 0 12.18-4.27 26.52 26.52 0 0 0 8.48-9.17 27.931 27.931 0 0 0 2.88-7.49c.447-2.062.642-4.17.58-6.28a22.47 22.47 0 0 0-1.15-6.24 24.73 24.73 0 0 0-6.59-10.3 20.73 20.73 0 0 0-8.28-4.73 12.47 12.47 0 0 0-4.89-.51 23.4 23.4 0 0 0-4.44.94c-.65.176-1.288.393-1.91.65-.8.313-1.54.76-2.19 1.32a11.06 11.06 0 0 0-1.13.92 8.148 8.148 0 0 0-1.52 2l.4-.4-3.71 3.14-.53.47-.09.35.33.17a3.221 3.221 0 0 0 1.36-.34c1.15-.43 2.28-.94 3.39-1.47a8.77 8.77 0 0 0 2.63-1.56Z' opacity='.11'/%3e%3cpath fill='%23BDA17E' d='M30.91 54.34c13.167 0 23.84-10.674 23.84-23.84S44.077 6.66 30.91 6.66C17.744 6.66 7.07 17.334 7.07 30.5s10.674 23.84 23.84 23.84Z'/%3e%3cpath fill='%23393837' d='m44.28 19.86-.4-.46 2.19-2.15.44.58.09.12c.045.067.095.13.15.19a.88.88 0 0 0 .61.26.78.78 0 0 0 .54-.23.76.76 0 0 0 0-1.1c-.91-.94-1.87-1.9-2.86-2.86a.77.77 0 0 0-1.252.257.789.789 0 0 0 .172.863l.17.12.13.09.63.43-2.26 2.29-.45-.35a16 16 0 0 0-8.34-3.29l-.58-.06v-4l.48-.12a.902.902 0 0 1 .25 0h1.87c.56 0 .92-.31.92-.79a.809.809 0 0 0-.91-.78h-6.89c-.45 0-.93.2-.93.77a.69.69 0 0 0 .2.54 1 1 0 0 0 .74.26h2.61v4.15h-.58a15.82 15.82 0 0 0-4.86 30.3 15.56 15.56 0 0 0 6.23 1.29 15.79 15.79 0 0 0 15.83-15.92 15.67 15.67 0 0 0-3.94-10.4Zm-1.73 20.55a14.282 14.282 0 0 1-10.1 4.22h-.08a14.27 14.27 0 0 1-14.18-14.1 14.301 14.301 0 0 1 4.14-10.19 14.1 14.1 0 0 1 10-4.2h.06a14.24 14.24 0 0 1 10.16 24.27Zm-31.92-9.24h2.31a1 1 0 0 0 .74-.26.72.72 0 0 0 .2-.53c0-.48-.37-.78-.92-.78H7.72a.82.82 0 0 0-.92.78.71.71 0 0 0 .21.53.94.94 0 0 0 .7.26h3-.08Zm-.69-6.44h3.67c.55 0 .92-.31.92-.78a.73.73 0 0 0-.21-.54 1 1 0 0 0-.7-.26h-3.58a1 1 0 0 0-.69.25.73.73 0 0 0-.21.54.8.8 0 0 0 .8.79Zm3.77 11.31H9.94a.791.791 0 1 0 0 1.57h3.75a.79.79 0 0 0 .64-1.32.9.9 0 0 0-.62-.25Z'/%3e%3cpath fill='%23393837' d='M40.99 29.59h-7.77v-7.65c0-.56-.31-.93-.78-.93-.58 0-.78.48-.78.93v8.32a.81.81 0 0 0 .78.91H41a.81.81 0 0 0 .91-.79c.03-.48-.37-.79-.92-.79Z'/%3e%3c/g%3e%3cdefs%3e%3csymbol id='b' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='m21.49 14.72.41-1.52-.29.49a8.322 8.322 0 0 1 2.19-2.35l-1.24.84 2.58-1.7-1.28.78 1.38-.73-2.83 1.15L26.7 10l-16.24 4.19L25.12 53.3l21.56-5.93-26.35 4.22 21.62-.72-26.44-1.74 21 4-22-5.76 18.06 6.49-20.62-8.9 16.61 9L9.75 42.14l14.74 11.2L8.07 38.99 20.6 52.06 7.07 35.59l10 14.57L6.75 33.9l8.69 15.15L6.58 32.2l7.33 15.62L6.55 30.5l5.94 16-5.84-17.65 4.55 16.2-4-19.53 1.78 16.32-.73-19.53-.93 16 2.45-19-3.52 15.27 5.52-18.08-6 14.14a436.48 436.48 0 0 0 9.07-18c.21-.67 0-.77-.48-.32l-1 1.15c-1.46 2-2.86 4.13-4.22 6.25a59.48 59.48 0 0 0-4.64 7.75c23.78 25.64 39.917 30.52 48.41 14.64a26.553 26.553 0 0 0 1.7-3.95 28.536 28.536 0 0 0 1.35-6.47c.157-2.165.053-4.34-.31-6.48a25.4 25.4 0 0 0-6.48-13 25.92 25.92 0 0 0-25.6-7.22 24.69 24.69 0 0 0-11.92 7.72 39.414 39.414 0 0 0-3.5 4.94c-.667 1.1-1.333 2.19-2 3.27A6.23 6.23 0 0 0 5 23.69a2.631 2.631 0 0 0 1.95-.5c2.213-1.08 4.393-2.21 6.54-3.39a341.905 341.905 0 0 0 6.42-3.62 2.628 2.628 0 0 0 1.58-1.46Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='c' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='m24.78 12.8.63-1.63-.33.51a8.11 8.11 0 0 1 2.2-2.32l-1.35.91 2.7-1.72-4.39 2.31 4.4-2.11-15 5.8 21.11-7-17.14 3 23.42-1.27-16.82-2.22 21.13 5.08-15.52-6.07 16.67 8L33.7 6.24l15.09 10.64-11.18-9.76 13 12.95-9.27-11.43 10.42 14.83-7.09-12.77 7.64 16.29-4.74-13.75 4.71 17.29-2.12-16.3-40.64 5.19-1.2 18.41 4.2-22.6-5.54 17 7.42-18.25-7.53 14.35c3.84-6 7.507-12.083 11-18.25.27-.69.12-.8-.46-.35a25.463 25.463 0 0 0-3.19 3.77c-1.933 2.5-3.83 5.03-5.69 7.59a25.701 25.701 0 0 0-2.71 4.12c-.11.69-.2 1.39-.29 2.1a25 25 0 0 0 1.84 12.06 26.42 26.42 0 0 0 3.39 5.75 25.192 25.192 0 0 0 2.79 3 23.52 23.52 0 0 0 6.93 4.4 27.84 27.84 0 0 0 8.22 2 25 25 0 0 0 12-2.11 24.67 24.67 0 0 0 6.49-4.25A23.53 23.53 0 0 0 52.08 42a25.25 25.25 0 0 0 2.9-7.92 26.74 26.74 0 0 0 .16-8.28 24.53 24.53 0 0 0-6.6-13.44c-6.48-6.74-16.83-9.53-25.7-6.29a23.1 23.1 0 0 0-7.34 4.34 28.998 28.998 0 0 0-5.1 6.1l-2 3.23a11.09 11.09 0 0 0-1.49 2.93 3.11 3.11 0 0 0 2.12-.61c2.43-1.21 4.82-2.47 7.19-3.78 2.37-1.31 4.73-2.62 7-4a3.06 3.06 0 0 0 1.56-1.48Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='d' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='M31.77 12.46a16.23 16.23 0 0 0 3.07-3.45l-.45.41a7.41 7.41 0 0 1 2.54-1.66l-1.16.47 2.65-.91-4.64 1.25 5-1.11-3.51.61 5.12-.63-4.78.39 4.67-.11h-3l2.93.21-1.22-.14 3 .51-1.2-.22c1.21.275 2.389.67 3.52 1.18a21.004 21.004 0 0 1 3.39 1.93 22.106 22.106 0 0 1 3.13 2.66 23.866 23.866 0 0 1 2.75 3.36l-.26-.43 1.45 2.37-.22-.43 1.24 2.51-.18-.43 1 2.54-.14-.42.65 2.42-.09-.42.39 2.37-.05-.41.17 2.4v-.4 2.41-.39l-.25 2.38.06-.38-.45 2.33.09-.36-.64 2.27.12-.34a25.912 25.912 0 0 1-1.68 4 24.059 24.059 0 0 1-2.14 3.35 24.66 24.66 0 0 1-4.21 4.27 22.64 22.64 0 0 1-12.2 4.92 23.55 23.55 0 0 1-12.36-2.52 25.649 25.649 0 0 1-4.75-3.16 24.22 24.22 0 0 1-2.68-2.68 26.328 26.328 0 0 1-2.51-3.39l.2.31-1.13-2 .19.33-1-2.13.16.37-.8-2.21.13.39-.59-2.27.1.42a29.198 29.198 0 0 1-.44-3.73 23.526 23.526 0 0 1 .21-3.66 24.47 24.47 0 0 1 6.52-13.53 34.452 34.452 0 0 1 6.87-5.25c.72-.51 1.41-1.05 2.08-1.62a1.85 1.85 0 0 0 .78-.86c.3-.58-.19-.78-.72-.56a31.59 31.59 0 0 0-5.43 2.78 32.347 32.347 0 0 0-3.28 2.55 26.069 26.069 0 0 0-6.5 9.18 25.47 25.47 0 0 0-2.1 10.14 23.25 23.25 0 0 0 3 11.25 26.09 26.09 0 0 0 6.65 7.94 27.19 27.19 0 0 0 9.2 4.73 25.33 25.33 0 0 0 10.57.67 22.391 22.391 0 0 0 6.23-2 29.426 29.426 0 0 0 4.59-2.71 26.89 26.89 0 0 0 9.55-12.89c.565-1.645.976-3.34 1.23-5.06.32-2.088.32-4.212 0-6.3a26.17 26.17 0 0 0-4.06-10.1A23.85 23.85 0 0 0 49 8.88a22.925 22.925 0 0 0-4-1.85 10.15 10.15 0 0 0-3.45-.65 7.71 7.71 0 0 0-2.95 0 36.004 36.004 0 0 0-4.12.76 5.59 5.59 0 0 0-2.09.88 6.169 6.169 0 0 0-2 1.09l-1.26 1.09a6.63 6.63 0 0 0-1.44 2l.43-.4-3.63 2.93-.55.45-.1.36.32.17a3.31 3.31 0 0 0 1.38-.31c1.19-.41 2.34-.9 3.48-1.41a14.893 14.893 0 0 0 1.57-.73 3.35 3.35 0 0 0 1.18-.8Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='e' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='M26.22 13.45a3.4 3.4 0 0 1 1.35-2.8l-.46.54a9.661 9.661 0 0 1 2.64-1.87l-1.73.9 3.19-1.46-16.33 5.83 19.43-6.33-22.71 4.7 30.62-2.83-22.64-3.46 28.21 7.57-20.27-9.93 24.42 15.93-14.69-14 16.28 19.22L42.94 8.59l10.88 22.19-6.12-18.62 5.1 23.81-1.39-19.2-.77 24 3.26-18.64-6.51 22.88 7.63-17-11.95 20.58 11.5-14.29-16.53 16.6 16.09-11.49-23.19 12.31 19.51-5-29.8-37.2c-.5-.62-8.72 8.21-8.57 8.05-2.16 2.233-4.27 4.5-6.33 6.8a3.83 3.83 0 0 0-1.35 2.11l-.21 2.25a19.37 19.37 0 0 0 .08 3.32 24.18 24.18 0 0 0 1 5.34 26.93 26.93 0 0 0 4.4 8.51 26.53 26.53 0 0 0 17.58 9.89 26.118 26.118 0 0 0 19.38-5.38 25.67 25.67 0 0 0 6.29-7.2 26.91 26.91 0 0 0 2.21-4.93 26.23 26.23 0 0 0 1.26-5.39 26.679 26.679 0 0 0-.63-9.79 26.998 26.998 0 0 0-4-8.63 25.218 25.218 0 0 0-7.78-7.12 27 27 0 0 0-9.16-3.32 25.25 25.25 0 0 0-19.33 4.52 29.27 29.27 0 0 0-7 7.65c-.72 1.12-1.4 2.28-2.1 3.42-.48.75-1 1.51-1.4 2.28a4.85 4.85 0 0 0-.86 2.13 4.24 4.24 0 0 0 2.53-.66 593.954 593.954 0 0 0 8.8-4.05 261.42 261.42 0 0 0 8.68-4.28 4.29 4.29 0 0 0 2.08-1.59Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='f' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='m22.78 14.03.31-1.47-.34.52a8.321 8.321 0 0 1 2.23-2.35l-1.4.92 2.74-1.77-1.44.86 1.39-.71-15.58 5.86L32.36 8.6l-20.13 2.73 9.21 39.95 23.47-.46-29.25-3.18 21.73 6.71-26.83-12 17 11.66-19.62-16.6 13.53 15.18L6.82 32.14l9.29 17.65-9.07-23 4.64 19-3.22-24.1-.1 19.2 2.63-23.84-4.67 18.26 8.26-22.26v-.63l-.52.35-1 1.36a137.032 137.032 0 0 0-3 5.13c-1.52 2.65-3 5.31-4.43 8a13.71 13.71 0 0 0-1.13 2.31c-.28.414-.4.914-.34 1.41v-2.21a19.17 19.17 0 0 0 .1 3.3 24.44 24.44 0 0 0 1 5.29 26.14 26.14 0 0 0 21.8 18.27 26 26 0 0 0 19.32-5.18 25.73 25.73 0 0 0 6.37-7.14 26.761 26.761 0 0 0 2.27-4.92 25.88 25.88 0 0 0 1.31-5.41 26.28 26.28 0 0 0-4.59-18.58 25.18 25.18 0 0 0-7.84-7.19 27 27 0 0 0-9.24-3.32 25.19 25.19 0 0 0-19.33 4.66 28.998 28.998 0 0 0-6.87 7.65c-.72 1.13-1.38 2.29-2.07 3.44-.48.75-.94 1.51-1.37 2.29a4.06 4.06 0 0 0-.74 2.08 3.21 3.21 0 0 0 2.17-.62c2.48-1.22 4.937-2.497 7.37-3.83a481.557 481.557 0 0 0 7.26-4.06 3.18 3.18 0 0 0 1.7-1.47Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='g' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='M28.55 13.59c.56-.83 1.12-1.66 1.69-2.48a4.08 4.08 0 0 1 1.7-1.52l-1 .61 2.38-1.38-3.23 1.43 3.67-1.43-5.52 1.67 7.06-2-9 2L36.84 8.4l-9.07 1.35 10.69-1.27-9.14.7 10.77-.42h-9.15l8.4.32-6.73-.53 8.35 1-9-1.47 10.58 2.07-8.82-2.11 10.37 2.87-8.59-2.73 10.1 3.64-8.32-3.33 9.77 4.38-8-3.9 9.37 5.09-7.62-4.45 8.9 5.77-7.18-5 11.17 9.41-7.89-7.27 7.95 9.24-5.06-6.54 4 5.83-2.74-4.33 3.44 6.06-2.34-4.46 2.89 6.27-1.92-4.56 2.3 6.38-1.51-4.61 1.73 6.46-1.1-4.62 1.16 6.49-.7-4.61.61 6.48-.31-4.55.07 6.41.06-4.47-.46 6.3.42-4.35-1 6.16.76-4.21-1.46 6 1.08-4-1.92 5.74 1.38-3.84-2.38 5.49 1.67-3.63-2.81 5.19 1.93-3.39-3.21 4.87 2.16-3.14-3.59 4.53 2.38-2.87-3.94 4.15 2.56-2.59-4.22 3.72 2.73-2.3-4.46 3.26 2.88-2-4.66 2.78 3-1.68-4.83 2.29 3.1-1.37-5 1.81 3.18-1.05-5.06 1.31 3.22-.73-5.11.83 3.25-.43-5.12.36 3.25-.12-5.1-.1 3.22.18-5-.55 3.19.47-5-1 3.13.75-4.85-1.4 3.06 1-4.72-1.82 3 1.3-4.54-2.21 2.84 1.57-4.35-2.61 2.71 1.82-7-5.55 2.92 2.62-4.06-4.15 2.72 2.89-3.75-4.54 2.49 3.17-3.37-4.88 2.23 3.43-2.88-5.28 2 3.68-2.49-5.46 1.65 3.92-2-5.73 1.32 4.14-1.53-6 1 4.33-1-6.16.61 4.51-.52-6.32.22 4.64V26.7l-.26 4.89.54-6.53-.57 4.84 1.06-6.57-1 4.89 1.6-6.58-1.38 4.91 2.14-6.54-1.81 4.89 2.69-6.47-2.23 4.85 3.24-6.36-2.65 4.76 3.77-6.2-3.07 4.64 4.32-6-3.48 4.48 4.84-5.75-3.88 4.28 5.36-5.46-4.27 4.05 5.86-5.13 1.56-1.39.66-.8c.22-.36.17-.5-.14-.44a.76.76 0 0 0-.68.24c-.472.224-.91.513-1.3.86-1.48 1.1-2.91 2.26-4.33 3.44a11.658 11.658 0 0 0-3 3.19 8.34 8.34 0 0 0-2.57 3.91c-.65 1.61-1.25 3.25-1.8 4.9a14.33 14.33 0 0 0-.73 2.55v1.63l.08 2.33a36.18 36.18 0 0 0 .49 5.52c.055.356.185.697.38 1 .5 1.14 1 2.26 1.64 3.36a19.636 19.636 0 0 0 2.34 4.08 23.793 23.793 0 0 0 2.73 2.95 24.94 24.94 0 0 0 11.06 5.87 23.63 23.63 0 0 0 13.75-.81 25.35 25.35 0 0 0 12.8-11.16 24.78 24.78 0 0 0 2.94-16.17l-.43-1.94-.61-1.91a13.647 13.647 0 0 0-2-2.57c-1.59-1.83-3.28-3.61-5-5.32-2.63-2.59-6.4-4.48-9.27-6.34a8.81 8.81 0 0 0-2.35-.1c-1.52 0-3 .1-4.57.22l-3.38.25a13.3 13.3 0 0 0-3.5.53 15.6 15.6 0 0 0-3.08 1.82 17.243 17.243 0 0 0-2.64 2.48 37 37 0 0 0-2.18 2.81 13.44 13.44 0 0 1-2.33 3.08c-.4.38-.32.55.22.52a13.47 13.47 0 0 0 3.38-1.14c2.11-.86 4.21-1.77 6.28-2.72a13.577 13.577 0 0 0 3.11-1.73Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='h' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='M24 12.79a18.83 18.83 0 0 0 3.73-3.89 3.68 3.68 0 0 1 1.25-1.26l-1.43.85 2.23-1.08-1.79.77 2.57-.86-1.55.41 2.33-.4-.64.08c.823-.08 1.652-.06 2.47.06a13.23 13.23 0 0 1 2.5.44 17.9 17.9 0 0 1 4.83 2 22.509 22.509 0 0 1 7.14 7 20.8 20.8 0 0 1 3.43 9.75 26.07 26.07 0 0 1-.18 5.37l-.24 1.52a30.627 30.627 0 0 1-1.1 3.88l.25-.79-.89 2.29.33-.8-1.08 2.26.42-.81-1.27 2.22.5-.81-1.44 2.16.58-.79-1.64 2.09.68-.77-1.83 2 .76-.75-2 1.92.84-.7-2.27 1.8.92-.65-2.46 1.67 1-.6-2.6 1.49 1.05-.54-2.7 1.29 1.12-.47L35 51.2l1.18-.38-2.91.83 1.23-.3-3 .61 1.27-.21-3.06.36 1.31-.11-3.1.12h1.33L26.12 52l1.34.09-3.13-.35 1.35.18-3.12-.59 1.34.28-3.08-.82 1.32.38-3-1.05 1.3.47-3-1.28 1.26.57-2.87-1.52 1.21.66-2.77-1.75 1.16.75-2.64-2 1.09.82a27.17 27.17 0 0 1-4.18-4.33 25.15 25.15 0 0 1-2.6-4.38 20.81 20.81 0 0 1-1.83-11.05 25.19 25.19 0 0 1 3.35-10 16.88 16.88 0 0 1 1.88-2.62 17.259 17.259 0 0 1 2.2-2.4l1.68-1.42a25.231 25.231 0 0 1 3.74-2.39c.8-.767 1.474-1.654 2-2.63a.55.55 0 0 0-.12-.64.53.53 0 0 0-.66 0A27.93 27.93 0 0 0 12 9.19a26.7 26.7 0 0 0-7.16 9.23 24.53 24.53 0 0 0-2.41 11.3 23.08 23.08 0 0 0 1 6.23 27.29 27.29 0 0 0 2.17 4.88 26 26 0 0 0 14.63 12 24.73 24.73 0 0 0 12.74.77 26.14 26.14 0 0 0 17-13 25.73 25.73 0 0 0 3.06-10.44 22.58 22.58 0 0 0-.41-6.3c-.38-1.737-.94-3.43-1.67-5.05-2.86-6.47-8.76-11.88-15.82-13.19a11.66 11.66 0 0 0-6.74.87l-.89.41c-.687.31-1.34.688-1.95 1.13l-.47.6a14.94 14.94 0 0 1-5.37 5.4.61.61 0 0 0-.25.72.62.62 0 0 0 .75.12 13 13 0 0 0 2-1A13.335 13.335 0 0 0 24 12.79Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='i' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='m29.04 12.3.8-1.72-.37.5a7.12 7.12 0 0 1 2.21-2.26l-1.44.85 2.83-1.62-4.64 2.13 4.6-1.93-15.81 5.23 22.06-6.17-17.92 2.54 22.68-1.11-17.71-1.15 19.1 2.76-15.49-3.51 16.89 4.42-15-4.53 16.38 5.62L33.72 6.8l15.76 6.76-13.86-6.52 15.06 7.86-13.16-7.44 15.27 10.45-11.52-9.07 10.14 8.78-8.36-7.84 11.89 13.23-8.59-11 9.2 14.52-6.44-11.78 6.44 15.35-4.21-12.19 3.67 15.7-2-12.21 1 15.61V25.12l-.64 11.13.91-9.21-1.56 10.86 1.67-8.93-2.52 10.62 2.4-8.59-3.33 10.09 3.09-8.2-4.09 9.7 3.74-7.76-4.92 9.18 4.35-7.27-5.65 8.59 4.92-6.73-6.36 8 5.44-6.17-7 7.28 5.92-5.55-7.51 6.5 6.35-4.91-8 5.7 6.74-4.23-10.22 5.89 8.85-4.56-10.65 4.83 7.28-3-9.11 3.14 7.51-2.27-9.35 2.26 7.69-1.54-9.51 1.38 7.81-.8-9.61.5 7.88-.06-9.65-.38 7.89.67-9.62-1.25 7.86 1.4-9.53-2.12 7.76 2.12-9.38-3 7.61 2.84-9.17-3.82L27.72 51l-8.89-4.66 7.16 4.26-8.56-5.5 6.86 4.95-8.16-6.31 6.49 5.62-7.7-7.1 6.02 6.33-7.18-7.87 5.6 6.9-6.57-8.59 5.08 7.49-5.86-9.25 4.49 8.07-5.1-9.88 3.85 8.61-4.26-10.48 3.16 9.09-3.43-11 2.42 9.52-2.53-11.41 1.65 9.9-1.6-11.78.84 10.21-.64-12.09V36.5l.34-12.31-.83 10.64 1.32-12.44-1.68 10.74 2.32-12.49-3.84 14.82A96.089 96.089 0 0 0 23.34 7.59l-.57.13c-.894.557-1.732 1.2-2.5 1.92a159.583 159.583 0 0 0-4.62 4.07c-1.53 1.37-3 2.76-4.51 4.2a16.173 16.173 0 0 0-2.16 2.29l-.69 1.9a23.092 23.092 0 0 0-.88 3.85 24.41 24.41 0 0 0 .81 10.3 23.241 23.241 0 0 0 5.62 9.54 25.7 25.7 0 0 0 8.8 5.8 23.53 23.53 0 0 0 5.6 1.44 28.09 28.09 0 0 0 5.7.09 33.82 33.82 0 0 0 10.43-7.35 20.85 20.85 0 0 0 10.31-7.55l.7-1.73a5.05 5.05 0 0 0 .56-3l-.33-2.53c-.26-1.8-.553-3.597-.88-5.39-.23-1.44-.51-2.87-.83-4.29a25 25 0 0 0-9.31-12.79 3 3 0 0 0-2.09-.65 115.72 115.72 0 0 0-5.67-.56 282.5 282.5 0 0 0-7.1-.54 27.18 27.18 0 0 0-4.94-.09 25.458 25.458 0 0 0-4 1.93 21.498 21.498 0 0 0-3.81 3 29.363 29.363 0 0 0-3.67 4.49l-1.55 2.28a24.334 24.334 0 0 0-1.74 2.89 3.2 3.2 0 0 0 2.21-.49 188.44 188.44 0 0 0 7.59-3.41c2.507-1.193 5-2.407 7.48-3.64a3.24 3.24 0 0 0 1.74-1.4Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='j' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='m24.42 14.01.3-1.49-.4.52c.42-.71.978-1.328 1.64-1.82a7.5 7.5 0 0 1 2-1.36l-1.58.86 3-1.46-18.62 6.64 24.91-7-19.62 1.36 25.9.91-21.22-5.71 28.79 36.52 4.82-21.5-9.65 26.45 11.33-18.16-17.75 22.09L54.82 37.4 31.07 52.22l20-7.25-27.13 6.18 21.19-.38L17.5 48l20.13 6.38-25.39-11.5 16.93 12.49L8.94 36.18l11.8 17.31L8.17 28.95l5.37 20.21 5.57-39a3.5 3.5 0 0 0-1.91 1.4c-2 2.09-4 4.23-5.94 6.41-1.94 2.18-3.87 4.35-5.74 6.59a3.53 3.53 0 0 0-1.18 2.05l-.19 2.25a19.25 19.25 0 0 0 .1 3.31 24.73 24.73 0 0 0 1 5.33 27 27 0 0 0 4.45 8.47 26.59 26.59 0 0 0 17.56 9.79A26.16 26.16 0 0 0 46.6 50.4a25.862 25.862 0 0 0 6.31-7.19 26.78 26.78 0 0 0 2.86-20.2 26.942 26.942 0 0 0-4-8.67 25.52 25.52 0 0 0-7.84-7.15A27.13 27.13 0 0 0 34.7 3.9a25.27 25.27 0 0 0-19.36 4.66 29.15 29.15 0 0 0-6.93 7.67c-.72 1.12-1.39 2.28-2.08 3.43-.49.75-.95 1.51-1.39 2.28a4.14 4.14 0 0 0-.78 2.1 3.66 3.66 0 0 0 2.34-.61 218.75 218.75 0 0 0 8.09-3.85c2.673-1.34 5.34-2.697 8-4.07a3.7 3.7 0 0 0 1.83-1.5Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='k' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='m27.48 11.9.7-1.66-.3.48a6.9 6.9 0 0 1 2.16-2.24l-1.23.82 2.6-1.6-4 2.05 4.16-1.89-10.86 4.07 13.91-4.64-14.08 3.12 18.84-2.57-11.15.1 12.73.42-13.88-1 15.42 1.7-13.62-2.05L44 9.88 30.72 6.82l14.73 4-12.86-4 14.24 5.11-12.36-5 11.2 5.05-9.32-4.72 10.67 5.89-8.81-5.37 10.07 6.67-8.23-6 9.42 7.41-7.61-6.54 8.66 8.06-6.94-7 7.84 8.63-6.23-7.49 7 9.14-5.49-7.88 6.08 9.57-4.72-8.2 5.16 9.94-3.93-8.46 4.22 10.22-3.13-8.65 3.27 10.43-2.33-8.77 2.34 10.55-1.55-8.82 1.41 10.6-.77-8.82.49 10.58v-8.76l-.41 10.5.74-8.63-1.3 10.33 1.47-8.44-2.16 10.09 2.18-8.2-3 9.81 2.85-7.92-3.8 9.46 3.5-7.57-4.59 9 4.13-7.18-5.34 8.57 4.71-6.74-6 8 3.85-4.69-5.31 5.9 4.23-4.3-5.79 5.38 4.59-3.89-7.88 6.1 6.59-4.74-8.38 5.33 7-4.1-8.82 4.53 7.37-3.44-9.21 3.71 7.68-2.76-9.53 2.87 7.93-2.06-9.78 2 8.13-1.33-10 1.14 8.27-.61-10.08.27 8.36.12-10.13-.6 8.39.85-10.17-1.36 8.36 1.58-10-2.34 8.27 2.32-9.89-3.2 10.21 3.94-14.6-7.37 7.39 5.14-8.68-6.54 7 5.82-8.21-7.33 8.9 9.19-11.89-30.4-1 11.93 1.72-12.32-1.9 10.57 2.68-12.24-2.72 10.48 3.63-12.1-3.52 10.34 4.57-11.88-5.56 12.69 9.42-16.78-6.59 9 8.11-10.2-9.29 10.7A87.12 87.12 0 0 0 21.69 7.74c.31-.58.17-.71-.41-.41l-1.14.85c-1.75 1.58-3.45 3.21-5.12 4.88a139.55 139.55 0 0 0-3.94 4c-4.487 4.333-5.517 10.297-3.09 17.89a5.41 5.41 0 0 0 .67 3.12c.338.876.743 1.725 1.21 2.54a23.48 23.48 0 0 0 8.47 8.81 26.232 26.232 0 0 0 5.36 2.45c1.215.39 2.459.68 3.72.87a19.79 19.79 0 0 0 11.56-1.7 9.12 9.12 0 0 0 2.59-.59.999.999 0 0 0 .79-.51L39.63 6.87a2.48 2.48 0 0 0-1.91-.35c-1.67 0-3.34.13-5 .26-2.08.127-4.16.287-6.24.48a20.1 20.1 0 0 0-4.29.62 14.69 14.69 0 0 0-2.44 1.53 15.454 15.454 0 0 0-2.21 1.83 24.1 24.1 0 0 0-2.53 2.9 60.502 60.502 0 0 0-4.2 6.46 2.72 2.72 0 0 0 2-.48 143.64 143.64 0 0 0 6.65-3.32c2.193-1.167 4.37-2.35 6.53-3.55a2.66 2.66 0 0 0 1.49-1.35Z' opacity='.11'/%3e%3c/symbol%3e%3csymbol id='l' width='61' height='59' viewBox='0 0 61 59'%3e%3cpath fill='%23BDA17E' d='M32.66 11.28a29.072 29.072 0 0 0 3.12-3.54l-.43.41 1.15-.91-1.06.54 2.5-1.19-2.68 1.06 3.1-1.07-3.24.88 4.84-1.1-4.4.8 2.85-.31-1.14.06h1.77l1.82.22c.94.166 1.86.424 2.75.77.627.19 1.233.44 1.81.75.936.406 1.83.902 2.67 1.48l-.41-.29 2.11 1.54-.38-.31 1.92 1.66-.33-.32 1.69 1.72-.3-.34 1.55 1.8-.27-.35 1.4 2-.23-.36 1.24 2.16-.18-.36 1 2.25-.14-.37.81 2.33-.11-.37.57 2.37-.09-.3.33 2.4v-.35l.1 2.4v-.34l-.12 2.38v-.33a24.224 24.224 0 0 1-.79 4.31A24.41 24.41 0 0 1 52.89 44a24.54 24.54 0 0 1-10.83 7.61c-7.3 2.58-15.59.84-21.76-4a26 26 0 0 1-4-4 27.78 27.78 0 0 1-3.78-6.69l.11.32-.72-2.17.09.35-.51-2.23.06.38-.31-2.27v.41l-.12-2.3v.44l.07-2.31V28l.26-2.31v.49a29.9 29.9 0 0 1 1.39-5.17 23.69 23.69 0 0 1 3-5.46 24 24 0 0 1 3.61-4 28.999 28.999 0 0 1 5.38-3.65 16.49 16.49 0 0 0 3.24-2.77.49.49 0 1 0-.63-.74 29.766 29.766 0 0 0-3.9 1.78l-1.8 1.09a26.794 26.794 0 0 0-4.76 4 26.42 26.42 0 0 0-6.41 11.64 23.24 23.24 0 0 0 1.68 16.69c.46.949.975 1.87 1.54 2.76a30.23 30.23 0 0 0 2.44 3.19 24.91 24.91 0 0 0 4.66 4.09 23.43 23.43 0 0 0 5.52 2.89 25.87 25.87 0 0 0 10.42 1.63 25 25 0 0 0 12.18-4.27 26.579 26.579 0 0 0 8.48-9.16 28.114 28.114 0 0 0 2.88-7.5c.447-2.059.642-4.164.58-6.27a22.48 22.48 0 0 0-1.15-6.25 24.73 24.73 0 0 0-6.59-10.3 20.73 20.73 0 0 0-8.27-4.81 12.47 12.47 0 0 0-4.89-.51 22.68 22.68 0 0 0-4.44.95c-.65.17-1.289.383-1.91.64-.8.313-1.54.76-2.19 1.32a9.97 9.97 0 0 0-1.13.93 7.922 7.922 0 0 0-1.52 2l.4-.4-3.71 3.15-.53.46-.09.35.33.17a3.222 3.222 0 0 0 1.36-.34c1.15-.43 2.28-.94 3.39-1.47a8.572 8.572 0 0 0 2.65-1.56Z' opacity='.11'/%3e%3c/symbol%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h60.94v58.18H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-malzemeler {
  margin-bottom: 20px;
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-malzemeler .field__label {
  margin-bottom: -10px;
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-malzemeler .field__label::after {
  content: ";";
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-uzeri-icin {
  margin-bottom: 20px;
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-uzeri-icin .field__label {
  margin-bottom: -10px;
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-uzeri-icin .field__label::after {
  content: ";";
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-yapilisi {
  margin-bottom: 20px;
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-yapilisi .field__label {
  margin-bottom: -10px;
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-yapilisi .field__label::after {
  content: ";";
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-puf-noktasi {
  margin-bottom: 20px;
  position: relative;
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-puf-noktasi .field__label {
  margin-bottom: -10px;
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-puf-noktasi .field__label::after {
  content: ";";
}
.node-type-tarif article .urun-top .u-top-right .field--name-field-puf-noktasi::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -10px;
  width: 21px;
  height: 27px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='27' fill='none' viewBox='0 0 22 27'%3e%3cg fill='%23393837' clip-path='url(%23a)'%3e%3cpath d='M10.89 0a.61.61 0 0 1 .31.58v2.51a.63.63 0 0 1-.13.41.48.48 0 0 1-.39.08.37.37 0 0 1-.28-.41V.59a.56.56 0 0 1 .3-.59h.19Zm.21 21.22H8.21c-.46 0-.56-.11-.59-.56a12.56 12.56 0 0 0-.19-1.62 3.49 3.49 0 0 0-1.07-1.85 6.71 6.71 0 1 1 11-7 6.36 6.36 0 0 1-1.5 6.67 4.83 4.83 0 0 0-1.25 3.5v.2c0 .39-.14.52-.52.53l-2.99.13Zm2.67-.88v-.1a2.255 2.255 0 0 1 0-.26 5.27 5.27 0 0 1 1.51-3.65 5.33 5.33 0 0 0 1.53-3.48 5.84 5.84 0 0 0-1.68-4.65 5.91 5.91 0 0 0-7.23-.93 5.74 5.74 0 0 0-2.85 5.6 5.34 5.34 0 0 0 1.72 3.65 5 5 0 0 1 1.51 3c0 .31.08.63.12 1l5.37-.18Zm-2.61 3.38H8.48a1.012 1.012 0 1 1-.32-2c.147-.04.298-.06.45-.06l5.09-.09a1 1 0 0 1 1.15.86 1 1 0 0 1-1 1.16h-2.66l-.03.13Zm0-1.23h-2.6a.32.32 0 0 0-.25.18c0 .16.11.21.25.21h.15l4.95-.08h.23a.25.25 0 0 0 .14-.18.31.31 0 0 0-.14-.18.44.44 0 0 0-.23 0l-2.5.05Zm.06 3.68H9.43a1 1 0 1 1 0-2l3.6-.06a.998.998 0 0 1 1.12 1 1 1 0 0 1-1.11 1l-1.82.06Zm0-1.23H9.4c-.14 0-.27 0-.26.19.01.19.13.2.27.2h.05l3.53-.06c.15 0 .32 0 .3-.22-.02-.22-.17-.18-.31-.17l-1.76.06ZM6.38 4.77c-.1.1-.18.27-.3.31A.8.8 0 0 1 5.64 5s-.06-.07-.09-.11L4.09 2.7c-.11-.17-.18-.36 0-.52a.54.54 0 0 1 .39-.17.48.48 0 0 1 .32.21c.5.73 1 1.47 1.47 2.21.02.08.04.19.11.34Zm15.41 1.8s-.1.2-.21.26c-.8.46-1.61.92-2.42 1.36a.38.38 0 0 1-.54-.12.398.398 0 0 1 .15-.57c.8-.47 1.61-.92 2.42-1.36.3-.2.6.02.6.43ZM.42 6.43l.27.09 2.3 1.2.09.06a.44.44 0 0 1 .15.54.39.39 0 0 1-.53.16c-.23-.1-.45-.23-.68-.34L.24 7.2c-.19-.1-.3-.27-.21-.46s.22-.24.34-.35l.05.04Zm17.46-4.21c-.035.11-.079.217-.13.32l-1.47 2.3a.393.393 0 0 1-.67-.41c.49-.78 1-1.56 1.5-2.34a.331.331 0 0 1 .44-.16c.124.08.235.178.33.29Z'/%3e%3cpath d='M16.21 12.27v.13c0 .3-.14.49-.38.5-.24.01-.42-.16-.43-.47a4.23 4.23 0 0 0-.69-2.21 4.35 4.35 0 0 0-3.53-2H11c-.3 0-.49-.17-.49-.41a.42.42 0 0 1 .52-.4 8.73 8.73 0 0 1 1.36.19 5.19 5.19 0 0 1 3.82 4.67Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h21.79v26.2H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  #block-dildegistirici {
    margin-left: auto;
    margin-right: 20px;
  }
}
#block-dildegistirici .links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-dildegistirici .links li a {
  color: #FFF;
  font-weight: 500;
}
#block-dildegistirici .links li .is-active {
  display: none;
}
#block-views-block-tarifler-block-1 {
  float: left;
  width: 100%;
  background: #f4efe9;
  padding: 70px 0 50px 0;
}
#block-views-block-tarifler-block-1 .view-content {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  max-width: 1000px;
}
#block-views-block-tarifler-block-1 .view-content .views-row {
  position: relative;
}
#block-views-block-tarifler-block-1 .view-content .views-row:hover .views-field-field-gorsel img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
#block-views-block-tarifler-block-1 .view-content .views-row .views-field-field-gorsel {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#block-views-block-tarifler-block-1 .view-content .views-row .views-field-field-gorsel::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #ffffff 10.18%, rgba(255, 255, 255, 0) 98.43000000000001%);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-views-block-tarifler-block-1 .view-content .views-row .views-field-field-gorsel::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #ffffff 10.18%, rgba(255, 255, 255, 0) 98.43000000000001%);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-views-block-tarifler-block-1 .view-content .views-row .views-field-field-gorsel img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-views-block-tarifler-block-1 .view-content .views-row .views-field-title {
  position: absolute;
  width: 100%;
  top: 30px;
  text-align: center;
  line-height: 170%;
}
#block-views-block-tarifler-block-1 .view-content .views-row .views-field-title .tarif-title {
  font-family: 'Marvel Poster', sans-serif;
  font-size: 28px;
}
@media screen and (max-width: 800px) {
  #block-views-block-tarifler-block-1 .view-content .views-row .views-field-title .tarif-title {
    font-size: 46px;
    line-height: 100%;
  }
}
#block-views-block-tarifler-block-1 .view-content .views-row .views-field-title .tarif-cat {
  font-size: 18px;
  color: #c3a985;
}
@media screen and (max-width: 800px) {
  #block-views-block-tarifler-block-1 .view-content .views-row .views-field-title .tarif-cat {
    font-size: 32px;
    line-height: 100%;
  }
}
#block-views-block-tarifler-block-1 .view-content .views-row .views-field-nothing {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
}
#block-views-block-tarifler-block-1 .view-content .views-row .views-field-nothing .field-content {
  padding-right: 25px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' fill='none' viewBox='0 0 17 21'%3e%3cg stroke='%23393837' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.96' clip-path='url(%23a)'%3e%3cpath d='m6.72 19.14 8.24-8.25a1.182 1.182 0 0 0 0-1.67L6.72.98'/%3e%3cpath d='m.98 19.14 8.25-8.25a1.18 1.18 0 0 0 0-1.67L.98.98'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h16.29v20.12H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
}
#block-views-block-tarifler-block-1 .view-content .views-row .views-field-view-node a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -555px;
  overflow: hidden;
  z-index: 99;
}
#block-tarifler {
  float: left;
  width: 100%;
  padding: 50px 0;
  position: relative;
  margin-bottom: 50px;
  margin-top: -100px;
}
#block-tarifler::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #f4efe9;
  z-index: -1;
}
#block-tarifler::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f4efe9;
  z-index: -1;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  margin: -10px 0 0 -5px;
}
#block-tarifler .block-image {
  text-align: center;
}
.paragraph--type--gorsel-tablo {
  float: left;
  width: 100%;
  margin: 100px 0;
}
.paragraph--type--gorsel-tablo .field--name-field-gorseller {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  max-width: 1040px;
}
.paragraph--type--gorsel-tablo .field--name-field-gorseller .field__item {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.paragraph--type--gorsel-tablo .field--name-field-gorseller .field__item img,
.paragraph--type--gorsel-tablo .field--name-field-gorseller .field__item a {
  width: 100%;
  height: auto;
  display: block;
}
