@charset "UTF-8";
/* Base */
/* xl -> small pc (1200px - ∞) */
/* lg -> tablet > (992px - 1200px) */
/* md -> tablet ^ (768px - 992px) */
/* sm -> mobile (576px - 768px) */
/* xs -> small mobile (350px - 576px) */
/* small pc screen */
/* small pc screen */
/* horizontal(>) yan tablet */
/* vertical(^) dik tablet */
/* all mobile devices */
/* iphone 5s */
/* Roboto 100,300,400,500,700,900 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  box-sizing: border-box; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #eaeaea; }
  body.qua-active {
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      body.qua-active {
        overflow: inherit; } }

img {
  color: transparent; }
  img[loading="lazy"]:not(.qua-loaded) {
    visibility: hidden; }

/* Safari */
input, input:before, input:after, textarea {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial; }

a, button {
  cursor: pointer !important; }
  @media screen and (max-width: 992px) {
    a, button {
      cursor: inherit !important; } }

a:-webkit-any-link {
  color: inherit; }

/* Components */
/* Layout */
/* Pages */
.qua-grid {
  display: grid;
  position: fixed;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  grid-template-columns: 15px auto 15px;
  grid-template-rows: auto auto auto;
  padding: 45px 0 65px 0;
  overflow-x: hidden;
  overflow-y: auto; }
  .qua-grid .qua-center {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    width: 100%;
    max-width: 1080px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
    .qua-grid .qua-center .qua-path {
      width: auto;
      height: auto; }
      .qua-grid .qua-center .qua-path .qua-imageGroup {
        width: auto;
        height: auto; }
        .qua-grid .qua-center .qua-path .qua-imageGroup svg {
          height: 340px; }
          @media screen and (max-width: 992px) {
            .qua-grid .qua-center .qua-path .qua-imageGroup svg {
              height: 270px; } }
          @media screen and (max-width: 576px) {
            .qua-grid .qua-center .qua-path .qua-imageGroup svg {
              height: 190px; } }
    .qua-grid .qua-center .qua-title {
      margin-top: 30px;
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      font-size: 27px;
      color: #262626;
      text-align: center; }
      @media screen and (max-width: 992px) {
        .qua-grid .qua-center .qua-title {
          font-size: 23px; } }
    .qua-grid .qua-center .qua-description {
      margin-top: 20px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 19px;
      line-height: 27px;
      color: #262626;
      text-align: center; }
      @media screen and (max-width: 992px) {
        .qua-grid .qua-center .qua-description {
          font-size: 17px; } }
    .qua-grid .qua-center a.qua-button {
      margin-top: 20px;
      padding: 13px 15px;
      border: 1px solid #ccc;
      border-radius: 7px;
      background-color: #f7f7f7;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #262626;
      text-align: center;
      cursor: pointer;
      white-space: nowrap; }
      @media screen and (max-width: 992px) {
        .qua-grid .qua-center a.qua-button {
          font-size: 14px; } }
      @media screen and (max-width: 992px) {
        .qua-grid .qua-center a.qua-button {
          padding: 9px 11px; } }
      .qua-grid .qua-center a.qua-button:hover {
        background-color: #fff; }
        @media screen and (max-width: 768px) {
          .qua-grid .qua-center a.qua-button:hover {
            background-color: #f7f7f7; } }
      .qua-grid .qua-center a.qua-button svg {
        fill: #262626;
        height: 21px;
        margin-left: 7px; }

/*# sourceMappingURL=main.css.map */
