@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/Inter_Thin.woff2) format("woff2"), url(../fonts/Inter_Thin.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Inter_ExtraLight.woff2) format("woff2"), url(../fonts/Inter_ExtraLight.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Inter_Light.woff2) format("woff2"), url(../fonts/Inter_Light.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter_Regular.woff2) format("woff2"), url(../fonts/Inter_Regular.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Inter_Medium.woff2) format("woff2"), url(../fonts/Inter_Medium.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Inter_SemiBold.woff2) format("woff2"), url(../fonts/Inter_SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter_Bold.woff2) format("woff2"), url(../fonts/Inter_Bold.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Inter_ExtraBold.woff2) format("woff2"), url(../fonts/Inter_ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Inter_Black.woff2) format("woff2"), url(../fonts/Inter_Black.woff) format("woff");
}
.container-inner {
  max-width: 1337px;
}

h1 {
  text-align: center;
  font: 900 48px/1 "Inter";
  color: #1A2847;
}
@media (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
}

.usage .grid {
  margin-top: 45px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 3%;
}
.usage .grid .card {
  background: #222C58;
  border-radius: 100px 100px 26px 26px;
}
.usage .grid .card .image {
  max-height: 285px;
  border-radius: 23px;
  overflow: hidden;
  margin: 0 -1.5px;
  display: block;
  cursor: pointer;
  transition: transform 0.2s ease-in;
}
.usage .grid .card .image:hover {
  transform: translateY(-2px);
}
.usage .grid .card .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.usage .grid .card .title {
  padding: 16px 20px 20px;
  text-align: center;
  font: 800 12px/1 "Inter";
  color: #ffffff;
}
@media (max-width: 1024px) {
  .usage .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .usage .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .usage .grid {
    grid-template-columns: 1fr;
  }
  .usage .grid .card .image {
    max-height: 300px;
  }
  .usage .grid .card .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.usage-items h1 {
  margin-bottom: 40px;
}
.usage-items .partition:not(:last-of-type) {
  margin-bottom: 24px;
}
.usage-items .text {
  color: #1A2847;
}
.usage-items .text p:not(:last-of-type) {
  margin-bottom: 18px;
}
.usage-items .text.justify {
  text-align: justify;
}
.usage-items .text ul {
  margin-bottom: 18px;
  list-style: disc;
  padding-left: 20px;
}
.usage-items img {
  border-radius: 25px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.usage-items.office .text {
  font: 400 16px/1.2 "Inter";
}
.usage-items.office .partition:nth-of-type(2) {
  display: flex;
  gap: 30px;
}
.usage-items.office .partition:nth-of-type(2) .left {
  flex: 0 0 calc((100% - 30px) * 0.45);
}
.usage-items.office .partition:nth-of-type(2) .left .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 220px 100px 220px;
  gap: 20px;
}
.usage-items.office .partition:nth-of-type(2) .left .grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.usage-items.office .partition:nth-of-type(2) .left .grid img:nth-of-type(2),
.usage-items.office .partition:nth-of-type(2) .left .grid img:nth-of-type(3) {
  grid-row: span 2;
}
.usage-items.office .partition:nth-of-type(2) .right {
  flex: 0 0 calc((100% - 30px) * 0.55);
}
@media (max-width: 1024px) {
  .usage-items.office .partition:nth-of-type(2) {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .usage-items.office .partition:nth-of-type(2) .left .grid {
    grid-template-columns: 1fr;
    grid-template-rows: 200px;
  }
  .usage-items.office .partition:nth-of-type(2) .left .grid img {
    grid-row: auto !important;
  }
  .usage-items.office .partition:nth-of-type(2) .left .grid img:nth-of-type(1), .usage-items.office .partition:nth-of-type(2) .left .grid img:nth-of-type(3), .usage-items.office .partition:nth-of-type(2) .left .grid img:nth-of-type(4) {
    display: none;
  }
}

.usage-items.cosmetology .text {
  font: 600 16px/1.2 "Inter";
}
.usage-items.cosmetology .partition:nth-of-type(1) {
  display: flex;
  gap: 30px;
}
.usage-items.cosmetology .partition:nth-of-type(1) .left {
  flex: 0 0 calc((100% - 30px) * 0.55);
}
.usage-items.cosmetology .partition:nth-of-type(1) .right {
  flex: 0 0 calc((100% - 30px) * 0.45);
}
.usage-items.cosmetology .partition:nth-of-type(1) .right .grid {
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}
@media (max-width: 1024px) {
  .usage-items.cosmetology .partition:nth-of-type(1) {
    flex-direction: column;
  }
  .usage-items.cosmetology .partition:nth-of-type(1) .right .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 576px) {
  .usage-items.cosmetology .partition:nth-of-type(1) .right .grid {
    grid-template-columns: 1fr;
  }
  .usage-items.cosmetology .partition:nth-of-type(1) .right .grid img:nth-of-type(1) {
    display: none;
  }
}
.usage-items.cosmetology .partition:nth-of-type(3) .grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
@media (max-width: 576px) {
  .usage-items.cosmetology .partition:nth-of-type(3) .grid {
    grid-template-columns: 1fr;
  }
  .usage-items.cosmetology .partition:nth-of-type(3) .grid img:nth-of-type(1) {
    display: none;
  }
}
.usage-items.cosmetology .partition:nth-of-type(4) .heading {
  font: 800 24px/1 "Inter";
  margin-bottom: 18px;
}
.usage-items.cosmetology .partition:nth-of-type(5) {
  display: flex;
  gap: 30px;
}
.usage-items.cosmetology .partition:nth-of-type(5) .left {
  flex: 0 0 calc((100% - 30px) * 0.65);
}
.usage-items.cosmetology .partition:nth-of-type(5) .right {
  flex: 0 0 calc((100% - 30px) * 0.35);
}
.usage-items.cosmetology .partition:nth-of-type(5) .right .grid {
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}
@media (max-width: 768px) {
  .usage-items.cosmetology .partition:nth-of-type(5) {
    flex-direction: column;
  }
  .usage-items.cosmetology .partition:nth-of-type(5) .right .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 576px) {
  .usage-items.cosmetology .partition:nth-of-type(5) .right .grid {
    grid-template-columns: 1fr;
  }
  .usage-items.cosmetology .partition:nth-of-type(5) .right .grid img:nth-of-type(1) {
    display: none;
  }
}

.usage-items.sports .text {
  font: 600 16px/1.2 "Inter";
}
.usage-items.sports .partition:nth-of-type(2) {
  display: flex;
  gap: 30px;
}
.usage-items.sports .partition:nth-of-type(2) .left {
  line-height: 1.8;
  flex: 0 0 calc((100% - 30px) * 0.5);
}
.usage-items.sports .partition:nth-of-type(2) .left ul {
  list-style: none;
  padding-left: 0;
}
.usage-items.sports .partition:nth-of-type(2) .left ul li:before {
  content: "✔";
  margin-right: 6px;
}
.usage-items.sports .partition:nth-of-type(2) .right {
  flex: 0 0 calc((100% - 30px) * 0.5);
}
.usage-items.sports .partition:nth-of-type(2) .right .grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 1024px) {
  .usage-items.sports .partition:nth-of-type(2) .right .grid {
    grid-template-columns: 1fr;
  }
  .usage-items.sports .partition:nth-of-type(2) .right .grid img:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 768px) {
  .usage-items.sports .partition:nth-of-type(2) {
    flex-direction: column;
  }
  .usage-items.sports .partition:nth-of-type(2) .right .grid {
    grid-template-columns: 1fr 2fr;
  }
  .usage-items.sports .partition:nth-of-type(2) .right .grid img:nth-of-type(1) {
    display: block;
  }
}
@media (max-width: 576px) {
  .usage-items.sports .partition:nth-of-type(2) .right .grid {
    grid-template-columns: 1fr;
  }
  .usage-items.sports .partition:nth-of-type(2) .right .grid img:nth-of-type(1) {
    display: none;
  }
}
.usage-items.sports .partition:nth-of-type(4) {
  display: flex;
  gap: 30px;
}
.usage-items.sports .partition:nth-of-type(4) .left {
  line-height: 1.8;
  flex: 0 0 calc((100% - 30px) * 0.5);
}
.usage-items.sports .partition:nth-of-type(4) .left ul {
  list-style-type: "- ";
}
.usage-items.sports .partition:nth-of-type(4) .right {
  flex: 0 0 calc((100% - 30px) * 0.5);
}
.usage-items.sports .partition:nth-of-type(4) .right .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .usage-items.sports .partition:nth-of-type(4) .right .grid {
    grid-template-columns: 1fr;
  }
  .usage-items.sports .partition:nth-of-type(4) .right .grid img:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 768px) {
  .usage-items.sports .partition:nth-of-type(4) {
    flex-direction: column;
  }
  .usage-items.sports .partition:nth-of-type(4) .right .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .usage-items.sports .partition:nth-of-type(4) .right .grid img:nth-of-type(1) {
    display: block;
  }
}

.usage-items.pregnancy .text {
  font: 600 16px/1.2 "Inter";
}
.usage-items.pregnancy .partition .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 30px;
}
@media (max-width: 1024px) {
  .usage-items.pregnancy .partition .grid {
    grid-template-rows: repeat(3, auto);
  }
  .usage-items.pregnancy .partition .grid .text {
    grid-column: span 3;
  }
  .usage-items.pregnancy .partition .grid img:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 768px) {
  .usage-items.pregnancy .partition .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  .usage-items.pregnancy .partition .grid .text {
    grid-column: span 2;
  }
  .usage-items.pregnancy .partition .grid img:nth-of-type(4) {
    display: none;
  }
}/*# sourceMappingURL=usage.css.map */