@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import "/themes/custom/kerataif/css/global-defaults.css";
/* Global mixins*/
.fitimg {
  width: 100%;
  height: auto;
  display: block;
}
.fit {
  float: left;
  width: 100%;
}
/* Variables */
:root {
  --kerataif-blue: #2375d3;
  --kerataif-blue-dark: #154377;
  --kerataif-red: #ED1C2C;
  --kerataif-red-dark: #660C0D;
  --kerataif-white: #D6D6DD;
  --kerataif-black: #111111;
  --kerataif-gray: #838383;
  --kerataif-gray-dark: #333333;
  --kerataif-gray-light: #bbbbbb;
  --kerataif-font-size: 16px;
  --kerataif-round: 6px;
}
.roundit {
  -webkit-border-radius: var(--kerataif-round);
  -moz-border-radius: var(--kerataif-round);
  border-radius: var(--kerataif-round);
}
/* Form objects */
.button {
  padding: 7px 45px 7px 25px;
  cursor: pointer;
  color: var(--kerataif-red-dark);
  border: none;
  background: var(--kerataif-red);
  height: 40px;
  font-size: var(--kerataif-font-size);
  -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);
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' fill='none' viewBox='0 0 10 17'%3e%3cg fill='%23660C0D'%3e%3cpath d='M1.787.574 10 8.787 8.357 10.43.144 2.216 1.787.574Z'/%3e%3cpath d='M10 8.787 1.787 17 .144 15.357l8.213-8.213L10 8.787Z'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.js-form-type-textfield,
.js-form-type-textarea,
.js-form-type-email,
.js-form-type-number,
.js-form-type-tel,
.js-form-type-url,
.js-form-type-select,
.js-form-type-search,
.js-form-type-password .js-form-type-date,
.js-form-type-password {
  margin-bottom: 20px;
}
.js-form-type-textfield > label,
.js-form-type-textarea > label,
.js-form-type-email > label,
.js-form-type-number > label,
.js-form-type-tel > label,
.js-form-type-url > label,
.js-form-type-select > label,
.js-form-type-search > label,
.js-form-type-password .js-form-type-date > label,
.js-form-type-password > label {
  margin-left: 10px;
}
.form-text,
.form-textarea,
.form-search,
.form-email,
.form-number,
.form-tel,
.form-url,
.form-date {
  padding: 5px 10px;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  border: 1px solid var(--kerataif-gray-light);
  background: none;
  font-size: 1rem;
  height: 40px;
  -webkit-border-radius: var(--kerataif-round);
  -moz-border-radius: var(--kerataif-round);
  border-radius: var(--kerataif-round);
  -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);
}
.form-text:focus,
.form-textarea:focus,
.form-search:focus,
.form-email:focus,
.form-number:focus,
.form-tel:focus,
.form-url:focus,
.form-date:focus {
  border: 1px solid var(--kerataif-gray);
}
.form-date {
  padding-right: 5px;
  min-width: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cpath fill='%23D6D6DD' d='M5.833 1.667h.834A.833.833 0 0 1 7.5 2.5v.833h4.167V2.5a.834.834 0 0 1 .833-.833h.833a.833.833 0 0 1 .834.833v.833a2.5 2.5 0 0 1 2.5 2.5V15a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 15V5.833a2.5 2.5 0 0 1 2.5-2.5V2.5a.833.833 0 0 1 .833-.833ZM12.5 3.333h.833V2.5H12.5v.833Zm-5.833 0V2.5h-.834v.833h.834ZM5 4.167a1.667 1.667 0 0 0-1.667 1.666v.834h12.5v-.834a1.667 1.667 0 0 0-1.666-1.666H5ZM3.333 15A1.667 1.667 0 0 0 5 16.667h9.167A1.667 1.667 0 0 0 15.833 15V7.5h-12.5V15ZM10 10.833h4.167V15H10v-4.167Zm.833.834v2.5h2.5v-2.5h-2.5Z'/%3e%3c/svg%3e");
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.form-date::-webkit-calendar-picker-indicator {
  background: none;
}
.form-time {
  border-left: none;
  padding-right: 10px;
  min-width: auto;
  -webkit-border-radius: var(--kerataif-round);
  -moz-border-radius: var(--kerataif-round);
  border-radius: var(--kerataif-round);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23D6D6DD' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0Zm0 1.395a8.605 8.605 0 1 0 0 17.21 8.605 8.605 0 0 0 0-17.21Zm-.93 4.186c.385 0 .697.313.697.698v4.884h4.884a.698.698 0 0 1 0 1.395H9.07a.698.698 0 0 1-.698-.698V6.28c0-.386.312-.699.698-.699Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h20v20H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-position: right 11px center;
  background-repeat: no-repeat;
  background-size: 13px auto;
}
.form-time::-webkit-calendar-picker-indicator {
  background: none;
}
.field--type-datetime > .js-form-item {
  border: none;
}
.field--type-datetime > .js-form-item .fieldset-wrapper > div {
  display: flex;
  align-items: center;
}
.form-textarea {
  min-height: 80px;
  font-family: "Inter", sans-serif;
}
.form-select {
  padding: 5px 40px 5px 10px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  border: 1px solid var(--kerataif-gray-light);
  font-family: "Inter", sans-serif;
  -webkit-border-radius: var(--kerataif-round);
  -moz-border-radius: var(--kerataif-round);
  border-radius: var(--kerataif-round);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' fill='none' viewBox='0 0 24 12'%3e%3cpath stroke='%23CCC' stroke-linecap='round' stroke-width='3' d='m2 2 10 8 10-8'/%3e%3c/svg%3e");
  background-size: auto 8px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.form-select:focus {
  border: 1px solid var(--kerataif-gray);
}
.form-select option {
  font-size: 0.8rem;
}
.form-radio {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--kerataif-gray-light);
  width: 16px;
  height: 16px;
  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;
  -webkit-transform: translate(5px, 2px);
  -moz-transform: translate(5px, 2px);
  -o-transform: translate(5px, 2px);
  -ms-transform: translate(5px, 2px);
  transform: translate(5px, 2px);
}
.form-radio + label {
  padding-left: 7px;
  cursor: pointer;
}
.form-radio:hover,
.form-radio:focus {
  border-color: var(--kerataif-gray);
  cursor: pointer;
}
.form-radio:checked {
  background: var(--kerataif-gray);
  border: 1px solid var(--kerataif-gray);
}
.form-checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--kerataif-gray-light);
  width: 16px;
  height: 16px;
  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-transform: translate(5px, 2px);
  -moz-transform: translate(5px, 2px);
  -o-transform: translate(5px, 2px);
  -ms-transform: translate(5px, 2px);
  transform: translate(5px, 2px);
}
.form-checkbox + label {
  padding-left: 7px;
  cursor: pointer;
}
.form-checkbox:hover,
.form-checkbox:focus {
  border-color: var(--kerataif-gray);
  cursor: pointer;
}
.form-checkbox:checked {
  background: var(--kerataif-gray);
  border: 1px solid var(--kerataif-gray);
  /*box-shadow: inset 0 0 0 3px #fff;*/
}
.form-submit {
  padding: 7px 45px 7px 25px;
  cursor: pointer;
  color: var(--kerataif-red-dark);
  border: none;
  background: var(--kerataif-red);
  height: 40px;
  font-size: var(--kerataif-font-size);
  -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);
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' fill='none' viewBox='0 0 10 17'%3e%3cg fill='%23660C0D'%3e%3cpath d='M1.787.574 10 8.787 8.357 10.43.144 2.216 1.787.574Z'/%3e%3cpath d='M10 8.787 1.787 17 .144 15.357l8.213-8.213L10 8.787Z'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.black-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(16, 18, 22, 0.4);
  z-index: 99;
  opacity: 0;
  pointer-events: 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);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.black-overlay.active {
  opacity: 1;
  pointer-events: all;
}
/* Default objects */
.description {
  font-size: 0.8rem;
}
#block-kerataif-page-title h1 {
  font-weight: 600;
}
.block > h2 {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--kerataif-black);
}
.swiper-container {
  margin: 0;
}
#block-kerataif-primary-local-tasks {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #222222;
  z-index: 999;
}
#block-kerataif-primary-local-tasks ul {
  margin: 0;
  display: flex;
  list-style: none;
  padding: 0;
}
#block-kerataif-primary-local-tasks ul li {
  margin: 0;
}
#block-kerataif-primary-local-tasks ul li a {
  color: #FFF;
  box-sizing: border-box;
  padding: 10px;
  float: left;
}
#block-kerataif-primary-local-tasks ul li a:hover {
  color: #FFF;
  background-color: #666;
}
#block-kerataif-primary-local-tasks .contextual-links,
#block-kerataif-primary-local-tasks .trigger {
  display: none;
}
#block-kerataif-page-title h1 {
  font-weight: 500;
}
.swiper-container.default .swiper-button-prev,
.swiper-container.default .swiper-button-next {
  color: #FFF;
}
.swiper-container.default .swiper-button-prev {
  left: 10px;
}
.swiper-container.default .swiper-button-next {
  right: 10px;
}
/* Site global styles */
html {
  font-size: var(--kerataif-font-size);
}
body {
  margin: 0;
  font-family: "Inter", sans-serif, sans-serif;
  font-size: var(--kerataif-font-size);
  color: var(--kerataif-black);
  font-weight: 500;
}
.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: var(--kerataif-black);
  -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,
.dialog-off-canvas-main-canvas a.is-active {
  color: var(--kerataif-blue);
}
#headerHolder {
  position: absolute;
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
#headerHolder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  opacity: 0.8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='400' height='600' fill='none' viewBox='0 0 400 600'%3e%3cpath fill='%23ED1C2C' d='m0 0 320 86 80 514H0V0Z' style='mix-blend-mode:multiply'/%3e%3cpath fill='url(%23a)' d='m4 5 36.8 12.19L50 78H4V5Z' style='mix-blend-mode:multiply'/%3e%3cpath fill='url(%23b)' d='m396 596-6-36-67-10v46h73Z' style='mix-blend-mode:multiply'/%3e%3cdefs%3e%3clinearGradient id='a' x1='-16.5' x2='51' y1='-12.5' y2='46' gradientUnits='userSpaceOnUse'%3e%3cstop offset='.135' stop-color='%23660C0D'/%3e%3cstop offset='.774' stop-color='%23ED1C2C' stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='413.5' x2='355' y1='616.5' y2='549' gradientUnits='userSpaceOnUse'%3e%3cstop offset='.135' stop-color='%23660C0D'/%3e%3cstop offset='.774' stop-color='%23ED1C2C' stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: bottom left;
  mix-blend-mode: darken;
}
@media screen and (max-width: 1200px) {
  #headerHolder::before {
    background-color: var(--kerataif-red);
    background-image: none;
    opacity: 1;
    width: 100%;
    height: 120px;
  }
}
@media screen and (max-width: 600px) {
  #headerHolder::before {
    height: 65px;
  }
}
#headerHolder .region-header {
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  min-height: 650px;
  margin-top: -23px;
  -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);
}
@media screen and (max-width: 1200px) {
  #headerHolder .region-header {
    align-items: center;
    justify-content: space-between;
    max-width: none;
    padding: 0 20px;
    min-height: auto;
    overflow: hidden;
    max-height: 200px;
  }
}
@media screen and (max-width: 600px) {
  #headerHolder .region-header {
    max-height: 120px;
  }
}
@media screen and (max-width: 1200px) {
  #headerHolder.active::before {
    height: 100%;
  }
}
#headerHolder.active .region-header {
  max-height: none;
}
@media screen and (max-width: 1200px) {
  #headerHolder {
    width: 100%;
  }
  #headerHolder .region-header {
    min-height: 100px;
  }
}
#featuredHolder {
  float: left;
  width: 100%;
}
.front #featuredHolder {
  display: none;
}
#contentHolder {
  float: left;
  width: 100%;
}
#footerHolder {
  float: left;
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 1200px) {
  #footerHolder {
    background-color: #FFF;
  }
}
#footerHolder .region-footer {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 1200px) {
  #footerHolder .region-footer {
    flex-wrap: wrap;
  }
}
.front #footerHolder {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.front #footerHolder .region-footer {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px 30px 30px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1204' height='112' fill='none' viewBox='0 0 1204 112'%3e%3cpath fill='url(%23a)' d='M0 20 1204 0l-16 112H0V20Z'/%3e%3cpath fill='url(%23b)' d='m1103 6.5 96-1.5-8.5 58-87.5-24V6.5Z'/%3e%3cdefs%3e%3clinearGradient id='a' x1='1169' x2='1223.5' y1='63' y2='-44' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='white'/%3e%3cstop offset='.877' stop-color='%23C3C3C3'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='1179.5' x2='1213.55' y1='58.5' y2='47.307' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='white' stop-opacity='0'/%3e%3cstop offset='1' stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media screen and (max-width: 1200px) {
  .front #footerHolder .region-footer {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
  }
}
.paragraph {
  margin-bottom: 80px;
}
.paragraph--type--content-image {
  float: none;
  width: calc(100% - 40px);
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.paragraph--type--content-image .paragraph-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .paragraph--type--content-image .paragraph-wrapper {
    flex-wrap: wrap;
  }
}
.paragraph--type--content-image .paragraph-wrapper .paragraph-image {
  width: 29%;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 600px) {
  .paragraph--type--content-image .paragraph-wrapper .paragraph-image {
    width: 100%;
  }
}
.paragraph--type--content-image .paragraph-wrapper .paragraph-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.paragraph--type--content-image .paragraph-wrapper .paragraph-content {
  width: 65.5%;
}
@media screen and (max-width: 600px) {
  .paragraph--type--content-image .paragraph-wrapper .paragraph-content {
    width: 100%;
  }
}
.paragraph--type--content-image .paragraph-wrapper .paragraph-content .field--name-field-title {
  font-size: 3rem;
  margin-bottom: 10px;
  color: var(--kerataif-red);
}
.paragraph--type--content-image .paragraph-wrapper .paragraph-content .field--name-field-content {
  line-height: normal;
  color: var(--kerataif-red-dark);
  font-size: 0.8rem;
  font-weight: 500;
}
.paragraph--type--content-image .paragraph-wrapper .paragraph-content .field--name-field-content .markalar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.paragraph--type--content-image .paragraph-wrapper .paragraph-content .field--name-field-content .markalar img {
  margin: 5px 20px;
}
.paragraph--type--content-image .paragraph-wrapper.right {
  flex-direction: row-reverse;
}
.paragraph--type--content-image.esit-genislik .paragraph-wrapper .paragraph-image {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .paragraph--type--content-image.esit-genislik .paragraph-wrapper .paragraph-image {
    width: 100%;
  }
}
.paragraph--type--content-image.esit-genislik .paragraph-wrapper .paragraph-content {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .paragraph--type--content-image.esit-genislik .paragraph-wrapper .paragraph-content {
    width: 100%;
  }
}
.paragraph--type--content-image.border-bottom::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: var(--kerataif-red);
}
.paragraph--type--content-image.border-right::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 70%;
  background: var(--kerataif-red);
}
.paragraph--type--content-image.border-left::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 20px;
  height: 70%;
  background: var(--kerataif-red);
}
@media screen and (max-width: 1200px) {
  .paragraph--type--content-image.border-left::before {
    display: none;
  }
}
.paragraph--type--marka {
  float: none;
  width: calc(100% - 40px);
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.paragraph--type--marka::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: var(--kerataif-red);
}
.paragraph--type--marka::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 70%;
  background: var(--kerataif-red);
}
@media screen and (max-width: 1200px) {
  .paragraph--type--marka::before {
    display: none;
  }
}
.paragraph--type--marka .paragraph-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.paragraph--type--marka .paragraph-wrapper .paragraph-logo {
  width: 28%;
}
@media screen and (max-width: 1200px) {
  .paragraph--type--marka .paragraph-wrapper .paragraph-logo {
    width: 100%;
  }
}
.paragraph--type--marka .paragraph-wrapper .paragraph-content {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .paragraph--type--marka .paragraph-wrapper .paragraph-content {
    width: 100%;
  }
}
.paragraph--type--marka .paragraph-wrapper .paragraph-content .field--name-field-marka {
  color: var(--kerataif-red-dark);
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .paragraph--type--marka .paragraph-wrapper .paragraph-content .field--name-field-marka {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.paragraph--type--marka .paragraph-wrapper .paragraph-content .field--name-field-detay {
  font-size: 0.8rem;
  color: var(--kerataif-red-dark);
  font-weight: 500;
  margin: 20px 0;
}
.paragraph--type--marka .paragraph-wrapper .paragraph-content .field--name-field-marka-baglantisi {
  padding-top: 20px;
}
@media screen and (max-width: 1200px) {
  .paragraph--type--marka .paragraph-wrapper .paragraph-content .field--name-field-marka-baglantisi {
    margin-bottom: 20px;
  }
}
.paragraph--type--marka .paragraph-wrapper .paragraph-content .field--name-field-marka-baglantisi a {
  padding: 7px 45px 7px 25px;
  cursor: pointer;
  color: var(--kerataif-red-dark);
  border: none;
  background: var(--kerataif-red);
  height: 40px;
  font-size: var(--kerataif-font-size);
  -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);
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' fill='none' viewBox='0 0 10 17'%3e%3cg fill='%23660C0D'%3e%3cpath d='M1.787.574 10 8.787 8.357 10.43.144 2.216 1.787.574Z'/%3e%3cpath d='M10 8.787 1.787 17 .144 15.357l8.213-8.213L10 8.787Z'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.paragraph--type--marka .paragraph-wrapper .paragraph-galeri {
  width: 35%;
}
@media screen and (max-width: 1200px) {
  .paragraph--type--marka .paragraph-wrapper .paragraph-galeri {
    width: 100%;
  }
}
.paragraph--type--marka .paragraph-wrapper .paragraph-galeri img {
  width: 100%;
  height: auto;
  display: block;
}
.paragraph--type--marka.border-gray::after {
  background: #384446;
}
.paragraph--type--marka.border-gray::before {
  background: #384446;
}
.paragraph--type--marka.border-gray .field--name-field-marka {
  color: #384446 !important;
}
.paragraph--type--marka.border-gray .field--name-field-marka-baglantisi a {
  background-color: #384446 !important;
  color: #FFF !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' fill='none' viewBox='0 0 10 17'%3e%3cg fill='%23FFFFFF'%3e%3cpath d='M1.787.574 10 8.787 8.357 10.43.144 2.216 1.787.574Z'/%3e%3cpath d='M10 8.787 1.787 17 .144 15.357l8.213-8.213L10 8.787Z'/%3e%3c/g%3e%3c/svg%3e") !important;
}
.paragraph--type--marka.border-yellow::after {
  background: #FFCD27;
}
.paragraph--type--marka.border-yellow::before {
  background: #FFCD27;
}
.paragraph--type--marka.border-yellow .field--name-field-marka {
  color: #FFCD27 !important;
}
.paragraph--type--marka.border-yellow .field--name-field-marka-baglantisi a {
  background-color: #FFCD27 !important;
  color: #660C0D !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' fill='none' viewBox='0 0 10 17'%3e%3cg fill='%23660C0D'%3e%3cpath d='M1.787.574 10 8.787 8.357 10.43.144 2.216 1.787.574Z'/%3e%3cpath d='M10 8.787 1.787 17 .144 15.357l8.213-8.213L10 8.787Z'/%3e%3c/g%3e%3c/svg%3e") !important;
}
.view-footer-logos {
  margin-right: 50px;
}
@media screen and (max-width: 1200px) {
  .view-footer-logos {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.view-footer-logos .paragraph {
  margin-bottom: 0;
}
.view-footer-logos .view-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .view-footer-logos .view-content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .view-footer-logos .view-content .paragraph--type--slide {
    margin-bottom: 0;
  }
}
.view-footer-logos .view-content img {
  margin: 10px 35px;
}
@media screen and (max-width: 600px) {
  .view-footer-logos .view-content img {
    margin: 10px 20px;
  }
}
#block-kerataif-site-branding {
  margin-left: 14px;
}
@media screen and (max-width: 1200px) {
  #block-kerataif-site-branding {
    margin-left: 0;
    order: 1;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  #block-kerataif-site-branding img {
    max-width: 130px;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  #block-kerataif-dildegistirici {
    order: 2;
  }
}
#block-kerataif-dildegistirici .links {
  list-style: none;
}
#block-kerataif-dildegistirici .links .is-active {
  display: none;
}
#block-kerataif-dildegistirici .links a {
  color: var(--kerataif-red-dark);
  font-weight: 700;
  font-size: 0.7rem;
  border: 2px solid var(--kerataif-red-dark);
  padding: 4px 5px;
}
#block-kerataif-menutoggler {
  display: none;
}
@media screen and (max-width: 1200px) {
  #block-kerataif-menutoggler {
    display: block;
    order: 3;
    margin-left: auto;
    cursor: pointer;
  }
  #block-kerataif-menutoggler.active .toggler-menu {
    display: none;
  }
  #block-kerataif-menutoggler.active .toggler-x {
    display: block !important;
  }
}
#block-kerataif-menutoggler .field--name-field-content {
  width: 60px;
  height: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--kerataif-red-dark);
  background: var(--kerataif-red);
}
#block-kerataif-menutoggler .field--name-field-content p {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  color: var(--kerataif-red-dark);
  font-weight: 600;
  cursor: pointer;
}
#block-kerataif-menutoggler .field--name-field-content .toggler-x {
  display: none;
}
#block-kerataif-main-menu {
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='270' height='151' fill='none' viewBox='0 0 270 151'%3e%3cpath fill='white' d='M6.034 50H.761l8.034-23.273h6.341L23.16 50h-5.273l-5.83-17.955h-.181L6.035 50Zm-.33-9.148H18.16v3.841H5.705v-3.84ZM33.368 50V26.727h4.92v9.603h9.989v-9.603h4.909V50h-4.91v-9.614h-9.988V50h-4.92Zm45.26-11.636c0 2.538-.48 4.697-1.442 6.477-.955 1.78-2.258 3.14-3.91 4.08-1.643.931-3.492 1.397-5.545 1.397-2.068 0-3.924-.47-5.568-1.409-1.644-.94-2.943-2.3-3.898-4.08-.954-1.78-1.432-3.935-1.432-6.465 0-2.538.478-4.697 1.432-6.478.955-1.78 2.254-3.136 3.898-4.068 1.644-.94 3.5-1.409 5.568-1.409 2.053 0 3.902.47 5.546 1.41 1.651.931 2.954 2.287 3.909 4.067.962 1.78 1.443 3.94 1.443 6.478Zm-4.988 0c0-1.644-.246-3.03-.738-4.16-.485-1.128-1.17-1.984-2.057-2.568-.887-.583-1.924-.875-3.114-.875s-2.227.292-3.114.875c-.886.584-1.575 1.44-2.068 2.569-.485 1.128-.727 2.515-.727 4.159 0 1.644.242 3.03.727 4.159.493 1.128 1.182 1.985 2.069 2.568.886.583 1.924.875 3.113.875 1.19 0 2.227-.292 3.114-.875.886-.583 1.572-1.44 2.057-2.568.492-1.13.738-2.515.738-4.16Zm8.634-11.637h6.068l6.409 15.637h.273l6.409-15.637h6.068V50h-4.773V34.852h-.193l-6.023 15.034h-3.25l-6.022-15.09h-.194V50h-4.772V26.727ZM111.554 50V26.727h15.682v4.057h-10.762v5.546h9.955v4.056h-9.955v5.557h10.807V50h-15.727Z'/%3e%3cmask id='a' width='268' height='27' x='1' y='63' fill='black' maskUnits='userSpaceOnUse'%3e%3cpath fill='white' d='M1 63h268v27H1z'/%3e%3cpath d='M2.023 88V64.727h9.318c1.712 0 3.14.254 4.284.762 1.144.507 2.004 1.212 2.58 2.113.575.894.863 1.924.863 3.091 0 .91-.182 1.709-.545 2.398a4.707 4.707 0 0 1-1.5 1.682 6.149 6.149 0 0 1-2.16.92v.228a5.21 5.21 0 0 1 2.49.75c.78.462 1.412 1.11 1.897 1.943.485.825.727 1.81.727 2.954 0 1.235-.306 2.337-.92 3.307-.606.962-1.504 1.724-2.693 2.284-1.19.56-2.656.841-4.398.841H2.023Zm4.92-4.023h4.011c1.372 0 2.372-.261 3-.784.63-.53.944-1.235.944-2.114 0-.643-.156-1.212-.466-1.704-.31-.492-.754-.879-1.33-1.16-.568-.28-1.246-.42-2.034-.42H6.943v6.182Zm0-9.511h3.648c.674 0 1.273-.117 1.795-.352.53-.243.947-.584 1.25-1.023.311-.44.466-.966.466-1.58 0-.84-.299-1.519-.898-2.034-.59-.515-1.431-.773-2.522-.773H6.943v5.762ZM23.18 88V64.727h15.682v4.057H28.099v5.545h9.955v4.057h-9.955v5.557h10.807V88H23.18Zm23.605 0h-5.273l8.034-23.273h6.341L63.91 88h-5.273l-5.83-17.954h-.181L46.785 88Zm-.33-9.148H58.91v3.841H46.455v-3.84Zm34.631-14.125h4.92v15.114c0 1.697-.405 3.182-1.215 4.455-.803 1.272-1.928 2.265-3.375 2.977-1.447.704-3.133 1.056-5.057 1.056-1.932 0-3.621-.352-5.068-1.056-1.447-.712-2.572-1.705-3.375-2.977-.803-1.273-1.205-2.758-1.205-4.455V64.727h4.92v14.694c0 .886.194 1.674.58 2.363a4.22 4.22 0 0 0 1.66 1.625c.711.394 1.541.591 2.488.591.954 0 1.784-.197 2.489-.59a4.147 4.147 0 0 0 1.647-1.626c.394-.69.591-1.477.591-2.364V64.728Zm8.083 4.057v-4.057h19.113v4.057h-7.125V88h-4.863V68.784h-7.125Zm27.181-4.057V88h-4.92V64.727h4.92ZM120.398 88V64.727h15.409v4.057h-10.489v5.545h9.466v4.057h-9.466V88h-4.92Zm23.639-23.273V88h-4.921V64.727h4.921Zm24.582 8.148h-4.977a4.856 4.856 0 0 0-.557-1.716c-.28-.508-.64-.94-1.079-1.295a4.755 4.755 0 0 0-1.523-.819 5.825 5.825 0 0 0-1.852-.284c-1.205 0-2.254.3-3.148.898-.894.591-1.587 1.455-2.08 2.591-.492 1.129-.738 2.5-.738 4.114 0 1.659.246 3.053.738 4.181.5 1.13 1.197 1.981 2.091 2.557.894.576 1.928.864 3.103.864.659 0 1.269-.087 1.829-.261a4.82 4.82 0 0 0 1.512-.762c.439-.34.803-.754 1.09-1.239.296-.484.5-1.037.614-1.658l4.977.022a8.969 8.969 0 0 1-.966 3.091 9.287 9.287 0 0 1-2.056 2.648c-.856.772-1.879 1.386-3.069 1.84-1.181.448-2.519.671-4.011.671-2.076 0-3.932-.47-5.568-1.409-1.629-.94-2.917-2.3-3.864-4.08-.939-1.78-1.409-3.935-1.409-6.465 0-2.538.477-4.697 1.432-6.478.955-1.78 2.25-3.136 3.886-4.068 1.637-.94 3.478-1.409 5.523-1.409 1.349 0 2.599.19 3.75.568a9.512 9.512 0 0 1 3.08 1.66 8.523 8.523 0 0 1 2.181 2.647c.569 1.045.932 2.242 1.091 3.591ZM175.722 88h-5.273l8.034-23.273h6.341L192.847 88h-5.273l-5.83-17.954h-.182L175.722 88Zm-.33-9.148h12.455v3.841h-12.455v-3.84Zm16.526-10.068v-4.057h19.113v4.057h-7.125V88h-4.863V68.784h-7.125Zm27.181-4.057V88h-4.92V64.727h4.92Zm25.435 11.637c0 2.537-.481 4.697-1.443 6.477-.955 1.78-2.258 3.14-3.909 4.08-1.644.931-3.493 1.397-5.546 1.397-2.068 0-3.924-.47-5.568-1.409-1.644-.94-2.943-2.3-3.898-4.08-.954-1.78-1.431-3.935-1.431-6.465 0-2.538.477-4.697 1.431-6.478.955-1.78 2.254-3.136 3.898-4.068 1.644-.94 3.5-1.409 5.568-1.409 2.053 0 3.902.47 5.546 1.41 1.651.931 2.954 2.287 3.909 4.067.962 1.78 1.443 3.94 1.443 6.478Zm-4.989 0c0-1.644-.246-3.03-.738-4.16-.485-1.128-1.171-1.984-2.057-2.568-.886-.583-1.924-.875-3.114-.875-1.189 0-2.227.292-3.113.875-.887.584-1.576 1.44-2.068 2.569-.485 1.128-.728 2.515-.728 4.159 0 1.644.243 3.03.728 4.159.492 1.129 1.181 1.985 2.068 2.568.886.583 1.924.875 3.113.875 1.19 0 2.228-.292 3.114-.875.886-.583 1.572-1.44 2.057-2.568.492-1.13.738-2.515.738-4.16Zm28.1-11.637V88h-4.25L253.27 73.352h-.171V88h-4.92V64.727h4.318l10.046 14.637h.204V64.727h4.898Z'/%3e%3c/mask%3e%3cpath fill='white' d='M2.023 88h-1v1h1v-1Zm0-23.273v-1h-1v1h1Zm13.602.762-.406.914.406-.914Zm2.58 2.113-.843.538.002.004.84-.542Zm.318 5.489.882.47.002-.004-.884-.466Zm-1.5 1.682.566.824.002-.001-.568-.823Zm-2.16.92-.218-.976-.781.176v.8h1Zm0 .228h-1v.958l.958.04.043-.998Zm2.49.75-.514.858.004.002.51-.86Zm1.897 1.943-.864.502.002.004.862-.506Zm-.193 6.261-.845-.535-.001.002.846.533Zm-2.693 2.284-.427-.905.427.905Zm-9.42-3.182h-1v1h1v-1Zm7.01-.784.64.77.005-.005-.645-.765Zm.478-3.818-.846.534.846-.534Zm-1.33-1.16-.442.898.005.002.437-.9Zm-6.159-.42v-1h-1v1h1Zm0-3.33h-1v1h1v-1Zm5.443-.351.41.912.006-.003-.416-.91Zm1.25-1.023-.816-.577-.007.01.823.567Zm-.431-3.614-.658.754.005.004.652-.758Zm-6.262-.773v-1h-1v1h1ZM2.023 88h1V64.727h-2V88h1Zm0-23.273v1h9.318v-2H2.023v1Zm9.318 0v1c1.62 0 2.9.242 3.878.676l.406-.914.406-.914c-1.31-.581-2.887-.848-4.69-.848v1Zm4.284.762-.406.914c.996.441 1.69 1.028 2.143 1.737l.843-.538.842-.538c-.698-1.093-1.724-1.916-3.016-2.49l-.406.915Zm2.58 2.113-.841.542c.462.717.704 1.555.704 2.55h2c0-1.34-.333-2.562-1.023-3.633l-.84.541Zm.863 3.091h-1c0 .774-.154 1.408-.43 1.931l.885.467.884.467c.451-.856.661-1.82.661-2.865h-1Zm-.545 2.398-.883-.47c-.288.54-.68.98-1.186 1.329l.569.823.568.823a5.707 5.707 0 0 0 1.814-2.035l-.882-.47Zm-1.5 1.682-.566-.825a5.15 5.15 0 0 1-1.812.77l.219.975.218.976a7.148 7.148 0 0 0 2.507-1.072l-.566-.824Zm-2.16.92h-1v.228h2v-.228h-1Zm0 .228-.042.998a4.216 4.216 0 0 1 2.018.61l.513-.858.514-.859a6.212 6.212 0 0 0-2.96-.89l-.042.999Zm2.49.75-.51.86c.624.37 1.138.89 1.543 1.585l.864-.502.864-.503c-.565-.972-1.316-1.746-2.252-2.301l-.51.86Zm1.897 1.943-.862.506c.378.645.59 1.447.59 2.448h2c0-1.287-.275-2.454-.866-3.46l-.862.506Zm.727 2.954h-1c0 1.06-.26 1.975-.765 2.772l.845.535.845.535c.723-1.142 1.075-2.433 1.075-3.842h-1Zm-.92 3.307-.846-.533c-.49.777-1.23 1.42-2.274 1.912l.427.905.426.905c1.334-.63 2.39-1.509 3.113-2.656l-.846-.533Zm-2.693 2.284-.427-.905c-1.02.481-2.33.746-3.971.746v2c1.844 0 3.465-.296 4.824-.936l-.426-.905ZM11.966 88v-1H2.023v2h9.943v-1Zm-5.023-4.023v1h4.011v-2h-4.01v1Zm4.011 0v1c1.46 0 2.745-.27 3.64-1.015l-.64-.769-.639-.769c-.362.302-1.077.553-2.36.553v1Zm3-.784.645.765c.871-.735 1.299-1.728 1.299-2.879h-2c0 .608-.202 1.024-.588 1.35l.644.764Zm.944-2.114h1c0-.811-.198-1.569-.62-2.237l-.846.533-.846.534c.2.316.312.695.312 1.17h1Zm-.466-1.704.846-.534c-.42-.665-1.012-1.17-1.738-1.524l-.438.899-.438.899c.426.207.72.474.922.794l.846-.534Zm-1.33-1.16.443-.896c-.736-.363-1.572-.523-2.477-.523v2c.671 0 1.19.119 1.592.317l.442-.897Zm-2.034-.42v-1H6.943v2h4.125v-1Zm-4.125 0h-1v6.182h2v-6.181h-1Zm0-3.33v1h3.648v-2H6.943v1Zm3.648 0v1c.79 0 1.533-.137 2.205-.44l-.41-.911-.41-.913c-.373.168-.828.265-1.385.265v1Zm1.795-.351.416.91a3.987 3.987 0 0 0 1.658-1.365l-.824-.568-.823-.568c-.191.277-.46.507-.842.681l.415.91Zm1.25-1.023.817.577c.446-.631.65-1.366.65-2.157h-2c0 .437-.108.755-.283 1.003l.816.577Zm.466-1.58h1c0-1.11-.41-2.073-1.245-2.792l-.652.758-.653.758c.362.312.55.705.55 1.276h1Zm-.898-2.034.658-.754c-.834-.726-1.942-1.019-3.18-1.019v2c.944 0 1.517.223 1.865.527l.657-.754Zm-2.522-.773v-1H6.943v2h3.739v-1Zm-3.739 0h-1v5.762h2v-5.761h-1ZM23.18 88h-1v1h1v-1Zm0-23.273v-1h-1v1h1Zm15.682 0h1v-1h-1v1Zm0 4.057v1h1v-1h-1Zm-10.762 0v-1h-1v1h1Zm0 5.545h-1v1h1v-1Zm9.955 0h1v-1h-1v1Zm0 4.057v1h1v-1h-1Zm-9.955 0v-1h-1v1h1Zm0 5.557h-1v1h1v-1Zm10.807 0h1v-1h-1v1Zm0 4.057v1h1v-1h-1ZM23.18 88h1V64.727h-2V88h1Zm0-23.273v1h15.682v-2H23.179v1Zm15.682 0h-1v4.057h2v-4.057h-1Zm0 4.057v-1H28.099v2h10.762v-1Zm-10.762 0h-1v5.545h2v-5.545h-1Zm0 5.545v1h9.955v-2H28.1v1Zm9.955 0h-1v4.057h2V74.33h-1Zm0 4.057v-1H28.1v2h9.955v-1Zm-9.955 0h-1v5.557h2v-5.557h-1Zm0 5.557v1h10.807v-2H28.1v1Zm10.807 0h-1V88h2v-4.057h-1Zm0 4.057v-1H23.18v2h15.727v-1Zm7.878 0v1h.726l.225-.69-.95-.31Zm-5.273 0-.945-.326L40.108 89h1.403v-1Zm8.034-23.273v-1h-.712l-.233.674.945.326Zm6.341 0 .946-.326-.233-.674h-.713v1ZM63.91 88v1h1.403l-.457-1.326-.946.326Zm-5.273 0-.95.309.224.691h.726v-1Zm-5.83-17.954.952-.31-.225-.69h-.726v1Zm-.181 0v-1H51.9l-.225.69.951.31Zm-6.17 8.806v-1h-1v1h1Zm12.454 0h1v-1h-1v1Zm0 3.841v1h1v-1h-1Zm-12.454 0h-1v1h1v-1Zm.33 5.307v-1H41.51v2h5.273v-1Zm-5.274 0 .946.326 8.034-23.272-.946-.327-.945-.326-8.034 23.273.945.326Zm8.034-23.273v1h6.341v-2h-6.34v1Zm6.341 0-.945.326 8.023 23.273.945-.326.946-.326-8.023-23.273-.946.326ZM63.91 88v-1h-5.273v2h5.273v-1Zm-5.273 0 .951-.309-5.83-17.954-.95.309-.951.308 5.83 17.955.95-.309Zm-5.83-17.954v-1h-.181v2h.182v-1Zm-.181 0-.95-.31-5.842 17.955.951.309.951.31 5.84-17.955-.95-.31Zm-6.17 8.806v1H58.91v-2H46.455v1Zm12.454 0h-1v3.841h2v-3.84h-1Zm0 3.841v-1H46.455v2h12.454v-1Zm-12.454 0h1v-3.84h-2v3.84h1Zm34.63-17.966v-1h-1v1h1Zm4.92 0h1v-1h-1v1ZM84.79 84.296l-.844-.538-.002.004.846.534Zm-3.375 2.977.438.899.003-.002-.441-.897Zm-10.125 0-.442.897.004.002.438-.9Zm-3.375-2.977-.846.533.846-.533ZM66.71 64.727v-1h-1v1h1Zm4.92 0h1v-1h-1v1Zm.58 17.057-.872.489.004.007.868-.496Zm1.66 1.625-.485.875.484-.875Zm4.977 0-.484-.875-.004.002.488.873Zm1.647-1.625-.868-.496-.004.007.872.49Zm.591-17.057v1h4.92v-2h-4.92v1Zm4.92 0h-1v15.114h2V64.727h-1Zm0 15.114h-1c0 1.531-.363 2.825-1.059 3.917l.844.538.843.537c.925-1.453 1.373-3.13 1.373-4.992h-1Zm-1.215 4.455-.846-.534c-.697 1.105-1.677 1.977-2.97 2.614l.44.897.442.897c1.6-.788 2.87-1.9 3.78-3.34l-.846-.534Zm-3.375 2.977-.438-.9c-1.286.627-2.817.956-4.619.956v2c2.046 0 3.887-.374 5.495-1.157l-.438-.9Zm-5.057 1.056v-1c-1.81 0-3.345-.33-4.63-.955l-.438.899-.438.899c1.608.783 3.453 1.157 5.506 1.157v-1Zm-5.068-1.056.441-.897c-1.293-.637-2.273-1.509-2.97-2.614l-.846.534-.846.533c.909 1.44 2.179 2.553 3.78 3.341l.44-.897Zm-3.375-2.977.845-.534c-.69-1.093-1.05-2.388-1.05-3.921h-2c0 1.861.443 3.536 1.359 4.988l.846-.533ZM66.71 79.84h1V64.727h-2v15.114h1Zm0-15.114v1h4.92v-2h-4.92v1Zm4.92 0h-1V79.42h2V64.727h-1Zm0 14.694h-1c0 1.036.228 1.996.708 2.852l.872-.489.873-.489c-.293-.522-.452-1.138-.452-1.874h-1Zm.58 2.363-.868.496a5.225 5.225 0 0 0 2.043 2.004l.484-.875.484-.875a3.227 3.227 0 0 1-1.274-1.246l-.869.496Zm1.66 1.625-.485.875c.883.488 1.884.716 2.973.716v-2c-.806 0-1.463-.166-2.005-.466l-.484.875Zm2.488.591v1c1.094 0 2.098-.227 2.977-.718l-.488-.873-.488-.873c-.53.297-1.186.464-2.001.464v1Zm2.489-.59.484.874a5.148 5.148 0 0 0 2.036-2.011l-.873-.489-.872-.489a3.15 3.15 0 0 1-1.26 1.24l.485.874Zm1.647-1.626.869.496c.49-.857.722-1.82.722-2.86h-2c0 .733-.161 1.347-.459 1.868l.868.496Zm.591-2.364h1V64.728h-2v14.694h1Zm8.083-10.636h-1v1h1v-1Zm0-4.057v-1h-1v1h1Zm19.113 0h1v-1h-1v1Zm0 4.057v1h1v-1h-1Zm-7.125 0v-1h-1v1h1Zm0 19.216v1h1v-1h-1Zm-4.863 0h-1v1h1v-1Zm0-19.216h1v-1h-1v1Zm-7.125 0h1v-4.057h-2v4.057h1Zm0-4.057v1h19.113v-2H89.168v1Zm19.113 0h-1v4.057h2v-4.057h-1Zm0 4.057v-1h-7.125v2h7.125v-1Zm-7.125 0h-1V88h2V68.784h-1Zm0 19.216v-1h-4.863v2h4.863v-1Zm-4.863 0h1V68.784h-2V88h1Zm0-19.216v-1h-7.125v2h7.125v-1Zm20.056-4.057h1v-1h-1v1Zm0 23.273v1h1v-1h-1Zm-4.92 0h-1v1h1v-1Zm0-23.273v-1h-1v1h1Zm4.92 0h-1V88h2V64.727h-1Zm0 23.273v-1h-4.92v2h4.92v-1Zm-4.92 0h1V64.727h-2V88h1Zm0-23.273v1h4.92v-2h-4.92v1ZM120.398 88h-1v1h1v-1Zm0-23.273v-1h-1v1h1Zm15.409 0h1v-1h-1v1Zm0 4.057v1h1v-1h-1Zm-10.489 0v-1h-1v1h1Zm0 5.545h-1v1h1v-1Zm9.466 0h1v-1h-1v1Zm0 4.057v1h1v-1h-1Zm-9.466 0v-1h-1v1h1Zm0 9.614v1h1v-1h-1Zm-4.92 0h1V64.727h-2V88h1Zm0-23.273v1h15.409v-2h-15.409v1Zm15.409 0h-1v4.057h2v-4.057h-1Zm0 4.057v-1h-10.489v2h10.489v-1Zm-10.489 0h-1v5.545h2v-5.545h-1Zm0 5.545v1h9.466v-2h-9.466v1Zm9.466 0h-1v4.057h2V74.33h-1Zm0 4.057v-1h-9.466v2h9.466v-1Zm-9.466 0h-1V88h2v-9.614h-1Zm0 9.614v-1h-4.92v2h4.92v-1Zm18.719-23.273h1v-1h-1v1Zm0 23.273v1h1v-1h-1Zm-4.921 0h-1v1h1v-1Zm0-23.273v-1h-1v1h1Zm4.921 0h-1V88h2V64.727h-1Zm0 23.273v-1h-4.921v2h4.921v-1Zm-4.921 0h1V64.727h-2V88h1Zm0-23.273v1h4.921v-2h-4.921v1Zm29.503 8.148v1h1.125l-.132-1.117-.993.117Zm-4.977 0-.99.14.121.86h.869v-1Zm-.557-1.716-.875.483.003.006.872-.489Zm-1.079-1.295-.63.777.63-.777Zm-1.523-.819-.316.95h.003l.313-.95Zm-5 .614.551.834.005-.003-.556-.83Zm-2.08 2.591.917.4.001-.002-.918-.398Zm0 8.296-.916.4.002.005.914-.405Zm2.091 2.556-.541.841.541-.84Zm4.932.602-.293-.955h-.004l.297.956Zm1.512-.76.604.796.008-.007-.612-.79Zm1.09-1.24-.854-.52-.005.01.859.51Zm.614-1.658.005-1-.838-.004-.151.823.984.18Zm4.977.022.993.12.135-1.115-1.123-.005-.005 1Zm-.966 3.091-.887-.46-.001.002.888.458Zm-2.056 2.648.67.742-.67-.742Zm-3.069 1.84.354.936.003-.001-.357-.934Zm-9.579-.738-.5.866.002.001.498-.867Zm-3.864-4.08-.884.467.001.003.883-.47Zm.023-12.943.881.473-.881-.473Zm3.886-4.068.495.87.003-.003-.498-.867Zm9.273-.84-.312.95h.001l.311-.95Zm3.08 1.658-.632.776.004.003.628-.779Zm2.181 2.648-.881.473.003.005.878-.478Zm1.091 3.591v-1h-4.977v2h4.977v-1Zm-4.977 0 .99-.14a5.875 5.875 0 0 0-.674-2.065l-.873.49-.872.488c.212.379.363.83.439 1.367l.99-.14Zm-.557-1.716.876-.483a5.367 5.367 0 0 0-1.326-1.59l-.629.778-.63.777c.337.272.614.604.834 1.001l.875-.483Zm-1.079-1.295.629-.777a5.746 5.746 0 0 0-1.84-.992l-.312.95-.313.95a3.75 3.75 0 0 1 1.206.646l.63-.777Zm-1.523-.819.316-.948a6.82 6.82 0 0 0-2.168-.336v2c.571 0 1.08.081 1.536.233l.316-.948Zm-1.852-.284v-1c-1.378 0-2.627.346-3.704 1.067l.556.831.556.831c.71-.475 1.561-.729 2.592-.729v-1Zm-3.148.898-.551-.834c-1.08.714-1.889 1.742-2.446 3.027l.917.398.918.398c.428-.987 1.005-1.687 1.713-2.155l-.551-.834Zm-2.08 2.591-.916-.4c-.562 1.288-.822 2.803-.822 4.514h2c0-1.517.232-2.744.655-3.714l-.917-.4Zm-.738 4.114h-1c0 1.751.259 3.29.822 4.581l.916-.4.917-.4c-.422-.966-.655-2.215-.655-3.781h-1Zm.738 4.181-.914.406c.566 1.277 1.381 2.294 2.464 2.992l.541-.84.542-.841c-.705-.454-1.284-1.142-1.718-2.121l-.915.404Zm2.091 2.557-.541.841c1.072.69 2.298 1.023 3.644 1.023v-2c-1.003 0-1.845-.243-2.561-.704l-.542.84Zm3.103.864v1c.747 0 1.458-.099 2.126-.306l-.297-.956-.297-.954a5.134 5.134 0 0 1-1.532.216v1Zm1.829-.261.293.956a5.808 5.808 0 0 0 1.823-.921l-.604-.797-.605-.796a3.84 3.84 0 0 1-1.2.602l.293.956Zm1.512-.762.612.79a5.39 5.39 0 0 0 1.338-1.518l-.86-.51-.859-.511a3.404 3.404 0 0 1-.844.96l.613.79Zm1.09-1.239.854.52a5.82 5.82 0 0 0 .744-1.999l-.984-.18-.984-.18c-.094.515-.259.95-.484 1.32l.854.52Zm.614-1.658-.005 1 4.978.022.004-1 .005-1-4.977-.022-.005 1Zm4.977.022-.992-.12a8.01 8.01 0 0 1-.861 2.75l.887.461.888.46c.568-1.094.927-2.24 1.071-3.431l-.993-.12Zm-.966 3.091-.888-.458a8.295 8.295 0 0 1-1.839 2.364l.671.742.67.742a10.286 10.286 0 0 0 2.275-2.932l-.889-.458Zm-2.056 2.648-.67-.743c-.756.682-1.669 1.235-2.756 1.65l.357.934.357.934c1.293-.494 2.425-1.17 3.382-2.033l-.67-.742Zm-3.069 1.84-.353-.935c-1.051.398-2.265.606-3.658.606v2c1.592 0 3.052-.238 4.365-.735l-.354-.935Zm-4.011.671v-1c-1.919 0-3.6-.432-5.07-1.276l-.498.867-.498.867c1.803 1.035 3.834 1.542 6.066 1.542v-1Zm-5.568-1.409.499-.866c-1.454-.84-2.614-2.056-3.48-3.683l-.883.47-.883.47c1.029 1.933 2.444 3.436 4.247 4.475l.5-.866Zm-3.864-4.08.885-.466c-.847-1.604-1.294-3.59-1.294-6h-2c0 2.653.492 4.977 1.525 6.933l.884-.467Zm-1.409-6.465h1c0-2.415.454-4.403 1.313-6.005l-.881-.473-.881-.472c-1.05 1.958-1.551 4.288-1.551 6.95h1Zm1.432-6.478.881.473c.873-1.627 2.039-2.84 3.5-3.672l-.495-.869-.495-.869c-1.811 1.032-3.236 2.531-4.272 4.465l.881.472Zm3.886-4.068.498.867c1.472-.845 3.139-1.276 5.025-1.276v-2c-2.205 0-4.22.508-6.021 1.542l.498.867Zm5.523-1.409v1c1.254 0 2.398.176 3.438.518l.312-.95.313-.95c-1.263-.415-2.62-.618-4.063-.618v1Zm3.75.568-.311.95a8.514 8.514 0 0 1 2.76 1.485l.631-.776.631-.775a10.512 10.512 0 0 0-3.4-1.834l-.311.95Zm3.08 1.66-.628.778a7.53 7.53 0 0 1 1.928 2.342l.881-.473.882-.473a9.537 9.537 0 0 0-2.436-2.954l-.627.78Zm2.181 2.647-.878.478c.499.919.83 1.99.976 3.23l.993-.117.993-.117c-.171-1.457-.568-2.78-1.205-3.951l-.879.477ZM175.722 88v1h.726l.225-.69-.951-.31Zm-5.273 0-.945-.326-.458 1.326h1.403v-1Zm8.034-23.273v-1h-.713l-.232.674.945.326Zm6.341 0 .945-.326-.232-.674h-.713v1ZM192.847 88v1h1.402l-.457-1.326-.945.326Zm-5.273 0-.951.309.224.691h.727v-1Zm-5.83-17.954.951-.31-.224-.69h-.727v1Zm-.182 0v-1h-.726l-.224.69.95.31Zm-6.17 8.806v-1h-1v1h1Zm12.455 0h1v-1h-1v1Zm0 3.841v1h1v-1h-1Zm-12.455 0h-1v1h1v-1Zm.33 5.307v-1h-5.273v2h5.273v-1Zm-5.273 0 .945.326 8.034-23.272-.945-.327-.945-.326-8.034 23.273.945.326Zm8.034-23.273v1h6.341v-2h-6.341v1Zm6.341 0-.946.326 8.023 23.273.946-.326.945-.326-8.023-23.273-.945.326ZM192.847 88v-1h-5.273v2h5.273v-1Zm-5.273 0 .951-.309-5.83-17.954-.951.309-.951.308 5.83 17.955.951-.309Zm-5.83-17.954v-1h-.182v2h.182v-1Zm-.182 0-.95-.31-5.841 17.955.951.309.951.31 5.84-17.955-.951-.31Zm-6.17 8.806v1h12.455v-2h-12.455v1Zm12.455 0h-1v3.841h2v-3.84h-1Zm0 3.841v-1h-12.455v2h12.455v-1Zm-12.455 0h1v-3.84h-2v3.84h1Zm16.526-13.909h-1v1h1v-1Zm0-4.057v-1h-1v1h1Zm19.113 0h1v-1h-1v1Zm0 4.057v1h1v-1h-1Zm-7.125 0v-1h-1v1h1Zm0 19.216v1h1v-1h-1Zm-4.863 0h-1v1h1v-1Zm0-19.216h1v-1h-1v1Zm-7.125 0h1v-4.057h-2v4.057h1Zm0-4.057v1h19.113v-2h-19.113v1Zm19.113 0h-1v4.057h2v-4.057h-1Zm0 4.057v-1h-7.125v2h7.125v-1Zm-7.125 0h-1V88h2V68.784h-1Zm0 19.216v-1h-4.863v2h4.863v-1Zm-4.863 0h1V68.784h-2V88h1Zm0-19.216v-1h-7.125v2h7.125v-1Zm20.056-4.057h1v-1h-1v1Zm0 23.273v1h1v-1h-1Zm-4.92 0h-1v1h1v-1Zm0-23.273v-1h-1v1h1Zm4.92 0h-1V88h2V64.727h-1Zm0 23.273v-1h-4.92v2h4.92v-1Zm-4.92 0h1V64.727h-2V88h1Zm0-23.273v1h4.92v-2h-4.92v1Zm28.912 18.114-.88-.475-.001.002.881.473Zm-3.909 4.08.493.87.001-.001-.494-.87Zm-11.114-.012.496-.868-.496.868Zm-3.898-4.08-.881.473.881-.473Zm0-12.943.882.473-.882-.473Zm3.898-4.068.493.87.003-.002-.496-.868Zm11.114 0-.496.868.004.003.492-.87Zm3.909 4.068-.881.473.001.003.88-.476Zm-4.284 2.319-.919.394.002.005.917-.4Zm-2.057-2.569-.55.836.55-.836Zm-6.227 0 .549.836-.549-.836Zm-2.068 2.569-.917-.4-.002.005.919.394Zm0 8.318-.919.394.002.006.917-.4Zm2.068 2.568.549-.835-.549.835Zm6.227 0-.55-.835.55.835Zm2.057-2.568-.917-.4-.002.005.919.395Zm5.727-4.16h-1c0 2.414-.457 4.4-1.323 6.002l.88.476.88.475c1.058-1.959 1.563-4.29 1.563-6.952h-1Zm-1.443 6.478-.881-.473c-.872 1.626-2.045 2.843-3.523 3.683l.495.87.494.869c1.826-1.039 3.259-2.541 4.296-4.477l-.881-.472Zm-3.909 4.08-.493-.87c-1.481.839-3.157 1.267-5.053 1.267v2c2.211 0 4.232-.503 6.039-1.528l-.493-.87Zm-5.546 1.397v-1c-1.91 0-3.593-.432-5.072-1.277l-.496.868-.496.868c1.809 1.034 3.839 1.541 6.064 1.541v-1Zm-5.568-1.409.496-.868c-1.47-.84-2.64-2.058-3.512-3.684l-.882.472-.881.473c1.037 1.934 2.465 3.436 4.283 4.475l.496-.868Zm-3.898-4.08.882-.472c-.86-1.603-1.313-3.587-1.313-5.993h-2c0 2.654.5 4.98 1.55 6.938l.881-.473Zm-1.431-6.465h1c0-2.415.454-4.403 1.313-6.005l-.882-.473-.881-.472c-1.05 1.958-1.55 4.288-1.55 6.95h1Zm1.431-6.478.882.473c.871-1.626 2.041-2.839 3.509-3.67l-.493-.87-.493-.87c-1.82 1.03-3.248 2.53-4.286 4.465l.881.472Zm3.898-4.068.496.868c1.479-.845 3.162-1.277 5.072-1.277v-2c-2.225 0-4.255.507-6.064 1.54l.496.87Zm5.568-1.409v1c1.894 0 3.569.432 5.05 1.277l.496-.868.496-.868c-1.808-1.033-3.83-1.54-6.042-1.54v1Zm5.546 1.41-.492.87c1.476.833 2.649 2.045 3.52 3.67l.881-.473.881-.472c-1.038-1.936-2.471-3.436-4.299-4.467l-.491.871Zm3.909 4.067-.88.476c.866 1.602 1.323 3.588 1.323 6.002h2c0-2.663-.505-4.994-1.563-6.953l-.88.475Zm-3.546 6.478h1c0-1.738-.259-3.27-.822-4.56l-.916.4-.917.4c.423.968.655 2.21.655 3.76h1Zm-.738-4.16.919-.394c-.55-1.28-1.352-2.302-2.426-3.009l-.55.835-.55.836c.699.46 1.268 1.15 1.688 2.127l.919-.395Zm-2.057-2.568.55-.835c-1.069-.703-2.303-1.04-3.664-1.04v2c1.019 0 1.86.248 2.564.71l.55-.835Zm-3.114-.875v-1c-1.36 0-2.594.337-3.663 1.04l.55.835.549.836c.704-.463 1.546-.71 2.564-.71v-1Zm-3.113.875-.55-.835c-1.073.706-1.878 1.727-2.435 3.004l.917.4.916.4c.428-.98 1.002-1.673 1.701-2.133l-.549-.836Zm-2.068 2.569-.919-.395c-.554 1.288-.809 2.817-.809 4.554h2c0-1.552.23-2.795.646-3.765l-.918-.395Zm-.728 4.159h-1c0 1.736.255 3.265.809 4.553l.919-.394.918-.395c-.416-.97-.646-2.213-.646-3.764h-1Zm.728 4.159-.917.4c.557 1.277 1.362 2.297 2.435 3.003l.55-.835.549-.835c-.699-.461-1.273-1.153-1.701-2.133l-.916.4Zm2.068 2.568-.55.835c1.069.704 2.303 1.04 3.663 1.04v-2c-1.018 0-1.86-.247-2.564-.71l-.549.835Zm3.113.875v1c1.361 0 2.595-.336 3.664-1.04l-.55-.835-.55-.835c-.704.463-1.545.71-2.564.71v1Zm3.114-.875.55.835c1.074-.707 1.876-1.73 2.426-3.009l-.919-.394-.919-.395c-.42.978-.989 1.668-1.688 2.128l.55.835Zm2.057-2.568.916.4c.563-1.29.822-2.822.822-4.56h-2c0 1.55-.232 2.792-.655 3.76l.917.4Zm28.838-15.796h1v-1h-1v1Zm0 23.273v1h1v-1h-1Zm-4.25 0-.823.569.298.431h.525v-1ZM253.27 73.352l.822-.568-.298-.432h-.524v1Zm-.171 0v-1h-1v1h1Zm0 14.648v1h1v-1h-1Zm-4.92 0h-1v1h1v-1Zm0-23.273v-1h-1v1h1Zm4.318 0 .825-.566-.298-.434h-.527v1Zm10.046 14.637-.825.566.298.434h.527v-1Zm.204 0v1h1v-1h-1Zm0-14.637v-1h-1v1h1Zm4.898 0h-1V88h2V64.727h-1Zm0 23.273v-1h-4.25v2h4.25v-1Zm-4.25 0 .822-.569-10.125-14.647-.822.568-.823.569 10.125 14.648.823-.569ZM253.27 73.352v-1h-.171v2h.171v-1Zm-.171 0h-1V88h2V73.352h-1Zm0 14.648v-1h-4.92v2h4.92v-1Zm-4.92 0h1V64.727h-2V88h1Zm0-23.273v1h4.318v-2h-4.318v1Zm4.318 0-.824.566 10.045 14.636.825-.565.824-.566-10.045-14.637-.825.566Zm10.046 14.637v1h.204v-2h-.204v1Zm.204 0h1V64.727h-2v14.637h1Zm0-14.637v1h4.898v-2h-4.898v1Z' mask='url(%23a)'/%3e%3cpath fill='white' d='M22.557 108.875H17.58a4.867 4.867 0 0 0-.557-1.716 4.37 4.37 0 0 0-1.08-1.295 4.766 4.766 0 0 0-1.522-.819 5.836 5.836 0 0 0-1.853-.284c-1.204 0-2.254.3-3.148.898-.893.591-1.587 1.455-2.08 2.591-.492 1.129-.738 2.5-.738 4.114 0 1.659.246 3.053.739 4.181.5 1.129 1.197 1.982 2.09 2.557.895.576 1.929.864 3.103.864.66 0 1.269-.087 1.83-.261a4.812 4.812 0 0 0 1.511-.762c.44-.341.803-.754 1.09-1.238.296-.485.5-1.038.614-1.66l4.978.023a9.002 9.002 0 0 1-.966 3.091 9.284 9.284 0 0 1-2.057 2.648c-.856.773-1.879 1.386-3.068 1.841-1.182.447-2.519.67-4.012.67-2.075 0-3.931-.47-5.568-1.409-1.628-.939-2.916-2.299-3.863-4.079-.94-1.781-1.41-3.936-1.41-6.466 0-2.538.478-4.697 1.432-6.478.955-1.78 2.25-3.136 3.887-4.068 1.636-.939 3.477-1.409 5.522-1.409 1.349 0 2.599.189 3.75.568a9.517 9.517 0 0 1 3.08 1.659 8.545 8.545 0 0 1 2.182 2.648c.568 1.046.932 2.243 1.09 3.591Zm24.915 3.489c0 2.538-.482 4.697-1.444 6.477-.954 1.78-2.257 3.14-3.909 4.079-1.644.932-3.492 1.398-5.545 1.398-2.068 0-3.924-.47-5.568-1.409-1.644-.939-2.944-2.299-3.898-4.079-.955-1.781-1.432-3.936-1.432-6.466 0-2.538.477-4.697 1.432-6.478.954-1.78 2.254-3.136 3.898-4.068 1.644-.939 3.5-1.409 5.568-1.409 2.053 0 3.901.47 5.545 1.409 1.652.932 2.955 2.288 3.91 4.068.961 1.781 1.443 3.94 1.443 6.478Zm-4.989 0c0-1.644-.246-3.031-.739-4.159-.484-1.129-1.17-1.985-2.056-2.569-.887-.583-1.925-.875-3.114-.875-1.19 0-2.227.292-3.114.875-.886.584-1.576 1.44-2.068 2.569-.485 1.128-.727 2.515-.727 4.159 0 1.644.242 3.03.727 4.159.492 1.129 1.182 1.985 2.068 2.568.887.583 1.925.875 3.114.875 1.19 0 2.227-.292 3.114-.875.886-.583 1.572-1.439 2.056-2.568.493-1.129.739-2.515.739-4.159Zm8.634-11.637h6.068l6.409 15.637h.273l6.409-15.637h6.068V124H71.57v-15.148h-.193l-6.023 15.034h-3.25l-6.023-15.091h-.193V124h-4.773v-23.273ZM80.397 124v-23.273h9.182c1.766 0 3.27.337 4.512 1.012 1.242.666 2.19 1.594 2.84 2.784.66 1.182.99 2.545.99 4.091 0 1.545-.334 2.909-1 4.091-.667 1.181-1.633 2.102-2.898 2.761-1.258.659-2.78.989-4.569.989h-5.852v-3.944h5.057c.947 0 1.727-.163 2.341-.488.621-.334 1.083-.792 1.386-1.375.311-.591.466-1.269.466-2.034 0-.773-.155-1.447-.466-2.023-.303-.583-.765-1.034-1.386-1.352-.621-.326-1.41-.489-2.364-.489h-3.318V124h-4.92Zm22.043 0h-5.272l8.034-23.273h6.341L119.565 124h-5.272l-5.83-17.955h-.182L102.44 124Zm-.329-9.148h12.454v3.841h-12.454v-3.841Zm39.721-14.125V124h-4.25l-10.125-14.648h-.17V124h-4.921v-23.273h4.319l10.045 14.637h.205v-14.637h4.897Zm2.702 0h5.511l5.307 10.023h.228l5.306-10.023h5.512l-8.489 15.046V124h-4.886v-8.227l-8.489-15.046Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 80px bottom 40px;
}
@media screen and (max-width: 1200px) {
  #block-kerataif-main-menu {
    display: block;
    order: 4;
    background: none;
  }
}
#block-kerataif-main-menu .menu {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  padding: 0 0 200px 80px;
}
@media screen and (max-width: 1200px) {
  #block-kerataif-main-menu .menu {
    padding: 0 0 50px 20px;
  }
}
#block-kerataif-main-menu .menu li {
  margin: 30px 0;
  display: block;
}
#block-kerataif-main-menu .menu li a {
  color: #FFF;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 0 0 20px;
  display: block;
  border-left: 4px solid #FFF;
}
#block-kerataif-main-menu .menu li.menu-item--active-trail a {
  color: var(--kerataif-red-dark);
  border-left: 4px solid var(--kerataif-red-dark);
}
#block-kerataif-views-block-header-gorseli-nid-block-1 .view-content {
  display: flex;
  justify-content: center;
}
#block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row {
  float: none;
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row {
    width: 100%;
    padding-top: 120px;
  }
}
@media screen and (max-width: 600px) {
  #block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row {
    padding-top: 60px;
  }
}
#block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row .views-field-field-header-gorseli {
  position: relative;
}
#block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row .views-field-field-header-gorseli .nid-gorsel img {
  width: 100%;
  height: auto;
  display: block;
}
#block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row .views-field-field-header-gorseli .baslik {
  position: absolute;
  bottom: 0;
  left: 530px;
  z-index: 98;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  #block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row .views-field-field-header-gorseli .baslik {
    left: 20px;
  }
}
#block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row .views-field-field-header-gorseli .baslik h1 {
  margin: 50px 0;
  color: transparent;
  -webkit-text-stroke: 2px white;
  font-size: 5rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3225rem;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1200px) {
  #block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row .views-field-field-header-gorseli .baslik h1 {
    font-size: 2.5rem;
    -webkit-text-stroke: 1px white;
    margin: 20px 0;
  }
}
#block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row .views-field-field-ikinci-baslik {
  padding: 40px 0 50px 530px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row .views-field-field-ikinci-baslik {
    padding: 20px 0 20px 20px;
  }
}
#block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row .views-field-field-ikinci-baslik .ikinci-baslik {
  color: var(--kerataif-red);
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  #block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row .views-field-field-ikinci-baslik .ikinci-baslik {
    font-size: 1.5rem;
  }
}
#block-kerataif-views-block-header-gorseli-nid-block-1 .view-content .views-row .views-field-field-ikinci-baslik .aciklama {
  max-width: 495px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--kerataif-red-dark);
}
#block-kerataif-views-block-ana-slider-block-1 {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #block-kerataif-views-block-ana-slider-block-1 .swiper-container {
    margin-top: 50px;
  }
}
#block-kerataif-views-block-ana-slider-block-1 .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #block-kerataif-views-block-ana-slider-block-1 .swiper-slide {
    height: auto;
  }
}
#block-kerataif-views-block-ana-slider-block-1 .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  height: 100vh;
  object-fit: cover;
}
#block-kerataif-views-block-ana-slider-block-1 .swiper-slide .field--name-field-slide-gorseli {
  display: block;
}
@media screen and (max-width: 600px) {
  #block-kerataif-views-block-ana-slider-block-1 .swiper-slide .field--name-field-slide-gorseli {
    display: none;
  }
}
#block-kerataif-views-block-ana-slider-block-1 .swiper-slide .field--name-field-slide-gorseli img {
  width: 100%;
  height: auto;
  display: block;
}
#block-kerataif-views-block-ana-slider-block-1 .swiper-slide .field--name-field-slide-gorseli-mobil {
  display: none;
}
@media screen and (max-width: 600px) {
  #block-kerataif-views-block-ana-slider-block-1 .swiper-slide .field--name-field-slide-gorseli-mobil {
    display: block;
  }
}
#block-kerataif-views-block-ana-slider-block-1 .swiper-slide .field--name-field-slide-gorseli-mobil img {
  width: 100%;
  height: auto;
  display: block;
}
#block-kerataif-altbilgi {
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  #block-kerataif-altbilgi {
    order: 2;
  }
}
#block-kerataif-altbilgi h2 {
  font-size: 0.8rem;
  margin: 0 0 10px 0;
  color: #B9B9B9;
  font-weight: 600;
  font-style: normal;
}
#block-kerataif-altbilgi .menu a {
  color: #B9B9B9;
  font-size: 0.8rem;
  margin-right: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.front #block-kerataif-altbilgi {
  margin-bottom: 0;
}
.not-front #block-kerataif-altbilgi {
  padding: 25px 0 10px 180px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='150' height='60' fill='none' viewBox='0 0 150 60'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23B9B9B9' d='M111.908 11.395c2.624-2.453 4.786-3.205 8.183-3.205v3.531c-3.489.092-5.992 1.255-8.183 4.276v15.337h-4.099V8.19h4.099v3.205Zm34.043-3.297V10.7a12.175 12.175 0 0 0-8.254-3.205c-6.75 0-12.224 5.474-12.224 12.225 0 6.75 5.474 12.224 12.224 12.224 3.184 0 6.077-1.212 8.254-3.205v2.603h4.042V8.098h-4.042Zm-8.247 19.868a8.252 8.252 0 0 1-8.253-8.253 8.252 8.252 0 0 1 8.253-8.254 8.252 8.252 0 0 1 8.254 8.254 8.252 8.252 0 0 1-8.254 8.253ZM58.57 8.098V39.53h4.099l-.05-10.792a12.174 12.174 0 0 0 8.254 3.205c6.75 0 12.225-5.474 12.225-12.224S77.624 7.495 70.873 7.495A12.174 12.174 0 0 0 62.62 10.7V8.098h-4.05Zm4.042 11.622a8.252 8.252 0 0 1 8.254-8.254 8.253 8.253 0 0 1 8.254 8.254 8.252 8.252 0 0 1-8.254 8.253 8.252 8.252 0 0 1-8.254-8.253ZM96.769 8.19h-4.092v23.152h4.092V8.19Zm0-8.19h-4.092v4.091h4.092V0ZM36.49 20.294c1.276.383 2.545.766 3.807 1.142 1.263.375 2.347.836 3.24 1.382.901.54 1.348 1.263 1.348 2.156 0 1.085-.432 1.88-1.305 2.39-.865.51-1.957.765-3.283.765l3.361 3.361c1.078-.319 2.043-.8 2.88-1.453 1.623-1.27 2.439-2.957 2.439-5.07 0-1.617-.447-2.943-1.326-3.971-.887-1.028-1.965-1.737-3.248-2.113-1.276-.376-2.546-.752-3.808-1.12-1.262-.37-2.354-.823-3.262-1.355-.914-.532-1.368-1.234-1.368-2.113 0-.971.404-1.723 1.205-2.248.809-.531 1.78-.794 2.929-.794 2.482 0 4.134.993 4.97 2.978l3.397-1.907a8.224 8.224 0 0 0-3.326-3.56c-1.474-.85-3.155-1.276-5.041-1.276-2.354 0-4.318.652-5.878 1.95-1.568 1.305-2.348 2.957-2.348 4.97 0 1.553.447 2.823 1.348 3.816.9.992 1.985 1.68 3.262 2.063l.007.007ZM10.331 31.802l3.78-3.779c-.497.071-1.014.106-1.56.106-2.198 0-4.05-.574-5.552-1.723-1.504-1.148-2.454-2.758-2.858-4.836H23.62c.092-.617.142-1.226.142-1.815 0-3.375-1.078-6.268-3.234-8.672-2.156-2.404-4.935-3.602-8.346-3.602-3.595 0-6.524 1.163-8.785 3.489C1.127 13.302 0 16.217 0 19.72s1.156 6.452 3.46 8.764c1.844 1.85 4.134 2.95 6.864 3.326l.007-.008ZM6.786 13.14c1.425-1.226 3.22-1.836 5.389-1.836 1.858 0 3.489.574 4.878 1.723 1.397 1.149 2.262 2.822 2.603 5.02H4.134c.34-2.042 1.227-3.68 2.652-4.907Zm84.551 32.837V59.72h-2.503v-5.864H81.97v5.864h-2.503V45.977h2.503v5.602h6.864v-5.602h2.503Zm6.325 6.857c0-3.865 3.305-7.105 7.226-7.105s7.204 3.24 7.204 7.105c0 3.864-3.304 7.12-7.204 7.12s-7.226-3.263-7.226-7.12Zm11.863 0c0-2.624-2.12-4.822-4.637-4.822-2.517 0-4.68 2.198-4.68 4.822s2.141 4.843 4.68 4.843c2.538 0 4.637-2.198 4.637-4.843Zm9.041-6.857h2.503l4.524 8.382 4.538-8.382h2.482V59.72h-2.482v-9.183l-4.538 8.382-4.524-8.382v9.183h-2.503V45.977Zm23.592 2.276v3.319h7.105v2.283h-7.105v3.58H150v2.284h-10.346V45.977H150v2.283h-7.842v-.007Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h150v59.96H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
}
.node-type-static-page #block-kerataif-page-title {
  display: none;
}
.paragraph-iletisim .field--name-field-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.paragraph-iletisim .field--name-field-content p {
  width: 100%;
}
.paragraph-iletisim .field--name-field-content strong {
  font-size: 1.75rem;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .paragraph-iletisim .field--name-field-content strong {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
}
.paragraph-iletisim .field--name-field-content .map-button {
  width: auto;
}
.paragraph-iletisim .field--name-field-content .map-button a {
  padding: 7px 45px 7px 25px;
  cursor: pointer;
  color: var(--kerataif-red-dark);
  border: none;
  background: var(--kerataif-red);
  height: 40px;
  font-size: var(--kerataif-font-size);
  -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);
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='17' fill='none' viewBox='0 0 10 17'%3e%3cg fill='%23660C0D'%3e%3cpath d='M1.787.574 10 8.787 8.357 10.43.144 2.216 1.787.574Z'/%3e%3cpath d='M10 8.787 1.787 17 .144 15.357l8.213-8.213L10 8.787Z'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.paragraph-iletisim .field--name-field-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .paragraph-iletisim .field--name-field-content ul {
    margin-bottom: 20px;
  }
}
.paragraph-iletisim .field--name-field-content ul li {
  padding: 15px 5px 15px 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
.paragraph-iletisim .field--name-field-content ul li a {
  color: var(--kerataif-red-dark);
}
.paragraph-iletisim .field--name-field-content ul li:nth-child(1) {
  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 stroke='%23ED1C2C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3e%3cpath d='M5 9.923c0 4.852 4.244 8.864 6.123 10.402.27.22.405.332.606.388.156.044.386.044.542 0 .201-.056.336-.167.606-.388C14.756 18.787 19 14.775 19 9.923a6.885 6.885 0 0 0-2.05-4.895A7.04 7.04 0 0 0 12 3a7.04 7.04 0 0 0-4.95 2.028A6.884 6.884 0 0 0 5 9.923Z'/%3e%3cpath d='M10 9a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z'/%3e%3c/g%3e%3c/svg%3e");
}
.paragraph-iletisim .field--name-field-content ul li:nth-child(2) {
  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%3cpath stroke='%23ED1C2C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.502 4.257A2 2 0 0 0 7.646 3H4.895A1.895 1.895 0 0 0 3 4.895C3 13.789 10.21 21 19.105 21A1.895 1.895 0 0 0 21 19.105v-2.751a2 2 0 0 0-1.257-1.857l-2.636-1.054a2 2 0 0 0-2.023.32l-.68.568a2.001 2.001 0 0 1-2.696-.122L9.792 12.29a2 2 0 0 1-.123-2.694l.567-.68a2 2 0 0 0 .322-2.024L9.502 4.257Z'/%3e%3c/svg%3e");
}
.paragraph-iletisim .field--name-field-content ul li:nth-child(3) {
  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%3cpath stroke='%23ED1C2C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4.5 6.5 5.608 4.112.002.002c.678.497 1.017.746 1.389.842a2 2 0 0 0 1.002 0c.372-.096.712-.345 1.392-.844L19.5 6.5M3 15.8V8.2c0-1.12 0-1.68.218-2.108.192-.377.497-.682.874-.874C4.52 5 5.08 5 6.2 5h11.6c1.12 0 1.68 0 2.107.218.377.192.683.497.875.874.218.427.218.987.218 2.105v7.607c0 1.118 0 1.676-.218 2.104a2.002 2.002 0 0 1-.875.874c-.427.218-.986.218-2.104.218H6.197c-1.118 0-1.678 0-2.105-.218a2 2 0 0 1-.874-.874C3 17.48 3 16.92 3 15.8Z'/%3e%3c/svg%3e");
}
