@charset "UTF-8";
@font-face {
  font-family: "Muli";
  src: url("/fonts/Muli-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Quicksand";
  src: url("/fonts/Quicksand-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("/webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Regular";
  src: url("/webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Solid";
  src: url("/webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 V4-compatibility";
  src: url("/webfonts/fa-v4compatibility.ttf") format("truetype");
}
.sanatlas-font-regular {
  font-family: "Muli", "Arial", sans-serif;
}

.sanatlas-font-header {
  font-family: "Quicksand", "Arial Black", sans-serif;
}

.sanatlas-font-monospace {
  font-family: "Consolas", monospace;
}

body {
  margin: 0;
  padding: 0;
  background-color: #333;
  color: #15141a;
  line-break: normal;
  text-overflow: ellipsis;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}

.sanatlas-page {
  font-size: 16px;
  font-family: "Quicksand", "Arial Black", sans-serif;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: normal;
  box-sizing: inherit;
}

.sanatlas-widget {
  width: 100%;
  background-color: white;
}
@media (min-width: 1536px) {
  .sanatlas-widget .sanatlas-widget-content {
    width: 1280px;
  }
}

.sanatlas-widget-title {
  color: #595959;
  font-size: 22px;
  letter-spacing: 0.091em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.sanatlas-mb-16 {
  margin-top: 0;
  margin-bottom: 16px !important;
  margin-left: 0;
  margin-right: 0;
}

.sanatlas-mb-40 {
  margin-top: 0;
  margin-bottom: 40px !important;
  margin-left: 0;
  margin-right: 0;
}

.sanatlas-flex-column {
  display: flex;
  flex-direction: column;
}

.sanatlas-emphasis {
  color: #1b1b1b !important;
}

.sanatlas-header {
  background-color: #e4e1db;
  z-index: 0;
}

.sanatlas-header h3 {
  text-transform: uppercase;
  letter-spacing: 0.091em;
  font-size: 22px;
}

.sanatlas-menu-container {
  background-color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
}

.sanatlas-menu {
  background-color: #333;
  display: flex;
  align-items: center;
  vertical-align: middle;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
}

.sanatlas-menu-narrow {
  background-color: #333;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.sanatlas-menu-wide {
  flex-grow: 1;
  flex-basis: auto;
  justify-content: space-between;
}

.sanatlas-menu a {
  color: darkgray;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.sanatlas-logo-container {
  display: flex;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 30%;
  text-align: left;
}

.sanatlas-logo-container-narrow {
  z-index: 10;
  margin: auto;
  text-align: center;
}

.sanatlas-menu-button {
  color: darkgray !important;
  cursor: pointer;
}

.sanatlas-menu-button:hover {
  color: #e4e1db !important;
}

.sanatlas-menu-narrow-close-button {
  display: flex;
  position: static;
  top: 0;
  right: 0;
  font-size: 28px;
  height: 48px;
  width: 48px;
  padding: 10px;
}

.sanatlas-menu-narrow-close-button i {
  font-weight: 100;
}

.sanatlas-menu ul {
  display: inline-block;
  margin: 0;
}

.sanatlas-menu-item {
  color: darkgray;
  text-transform: uppercase;
  cursor: pointer;
}

.sanatlas-menu-item-narrow {
  min-width: 500px;
  letter-spacing: 0.167em;
}

.sanatlas-menu-item-wide {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
}

.sanatlas-menu-item:hover {
  color: #e4e1db;
}

.sanatlas-menu li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  letter-spacing: 0.167em;
  margin-left: 1em;
}

.sanatlas-header-image-container {
  background-image: url("/images/04.webp");
  background-size: cover;
  display: grid;
  align-items: center;
  padding-top: 40px;
}

.sanatlas-header-image {
  width: calc(100% - 92px);
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.sanatlas-header-caption {
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 56px;
}

.sanatlas-header-caption h1 {
  text-align: center;
  font-size: 30px;
}

.sanatlas-footer {
  background-color: #333;
  color: darkgray;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.167em;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 0;
  padding-right: 0;
}

.sanatlas-footer a {
  color: darkgray;
  cursor: pointer;
}

.sanatlas-footer a:hover {
  color: #e4e1db;
}

.sanatlas-footer ul {
  display: inline-block;
  margin: 0;
}

.sanatlas-footer li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  letter-spacing: 0.167em;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.sanatlas-bg-outline {
  background-color: #333;
}

.sanatlas-about {
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}

.sanatlas-about-container {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  text-align: center;
}

.sanatlas-about-section {
  display: flex;
  max-width: calc(33% - 48px);
  flex-basis: calc(33% - 48px);
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.sanatlas-about-section h4 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.sanatlas-about-section p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.sanatlas-about-image {
  display: inline;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
  vertical-align: middle;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.sanatlas-about-card-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow-y: hidden;
}

.sanatlas-about-examples-container {
  background-image: url("/images/about/examples_background.webp");
  background-size: cover;
}

.sanatlas-about-example-container {
  position: relative;
  max-width: 17.5rem;
}

.sanatlas-about-example-image {
  max-width: 30%;
  height: auto;
}

.sanatlas-star {
  color: gold;
}

.sanatlas-no-star {
  color: rgba(255, 215, 0, 0.5);
}

.sanatlas-about-example-overlay {
  position: absolute;
  height: calc(100% - 3rem);
  width: calc(100% - 3rem);
  top: 0;
  left: 0;
  z-index: 2;
  background-color: snow;
  color: black;
}

.sanatlas-about-example-chevron {
  position: relative;
  height: 100%;
  min-height: 2rem;
  min-width: 2rem;
  color: snow;
  cursor: pointer;
}

.sanatlas-content {
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: justify;
}

.sanatlas-content h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  margin-right: 0px;
}

.sanatlas-content p {
  color: #5e5e5e;
  margin-top: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
  margin-right: 0px;
}

.sanatlas-content a {
  color: #7a766d;
  text-decoration: underline;
}

.sanatlas-content a:hover {
  color: #484743;
}

.sanatlas-content ul {
  list-style-type: "⎯ ";
}

.sanatlas-dpr-title {
  text-align: right;
  font-style: italic;
  color: #5b5b66;
}

.sanatlas-faq {
  padding-top: 56px;
  padding-bottom: 56px;
}

.sanatlas-faq div {
  max-width: 66%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.sanatlas-faq a {
  color: #7a766d;
  text-decoration: underline;
}

.sanatlas-faq a:hover {
  color: #484743;
}

.sanatlas-faq-intro p {
  color: #5e5e5e;
  text-align: center;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10%;
  margin-right: 10%;
}

.sanatlas-faq-item {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sanatlas-faq-question {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sanatlas-faq-question button {
  display: flex;
  width: 80%;
  align-items: baseline;
  text-align: left;
  justify-content: space-between;
  background-color: transparent;
  font-family: "Quicksand", "Arial Black", sans-serif;
  font-size: 12px;
  border-top: 0;
  border-bottom: 1px solid;
  border-left: 0;
  border-right: 0;
  border-color: #e2e2e2;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.sanatlas-faq-question button:hover {
  color: #5e5e5e;
}

.sanatlas-faq-question-button-caption {
  font-size: 22px;
}

.sanatlas-faq-answer {
  width: 80%;
  margin-left: 10% !important;
  margin-right: 10% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sanatlas-contact-container {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.sanatlas-colour-faq-contact-text {
  color: #5e5e5e;
}
