h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 23px;
}

h6 {
  line-height: 1.4;
}

span.note {
  font-size: 14px;
  display: block;
}
span.note em {
  color: #555;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.w-auto {
  width: auto !important;
}

.mx-w-full {
  max-width: 100% !important;
}

.tutorial-list {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}
.tutorial-list .item {
  width: calc(20% - 24px);
  width: calc(25% - 22.5px);
}
.tutorial-list .item a {
  transition: all 75ms ease-in;
}
.tutorial-list .item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0%;
     object-position: 0%;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.tutorial-list .item h6 {
  font-weight: 600;
}

.howitworks {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.howitworks h4 {
  line-height: 1.3;
}

.icons li {
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.icons li i {
  color: #00a89b;
  font-size: 21px;
}

.collapsible-body span {
  margin-bottom: 15px;
  display: block;
}
.collapsible-body span:last-of-type {
  margin-bottom: 0;
}

.tutorials {
  width: 1000px;
  max-width: 100%;
}
.tutorials h4 strong {
  margin-top: 20px;
  display: inline-block;
}
.tutorials img {
  margin-top: 40px;
  margin-bottom: 10px;
  width: 1000px;
  max-width: 90%;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.tutorials li {
  line-height: 1.7;
  padding-bottom: 10px;
  list-style: disc !important;
  list-style-position: outside !important;
}

.tutorials .list-style-none li {
  list-style: none !important;
}

.btn {
  font-size: 13px;
  border-radius: 111px;
  padding-left: 25px;
  padding-right: 25px;
}

.btn-small {
  font-size: 13px;
  border-radius: 111px;
  padding-left: 22px;
  padding-right: 22px;
}

.btn-green {
  color: #fff !important;
}

.docs-menu {
  cursor: pointer;
}

.docs-menu i {
  transition: transform 0.3s linear;
  transform: rotate(90deg);
}

.docs-menu-header {
  text-transform: uppercase;
}

.docs-submenu.expanded {
  border-bottom: 1px solid #e0e0e0;
}

.rotated {
  transition: transform 0.3s linear;
  transform: rotate(-90deg) !important;
}

.collection-header.docs-menu {
  padding: 5px 15px !important;
}

code {
  color: hotpink;
  border-radius: 15px;
}

.hljs {
  color: #cccccc !important;
}

/* brand kit */
.brandkit {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.brandkit > div {
  width: 100%;
}

.brandkit h6 {
  font-size: 18px;
  line-height: 1.5;
  max-width: 800px;
}

.the-vision h3 {
  margin-top: 0;
}

.the-vision h5 {
  font-size: 21px;
  line-height: 1.4;
  max-width: 800px;
}

.the-colors {
  margin-bottom: 10px;
}

.the-bi-lines h6:first-of-type {
  margin-bottom: 25px;
}

.social-platforms {
  display: flex;
  gap: 10%;
}

.the-logos {
  display: flex;
  gap: 50px;
}

.the-logos img {
  padding: 20px;
  height: 90px;
  border-radius: 8px;
}

.the-logos .alt-logo img {
  background: #1d203f;
}

.the-colors .colors {
  display: flex;
  gap: 50px;
}

.turqoise {
  background: #00a89b;
  color: #fff;
  padding: 20px;
  width: 130px;
  aspect-ratio: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navy-square {
  background: #1d203f;
  color: #fff;
  padding: 20px;
  width: 130px;
  aspect-ratio: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.black-square {
  background: #000;
  color: #fff;
  padding: 20px;
  width: 130px;
  aspect-ratio: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-square {
  background: #fff;
  color: #000;
  padding: 20px;
  width: 130px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  aspect-ratio: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.the-pdf {
  margin: 20px 0 40px;
}

.the-pdf h5 a {
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.the-logos h6 a {
  display: flex;
  align-items: center;
  gap: 10px;
}

a i {
  color: #1d203f;
  font-size: 27px;
}

.collection.with-header .collection-header {
  border-top: 1px solid #e0e0e0;
}

.b-top-0 {
  border-top: 0 !important;
}

.space-bottom {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 21px;
    margin-top: 0;
  }
  .the-vision h5 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .brandkit h6 {
    font-size: 16px;
  }
  .brandkit {
    gap: 50px;
  }
  .the-logos {
    gap: 20px;
    flex-wrap: wrap;
  }
  .the-colors .colors {
    gap: 20px;
    flex-wrap: wrap;
  }
  .social-platforms {
    flex-wrap: wrap;
    gap: 0;
    row-gap: 30px;
    justify-content: space-between;
  }
  .social-platforms div {
    width: 45%;
  }
  .the-pdf {
    margin: 0 0 20px;
  }
  .the-pdf h5 {
    font-size: 16px;
    margin-top: 0;
  }
  .tutorial-list {
    gap: 20px;
    flex-wrap: wrap;
  }
  .tutorial-list .item {
    width: calc(50% - 10px);
  }
}/*# sourceMappingURL=support.css.map */