.lineholder {
  max-width: 1140px;
  width: 100%;
  height: 60vh;
  top: 20vh;
  z-index: -1; }
  .lineholder > div {
    text-align: left;
    width: 50%;
    background: #ffffffe0;
    padding: 3vw;
    font-weight: 100;
    font-size: 1.1em;
    left: 0px !important; }
    .lineholder > div h1 {
      font-size: 3.5em;
      font-weight: 100; }
  .lineholder span {
    box-shadow: 0px 0px 0px #ffffff79;
    opacity: .4;
    position: absolute;
    background: #fff;
    display: inline-block; }
    .lineholder span.top {
      width: 200%;
      left: 0px;
      height: 1px;
      top: 0px; }
    .lineholder span.bottom {
      width: 200%;
      right: 0px;
      height: 1px;
      bottom: 0px; }
    .lineholder span.left {
      width: 1px;
      bottom: -50%;
      height: 100%;
      left: 0px; }
    .lineholder span.right {
      top: 0px;
      width: 1px;
      height: 100%;
      right: 0px; }
  .lineholder.drawline_1 span.top {
    width: 100%;
    left: 0px;
    height: 1px;
    top: 0px; }
  .lineholder.drawline_1 span.left {
    bottom: 50%;
    height: 50%;
    left: 0px; }
  .lineholder.drawline_1 span.right {
    top: 0%;
    height: 200%;
    right: 0px; }
  .lineholder.drawline_2 span.left {
    bottom: 0;
    height: 200%;
    left: 0px; }
  .lineholder.drawline_2 span.right {
    top: 100%;
    height: 50%;
    right: 0px; }
  .lineholder.drawline_3 span.top {
    width: 150%;
    left: 0%;
    top: 0px; }
  .lineholder.drawline_3 span.left {
    bottom: 0px;
    height: 50%;
    left: 0px; }
  .lineholder.drawline_3 span.right {
    top: 0%;
    height: 150%;
    right: 0px; }

#productfilter .closemenu {
  right: 20px;
  top: 12px;
  background-color: #000;
  border-radius: 1000px; }

.openfilter {
  cursor: pointer; }

.closemenu {
  z-index: 100;
  right: 10px;
  top: 10px;
  left: auto;
  border: 0px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: .2s;
  opacity: .7; }
  .closemenu span {
    width: 100%;
    height: 2px;
    position: absolute;
    display: block;
    top: 50%;
    background: #fff;
    transform: rotate(45deg); }
    .closemenu span:first-of-type {
      transform: rotate(-45deg); }
  .closemenu:hover {
    opacity: 1;
    transform: rotate(180deg); }

#hmenu {
  width: 100%;
  left: 0px;
  display: none; }
  #hmenu .menuholder {
    padding: 30px;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    overflow: auto; }
  #hmenu .items2 .item {
    background-color: #ffffff20;
    border: 0px; }
  #hmenu .items2,
  #hmenu .items {
    margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    #hmenu .items2 .item,
    #hmenu .items .item {
      background-color: #ffffff20;
      border: 0px; }
      #hmenu .items2 .item h3,
      #hmenu .items .item h3 {
        color: #fff; }
      #hmenu .items2 .item:hover,
      #hmenu .items .item:hover {
        background-color: var(--first); }

.productinfo {
  border: 2px solid #000;
  padding: 4vw !important;
  background: #fafafa;
  box-shadow: 0px 0px 50px #d4d4d4;
  border-radius: 10px;
  font-size: 1em;
  margin-bottom: 7vw;
  margin-top: 4vw;
  position: relative; }
  .productinfo h3 {
    margin-bottom: 2vw;
    font-weight: 600;
    color: #000;
    font-size: 1.4em;
    padding: 5px 25px;
    border: 2px solid #000;
    background: #000;
    border-radius: 100px;
    transform: translate(0, -50%);
    left: 4vw;
    position: absolute;
    top: 0px;
    color: #fff; }

.asilicon {
  transition: .2s;
  width: 2vw; }
  .asilicon img {
    width: 100%; }

.box {
  width: 400px;
  padding: 2.5vw;
  font-weight: 200;
  background-color: var(--bg);
  border: 1px solid #ffffff60; }
  .box.bottom-right {
    bottom: 5vw;
    right: 5vw; }
  .box p {
    font-size: .9em; }
  .box [sx="before"] {
    font-family: var(--font-2);
    font-weight: 100; }

#socials {
  font-size: 1.4em;
  padding: 1vw;
  left: 0px; }
  #socials .item {
    padding: 10px;
    opacity: .4;
    transition: none; }
    #socials .item:hover {
      opacity: 1 !important; }

.circle {
  top: 20%;
  left: 50%;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background: #806583;
  mix-blend-mode: overlay; }

#submenu {
  z-index: 1;
  bottom: calc(20vh - 38px);
  left: calc((100vw - 1140px)/2 + 30px); }
  #submenu .menuitem {
    padding: 10px;
    justify-content: center;
    padding-bottom: 0px;
    transition: .4s;
    opacity: 0;
    transform: translate(-150px, 0px); }
    #submenu .menuitem .inner,
    #submenu .menuitem a {
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.39);
      transition: .4s;
      text-align: center;
      border: 1px solid #ffffff60;
      height: calc(2vw + 40px);
      width: 150px;
      font-weight: 300;
      background: linear-gradient(-60deg, black, rgba(0, 0, 0, 0.5));
      color: #ffffff;
      white-space: initial;
      line-height: 1.3em;
      font-family: var(--font-2);
      cursor: pointer;
      display: grid; }
    #submenu .menuitem:hover a,
    #submenu .menuitem:hover .inner {
      box-shadow: 0px 0px 30px #000;
      background: linear-gradient(60deg, #340a78, rgba(0, 0, 0, 0.8)); }
    #submenu .menuitem.active a {
      background: #111; }

#productfilter {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4); }
  #productfilter .inner {
    max-width: 1140px;
    width: 100%;
    position: relative;
    flex-wrap: wrap; }
    #productfilter .inner [sx="breadcrumb"] {
      width: 100%;
      white-space: nowrap;
      flex: 100%;
      padding: 10px 20px;
      background: #000;
      color: #fff;
      border-radius: 6px;
      margin-top: 30px; }
      #productfilter .inner [sx="breadcrumb"] .item {
        margin: 0px; }
        #productfilter .inner [sx="breadcrumb"] .item a {
          color: #ffffffc0; }
          #productfilter .inner [sx="breadcrumb"] .item a:hover {
            color: #fff; }
        #productfilter .inner [sx="breadcrumb"] .item:after {
          color: #ffffffc0;
          content: '>';
          margin-left: 10px;
          margin-right: 10px; }
        #productfilter .inner [sx="breadcrumb"] .item:last-of-type:after {
          content: ''; }
    #productfilter .inner .btn {
      width: 100%;
      margin-top: 10px; }
      #productfilter .inner .btn.btn-light {
        border: 1px solid #000; }
    #productfilter .inner h6 {
      font-weight: 600;
      padding: 0px 10px;
      position: relative;
      padding-bottom: 10px;
      color: #000; }
      #productfilter .inner h6 span {
        display: inline-block;
        padding: 5px 10px;
        background: #fff;
        z-index: 1;
        position: relative; }
      #productfilter .inner h6:before {
        content: '';
        border-top: 2px solid #000;
        position: absolute;
        left: 10%;
        width: 80%;
        top: 13px;
        display: none; }
    #productfilter .inner .top-center {
      top: 0px; }
    #productfilter .inner h5 {
      font-weight: 500;
      text-align: left;
      font-size: 2.4em;
      margin: 0px;
      padding: 15px;
      padding-left: 0px;
      padding-right: 30px;
      line-height: 1em;
      color: #000; }
      #productfilter .inner h5 span.uname {
        display: block;
        font-size: .6em;
        line-height: 1em;
        text-transform: uppercase;
        letter-spacing: 0px;
        font-weight: 600;
        opacity: .2; }
    #productfilter .inner .filters {
      flex-grow: 1;
      align-items: flex-start; }
      #productfilter .inner .filters .stylelist {
        gap: 5px;
        text-align: left; }
        #productfilter .inner .filters .stylelist > div {
          border: 2px solid #efefef;
          outline: 3px solid transparent;
          padding: 5px 8px;
          transition: .4s;
          font-size: .8em;
          text-align: center;
          cursor: pointer; }
          #productfilter .inner .filters .stylelist > div.active {
            background: #000;
            color: #fff; }
          #productfilter .inner .filters .stylelist > div:hover {
            outline: 3px solid #000; }
      #productfilter .inner .filters .colorlist {
        gap: 5px; }
        #productfilter .inner .filters .colorlist > div {
          transition: .4s;
          cursor: pointer;
          width: 100%;
          padding-bottom: 90%;
          border-radius: 0px;
          border: 2px solid #efefef;
          outline: 3px solid transparent;
          position: relative; }
          #productfilter .inner .filters .colorlist > div i {
            display: none;
            color: #fff;
            font-size: 1.2vw;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
          #productfilter .inner .filters .colorlist > div.active i {
            display: block; }
          #productfilter .inner .filters .colorlist > div:hover {
            outline: 3px solid #000; }

.slogan h3 {
  font-size: 3em;
  color: rgba(255, 255, 255, 0.4); }
  .slogan h3 div,
  .slogan h3 span {
    font-size: 1.3em;
    color: #fff;
    line-height: 1em;
    display: block; }

.slogan.linked a:hover {
  color: #fff; }

.slogan.linked:hover {
  background: #111; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--first); }

.shortcuts {
  display: none;
  font-size: calc(12px + .7vw);
  width: 100%;
  padding: 15vw;
  text-transform: uppercase;
  height: fit-content;
  margin-top: 40px; }
  .shortcuts .item {
    margin: 5px;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid #000;
    background: linear-gradient(0deg, #56446170, #794c9340);
    opacity: .8;
    box-shadow: 0px 0px 100px #00000020; }
    .shortcuts .item:hover {
      box-shadow: 0px 0px 100px var(--hover);
      opacity: 1; }

.scroll-helper {
  cursor: pointer;
  z-index: 10;
  padding: 0px;
  background-color: var(--first);
  width: 60px;
  height: 30px;
  position: fixed;
  bottom: 0px;
  z-index: 10;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  transform: translate(-50%, 0px);
  left: 50%;
  transition: opacity .5s;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px; }
  .scroll-helper i {
    display: inline-block;
    font-size: 1.2em; }
  .scroll-helper:hover {
    opacity: 1; }

[sx="page-holder"] {
  box-shadow: inset 0px 0px 300px #000; }
  [sx="page-holder"] > [sx="before"] {
    display: none;
    position: absolute;
    left: 50%;
    letter-spacing: 1px;
    top: 20vh;
    transform: translate(-50%, -50%);
    color: #ffffff;
    white-space: nowrap;
    font-size: 1.4em;
    z-index: 1;
    line-height: 1.4em; }
    [sx="page-holder"] > [sx="before"] span {
      display: block;
      letter-spacing: 0px;
      font-family: var(--handw);
      font-size: 2.4em;
      color: var(--hover); }
  [sx="page-holder"] [sx="page"] .homenews {
    gap: 3vw; }
    [sx="page-holder"] [sx="page"] .homenews .item {
      color: #000;
      border: 1px solid #000; }
      [sx="page-holder"] [sx="page"] .homenews .item .inner {
        padding: 3vw; }
      [sx="page-holder"] [sx="page"] .homenews .item h3 {
        font-family: var(--font-2);
        color: #000;
        font-size: 1.6em;
        font-weight: 600;
        margin-top: 15px; }
      [sx="page-holder"] [sx="page"] .homenews .item .exp {
        opacity: .7; }
      [sx="page-holder"] [sx="page"] .homenews .item .image {
        padding-bottom: 66%; }
  [sx="page-holder"] [sx="page"] [sx="webcontent"] img,
  [sx="page-holder"] [sx="page"] [sx="part"] img {
    object-fit: cover;
    margin: 2vw 0px;
    background: #efefef;
    border: 2vw solid #fff !important;
    width: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  [sx="page-holder"] [sx="page"] .contentpreview {
    font-size: 1.2em;
    font-weight: 100; }
    [sx="page-holder"] [sx="page"] .contentpreview * {
      color: var(--text);
      opacity: 1; }
    [sx="page-holder"] [sx="page"] .contentpreview .inner.right {
      flex-direction: row-reverse; }
    [sx="page-holder"] [sx="page"] .contentpreview h3 {
      font-size: 4em;
      color: #000;
      font-weight: 400; }
    [sx="page-holder"] [sx="page"] .contentpreview h4 {
      font-size: 2.5em;
      font-weight: 400;
      color: #000; }
    [sx="page-holder"] [sx="page"] .contentpreview .exp {
      padding: 2vw 5vw; }
    [sx="page-holder"] [sx="page"] .contentpreview .image {
      padding: 2vw;
      position: relative; }
      [sx="page-holder"] [sx="page"] .contentpreview .image .bg {
        width: 100%; }
      [sx="page-holder"] [sx="page"] .contentpreview .image img {
        margin: 0px; }
      [sx="page-holder"] [sx="page"] .contentpreview .image img.logo {
        width: 12vw;
        border: 1vw solid #fff !important; }
        [sx="page-holder"] [sx="page"] .contentpreview .image img.logo.top-right, [sx="page-holder"] [sx="page"] .contentpreview .image img.logo.right-center, [sx="page-holder"] [sx="page"] .contentpreview .image img.logo.bottom-right {
          margin: -2vw; }
        [sx="page-holder"] [sx="page"] .contentpreview .image img.logo.top-left, [sx="page-holder"] [sx="page"] .contentpreview .image img.logo.left-center, [sx="page-holder"] [sx="page"] .contentpreview .image img.logo.bottom-left {
          margin-left: -4vw; }
        [sx="page-holder"] [sx="page"] .contentpreview .image img.logo.top-center {
          margin-top: 2vw; }
        [sx="page-holder"] [sx="page"] .contentpreview .image img.logo.bottom-center {
          bottom: -8vw; }
        [sx="page-holder"] [sx="page"] .contentpreview .image img.logo.bottom-left {
          bottom: -2vw; }
        [sx="page-holder"] [sx="page"] .contentpreview .image img.logo.right-center {
          margin-right: -4vw;
          margin-top: 0px !important; }
  [sx="page-holder"] [sx="page"] .pageheader {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    background-color: var(--first);
    padding: 0px;
    box-shadow: inset 0px -10px 10px rgba(0, 0, 0, 0.2); }
    [sx="page-holder"] [sx="page"] .pageheader.tileimage {
      height: 30vh;
      position: relative;
      box-shadow: inset 0px -10px 40px rgba(0, 0, 0, 0.5); }
      [sx="page-holder"] [sx="page"] .pageheader.tileimage .pagelogo {
        width: 16vw;
        height: 16vw;
        object-fit: cover;
        bottom: -6vw;
        right: 5vw;
        border-radius: 300px;
        border: 10px solid #fff; }
    [sx="page-holder"] [sx="page"] .pageheader .inner {
      max-width: 1140px;
      padding: 1vw 0px;
      width: 100%; }
      [sx="page-holder"] [sx="page"] .pageheader .inner .exp {
        opacity: .8;
        font-weight: 100;
        border-left: 1px solid #fff;
        padding: 2vw; }
      [sx="page-holder"] [sx="page"] .pageheader .inner h5 {
        color: #fff;
        opacity: .5;
        margin: 0px;
        padding: 0px;
        font-size: 2em;
        font-family: var(--handw);
        line-height: 1em; }
      [sx="page-holder"] [sx="page"] .pageheader .inner h2 {
        color: #fff;
        margin: 0px;
        padding: 0px; }
  [sx="page-holder"] [sx="page"] [sx="faqlist"] .item {
    display: flex;
    margin-bottom: 2vw; }
  [sx="page-holder"] [sx="page"] [sx="faqlist"] h4 {
    width: 33%;
    font-size: 1.2em;
    text-align: right;
    padding: 1vw;
    color: #000;
    font-weight: 600; }
  [sx="page-holder"] [sx="page"] [sx="faqlist"] p {
    width: 66%;
    padding: 1vw;
    border-left: 1px solid #ccc; }
  [sx="page-holder"] [sx="page"] [sx="catmenu"] {
    padding: 2vw 1.2vw !important;
    padding-bottom: 1vw !important;
    line-height: 1em; }
    [sx="page-holder"] [sx="page"] [sx="catmenu"] .item {
      background: #fff;
      padding: .5vw 1vw;
      border: 2px solid #efefef; }
      [sx="page-holder"] [sx="page"] [sx="catmenu"] .item.active {
        background: #000; }
  [sx="page-holder"] [sx="page"] [sxe="gallery"] {
    padding: 1vw; }
    [sx="page-holder"] [sx="page"] [sxe="gallery"] .item {
      outline: 3px solid transparent;
      border: 2px solid transparent;
      transition: .4s;
      cursor: pointer; }
      [sx="page-holder"] [sx="page"] [sxe="gallery"] .item .inner {
        padding-bottom: 75%; }
        [sx="page-holder"] [sx="page"] [sxe="gallery"] .item .inner .name {
          width: max-content; }
          [sx="page-holder"] [sx="page"] [sxe="gallery"] .item .inner .name:after {
            content: '';
            position: absolute;
            left: 100%;
            width: 0px;
            height: 1px;
            border-top: 2px solid #fff;
            top: calc(50% - .5em);
            transition: .2s; }
          [sx="page-holder"] [sx="page"] [sxe="gallery"] .item .inner .name span {
            opacity: .5; }
      [sx="page-holder"] [sx="page"] [sxe="gallery"] .item:hover {
        border: 2px solid #fff;
        outline: 3px solid #000; }
        [sx="page-holder"] [sx="page"] [sxe="gallery"] .item:hover .asilicon {
          width: 1.5vw; }
        [sx="page-holder"] [sx="page"] [sxe="gallery"] .item:hover .inner .name:after {
          width: 100px; }
  [sx="page-holder"] [sx="page"] [sx="w_googlemap"] {
    padding: 0px;
    width: 100%;
    max-width: initial;
    min-height: 100vh; }
  [sx="page-holder"] [sx="page"] [sx="productlist"] {
    max-width: 100%;
    display: contents;
    justify-content: center; }
    [sx="page-holder"] [sx="page"] [sx="productlist"] .nodata {
      border: 1px solid #000;
      border-radius: 10px;
      width: 100%;
      padding: 2vw; }
    [sx="page-holder"] [sx="page"] [sx="productlist"] > .inner {
      width: 100%;
      max-width: 1140px;
      align-self: center;
      padding: 5vw 0px; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] > .inner.detail {
        padding: 5vw 0px; }
    [sx="page-holder"] [sx="page"] [sx="productlist"] .product {
      padding: 0px;
      transition: 0s;
      outline: 1vw solid transparent;
      border: 1vw solid transparent;
      box-shadow: 0px 0px 30px #00000030; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .product .inner .bottom {
        padding: 5px;
        padding-top: 20px;
        padding-bottom: 5px; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .product .inner .info {
        line-height: 1.6em; }
        [sx="page-holder"] [sx="page"] [sx="productlist"] .product .inner .info .picon {
          padding: 5px;
          font-size: .8em;
          border-radius: 100px;
          background: #000;
          color: #fff;
          margin-right: 10px;
          margin-left: -3px; }
        [sx="page-holder"] [sx="page"] [sx="productlist"] .product .inner .info .vinfo {
          font-size: .7em;
          padding-top: 10px;
          font-weight: 500;
          opacity: .8;
          white-space: nowrap; }
        [sx="page-holder"] [sx="page"] [sx="productlist"] .product .inner .info .name {
          font-weight: 300; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .product .inner .btn {
        align-self: flex-start; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .product .inner .image {
        position: relative;
        padding-bottom: 100%;
        border: 0px;
        background-color: #000;
        background-position: bottom center; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .product:hover {
        border: 1vw solid #fff;
        outline: 1vw solid #000; }
    [sx="page-holder"] [sx="page"] [sx="productlist"] .detail {
      gap: 2vw;
      flex-direction: column-reverse; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail h4,
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail h3 {
        color: var(--text);
        line-height: 1em; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail h3 {
        font-size: 4em; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail h4 {
        opacity: .5; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail > div {
        align-items: flex-start; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .inner {
        grid-column: 1/4; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .bottom {
        padding-top: 2vw;
        grid-column: 4/6; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .image {
        padding-bottom: 92%;
        border: 0px;
        background-color: #000;
        border: 2vw solid #fff;
        box-shadow: 0px 0px 30px #00000030;
        background-position: bottom center;
        position: relative; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .swiper-slide .inner .name {
        left: 0px;
        bottom: 2vw;
        color: #fff;
        background: rgba(0, 0, 0, 0.678);
        padding: 1vw 2vw; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .info {
        width: 100%; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail a {
        color: var(--text);
        font-weight: 600; }
        [sx="page-holder"] [sx="page"] [sx="productlist"] .detail a:hover {
          color: var(--hover); }
          [sx="page-holder"] [sx="page"] [sx="productlist"] .detail a:hover .picon {
            background-color: var(--hover); }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .picon {
        transition: .4s;
        background: #000;
        border-radius: 100px;
        padding: 5px;
        color: #fff;
        margin-right: 10px; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .specs {
        padding-top: 2vw;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .specs .spec {
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          display: flex;
          align-items: center; }
          [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .specs .spec .label {
            width: 40%;
            white-space: nowrap;
            font-weight: 600; }
          [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .specs .spec .data {
            width: 60%;
            padding: 10px; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .versions {
        margin-top: 2vw;
        gap: .2vw; }
        [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .versions .tileimage {
          transition: .4s;
          cursor: pointer;
          padding-bottom: 92%;
          outline: .2vw solid transparent;
          border: .2vw solid #fff; }
          [sx="page-holder"] [sx="page"] [sx="productlist"] .detail .versions .tileimage:hover {
            outline: .2vw solid #000;
            border: .2vw solid #fff; }
  [sx="page-holder"] [sx="page"] [sx="datapager"] {
    border: 0px solid #000000;
    padding: 2vw 1vw;
    position: relative;
    z-index: 100;
    max-width: 1140px;
    align-self: center; }
    [sx="page-holder"] [sx="page"] [sx="datapager"] .sx-total {
      padding: 5px 15px;
      border: 3px solid #000;
      border-radius: 100px; }
    [sx="page-holder"] [sx="page"] [sx="datapager"].pagerup {
      margin-bottom: -5vw; }
    [sx="page-holder"] [sx="page"] [sx="datapager"].pagerdown {
      margin-top: -5vw; }
    [sx="page-holder"] [sx="page"] [sx="datapager"] ul {
      font-size: 1.3em; }
      [sx="page-holder"] [sx="page"] [sx="datapager"] ul li.active, [sx="page-holder"] [sx="page"] [sx="datapager"] ul li.active:hover {
        background: #fff;
        border: 3px solid #000; }
        [sx="page-holder"] [sx="page"] [sx="datapager"] ul li.active a, [sx="page-holder"] [sx="page"] [sx="datapager"] ul li.active:hover a {
          color: #000; }
      [sx="page-holder"] [sx="page"] [sx="datapager"] ul li:hover {
        background: #efefef;
        background: #000; }
        [sx="page-holder"] [sx="page"] [sx="datapager"] ul li:hover a {
          color: #fff; }
  [sx="page-holder"] [sx="page"] [sx="contactinfo"] {
    font-size: .9em;
    position: absolute;
    margin-top: -95vh !important;
    width: 100%;
    max-width: 1140px; }
    [sx="page-holder"] [sx="page"] [sx="contactinfo"] h3 {
      font-size: 1.4em !important;
      opacity: 1;
      padding-bottom: 10px !important; }
    [sx="page-holder"] [sx="page"] [sx="contactinfo"] a:hover {
      color: #fff !important;
      opacity: .6; }
    [sx="page-holder"] [sx="page"] [sx="contactinfo"]:after {
      content: '';
      border-right: 1px solid black;
      height: 15vw;
      position: absolute;
      top: -16vh;
      right: 10vw;
      z-index: 1; }
    [sx="page-holder"] [sx="page"] [sx="contactinfo"]:before {
      content: '';
      border-top: 1px solid black;
      height: 1px;
      position: absolute;
      top: 50%;
      left: -100%;
      right: auto;
      width: 100%;
      z-index: 1; }
    [sx="page-holder"] [sx="page"] [sx="contactinfo"] .items {
      border-top: 5px solid #000;
      padding: 1vw;
      display: flex;
      background: linear-gradient(60deg, rgba(64, 35, 119, 0.8), rgba(92, 0, 240, 0.418));
      flex-wrap: wrap;
      padding-bottom: 20px !important;
      box-shadow: 0px 0px 50px #000; }
      [sx="page-holder"] [sx="page"] [sx="contactinfo"] .items h3 {
        padding-bottom: 0px !important;
        font-size: 1em !important;
        opacity: .5; }
      [sx="page-holder"] [sx="page"] [sx="contactinfo"] .items > .item {
        width: 50%;
        flex: 50%; }
    [sx="page-holder"] [sx="page"] [sx="contactinfo"] > .item {
      position: relative;
      width: auto;
      margin: 0px; }
      [sx="page-holder"] [sx="page"] [sx="contactinfo"] > .item .directions {
        background: #000;
        padding: 5px 20px;
        border-radius: 100px;
        top: 20px;
        right: 20px;
        width: auto; }
      [sx="page-holder"] [sx="page"] [sx="contactinfo"] > .item:first-of-type {
        grid-column: 1/3; }
  [sx="page-holder"] [sx="page"] [sx="copyright"] {
    text-align: center;
    padding: 2vw;
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    font-size: .6em;
    letter-spacing: 5px;
    color: rgba(255, 255, 255, 0.2); }
    [sx="page-holder"] [sx="page"] [sx="copyright"] span {
      color: #fff; }
  [sx="page-holder"] [sx="page"] [sx="pagefooter"] {
    border-top: 1px solid rgba(255, 255, 255, 0.096);
    border-bottom: 1px solid rgba(255, 255, 255, 0.096);
    position: relative;
    box-shadow: inset -20px 0px 50px #000;
    background: linear-gradient(0deg, #000, #000);
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    font-size: .8em;
    font-family: var(--font-2); }
    [sx="page-holder"] [sx="page"] [sx="pagefooter"] a {
      color: rgba(255, 255, 255, 0.5); }
      [sx="page-holder"] [sx="page"] [sx="pagefooter"] a:hover {
        color: #fff; }
    [sx="page-holder"] [sx="page"] [sx="pagefooter"] .inner {
      padding: 6vh 0px;
      padding-top: 8vh;
      max-width: 1140px;
      width: 100%;
      gap: 2vw; }
      [sx="page-holder"] [sx="page"] [sx="pagefooter"] .inner h5 {
        position: absolute;
        top: 3vh;
        font-size: 2em;
        color: var(--hover);
        font-family: var(--handw); }
      [sx="page-holder"] [sx="page"] [sx="pagefooter"] .inner h6 {
        padding: 0px;
        margin: 0px;
        font-size: 1em; }
      [sx="page-holder"] [sx="page"] [sx="pagefooter"] .inner > div {
        text-align: left; }
    [sx="page-holder"] [sx="page"] [sx="pagefooter"] .picon {
      padding: 0px 5px;
      color: var(--hover); }
    [sx="page-holder"] [sx="page"] [sx="pagefooter"] .f-kurumsal {
      background: var(--first);
      padding: 2.2vw 1.5vw;
      border-radius: 10px; }
      [sx="page-holder"] [sx="page"] [sx="pagefooter"] .f-kurumsal .item {
        font-size: 1.2em; }
    [sx="page-holder"] [sx="page"] [sx="pagefooter"] .f-urunler {
      grid-column: 1 / 3; }
    [sx="page-holder"] [sx="page"] [sx="pagefooter"] .f-social {
      margin-top: 20px; }
      [sx="page-holder"] [sx="page"] [sx="pagefooter"] .f-social .item {
        border-radius: 100px;
        background: var(--first);
        width: 32px;
        height: 32px;
        margin-right: 5px; }
        [sx="page-holder"] [sx="page"] [sx="pagefooter"] .f-social .item i {
          font-size: 1.2em; }
        [sx="page-holder"] [sx="page"] [sx="pagefooter"] .f-social .item:hover {
          color: #fff;
          filter: brightness(1.4); }
    [sx="page-holder"] [sx="page"] [sx="pagefooter"] .f-contact > .item {
      margin-bottom: 10px; }
      [sx="page-holder"] [sx="page"] [sx="pagefooter"] .f-contact > .item:first-of-type {
        font-size: 1.4em; }
        [sx="page-holder"] [sx="page"] [sx="pagefooter"] .f-contact > .item:first-of-type h6 {
          display: none; }

#hamburger i {
  top: 20px;
  right: 20px;
  position: absolute;
  display: none;
  font-size: 3em;
  color: #fff; }

#hamburger.open {
  z-index: 100;
  display: flex; }
  #hamburger.open span {
    display: none !important; }
  #hamburger.open i {
    display: block; }

[dir="rtl"] .pagelogo {
  bottom: -6vw;
  left: 5vw;
  right: auto !important; }

[dir="rtl"] #scene #hamburger {
  display: none; }

[dir="rtl"] #scene #langselect {
  border-left: 0px;
  border-right: 1px solid #fff; }

[dir="rtl"] [sx="page-holder"] [sx="page"] .pageheader .inner .exp {
  border: 0px;
  border-right: 1px solid #fff; }

[dir="rtl"] [sx="pagefooter"] div {
  text-align: right !important; }

[sx-page="iletisim"] [sx="page-holder"],
[sx-page="contact"] [sx="page-holder"],
[sx-page="contact-ar"] [sx="page-holder"] {
  background: rgba(115, 29, 190, 0.5); }

[sx="galleryslide"] {
  box-shadow: 0px 0px 0px #000; }
  [sx="galleryslide"] [sx="close"] {
    top: 10px;
    font-size: 3em;
    z-index: 9999999; }
  [sx="galleryslide"] [sx="overlay"] {
    background: rgba(0, 0, 0, 0.9); }
  [sx="galleryslide"] .slide {
    padding: 2vw;
    top: 50%;
    left: 50%;
    position: fixed;
    background: #fff;
    z-index: 10000;
    width: 1140px;
    height: 80vh;
    transform: translate(-50%, -50%); }
    [sx="galleryslide"] .slide .swiper-slide .name {
      padding: 20px; }

.newsdetail .inner .content h4 {
  color: #000;
  font-size: 2em;
  margin-top: 2vw; }

.newsdetail .inner .content img {
  min-width: 100%;
  width: 100%;
  min-height: 60vh;
  object-fit: cover;
  margin: 2vw 0px;
  background: #efefef;
  border: 2vw solid #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }

.newsdetail .inner .exp {
  font-size: 2em;
  padding-bottom: 2vw; }

.newsdetail .inner .head {
  align-items: flex-end;
  width: 100%;
  max-width: 740px;
  top: -40vh;
  position: absolute;
  height: 50vh; }
  .newsdetail .inner .head h4 {
    color: #fff;
    font-size: 3em;
    padding-bottom: 3vh;
    width: 100%; }
    .newsdetail .inner .head h4 span {
      background: #000;
      margin-left: -2vw;
      color: #fff;
      line-height: 1em;
      padding: 5px 0px;
      padding-right: 20%;
      display: block;
      padding: 2vw;
      width: 100%;
      font-weight: 100; }
      .newsdetail .inner .head h4 span:after {
        content: '';
        width: 40vw;
        right: 100%;
        border-top: 10px solid #000;
        position: absolute;
        bottom: 10vh; }
    .newsdetail .inner .head h4 a {
      display: block;
      color: white;
      font-size: 1.5em;
      font-family: var(--handw); }
      .newsdetail .inner .head h4 a:hover {
        color: rgba(255, 255, 255, 0.7); }

.newsdetail .image {
  height: 50vh;
  top: -50vh;
  width: 100%;
  left: 0px; }

.linelink {
  font-weight: 600;
  font-size: .8em;
  position: relative;
  font-style: italic;
  opacity: .8; }
  .linelink:after {
    content: '';
    width: 3vw;
    left: 120%;
    border-top: 1px solid #000;
    top: 53%;
    position: absolute;
    transition: .2s; }
  .linelink:hover {
    opacity: 1;
    color: #000; }
    .linelink:hover:after {
      width: 8vw; }

@media only screen and (max-width: 1200px) {
  .lineholder {
    width: 80%; }
    .lineholder > div {
      width: 80%; }
      .lineholder > div h1 {
        font-size: 2em; }
  [sx="newslist"] .newsitem:first-of-type {
    position: absolute;
    margin-top: -80vh;
    width: calc(100% - 10vw); }
  [sx="page-holder"] .slogan {
    bottom: 15vw;
    right: 8vw; }
  [sx="page-holder"] #submenu {
    bottom: auto;
    left: auto;
    top: 100px;
    right: 10vw;
    flex-direction: column; }
  [sx="page-holder"] [sx="page"] [sx="productlist"] .grid-3 {
    grid-template-columns: repeat(2, 1fr); }
  [sx="page-holder"] [sx="page"] [sx="contactinfo"] {
    font-size: .9em;
    position: absolute;
    margin-top: -85vh !important; } }

@media only screen and (max-width: 768px) {
  .shortcuts {
    display: block; }
  #iletisim.submain,
  #contact.submain {
    margin-top: 0px !important; }
  .otherproducts .grid-4 {
    grid-template-columns: repeat(2, 1fr); }
  [sx="galleryslide"] .slide {
    width: 100%;
    padding: 0px;
    border: 0px;
    height: 100vh; }
  [sx="galleryslide"] .swiper-container.gallery {
    height: calc(100vh - 60px); }
  [sx="galleryslide"] .swiper-container.thumbs {
    height: 60px; }
  [sx="page-holder"] {
    box-shadow: inset 0px 0px 300px #000; }
    [sx="page-holder"] > [sx="before"] {
      display: block; }
    [sx="page-holder"] .slogan {
      width: 70%; }
      [sx="page-holder"] .slogan h3 {
        font-size: 1.6em; }
    [sx="page-holder"] [sx="page"] {
      padding-bottom: 47px; }
      [sx="page-holder"] [sx="page"] .homenews {
        grid-template-columns: 1fr;
        text-align: center; }
        [sx="page-holder"] [sx="page"] .homenews .item .inner {
          padding: 30px; }
        [sx="page-holder"] [sx="page"] .homenews .item .exp {
          font-size: 1.2em;
          line-height: 1.4em; }
      [sx="page-holder"] [sx="page"] [sx-object="mapcontainer"] {
        position: relative; }
      [sx="page-holder"] [sx="page"] .pageheader {
        padding-top: 30px; }
        [sx="page-holder"] [sx="page"] .pageheader > .inner {
          display: block; }
          [sx="page-holder"] [sx="page"] .pageheader > .inner [class^="fill"] {
            width: 100% !important;
            flex: 100% !important;
            margin-bottom: 20px; }
      [sx="page-holder"] [sx="page"] .pagelogo {
        display: none; }
      [sx="page-holder"] [sx="page"] .newsdetail .inner .content img {
        border: 0px; }
      [sx="page-holder"] [sx="page"] .newsdetail .inner .head {
        margin: 0px;
        position: relative;
        height: 0px;
        top: auto; }
        [sx="page-holder"] [sx="page"] .newsdetail .inner .head span:after {
          display: none; }
      [sx="page-holder"] [sx="page"] .newsitem .inner a {
        display: block; }
      [sx="page-holder"] [sx="page"] .newsitem .image {
        background-color: #fafafa;
        margin-top: 30px; }
      [sx="page-holder"] [sx="page"] .newsitem .fill-50 {
        width: 100% !important;
        flex: 100% !important; }
      [sx="page-holder"] [sx="page"] [sx="contactinfo"] {
        font-size: 1em;
        background-color: #000000;
        position: relative;
        margin-top: auto !important; }
        [sx="page-holder"] [sx="page"] [sx="contactinfo"].grid-2 {
          display: block; }
        [sx="page-holder"] [sx="page"] [sx="contactinfo"] .fill-33,
        [sx="page-holder"] [sx="page"] [sx="contactinfo"] .fill-50 {
          width: 100% !important;
          flex: 100% !important;
          margin-bottom: 20px; }
        [sx="page-holder"] [sx="page"] [sx="contactinfo"] .items {
          padding: 20px; }
        [sx="page-holder"] [sx="page"] [sx="contactinfo"] .item {
          width: 100% !important;
          flex: 100% !important;
          margin-bottom: 30px; }
      [sx="page-holder"] [sx="page"] #productfilter {
        overflow: auto;
        display: none;
        position: fixed;
        top: 0px;
        height: 100%;
        z-index: 10000;
        background-color: #fff;
        padding: 10px; }
        [sx="page-holder"] [sx="page"] #productfilter .inner [sx="breadcrumb"] {
          border-radius: 0px;
          margin: 0px; }
        [sx="page-holder"] [sx="page"] #productfilter h5 {
          width: 100% !important;
          flex: 100% !important;
          padding: 10px; }
        [sx="page-holder"] [sx="page"] #productfilter .filters > div {
          width: 100% !important;
          flex: 100% !important; }
      [sx="page-holder"] [sx="page"] [sx="datapager"] {
        margin: 0px !important;
        padding: 10px; }
        [sx="page-holder"] [sx="page"] [sx="datapager"] li {
          margin: 2px;
          width: 30px;
          height: 30px; }
        [sx="page-holder"] [sx="page"] [sx="datapager"] .sx-total {
          white-space: nowrap; }
      [sx="page-holder"] [sx="page"] .productinfo {
        border: 0px;
        margin-top: 30px; }
        [sx="page-holder"] [sx="page"] .productinfo h3 {
          font-size: 1em !important; }
      [sx="page-holder"] [sx="page"] [sx="productlist"] .grid-3 {
        grid-template-columns: repeat(1, 1fr); }
      [sx="page-holder"] [sx="page"] [sx="productlist"] > .inner {
        padding: 10px; }
        [sx="page-holder"] [sx="page"] [sx="productlist"] > .inner .detail {
          width: 100%;
          display: block; }
        [sx="page-holder"] [sx="page"] [sx="productlist"] > .inner.detail {
          padding: 10px !important; }
      [sx="page-holder"] [sx="page"] h3 {
        font-size: 2em !important; }
      [sx="page-holder"] [sx="page"] [sx="catmenu"] {
        gap: 5px; }
        [sx="page-holder"] [sx="page"] [sx="catmenu"] .item {
          padding: 3px; }
      [sx="page-holder"] [sx="page"] [sx="pagefooter"] .inner {
        padding: 0px;
        font-size: 1.3em;
        display: block; }
        [sx="page-holder"] [sx="page"] [sx="pagefooter"] .inner h5 {
          top: -40px; }
        [sx="page-holder"] [sx="page"] [sx="pagefooter"] .inner > div {
          position: relative;
          margin-top: 60px; }
      [sx="page-holder"] [sx="page"] [sx="webcontent"] img,
      [sx="page-holder"] [sx="page"] [sx="part"] img {
        object-fit: cover;
        margin: 2vw 0px;
        background: #efefef;
        border: 0vw solid #fff !important;
        width: 100%;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
      [sx="page-holder"] [sx="page"] .contentpreview {
        font-weight: 400; }
        [sx="page-holder"] [sx="page"] .contentpreview h3 {
          font-size: 2.2em !important;
          font-weight: 600;
          font-family: var(--font-2); }
        [sx="page-holder"] [sx="page"] .contentpreview h4 {
          font-size: 1.6em !important;
          font-weight: 600;
          font-family: var(--font-2); }
        [sx="page-holder"] [sx="page"] .contentpreview .linelink {
          position: relative;
          display: inline-block;
          margin-top: -30px;
          font-size: 1.2em;
          font-style: normal;
          text-transform: uppercase;
          padding: 5px 30px;
          border: 1px solid #000;
          border-radius: 100px;
          margin-bottom: 10px;
          background-color: #fff; }
          [sx="page-holder"] [sx="page"] .contentpreview .linelink:after {
            display: none; }
        [sx="page-holder"] [sx="page"] .contentpreview * {
          text-align: center !important; }
        [sx="page-holder"] [sx="page"] .contentpreview .logo {
          display: none !important; }
        [sx="page-holder"] [sx="page"] .contentpreview .exp {
          padding: 0px !important;
          padding-bottom: 20px !important;
          font-weight: 400;
          font-size: 1.2em; }
        [sx="page-holder"] [sx="page"] .contentpreview .inner {
          padding: 15px;
          padding-top: 30px;
          background-color: #fff !important;
          border: 1px dotted #00000050;
          flex-direction: column !important; }
          [sx="page-holder"] [sx="page"] .contentpreview .inner .image {
            padding: 0px !important;
            margin-top: 20px; }
          [sx="page-holder"] [sx="page"] .contentpreview .inner > div {
            width: 100% !important; }
      [sx="page-holder"] [sx="page"] .alt.bg-white .contentpreview .inner {
        background-color: #efefef !important; }
  #scene #logo {
    margin: 0px; }
    #scene #logo img {
      width: 100px;
      height: auto; }
  #scene .menu {
    display: none; }
  #scene #langselect {
    border: 0px;
    margin-right: 44px;
    padding: 0px; }
    #scene #langselect .msearch {
      display: block; }
  #scene #hamburger {
    top: 14px;
    right: 20px;
    width: 24px;
    height: 30px;
    cursor: pointer; }
    #scene #hamburger span {
      transition: .5s;
      width: 100%;
      background-color: #fff;
      height: 2px;
      margin: 3px;
      display: block; }
    #scene #hamburger:hover span {
      width: 75%; }
      #scene #hamburger:hover span:first-of-type {
        width: 100%; }
      #scene #hamburger:hover span:last-of-type {
        width: 50%; }
  [sx-page="home"] .slogan,
  [sx-page="home"] .lineholder,
  [sx-page="tr"] .slogan,
  [sx-page="tr"] .lineholder,
  [sx-page="en"] .slogan,
  [sx-page="en"] .lineholder,
  [sx-page="ar"] .slogan,
  [sx-page="ar"] .lineholder {
    display: none; } }
