@import url(https://use.typekit.net/ntg1bmt.css);
body.woocommerce-checkout .main__content .main__wrapper form .button,
body.woocommerce-cart .main__content .main__wrapper form .button,
body.woocommerce-cart
  .main__content
  .main__wrapper
  .woocommerce
  .cart_totals
  .wc-proceed-to-checkout
  .checkout-button,
body.woocommerce-account .main__content .main__wrapper form .button,
.collections .filters .filter select,
.collections .filters .filter .select .select__value-container,
.slides .controls li,
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a,
.main__footer .footer__newsletter .form,
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  input:not([type="checkbox"]),
div.wpforms-container .wpforms-field-container .wpforms-field select,
div.wpforms-container .wpforms-field-container .wpforms-field textarea,
div.wpforms-container .wpforms-field-container .wpforms-field button,
body:not(.wp-admin) input:not([type="checkbox"]),
body:not(.wp-admin) select,
body:not(.wp-admin) textarea,
body:not(.wp-admin) button,
.people .pagination .controls li.control,
.collections .pagination .controls li.control,
body.single.single-feature .main__content > .main__wrapper p.button a,
body.single.single-tool .main__content > .main__wrapper p.button a,
body.single.single-blueprint .main__content > .main__wrapper p.button a,
body.single.single-sketch .main__content > .main__wrapper p.button a,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-reply-form
  .bbp-submit-wrapper
  .button,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topic-form
  .bbp-submit-wrapper
  .button,
.container.product .wrapper .text .product.woocommerce .button,
.collections .actions .button,
.addtocart .text .product.woocommerce .button,
p.button a,
div.wpforms-container .wpforms-submit-container .wpforms-submit {
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
}
body.woocommerce-checkout .main__content .main__wrapper form .button:hover,
body.woocommerce-cart .main__content .main__wrapper form .button:hover,
body.woocommerce-cart
  .main__content
  .main__wrapper
  .woocommerce
  .cart_totals
  .wc-proceed-to-checkout
  .checkout-button:hover,
body.woocommerce-account .main__content .main__wrapper form .button:hover,
.collections .filters .filter select:hover,
.collections .filters .filter .select .select__value-container:hover,
.slides .controls li:hover,
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:hover,
.main__footer .footer__newsletter .form:hover,
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  input:hover:not([type="checkbox"]),
div.wpforms-container .wpforms-field-container .wpforms-field select:hover,
div.wpforms-container .wpforms-field-container .wpforms-field textarea:hover,
div.wpforms-container .wpforms-field-container .wpforms-field button:hover,
body:not(.wp-admin) input:hover:not([type="checkbox"]),
body:not(.wp-admin) select:hover,
body:not(.wp-admin) textarea:hover,
body:not(.wp-admin) button:hover,
.people .pagination .controls li.control:hover,
.collections .pagination .controls li.control:hover,
body.single.single-feature .main__content > .main__wrapper p.button a:hover,
body.single.single-tool .main__content > .main__wrapper p.button a:hover,
body.single.single-blueprint .main__content > .main__wrapper p.button a:hover,
body.single.single-sketch .main__content > .main__wrapper p.button a:hover,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-reply-form
  .bbp-submit-wrapper
  .button:hover,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topic-form
  .bbp-submit-wrapper
  .button:hover,
.container.product .wrapper .text .product.woocommerce .button:hover,
.collections .actions .button:hover,
.addtocart .text .product.woocommerce .button:hover,
p.button a:hover,
div.wpforms-container .wpforms-submit-container .wpforms-submit:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.people .results .item,
.container,
.collections .results .items__wrapper .item {
  position: relative;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-filter 200ms ease, -webkit-transform 200ms ease;
  transition: -webkit-filter 200ms ease, -webkit-transform 200ms ease;
  transition: filter 200ms ease, transform 200ms ease;
  transition: filter 200ms ease, transform 200ms ease, -webkit-filter 200ms ease,
    -webkit-transform 200ms ease;
}
.people .results .item .wrapper,
.container .wrapper,
.collections .results .items__wrapper .item .wrapper {
  height: inherit;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
}
.people .results .item .wrapper::after,
.container .wrapper::after,
.collections .results .items__wrapper .item .wrapper::after {
  position: absolute;
  top: auto;
  right: 25px;
  bottom: 15px;
  left: auto;
  font-size: 1.3rem;
}
.people .results .item .wrapper.sketch .topic,
.container .wrapper.sketch .topic,
.collections .results .items__wrapper .item .wrapper.sketch .topic {
  color: var(--color-sketch);
}
.people .results .item .wrapper.sketch::after,
.container .wrapper.sketch::after,
.collections .results .items__wrapper .item .wrapper.sketch::after {
  color: var(--color-sketch);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-sketch);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.people .results .item .wrapper.blueprint .topic,
.container .wrapper.blueprint .topic,
.collections .results .items__wrapper .item .wrapper.blueprint .topic {
  color: var(--color-blueprint);
}
.people .results .item .wrapper.blueprint::after,
.container .wrapper.blueprint::after,
.collections .results .items__wrapper .item .wrapper.blueprint::after {
  color: var(--color-blueprint);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-blueprint);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.people .results .item .wrapper.tool .topic,
.container .wrapper.tool .topic,
.collections .results .items__wrapper .item .wrapper.tool .topic {
  color: var(--color-tool);
}
.people .results .item .wrapper.tool::after,
.container .wrapper.tool::after,
.collections .results .items__wrapper .item .wrapper.tool::after {
  color: var(--color-tool);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-tool);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.people .results .item .wrapper.feature .topic,
.container .wrapper.feature .topic,
.collections .results .items__wrapper .item .wrapper.feature .topic {
  color: var(--color-feature);
}
.people .results .item .wrapper.feature::after,
.container .wrapper.feature::after,
.collections .results .items__wrapper .item .wrapper.feature::after {
  color: var(--color-feature);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-feature);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.people .results .item .wrapper .image,
.container .wrapper .image,
.collections .results .items__wrapper .item .wrapper .image {
  background: #000;
  height: 190px;
  margin: 0;
}
.people .results .item .wrapper .image img,
.container .wrapper .image img,
.collections .results .items__wrapper .item .wrapper .image img,
.people .results .item .wrapper .image a,
.container .wrapper .image a,
.collections .results .items__wrapper .item .wrapper .image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.people .results .item .wrapper .image img,
.container .wrapper .image img,
.collections .results .items__wrapper .item .wrapper .image img {
  opacity: 0.95;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.people .results .item .wrapper .text,
.container .wrapper .text,
.collections .results .items__wrapper .item .wrapper .text {
  padding: 20px;
}
.people .results .item .wrapper .text .topic,
.container .wrapper .text .topic,
.collections .results .items__wrapper .item .wrapper .text .topic {
  font-size: 0.9rem;
}
.people .results .item .wrapper .text .concept,
.container .wrapper .text .concept,
.collections .results .items__wrapper .item .wrapper .text .concept {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 15px;
  left: auto;
  font-size: 0.85rem;
  font-weight: 300;
}
.people .results .item .wrapper .text .title,
.container .wrapper .text .title,
.collections .results .items__wrapper .item .wrapper .text .title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #000;
}
.people .results .item .wrapper .text .title a,
.container .wrapper .text .title a,
.collections .results .items__wrapper .item .wrapper .text .title a {
  color: inherit;
  text-decoration: none;
}
.people .results .item:hover,
.container:hover,
.collections .results .items__wrapper .item:hover {
  z-index: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.people .results .item:hover .image a > img,
.container:hover .image a > img,
.collections .results .items__wrapper .item:hover .image a > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.people .results.featured .item .wrapper .text .link,
.collections.featured .results .items__wrapper .item .wrapper .text .link {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.people .results.featured .item .wrapper .text .link::after,
.collections.featured
  .results
  .items__wrapper
  .item
  .wrapper
  .text
  .link::after {
  content: "";
  display: block;
  margin: 3px 0 0 0;
  height: 4px;
  background: #fff;
  border-radius: 7px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}
.people .results.featured .item .wrapper .text .link:hover::after,
.collections.featured
  .results
  .items__wrapper
  .item
  .wrapper
  .text
  .link:hover::after {
  margin: 7px 0 0 0;
}
body.single.single-feature .main__content > .main__wrapper p.button a,
body.single.single-tool .main__content > .main__wrapper p.button a,
body.single.single-blueprint .main__content > .main__wrapper p.button a,
body.single.single-sketch .main__content > .main__wrapper p.button a,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-reply-form
  .bbp-submit-wrapper
  .button,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topic-form
  .bbp-submit-wrapper
  .button,
.container.product .wrapper .text .product.woocommerce .button,
.collections .actions .button,
.addtocart .text .product.woocommerce .button,
p.button a,
div.wpforms-container .wpforms-submit-container .wpforms-submit {
  font-weight: 400;
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 7px;
  padding: 10px 15px;
  cursor: pointer;
  background-color: #1979bd;
  color: #fff;
}
.people .pagination,
.collections .pagination {
  margin: 0;
}
.people .pagination .controls,
.collections .pagination .controls {
  margin: 0;
  padding: 0;
  text-align: center;
}
.people .pagination .controls li,
.collections .pagination .controls li {
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 6px;
  cursor: pointer;
}
.people .pagination .controls li.control,
.collections .pagination .controls li.control {
  width: 45px;
  height: 45px;
  margin: 0 20px;
  border-radius: 50%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWBAMAAAA2mnEIAAAAJ1BMVEUAAABoaGh3d3daWlqHh4eWlpZNTU1TU1N+fn6FhYWIiIj5+fkAAABxBtrFAAAADHRSTlMA08betaPm4r64swhNx+wJAAABAWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iPz48cjpSREYgeG1sbnM6cj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+PHI6RGVzY3JpcHRpb24geG1sbnM6eD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyI+PHg6Q3JlYXRlRGF0ZT4yMDIwLTA4LTE0VDA5OjI1OjQ3LTAwOjAwPC94OkNyZWF0ZURhdGU+PC9yOkRlc2NyaXB0aW9uPjwvcjpSREY+PD94cGFja2V0IGVuZD0iciI/PkGpVuYAAAA1SURBVBjTY4ACIQY4YDyKYMsEEBQ+hSTsgBA+Qlh4AoKtY4BgMx1moIlETzWCzXIMScIJiAFJNAzHrOfAqAAAAABJRU5ErkJggg==)
    center center no-repeat #fff;
  background-size: 20px auto;
}
.people .pagination .controls li.control.next,
.collections .pagination .controls li.control.next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWBAMAAAA2mnEIAAAAJFBMVEUAAABoaGh3d3daWlqHh4eWlpZNTU1TU1N+fn6FhYX5+fkAAACYkTtGAAAAC3RSTlMA08betaPm4r64CCZUS0oAAAEBaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyI/PjxyOlJERiB4bWxuczpyPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj48cjpEZXNjcmlwdGlvbiB4bWxuczp4PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIj48eDpDcmVhdGVEYXRlPjIwMjAtMDgtMTRUMDk6MjU6NDctMDA6MDA8L3g6Q3JlYXRlRGF0ZT48L3I6RGVzY3JpcHRpb24+PC9yOlJERj48P3hwYWNrZXQgZW5kPSJyIj8+QalW5gAAADJJREFUGNNjAAJFBgSIFkCwWTcSI+GNJMFCsgQnkgTzJgTbWoG6wst3IISzHRBsFSgNANPJDAeu/IP5AAAAAElFTkSuQmCC);
}
.people .pagination .controls li.control.inactive,
.collections .pagination .controls li.control.inactive {
  pointer-events: none;
  opacity: 0.5;
}
.people .page.pagination .controls li.item,
.collections .page.pagination .controls li.item {
  font-weight: 500;
  color: #000;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.people .page.pagination .controls li.item:hover,
.collections .page.pagination .controls li.item:hover,
.people .page.pagination .controls li.item.active,
.collections .page.pagination .controls li.item.active {
  opacity: 1;
}
.people .slide.pagination,
.collections .slide.pagination {
  margin: 40px 0 0 0;
}
.people .slide.pagination .controls li.item,
.collections .slide.pagination .controls li.item {
  display: none;
}
.people .slide.pagination .controls li.item,
.collections .slide.pagination .controls li.item {
  background-color: #e6e6e6;
  border-radius: 50%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.people .slide.pagination .controls li.item.active,
.collections .slide.pagination .controls li.item.active {
  pointer-events: none;
  background-color: #1979bd;
}
.people .slide.pagination .controls li.item:hover,
.collections .slide.pagination .controls li.item:hover {
  background-color: #1979bd;
}
@media only screen and (min-width: 850px) {
  .people .slide.pagination .controls li.item,
  .collections .slide.pagination .controls li.item {
    display: inline-block;
  }
}
.people .results.featured .item,
.collections.featured .results .items__wrapper .item {
  margin-bottom: 60px;
}
.people .results.featured .item .wrapper,
.collections.featured .results .items__wrapper .item .wrapper {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6b81b6),
    color-stop(26%, #9b75a2),
    color-stop(50%, #b57388),
    color-stop(77%, #cf6e6b),
    to(#e56551)
  ) !important;
  background: linear-gradient(
    90deg,
    #6b81b6 0%,
    #9b75a2 26%,
    #b57388 50%,
    #cf6e6b 77%,
    #e56551 100%
  ) !important;
}
.people .results.featured .item .wrapper .image,
.collections.featured .results .items__wrapper .item .wrapper .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  margin: 0;
  height: 190px;
  border-radius: 0;
}
.people .results.featured .item .wrapper .text,
.collections.featured .results .items__wrapper .item .wrapper .text {
  position: relative;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  padding: 25px;
}
.people .results.featured .item .wrapper .text .credentials,
.collections.featured
  .results
  .items__wrapper
  .item
  .wrapper
  .text
  .credentials {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 3px;
  opacity: 0.8;
}
.people .results.featured .item .wrapper .text .title,
.collections.featured .results .items__wrapper .item .wrapper .text .title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}
.people .results.featured .item .wrapper .text .content,
.collections.featured .results .items__wrapper .item .wrapper .text .content {
  display: block;
  opacity: 0.8;
  position: relative;
  font-weight: 300;
  line-height: 1.3rem;
}
.people .results.featured .item .wrapper .text .link,
.collections.featured .results .items__wrapper .item .wrapper .text .link {
  display: block;
  position: absolute;
  bottom: 20px;
  font-size: 0.95rem;
}
.people .results.featured .item .wrapper::after,
.collections.featured .results .items__wrapper .item .wrapper::after {
  opacity: 0.4;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABfCAMAAABImbBKAAAAclBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9eWEHEAAAAJXRSTlMA2GwHWDQZDOfOsH8nHPFByuzCtVH6mjC7hUvfEpxy0qCSX/Opjpe1kwAAAPxpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/Ij8+PHI6UkRGIHhtbG5zOnI9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyOkRlc2NyaXB0aW9uIHhtbG5zOng9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4OkNyZWF0ZURhdGU+MjAyMC0wOC0xN1QwODo1MToxMFo8L3g6Q3JlYXRlRGF0ZT48L3I6RGVzY3JpcHRpb24+PC9yOlJERj48P3hwYWNrZXQgZW5kPSJyIj8+KRwg1QAAAvBJREFUWMOtl9t2gjAQRQdCuIkKiEUtWrWd///Fapc1wgkMGPabPOx15kIwNI20KIpU0XyUfOM0tzBe0mykfCedW8ineYVodBfyXs0s5FLTHBz5SRzMJDTs5xViI92FvHNe8T238bSzsMtJuQuhbDchGhsH4YkteEtnIYzGTYistKMQjQd6D/9e4M5m9N8WbjPSH4wc3hNut9v7TPXOadYoJDp43CFRTkJqoO4FTSdg/l6aHx20o5CCbyjaTUhZAkW7CalpG4vmDSG31mPZNvrOQtJFq4tvCFdLeOQw6MNNGFKbM4zFUZi9Fr2ZQUiHoSZGgd/H4SHE1dgYYdz1JdzP+Sa0nlNZv3DBQ2S0ZuYvBcZznzCMeQj9J+QAhBqEGNCeULM94sYujBJZaH/BAhCOCbgK/2sLiXp6lcBTUWiPmMBiQ0CkaP4XBLt4trx6IQt8RpStWhExTEWGoyhUFK6e7jbVYyYNrPsAuRGybxeeyZDKQjLCVWgVrmGTBGFT8IMPauHD0uQThawtQ6kmBeSUKCrYHvHc+S5HXyOFn2yNqBIxoCwsyZB1O/jDA8RJeiO5F6mMsDVSf/SIk0WgH0scNh1h2a54YXyqr4NHTR0860e4euiFgMeMCIW2iGWr4EengYAQ9SI0knVni67WLdYkC8unsFRCwDQi5GWx26dVVkXCuXokBM/Mv2BAPcGHZ5xPwIaBDfWh4bMQjglYE9C7YB9OAVGIEXMGqkk3ei3+PYoj6qXkLl4E3/wJFWdj3qfrhCsbXmt/CFC5sFoGbesgUo1NqEopoH3QF7FgQ0YkR8yllcGAwnLXI/JtTUALtVxzmDKypz4uUsQ6YQsRAfbtjjtG5TOwhXNhKGJ8fdVVEA9GLJ+yuV/fC4rC9cJjGxBQPsU+8zy3y+AqIEVEhBHLXZT5ghHjoCcRkMRiWkASiSZFXJOMz+PZEblGxIAyV8eAyMYtIFK7BsSIbgGRq1tARHmOATGiY0Dk4knsQhriF9QZsV37EUzwAAAAAElFTkSuQmCC)
    center center no-repeat;
  width: 30px;
  height: 37px;
  background-size: 100% auto;
}
.people .results.featured .item .wrapper.sketch,
.collections.featured .results .items__wrapper .item .wrapper.sketch {
  background: var(--color-sketch) !important;
}
.people .results.featured .item .wrapper.sketch::after,
.collections.featured .results .items__wrapper .item .wrapper.sketch::after {
  opacity: 0.8;
  color: #fff;
  background: none;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-sketch);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.people .results.featured .item .wrapper.blueprint,
.collections.featured .results .items__wrapper .item .wrapper.blueprint {
  background: var(--color-blueprint) !important;
}
.people .results.featured .item .wrapper.blueprint::after,
.collections.featured .results .items__wrapper .item .wrapper.blueprint::after {
  opacity: 0.8;
  color: #fff;
  background: none;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-blueprint);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.people .results.featured .item .wrapper.tool,
.collections.featured .results .items__wrapper .item .wrapper.tool {
  background: var(--color-tool) !important;
}
.people .results.featured .item .wrapper.tool::after,
.collections.featured .results .items__wrapper .item .wrapper.tool::after {
  opacity: 0.8;
  color: #fff;
  background: none;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-tool);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.people .results.featured .item .wrapper.feature,
.collections.featured .results .items__wrapper .item .wrapper.feature {
  background: var(--color-feature) !important;
}
.people .results.featured .item .wrapper.feature::after,
.collections.featured .results .items__wrapper .item .wrapper.feature::after {
  opacity: 0.8;
  color: #fff;
  background: none;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-feature);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.collections .filters .filter .select .select__control,
.people .header .main__wrapper .sorting .order .select .select__control,
.collections .header .main__wrapper .sorting .order .select .select__control {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.collections .filters .filter .select .select__control .select__value-container,
.people
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__value-container,
.collections
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__value-container {
  border-radius: 7px;
}
.collections .filters .filter .select .select__control .select__indicators,
.people
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__indicators,
.collections
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__indicators {
  height: 100%;
  position: absolute;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
}
.collections
  .filters
  .filter
  .select
  .select__control
  .select__indicators
  .select__dropdown-indicator,
.people
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__indicators
  .select__dropdown-indicator,
.collections
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__indicators
  .select__dropdown-indicator {
  background: #fff;
  border-radius: 7px;
  height: 100%;
  position: relative;
}
.collections
  .filters
  .filter
  .select
  .select__control
  .select__indicators
  .select__dropdown-indicator::after,
.people
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__indicators
  .select__dropdown-indicator::after,
.collections
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__indicators
  .select__dropdown-indicator::after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "ïƒ—";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
}
.collections
  .filters
  .filter
  .select
  .select__control
  .select__indicators
  .select__dropdown-indicator
  svg,
.people
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__indicators
  .select__dropdown-indicator
  svg,
.collections
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__indicators
  .select__dropdown-indicator
  svg {
  opacity: 0;
}
.collections
  .filters
  .filter
  .select
  .select__control
  .select__indicators
  .select__indicator-separator,
.people
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__indicators
  .select__indicator-separator,
.collections
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__indicators
  .select__indicator-separator {
  display: none;
}
body.bbpress .main__content .main__wrapper .sidebar .search,
body.error404 .main__content .main__wrapper .search,
.mobile__header .search,
.people .header .main__wrapper .sorting .search,
.collections .header .main__wrapper .sorting .search {
  position: relative;
  width: 95%;
  margin: 20px auto 0 auto;
}
body.bbpress .main__content .main__wrapper .sidebar .search .field,
body.error404 .main__content .main__wrapper .search .field,
.mobile__header .search .field,
.people .header .main__wrapper .sorting .search .field,
.collections .header .main__wrapper .sorting .search .field {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.bbpress .main__content .main__wrapper .sidebar .search .submit,
body.error404 .main__content .main__wrapper .search .submit,
.mobile__header .search .submit,
.people .header .main__wrapper .sorting .search .submit,
.collections .header .main__wrapper .sorting .search .submit {
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  outline: none;
  height: 25px;
  width: 25px;
  z-index: 2;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAABGCAMAAACnmwfnAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA9uxBCyKBXGpVEvHmy08HnnNiSzcrGOHWs6Qx3L64lpKJqXrErBsTDOT9AAAA/GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iPz48cjpSREYgeG1sbnM6cj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+PHI6RGVzY3JpcHRpb24geG1sbnM6eD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyI+PHg6Q3JlYXRlRGF0ZT4yMDIwLTA3LTMwVDEwOjIwOjQyWjwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz6qnFK2AAAB70lEQVRYw+2W6ZbaMAyFY2ffSQIJENZhue//hrXCaTttLIthzun86NyfEl8kK1cx3rf+YwVjmjRN24UfJsPLFT+lb3HwAdTf40/lp/7ZqodfNYdB4SEV1c+wyeP3m2Scms38aA3SeiWi9XYqecneB8e3qXgqjXhq+TQb0FhSPHHDGwCFb8tERMcu9khnu9tzKdE+z6bEZly2oq7YbKYB7TBUYuitq+nOdSoa+pIxx+zBttb2bGHVCwbiStc5cJJsUAALbtTi+kVAbjP5AijlpWHe9Q6IGET8VcA8c97fZh4dDdzLcGM8aDWfklkaaz6PxkDxBOwDmEdbYHgVprb1E3AHKPsjaxluTQ3761/J8Bm4WsIKaGV4b8zNhSXVTIkI0OKhK2Z7ViaeSvCG255ylrAWaKyZmEqLhfPMPowdMASCQ9i1rYQvYK+BInBdNg3LBqXzXFlh0gl/B7qdsFTsqfqrSZWBZAIc7pa9KSB/1juqnTd/VQjpohHGSVoOMNLn1e9X2N0mUkF2f7bApOItauM4Oe0VSDoOqfOj+KkpMdMxM81r0I0k4lv1nhyi/mFtos+eqKA7H3a56ba8NSMFRFrWMjf05YtoxS+ALJ/o5GvozvFnUFb1eTp9lY6Jrj5Dr71X1WJ3916nQ+9b/1o/ADApRLffAKURAAAAAElFTkSuQmCC)
    center center no-repeat;
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 850px) {
  body.bbpress .main__content .main__wrapper .sidebar .search,
  body.error404 .main__content .main__wrapper .search,
  .mobile__header .search,
  .people .header .main__wrapper .sorting .search,
  .collections .header .main__wrapper .sorting .search {
    width: 90%;
    margin: auto 0 auto auto;
    max-width: 300px;
  }
}
.people .header .main__wrapper,
.collections .header .main__wrapper {
  padding: 0;
  width: 100%;
}
.people .header .main__wrapper .details .desc,
.collections .header .main__wrapper .details .desc {
  margin: -5px 0 0 70px;
  font-weight: 400;
  color: #707070;
}
.people .header .main__wrapper.centered,
.collections .header .main__wrapper.centered {
  display: block;
  text-align: center;
}
.people .header .main__wrapper.centered .details .title,
.collections .header .main__wrapper.centered .details .title {
  display: inline-block;
}
.people .header .main__wrapper .sorting,
.collections .header .main__wrapper .sorting {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.people .header .main__wrapper .sorting .search,
.collections .header .main__wrapper .sorting .search {
  margin: auto 0;
}
.people .header .main__wrapper .sorting .order,
.collections .header .main__wrapper .sorting .order {
  padding: 5px 0 5px 15px;
  margin: auto 0 auto 15px;
  border-left: 1px solid #c9c9c9;
  font-size: 0.95rem;
}
.people .header .main__wrapper .sorting .order .label,
.collections .header .main__wrapper .sorting .order .label {
  display: none;
  margin: auto 5px auto 0;
  font-weight: 500;
}
.people .header .main__wrapper .sorting .order .select,
.collections .header .main__wrapper .sorting .order .select {
  display: inline-block;
  margin: auto 0;
  width: 125px;
}
.people
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__indicators
  .select__dropdown-indicator,
.collections
  .header
  .main__wrapper
  .sorting
  .order
  .select
  .select__control
  .select__indicators
  .select__dropdown-indicator {
  background: none;
}
@media only screen and (min-width: 850px) {
  .people .header .main__wrapper,
  .collections .header .main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .people .header .main__wrapper .sorting,
  .collections .header .main__wrapper .sorting {
    margin: auto 0;
  }
  .people .header .main__wrapper .sorting .search,
  .collections .header .main__wrapper .sorting .search {
    margin: auto 0 auto auto;
  }
}
@media only screen and (min-width: 1000px) {
  .people .header .main__wrapper .sorting .order .label,
  .collections .header .main__wrapper .sorting .order .label {
    display: inline-block;
  }
}
.heading .main__wrapper .title,
.people .header .main__wrapper .details .title,
.collections .header .main__wrapper .details .title {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 2.1rem;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.heading .main__wrapper .title .label,
.people .header .main__wrapper .details .title .label,
.collections .header .main__wrapper .details .title .label {
  margin: 34px 0 0 0;
}
.heading .main__wrapper .title::before,
.people .header .main__wrapper .details .title::before,
.collections .header .main__wrapper .details .title::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(data:image/png;base64,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)
    center center no-repeat;
  background-size: auto 100%;
  margin: 0 7px 7px 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
a {
  color: var(--color-page);
}
body:not(.wp-admin) {
  margin: 0;
  font-family: urw-din, sans-serif;
}
body:not(.wp-admin) .site__wrapper {
  min-width: 320px;
  overflow-x: hidden;
}
body:not(.wp-admin) img {
  max-width: 100%;
  height: auto;
}
body:not(.wp-admin) h1,
body:not(.wp-admin) h2,
body:not(.wp-admin) h3 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
}
body:not(.wp-admin) h1 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
body:not(.wp-admin) h2 {
  font-size: 1.45rem;
  line-height: 2rem;
}
body:not(.wp-admin) h3 {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
body:not(.wp-admin) h4,
body:not(.wp-admin) h5,
body:not(.wp-admin) h6 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
}
body:not(.wp-admin) p,
body:not(.wp-admin) ul,
body:not(.wp-admin) ol {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 25px;
}
body:not(.wp-admin) label {
  text-transform: capitalize;
  font-size: 0.95rem;
  font-weight: 500;
}
body:not(.wp-admin) label .required {
  font-weight: 300 !important;
}
body:not(.wp-admin) input:not([type="checkbox"]),
body:not(.wp-admin) select,
body:not(.wp-admin) textarea,
body:not(.wp-admin) button {
  font-size: 1rem;
  font-family: urw-din, sans-serif;
  outline: none;
}
body:not(.wp-admin) input:not([type="checkbox"]),
body:not(.wp-admin) select,
body:not(.wp-admin) textarea {
  padding: 10px 15px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}
body:not(.wp-admin) input:not([type="checkbox"]):focus,
body:not(.wp-admin) select:focus,
body:not(.wp-admin) textarea:focus {
  border-color: #1979bd;
}
body:not(.wp-admin) input:not([type="checkbox"]) + span,
body:not(.wp-admin) select + span,
body:not(.wp-admin) textarea + span {
  display: block;
  margin: 5px 0 0 0;
}
body:not(.wp-admin) input:not([type="checkbox"]) + span em,
body:not(.wp-admin) select + span em,
body:not(.wp-admin) textarea + span em {
  font-style: normal;
  font-size: 0.85rem;
  color: #707070;
}
body:not(.wp-admin) fieldset {
  margin: 30px 0 5px 0;
  padding: 15px 20px;
  border: 1px solid #c9c9c9;
  border-radius: 7px;
}
body:not(.wp-admin) fieldset .title {
  font-size: 1.1rem;
  font-weight: 400;
}
body:not(.wp-admin) ::-webkit-input-placeholder {
  color: #cecdcd;
}
body:not(.wp-admin) ::-moz-placeholder {
  color: #cecdcd;
}
body:not(.wp-admin) :-ms-input-placeholder {
  color: #cecdcd;
}
body:not(.wp-admin) ::-ms-input-placeholder {
  color: #cecdcd;
}
body:not(.wp-admin) ::placeholder {
  color: #cecdcd;
}
body:not(.wp-admin) .wp-block-columns {
  display: block;
  margin: 0;
}
body:not(.wp-admin) .wp-block-columns .wp-block-column {
  margin: 0;
}
body:not(.wp-admin) .wp-block-columns .wp-block-column.main,
body:not(.wp-admin) .wp-block-columns .wp-block-column.sidebar {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 700px) {
  body:not(.wp-admin) .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body:not(.wp-admin) .wp-block-columns .wp-block-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
  body:not(.wp-admin) .wp-block-columns .wp-block-column.main {
    padding-left: 50px;
    -ms-flex-preferred-size: 70% !important;
    flex-basis: 70% !important;
  }
  body:not(.wp-admin) .wp-block-columns .wp-block-column.sidebar {
    -ms-flex-preferred-size: 30% !important;
    flex-basis: 30% !important;
  }
}
@media only screen and (min-width: 1000px) {
  body:not(.wp-admin) .wp-block-columns .wp-block-column.main {
    -ms-flex-preferred-size: 75% !important;
    flex-basis: 75% !important;
  }
  body:not(.wp-admin) .wp-block-columns .wp-block-column.sidebar {
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
  }
}
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  .wpforms-field-label-inline,
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  .wpforms-field-label {
  font-size: 0.95rem;
  font-weight: 300;
}
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  .wpforms-field-label-inline
  .wpforms-required-label,
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  .wpforms-field-label
  .wpforms-required-label {
  font-weight: 300 !important;
}
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  input:not([type="checkbox"]),
div.wpforms-container .wpforms-field-container .wpforms-field select,
div.wpforms-container .wpforms-field-container .wpforms-field textarea,
div.wpforms-container .wpforms-field-container .wpforms-field button {
  height: auto;
  font-size: 1rem;
  font-family: urw-din, sans-serif;
  outline: none;
}
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  input:not([type="checkbox"]),
div.wpforms-container .wpforms-field-container .wpforms-field select,
div.wpforms-container .wpforms-field-container .wpforms-field textarea {
  min-width: 100%;
  padding: 10px 15px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  input:not([type="checkbox"]):focus,
div.wpforms-container .wpforms-field-container .wpforms-field select:focus,
div.wpforms-container .wpforms-field-container .wpforms-field textarea:focus {
  border-color: #1979bd;
}
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  input:not([type="checkbox"])
  + span,
div.wpforms-container .wpforms-field-container .wpforms-field select + span,
div.wpforms-container .wpforms-field-container .wpforms-field textarea + span {
  display: block;
  margin: 5px 0 0 0;
}
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  input:not([type="checkbox"])
  + span
  em,
div.wpforms-container .wpforms-field-container .wpforms-field select + span em,
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  textarea
  + span
  em {
  font-style: normal;
  font-size: 0.85rem;
  color: #707070;
}
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  ::-webkit-input-placeholder {
  color: #cecdcd;
}
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  ::-moz-placeholder {
  color: #cecdcd;
}
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  :-ms-input-placeholder {
  color: #cecdcd;
}
div.wpforms-container
  .wpforms-field-container
  .wpforms-field
  ::-ms-input-placeholder {
  color: #cecdcd;
}
div.wpforms-container .wpforms-field-container .wpforms-field ::placeholder {
  color: #cecdcd;
}
#slides div.wpforms-container .wpforms-submit-container .wpforms-submit {
  background: none !important;
  color: #fff !important;
}
#slides div.wpforms-container .wpforms-submit-container .wpforms-submit:hover {
  background: none;
}
.wufoo-form-container #public {
  border: 1px solid red !important;
}
#fo333li125 {
  border: 1px solid red !important;
}
#title125 {
  color: red !important;
}
.main__content {
  margin: 60px 0 50px 0;
}
.main__content .main__wrapper {
  max-width: 1250px;
  width: 95%;
  margin: 0 auto;
}
p.button a {
  padding: 10px 20px;
  margin-bottom: 10px;
}
p.button.outline a {
  color: var(--color);
  border: 1px solid var(--color);
  background: #fff !important;
}
p.button.outline a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "ï";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  font-size: 0.9rem;
}
.main__footer {
  padding: 35px 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2678bd),
    color-stop(49%, #48b0b9),
    to(#2678bd)
  );
  background: linear-gradient(90deg, #2678bd 0%, #48b0b9 49%, #2678bd 100%);
  color: #fff;
}
.main__footer .footer__newsletter {
  max-width: 1150px;
  display: block;
  width: 95%;
  margin: 0 auto 30px auto;
}
.main__footer .footer__newsletter .message {
  font-size: 1.5rem;
  text-align: left;
  margin: auto 0;
  font-weight: normal;
}
.main__footer .footer__newsletter .form {
  margin: 20px auto 0 auto;
  max-width: 400px;
  height: 45px;
}
.main__footer .footer__newsletter .form .form__wrapper {
  border-radius: 7px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__footer .footer__newsletter .form .form__wrapper input,
.main__footer .footer__newsletter .form .form__wrapper button {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
}
.main__footer .footer__newsletter .form .form__wrapper input {
  font-size: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  outline: none;
}
.main__footer .footer__newsletter .form .form__wrapper button {
  font-size: 1.05rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  padding: 0 5px;
  background: #02afbf;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}
.main__footer .base {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
  padding: 15px 0 0 0;
  border-top: 1px solid #fff;
}
.main__footer .base .footer__info {
  margin: 40px 0 0 0;
}
.main__footer .base .footer__info .logo,
.main__footer .base .footer__info .details,
.main__footer .base .footer__info .partner,
.main__footer .base .footer__info .copyright,
.main__footer .base .footer__info .links {
  font-size: 0.9rem;
  color: inherit;
  margin: 0;
}
.main__footer .base .footer__info .logo a,
.main__footer .base .footer__info .details a,
.main__footer .base .footer__info .partner a,
.main__footer .base .footer__info .copyright a,
.main__footer .base .footer__info .links a {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.main__footer .base .footer__info .logo a:not([href="#"]):hover,
.main__footer .base .footer__info .details a:not([href="#"]):hover,
.main__footer .base .footer__info .partner a:not([href="#"]):hover,
.main__footer .base .footer__info .copyright a:not([href="#"]):hover,
.main__footer .base .footer__info .links a:not([href="#"]):hover {
  cursor: pointer;
  text-decoration: underline;
}
.main__footer .base .footer__info .partner,
.main__footer .base .footer__info .links {
  font-weight: 500;
}
.main__footer .base .footer__info .links a {
  display: inline-block;
  margin: 0 5px;
}
.main__footer .base .footer__info .links a:first-child {
  margin-left: 0;
}
.main__footer .base .footer__info .logo {
  margin: 0 0 15px 0;
}
.main__footer .base .footer__info .logo img,
.main__footer .base .footer__info .logo a {
  max-width: 190px;
  display: block;
}
.main__footer .base .footer__links {
  margin: 40px 0 0 0;
}
.main__footer .base .footer__links .social__nav {
  margin: 0 0 20px 0;
  padding: 0;
}
.main__footer .base .footer__links .contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main__footer .base .footer__links .contact li {
  margin: 0 0 7px 0;
}
.main__footer .base .footer__links .contact li a {
  text-decoration: none;
  color: inherit;
  cursor: default;
}
.main__footer .base .footer__links .contact li a:not([href="#"]):hover {
  cursor: pointer;
  text-decoration: underline;
}
.main__footer .base .footer__links .contact li img {
  margin-right: 3px;
  vertical-align: middle;
  display: inline-block;
  max-width: 30px;
  height: auto;
}
@media only screen and (min-width: 550px) {
  .main__footer .footer__newsletter .message {
    text-align: center;
  }
  .main__footer .footer__links .social__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main__footer .footer__links .contact {
    text-align: center;
  }
  .main__footer .footer__info {
    text-align: center;
  }
  .main__footer .footer__info .logo a {
    margin: 0 auto 15px auto;
  }
}
@media only screen and (min-width: 850px) {
  .main__footer .footer__newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main__footer .footer__newsletter .message {
    text-align: left;
  }
  .main__footer .footer__newsletter .form {
    margin: auto 0 auto 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  .main__footer .base {
    padding: 15px 15px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main__footer .base .footer__info {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .main__footer .base .footer__info .logo,
  .main__footer .base .footer__info .details,
  .main__footer .base .footer__info .partner,
  .main__footer .base .footer__info .copyright,
  .main__footer .base .footer__info .links {
    text-align: left;
  }
  .main__footer .base .footer__info .logo a {
    margin: 0;
  }
  .main__footer .base .footer__nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .main__footer .base .footer__links {
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .main__footer .base .footer__links .social__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main__footer .base .footer__links .contact {
    text-align: left;
  }
}
.footer__gdpr {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10000;
  display: none;
}
.footer__gdpr .main__wrapper {
  padding: 30px 5% 10px 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #fff;
  text-align: center;
}
.footer__gdpr.required {
  display: block;
}
.footer__gdpr.accepted {
  display: none;
}
.main__header {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2678bd),
    color-stop(26%, #48b0b9),
    color-stop(50%, #857aae),
    color-stop(77%, #c57176),
    to(#ed6146)
  );
  background: linear-gradient(
    90deg,
    #2678bd 0%,
    #48b0b9 26%,
    #857aae 50%,
    #c57176 77%,
    #ed6146 100%
  );
}
.main__header .top {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main__header .top .logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 10px;
  flex: 1 1 10px;
}
.main__header .top .logo img,
.main__header .top .logo a {
  max-width: 205px;
  width: 100%;
  height: auto;
  display: block;
}
.main__header .top .search,
.main__header .top .account {
  padding: 10px 0 0 0;
  margin: auto 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__header .top .search a,
.main__header .top .search img,
.main__header .top .account a,
.main__header .top .account img {
  margin: auto 0;
  display: inline-block;
  max-width: 23px;
  height: auto;
  cursor: pointer;
}
.main__header .top .search a,
.main__header .top .account a {
  margin: 0 0 0 15px;
}
.main__header .top .search {
  display: none;
}
.main__header .top .search ::-webkit-input-placeholder {
  color: #fff;
}
.main__header .top .search ::-moz-placeholder {
  color: #fff;
}
.main__header .top .search :-ms-input-placeholder {
  color: #fff;
}
.main__header .top .search ::-ms-input-placeholder {
  color: #fff;
}
.main__header .top .search ::placeholder {
  color: #fff;
}
.main__header .top .search input {
  opacity: 0.5;
  margin: 0 0 0 5px;
  background: none;
  color: #fff;
  font-size: 1.2rem;
  outline: none;
  border: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.main__header .top .search input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main__header .top .search .icon {
  vertical-align: middle;
  padding: 0;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.main__header .top .search input:focus {
  opacity: 1;
}
.main__header .top .account {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main__header .top .account .items-in-cart {
  position: relative;
}
.main__header .top .account .items-in-cart::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-30%) translateX(30%);
  transform: translateY(-30%) translateX(30%);
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color-page);
  border: 1px solid #fff;
  border-radius: 50%;
}
@media only screen and (min-width: 850px) {
  .main__header .top .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 205px;
    flex: 0 1 205px;
  }
  .main__header .top .search {
    display: block;
  }
}
.woocommerce-MyAccount-navigation ul {
  padding: 15px 30px 25px 30px;
  border: 1px solid #c9c9c9;
  border-radius: 7px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
  width: auto;
  color: #707070;
  font-size: 1.1rem;
  line-height: 2.1rem;
}
.woocommerce-MyAccount-navigation ul li a {
  color: inherit;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: underline;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  text-decoration: underline;
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a {
  margin-top: 5px;
  display: inline-block;
  border-radius: 7px;
  padding: 1px 15px 3px 15px;
  background: #f4f4f4;
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:hover {
  text-decoration: none;
}
.footer__nav {
  margin: 8px 0 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
}
.footer__nav a {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.footer__nav a:not([href="#"]):hover {
  cursor: pointer;
  text-decoration: underline;
}
.footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.6rem;
}
@media only screen and (min-width: 400px) {
  .footer__nav > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer__nav > .menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
.header__nav {
  position: relative;
  display: none;
  background: #ebeaea;
}
.header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__nav a {
  color: inherit;
  text-decoration: none;
}
.header__nav a[href="#"] {
  cursor: default;
}
.header__nav .main {
  max-width: 1250px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__nav .main > li {
  padding: 15px 0 0 0;
  font-weight: 500;
}
.header__nav .main > li > a {
  display: block;
  padding: 0 0 15px 0;
  position: relative;
}
.header__nav .main > li > a::after {
  content: "";
  display: none;
  margin: 3px 0 0 0;
  height: 4px;
  border-radius: 7px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  position: absolute;
  width: 100%;
  bottom: -2px;
  z-index: 100;
}
.header__nav .main > li > a::before {
  margin: 0 7px 0 0;
  font-size: 1.2rem;
}
.header__nav .main > li.sketch > a::before {
  color: var(--color-sketch);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-sketch);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.header__nav .main > li.sketch > a::after {
  background-color: var(--color-sketch);
}
.header__nav .main > li.sketch li:hover {
  color: var(--color-sketch);
}
.header__nav .main > li.blueprint > a::before {
  color: var(--color-blueprint);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-blueprint);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.header__nav .main > li.blueprint > a::after {
  background-color: var(--color-blueprint);
}
.header__nav .main > li.blueprint li:hover {
  color: var(--color-blueprint);
}
.header__nav .main > li.tool > a::before {
  color: var(--color-tool);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-tool);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.header__nav .main > li.tool > a::after {
  background-color: var(--color-tool);
}
.header__nav .main > li.tool li:hover {
  color: var(--color-tool);
}
.header__nav .main > li.development > a::before {
  color: var(--color-development);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-development);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.header__nav .main > li.development > a::after {
  background-color: var(--color-development);
}
.header__nav .main > li.feature > a::before {
  color: var(--color-feature);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-feature);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.header__nav .main > li.feature > a::after {
  background-color: var(--color-feature);
}
.header__nav .main > li.feature li:hover {
  color: var(--color-feature);
}
.header__nav .main > li.forum > a::before {
  color: var(--color-forum);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-forum);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.header__nav .main > li.forum > a::after {
  background-color: var(--color-forum);
}
.header__nav .main > li.forum li:hover {
  color: var(--color-forum);
}
.header__nav .main > li > .sub-menu {
  padding: 20px 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.header__nav .main > li > .sub-menu > li {
  display: inline-block;
  padding: 0 15px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #707070;
  cursor: pointer;
}
.header__nav .main > li > .sub-menu > li::before {
  margin: 0 7px 0 0;
  font-size: 1.2rem;
}
.header__nav .main > li > .sub-menu > li.bell::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "ïƒ³";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.header__nav .main > li > .sub-menu > li.topic::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "ï€“";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.header__nav .main > li > .sub-menu > li.concept::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "ï”œ";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.header__nav .main > li > .sub-menu > li.grade::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "ï”€";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 4px 0 0;
}
.header__nav .main > li > .sub-menu > li.link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "ï";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 7px;
}
.header__nav .main > li > .sub-menu > li.popup {
  border-left: 1px solid #707070;
  padding: 0 0 0 25px;
  margin: 0 0 0 10px;
}
.header__nav .main > li > .sub-menu > li:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.header__nav .main > li > .sub-menu > li > .sub-menu {
  display: none;
}
.header__nav .main > li > .sub-menu > li:hover > .sub-menu {
  display: block;
}
.header__nav .main > li > .sub-menu > li > .sub-content {
  display: none;
}
.header__nav .main > li > .sub-menu > li > .sub-content {
  padding: 35px 0;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.header__nav .main > li > .sub-menu > li > .sub-content .main__wrapper {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}
.header__nav
  .main
  > li
  > .sub-menu
  > li
  > .sub-content
  .main__wrapper
  .sub-cats {
  margin: auto 0;
  font-size: 0.925rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #707070;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.header__nav
  .main
  > li
  > .sub-menu
  > li
  > .sub-content
  .main__wrapper
  .sub-cats.column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.header__nav
  .main
  > li
  > .sub-menu
  > li
  > .sub-content
  .main__wrapper
  .sub-cats.column-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.header__nav
  .main
  > li
  > .sub-menu
  > li
  > .sub-content
  .main__wrapper
  .sub-cats.column-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.header__nav .main > li > .sub-menu > li:hover > .sub-content {
  display: block;
}
.header__nav .main > li:hover > .sub-menu {
  z-index: 10;
  opacity: 1;
  pointer-events: all;
}
.header__nav .main > li.sketch-item-parent > a::after,
.header__nav .main > li.blueprint-item-parent > a::after,
.header__nav .main > li.tool-item-parent > a::after,
.header__nav .main > li.feature-item-parent > a::after,
.header__nav .main > li.current-menu-item > a::after,
.header__nav .main > li.current-menu-parent > a::after,
.header__nav .main > li.current-menu-ancestor > a::after,
.header__nav .main > li:hover > a::after {
  display: block;
}
@media only screen and (min-width: 850px) {
  .header__nav {
    display: block;
  }
  .header__nav .main > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12%;
    flex: 0 1 12%;
  }
  .header__nav .main > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1150px) {
  .header__nav .main > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .header__nav .main > li > a {
    display: block;
  }
}
.mobile__header {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  background: #e6e6e6;
}
.mobile__header .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 10%;
  flex: 1 0 10%;
  max-width: 25px;
  height: 25px;
  line-height: 0;
  margin: auto 0;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  cursor: pointer;
  position: relative;
}
.mobile__header .button span {
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  background: #000;
  -webkit-transition: top 80ms ease-in-out 50ms,
    -webkit-transform 80ms ease-in-out 0ms;
  transition: top 80ms ease-in-out 50ms, -webkit-transform 80ms ease-in-out 0ms;
  transition: top 80ms ease-in-out 50ms, transform 80ms ease-in-out 0ms;
  transition: top 80ms ease-in-out 50ms, transform 80ms ease-in-out 0ms,
    -webkit-transform 80ms ease-in-out 0ms;
}
.mobile__header .button span:nth-child(1) {
  top: 0%;
}
.mobile__header .button span:nth-child(2) {
  top: 33.3333333333%;
}
.mobile__header .button span:nth-child(3) {
  top: 66.6666666667%;
}
.mobile__header .search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 0 20px;
}
.mobile__header .search .submit {
  width: 20px !important;
}
.mobile__header .mobile__nav {
  display: none;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 100%;
  background: #fff;
  padding: 15px 0 0 0;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.mobile__header .mobile__nav .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 20px 20px 20px;
}
.mobile__header .mobile__nav .header #mobile__back {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 20px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  cursor: pointer;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease,
    -webkit-transform 200ms ease;
}
.mobile__header .mobile__nav .header #mobile__back.active {
  opacity: 1;
  z-index: 1;
  pointer-events: all;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.mobile__header .mobile__nav .header .title {
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 500;
}
.mobile__header .mobile__nav .mobile__wrapper {
  -webkit-transition: height 350ms ease, -webkit-transform 200ms ease;
  transition: height 350ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, height 350ms ease;
  transition: transform 200ms ease, height 350ms ease,
    -webkit-transform 200ms ease;
  padding: 0 0 50px 0;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li a::before {
  width: 25px;
  margin: 0 7px 0 0;
  font-size: 1.2rem;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.sketch > a::before {
  color: var(--color-sketch);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-sketch);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.sketch li.popup {
  color: var(--color-sketch);
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.blueprint > a::before {
  color: var(--color-blueprint);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-blueprint);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.blueprint li.popup {
  color: var(--color-blueprint);
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.tool > a::before {
  color: var(--color-tool);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-tool);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.tool li.popup {
  color: var(--color-tool);
}
.mobile__header
  .mobile__nav
  .mobile__wrapper
  > .menu
  li.development
  > a::before {
  color: var(--color-development);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-development);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.feature > a::before {
  color: var(--color-feature);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-feature);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.feature li.popup {
  color: var(--color-feature);
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.forum > a::before {
  color: var(--color-forum);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-forum);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.bell > a::before {
  color: #c9c9c9;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "ïƒ³";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.topic > a::before {
  color: #c9c9c9;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "ï€“";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.concept > a::before {
  color: #c9c9c9;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "ï”œ";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.grade > a::before {
  color: #c9c9c9;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "ï”€";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li.popup {
  padding-left: 52px;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu,
.mobile__header .mobile__nav .mobile__wrapper > .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 1.1rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.mobile__header .mobile__nav .mobile__wrapper > .menu li a {
  color: inherit;
  text-decoration: none;
}
.mobile__header
  .mobile__nav
  .mobile__wrapper
  > .menu
  li.menu-item-has-children {
  width: inherit;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWBAMAAAA2mnEIAAAAMFBMVEUAAAA8PDxPT09aWlqHh4eWlpZkZGR3d3cqKio3NzdYWFhNTU1VVVWFhYX5+fkAAAD/bMwmAAAAD3RSTlMA9/LetaPqxv377ubkuAgJexhIAAAA/GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iPz48cjpSREYgeG1sbnM6cj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+PHI6RGVzY3JpcHRpb24geG1sbnM6eD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyI+PHg6Q3JlYXRlRGF0ZT4yMDIwLTA4LTE0VDA5OjI1OjQ3WjwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz4OfrK7AAAAOUlEQVQY02NgYGBvZIAD1v8CCE78RyIkWJAl/EmWuI8kYf8JzmT+r0BVYb7zv+DC3P8T4Gz2aVAGAAOQGgSXBZ9yAAAAAElFTkSuQmCC)
    right 15px center no-repeat;
  background-size: 17px auto;
}
.mobile__header
  .mobile__nav
  .mobile__wrapper
  > .menu
  li.menu-item-has-children
  > .sub-menu {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: none;
  width: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mobile__header
  .mobile__nav
  .mobile__wrapper
  > .menu
  li.menu-item-has-children.active
  > .sub-menu {
  display: block;
}
.mobile__header.active .button span {
  top: 30% !important;
  width: 100% !important;
  -webkit-transition: top 40ms ease-in-out 0ms,
    -webkit-transform 40ms ease-in-out 50ms;
  transition: top 40ms ease-in-out 0ms, -webkit-transform 40ms ease-in-out 50ms;
  transition: top 40ms ease-in-out 0ms, transform 40ms ease-in-out 50ms;
  transition: top 40ms ease-in-out 0ms, transform 40ms ease-in-out 50ms,
    -webkit-transform 40ms ease-in-out 50ms;
}
.mobile__header.active .button span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile__header.active .button span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile__header.active .button span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile__header.active .mobile__nav {
  display: block;
}
@media only screen and (min-width: 850px) {
  .mobile__header {
    display: none;
  }
}
.social__nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social__nav li {
  margin: 0 5px;
  max-width: 30px;
  height: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.social__nav li a,
.social__nav li img {
  width: 100%;
  height: auto;
  display: block;
}
.social__nav li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.main__popup {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.main__popup .container {
  position: relative;
  z-index: 1;
  opacity: 0;
  margin: auto;
  max-width: 550px;
  width: 90%;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 200ms ease 150ms,
    -webkit-transform 200ms ease 150ms;
  transition: opacity 200ms ease 150ms, -webkit-transform 200ms ease 150ms;
  transition: transform 200ms ease 150ms, opacity 200ms ease 150ms;
  transition: transform 200ms ease 150ms, opacity 200ms ease 150ms,
    -webkit-transform 200ms ease 150ms;
}
.main__popup .container .wrapper {
  min-height: 300px;
}
.main__popup .container .wrapper .loader {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  max-width: 175px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: opacity 0 ease;
  transition: opacity 0 ease;
}
.main__popup .container .wrapper .titlebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.main__popup .container .wrapper .titlebar::before {
  display: none !important;
}
.main__popup .container .wrapper .titlebar .label {
  margin-top: 20px;
  font-size: 1.45rem;
}
.main__popup .container .wrapper .titlebar .close {
  cursor: pointer;
  width: 21px;
  height: auto;
  margin: 0 0 auto auto;
}
.main__popup .container .wrapper .text .credentials {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #707070;
}
.main__popup .container .wrapper::after {
  font-size: 1.7rem;
  position: absolute;
  top: auto;
  right: 40px;
  bottom: 30px;
  left: auto;
}
.main__popup .background {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0ms;
  transition: opacity 0ms;
}
.main__popup.active {
  z-index: 1000;
}
.main__popup.active .container {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main__popup.active .background {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.main__popup.loading .wrapper .loader {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slides .overlay {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  display: none;
}
.slides .overlay .wrapper {
  max-width: 1250px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.slides .overlay .wrapper img {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto;
  height: 55%;
}
.slides .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.slides .slide .wrapper {
  padding: 50px 0;
  max-width: 1250px;
  width: 95%;
  margin: auto auto;
  opacity: 0;
  pointer-events: none;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
.slides .slide .wrapper .title,
.slides .slide .wrapper .text {
  max-width: 800px;
  color: #fff;
}
.slides .slide .wrapper .title {
  font-size: 2.7rem;
  line-height: 2.7rem;
}
.slides .slide .wrapper .text {
  margin: 10px 0 0 0;
}
.slides .slide .wrapper .text p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.slides .slide .wrapper .text p a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.slides .slide .wrapper .text p a::after {
  content: "";
  display: block;
  margin: 3px 0 0 0;
  height: 4px;
  background: #fff;
  border-radius: 7px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}
.slides .slide .background {
  opacity: 0;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transition: opacity 0ms ease 250ms;
  transition: opacity 0ms ease 250ms;
}
.slides .slide .background img {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slides .slide.wide {
  position: relative;
  min-height: inherit;
}
.slides .slide.wide .title,
.slides .slide.wide .text {
  max-width: none;
}
.slides .slide.large {
  position: relative;
  min-height: inherit;
}
.slides .slide.large .wrapper {
  max-width: 1000px;
}
.slides .slide.large .wrapper .text p {
  font-size: 1.5rem;
  line-height: 2.1rem;
}
.slides.active-item-0 .slide.item-0 .wrapper {
  z-index: 3;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease,
    -webkit-transform 250ms ease;
}
.slides.active-item-0 .slide.item-0 .background {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.slides.active-item-0 .controls li.item-0 {
  opacity: 1;
}
.slides.active-item-1 .slide.item-1 .wrapper {
  z-index: 3;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease,
    -webkit-transform 250ms ease;
}
.slides.active-item-1 .slide.item-1 .background {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.slides.active-item-1 .controls li.item-1 {
  opacity: 1;
}
.slides.active-item-2 .slide.item-2 .wrapper {
  z-index: 3;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease,
    -webkit-transform 250ms ease;
}
.slides.active-item-2 .slide.item-2 .background {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.slides.active-item-2 .controls li.item-2 {
  opacity: 1;
}
.slides.active-item-3 .slide.item-3 .wrapper {
  z-index: 3;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease,
    -webkit-transform 250ms ease;
}
.slides.active-item-3 .slide.item-3 .background {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.slides.active-item-3 .controls li.item-3 {
  opacity: 1;
}
.slides.active-item-4 .slide.item-4 .wrapper {
  z-index: 3;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease,
    -webkit-transform 250ms ease;
}
.slides.active-item-4 .slide.item-4 .background {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.slides.active-item-4 .controls li.item-4 {
  opacity: 1;
}
.slides.active-item-5 .slide.item-5 .wrapper {
  z-index: 3;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease,
    -webkit-transform 250ms ease;
}
.slides.active-item-5 .slide.item-5 .background {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.slides.active-item-5 .controls li.item-5 {
  opacity: 1;
}
.slides.active-item-6 .slide.item-6 .wrapper {
  z-index: 3;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease,
    -webkit-transform 250ms ease;
}
.slides.active-item-6 .slide.item-6 .background {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.slides.active-item-6 .controls li.item-6 {
  opacity: 1;
}
.slides.active-item-7 .slide.item-7 .wrapper {
  z-index: 3;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease,
    -webkit-transform 250ms ease;
}
.slides.active-item-7 .slide.item-7 .background {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.slides.active-item-7 .controls li.item-7 {
  opacity: 1;
}
.slides.active-item-8 .slide.item-8 .wrapper {
  z-index: 3;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease,
    -webkit-transform 250ms ease;
}
.slides.active-item-8 .slide.item-8 .background {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.slides.active-item-8 .controls li.item-8 {
  opacity: 1;
}
.slides.active-item-9 .slide.item-9 .wrapper {
  z-index: 3;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease,
    -webkit-transform 250ms ease;
}
.slides.active-item-9 .slide.item-9 .background {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.slides.active-item-9 .controls li.item-9 {
  opacity: 1;
}
.slides .controls {
  position: relative;
  z-index: 4;
  max-width: 1250px;
  width: 95%;
  margin: auto auto 20px auto;
  padding: 0;
}
.slides .controls li {
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 15px 0 0;
  background: #fff;
  opacity: 0.6;
  border-radius: 50%;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}
.slides .controls li:hover {
  opacity: 1;
}
@media only screen and (min-width: 850px) {
  .slides .overlay {
    display: block;
  }
  .slides .slide .wrapper .title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .slides .slide .wrapper .text p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
}
.addtocart {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 25px;
}
.addtocart .image {
  margin: 0 20px 10px 0;
  max-width: 120px;
  border-radius: 7px;
  overflow: hidden;
}
.addtocart .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.addtocart .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.addtocart .text .title {
  color: var(--color-blueprint) !important;
  padding-right: 190px;
}
.addtocart .text .inventory {
  margin: 10px 0 0 0;
  color: #7caf68;
  font-size: 0.85rem;
}
.addtocart .text .product.woocommerce {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}
.addtocart .text .product.woocommerce .woocommerce-Price-amount {
  margin: 0px;
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  color: var(--color-blueprint) !important;
}
.addtocart .text .product.woocommerce .button {
  background-color: var(--color-blueprint) !important;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.addtocart .text .product.woocommerce .added_to_cart {
  display: block;
  margin-top: 0px;
  text-align: center;
  text-decoration: none;
  color: var(--color-blueprint) !important;
}
.addtocart .text .product.woocommerce .added_to_cart:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 850px) {
  .addtocart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.author {
  border-top: 2px solid #e6e6e6;
  padding: 30px 0 0 0;
  margin: 0 0 30px 0;
}
.author .wrapper .image {
  margin: 0 0 10px 0;
}
.author .wrapper .image figure {
  margin: 0;
  border-radius: 7px;
  overflow: hidden;
  display: block;
  max-width: 95px;
  width: 100%;
}
.author .wrapper .image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.author .wrapper .image .credentials {
  margin: 3px 0 0 0;
  font-size: 0.85rem;
  line-height: 1.2rem;
  color: #707070;
}
.author .wrapper .text .title,
.author .wrapper .text .excerpt,
.author .wrapper .text .link {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 7px;
  color: #000;
}
.author .wrapper .text .title a,
.author .wrapper .text .excerpt a,
.author .wrapper .text .link a {
  color: inherit;
  text-decoration: none;
}
.author .wrapper .text .title a:hover,
.author .wrapper .text .excerpt a:hover,
.author .wrapper .text .link a:hover {
  text-decoration: underline;
}
.author .wrapper .text .title {
  text-transform: uppercase;
}
@media only screen and (min-width: 850px) {
  .author .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .author .wrapper .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    margin-right: 25px;
  }
}
.callout:not(.admin) {
  padding: 50px 0;
  margin-bottom: -50px;
}
.callout:not(.admin) .main__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}
.callout:not(.admin) .main__wrapper .image {
  width: 97.5%;
  max-width: 950px;
  -webkit-box-flex: 2;
  -ms-flex: 2 0 55%;
  flex: 2 0 55%;
  margin: 0 0 30px 0;
  background: #000;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
}
.callout:not(.admin) .main__wrapper .image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.callout:not(.admin) .main__wrapper .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 45%;
  flex: 1 0 45%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 95%;
  padding: 0;
}
.callout:not(.admin) .main__wrapper .content p.button a {
  display: inline-block;
  text-align: center;
}
.callout:not(.admin) .main__wrapper .content.primary h2::after,
.callout:not(.admin) .main__wrapper .content.primary h3::after,
.callout:not(.admin) .main__wrapper .content.primary h4::after,
.callout:not(.admin) .main__wrapper .content.primary p.button:not(.outline) a {
  color: #fff;
  background-color: var(--color-page) !important;
}
.callout:not(.admin) .main__wrapper .content.primary p.button.outline a {
  color: var(--color-page) !important;
  border: 1px solid var(--color-page) !important;
}
.callout:not(.admin) .main__wrapper .content.primary .label::before {
  display: inline-block;
  content: "";
  background: url(data:image/png;base64,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)
    center center no-repeat;
  width: 30px;
  height: 37px;
  background-size: 100% auto;
  color: var(--color-page);
  margin-right: 10px;
}
.callout:not(.admin) .main__wrapper .content.sketch h2::after,
.callout:not(.admin) .main__wrapper .content.sketch h3::after,
.callout:not(.admin) .main__wrapper .content.sketch h4::after,
.callout:not(.admin) .main__wrapper .content.sketch p.button:not(.outline) a {
  color: #fff;
  background-color: var(--color-sketch) !important;
}
.callout:not(.admin) .main__wrapper .content.sketch p.button.outline a {
  color: var(--color-sketch) !important;
  border: 1px solid var(--color-sketch) !important;
}
.callout:not(.admin) .main__wrapper .content.sketch .label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-sketch);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--color-sketch);
  margin-right: 10px;
}
.callout:not(.admin) .main__wrapper .content.blueprint h2::after,
.callout:not(.admin) .main__wrapper .content.blueprint h3::after,
.callout:not(.admin) .main__wrapper .content.blueprint h4::after,
.callout:not(.admin)
  .main__wrapper
  .content.blueprint
  p.button:not(.outline)
  a {
  color: #fff;
  background-color: var(--color-blueprint) !important;
}
.callout:not(.admin) .main__wrapper .content.blueprint p.button.outline a {
  color: var(--color-blueprint) !important;
  border: 1px solid var(--color-blueprint) !important;
}
.callout:not(.admin) .main__wrapper .content.blueprint .label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-blueprint);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--color-blueprint);
  margin-right: 10px;
}
.callout:not(.admin) .main__wrapper .content.tool h2::after,
.callout:not(.admin) .main__wrapper .content.tool h3::after,
.callout:not(.admin) .main__wrapper .content.tool h4::after,
.callout:not(.admin) .main__wrapper .content.tool p.button:not(.outline) a {
  color: #fff;
  background-color: var(--color-tool) !important;
}
.callout:not(.admin) .main__wrapper .content.tool p.button.outline a {
  color: var(--color-tool) !important;
  border: 1px solid var(--color-tool) !important;
}
.callout:not(.admin) .main__wrapper .content.tool .label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-tool);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--color-tool);
  margin-right: 10px;
}
.callout:not(.admin) .main__wrapper .content.product h2::after,
.callout:not(.admin) .main__wrapper .content.product h3::after,
.callout:not(.admin) .main__wrapper .content.product h4::after,
.callout:not(.admin) .main__wrapper .content.product p.button:not(.outline) a {
  color: #fff;
  background-color: var(--color-product) !important;
}
.callout:not(.admin) .main__wrapper .content.product p.button.outline a {
  color: var(--color-product) !important;
  border: 1px solid var(--color-product) !important;
}
.callout:not(.admin) .main__wrapper .content.product .label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-product);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--color-product);
  margin-right: 10px;
}
.callout:not(.admin) .main__wrapper .content .label {
  font-size: 1rem;
}
.callout:not(.admin) .main__wrapper .content .label::before {
  font-size: 1.3rem;
}
.callout:not(.admin) .main__wrapper .content h2,
.callout:not(.admin) .main__wrapper .content h3,
.callout:not(.admin) .main__wrapper .content h4 {
  font-size: 1.9rem;
  line-height: 2.3rem;
  margin: 13px 0;
  color: #000;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-transform: none;
}
.callout:not(.admin) .main__wrapper .content h2::after,
.callout:not(.admin) .main__wrapper .content h3::after,
.callout:not(.admin) .main__wrapper .content h4::after {
  content: "";
  display: block;
  margin: 3px 0 0 0;
  height: 4px;
  background: var(--color);
  border-radius: 7px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}
.callout:not(.admin) .main__wrapper .content h2:after,
.callout:not(.admin) .main__wrapper .content h3:after,
.callout:not(.admin) .main__wrapper .content h4:after {
  max-width: 120px;
  margin-top: 20px;
}
.callout:not(.admin).display-container {
  background: #f4f4f4;
}
@media only screen and (min-width: 850px) {
  .callout:not(.admin) {
    padding: 90px 0;
  }
  .callout:not(.admin) .main__wrapper {
    padding: 0 2.5% 0 0;
    width: 97.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .callout:not(.admin) .main__wrapper .image {
    height: 550px;
    margin-bottom: 0;
  }
  .callout:not(.admin) .main__wrapper .content {
    max-width: 400px;
    margin: auto 0;
    padding: 0 0 0 70px;
  }
  .callout:not(.admin) .main__wrapper .content p.button a {
    display: inline-block;
    text-align: left;
  }
}
.collections {
  position: relative;
  background: #fff;
  padding: 40px 0;
}
.collections.sketch .filters .select .select__single-value {
  color: var(--color-sketch);
}
.collections.sketch .filters .select .select__indicator:after {
  color: var(--color-sketch);
}
.collections.sketch .filters .select.activated .select__single-value {
  color: #000;
}
.collections .main__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.collections .header {
  padding-bottom: 30px;
}
.collections .header .main__wrapper {
  width: 95%;
  padding: 0 0 0 0 !important;
}
.collections .header .main__wrapper .details .title {
  margin-bottom: 10px;
}
.collections .filters {
  margin: 0 0 30px 0;
}
.collections .filters .filter {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  margin: 0 0 20px 0;
}
.collections .filters .filter .select {
  margin: 0 auto;
}
.collections .filters .filter .select .select__value-container {
  padding: 10px 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.collections .filters .filter .select + .select {
  margin-top: 10px;
}
.collections .filters .filter select {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 7px;
  display: none;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.collections .filters .filter select + select {
  margin-top: 10px;
}
.collections .filters .filter select.active {
  display: block;
}
.collections .actions {
  text-align: center;
  margin: 0 0 20px 0;
}
.collections .actions .button {
  padding: 10px 30px;
  font-size: 1rem;
  -ms-flex-item-align: center;
  align-self: center;
  display: inline-block;
}
.collections .results {
  position: relative;
  min-height: 100px;
}
.collections .results .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 10;
  display: none;
  width: 175px;
  height: 110px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(./img/music-constructed-loading.gif) top center no-repeat;
  background-size: 100% auto;
}
.collections .results.loading .item {
  opacity: 0.2;
}
.collections .results.loading .loader {
  display: block;
}
.collections .results .items__wrapper {
  position: relative;
}
.collections .results .items__wrapper .item {
  height: 390px;
  margin-bottom: 30px;
}
.collections .results .items__wrapper .item.justify {
  height: 0;
  margin: 0;
}
.collections .results.slide {
  margin: 0 0 20px 0;
}
.collections .results.slide .items__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}
.collections .results.slide .items__wrapper .item:not(.active) {
  opacity: 0.5;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
}
.collections.results-container {
  padding: 50px 0 60px 0;
  background: #f4f4f4;
}
.collections.results-container .header .main__wrapper .details .title {
  color: #000;
}
.collections.header-large {
  padding-top: 0;
}
.collections.header-large .header {
  padding: 50px 0;
  background: #fff;
}
.collections.header-large .main__wrapper .filters {
  margin-top: 50px;
}
.collections.featured .main__wrapper {
  max-width: 1250px;
  width: 95%;
}
.collections.featured .results .items__wrapper .item {
  height: 390px;
}
.collections.featured .results .items__wrapper .item .wrapper .image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.collections.featured .results .items__wrapper .item .wrapper .text {
  position: static;
}
.collections.featured .results .items__wrapper .item .wrapper .text .topic {
  color: #fff;
  font-weight: 400;
  opacity: 0.8;
}
.collections.featured .results .items__wrapper .item .wrapper .text .title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 550px) {
  .collections {
    padding: 50px 0;
  }
  .collections .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .collections .filters .filter {
    max-width: 30.3333%;
    margin: 0 2.25%;
  }
  .collections .filters .filter:first-child {
    margin-left: 0;
  }
  .collections .filters .filter:last-child {
    margin-right: 0;
  }
  .collections .filters .filter .select {
    max-width: 400px;
  }
  .collections .main__wrapper .results .items__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collections .main__wrapper .results .items__wrapper .item {
    margin-bottom: 45px;
  }
  .collections .main__wrapper .results.page .items__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .collections .main__wrapper .results.page .items__wrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
}
@media only screen and (min-width: 850px) {
  .collections .main__wrapper .results .item__wrapper .item {
    margin-bottom: 60px;
  }
  .collections .main__wrapper .results.page .items__wrapper .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
@media only screen and (min-width: 1000px) {
  .collections.featured .results .items__wrapper .item {
    height: 275px;
  }
  .collections.featured .results .items__wrapper .item .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collections.featured .results .items__wrapper .item .wrapper .image {
    min-height: 195px;
    height: inherit;
  }
  .collections.featured .results .items__wrapper .item .wrapper .text {
    position: relative;
  }
  .collections.featured .results .items__wrapper .item .wrapper .text .title {
    margin-bottom: 10px;
  }
}
.comments .comment-respond {
  border-top: 2px solid #e6e6e6;
  padding: 30px 0 0 0;
  margin: 0 0 30px 0;
}
.comments .comment-respond .comment-header {
  margin: 0 0 20px 0;
}
.comments .comment-respond h3,
.comments .comment-respond p {
  margin: 0;
}
.comments .comment-respond h3.comment-reply-title,
.comments .comment-respond p.comment-reply-title {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 500;
}
.comments .comment-respond h3.sketch a,
.comments .comment-respond h3.sketch strong,
.comments .comment-respond p.sketch a,
.comments .comment-respond p.sketch strong {
  color: var(--sketches);
}
.comments .comment-respond h3.blueprint a,
.comments .comment-respond h3.blueprint strong,
.comments .comment-respond p.blueprint a,
.comments .comment-respond p.blueprint strong {
  color: var(--blueprints);
}
.comments .comment-respond h3.tool a,
.comments .comment-respond h3.tool strong,
.comments .comment-respond p.tool a,
.comments .comment-respond p.tool strong {
  color: var(--tools);
}
.comments .comment-respond h3.feature a,
.comments .comment-respond h3.feature strong,
.comments .comment-respond p.feature a,
.comments .comment-respond p.feature strong {
  color: var(--products);
}
.comments .comment-form .comment-form-comment {
  margin: 0;
}
.comments .comment-form .comment-form-comment textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 175px;
}
.comments .comment-form .comment-form-note {
  margin: 0 0 15px 0;
  font-size: 0.85rem;
  line-height: 1.1rem;
  color: #707070;
}
.comments .comment-form .comment-form-note a {
  color: inherit;
}
@media only screen and (min-width: 850px) {
  .comments .comment-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .comments .comment-header p {
    margin: auto 0 auto auto;
  }
}
.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comment-list .children {
  list-style: none;
  margin: 20px 0 10px 20px;
  padding: 0 0 0 20px;
  border-left: 2px solid #e6e6e6;
}
.comment-list .comment .comment-body {
  padding: 10px 0 0 0;
  border-bottom: 2px solid #e6e6e6;
}
.container {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  margin: 15px 0 40px 0;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3)) !important;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3)) !important;
}
.container h2 {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-transform: none;
  color: #000;
}
.container h2::after {
  content: "";
  display: block;
  margin: 3px 0 0 0;
  height: 4px;
  background: var(--color);
  border-radius: 7px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}
.container h2:after {
  max-width: 60px;
}
.container h2,
.container h3,
.container h4,
.container h5 {
  color: #000;
}
.container p,
.container ul,
.container ol {
  color: #000;
  font-size: 0.9rem !important;
  line-height: 1.4rem !important;
  margin-bottom: 15px !important;
}
.container p:last-child,
.container ul:last-child,
.container ol:last-child {
  margin-bottom: 0 !important;
}
.container ul,
.container ol {
  padding-left: 20px;
}
.container.product .wrapper .text .title {
  color: var(--color-blueprint) !important;
}
.container.product .wrapper .text .inventory {
  margin: 10px 0 0 0;
  color: #7caf68;
  font-size: 0.85rem;
}
.container.product .wrapper .text .product.woocommerce {
  border: none !important;
  padding: 0 !important;
}
.container.product
  .wrapper
  .text
  .product.woocommerce
  .woocommerce-Price-amount {
  margin: 20px 0 10px 0;
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  color: var(--color-blueprint) !important;
}
.container.product .wrapper .text .product.woocommerce .button {
  background-color: var(--color-blueprint) !important;
  padding: 15px 20px;
}
.container.product .wrapper .text .product.woocommerce .added_to_cart {
  display: block;
  margin-top: 5px;
  text-decoration: none;
  color: var(--color-blueprint) !important;
}
.container.product .wrapper .text .product.woocommerce .added_to_cart:hover {
  text-decoration: underline;
}
.container.product .wrapper::after {
  color: var(--color-blueprint) !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-blueprint);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: block !important;
}
.container.collection .wrapper {
  padding: 0 0 20px 0;
}
.container.collection .titlebar {
  padding: 15px 20px;
  text-transform: capitalize;
  background-color: #e6e6e6;
  color: #fff;
  font-size: 0.95rem;
}
.container.collection.sketch .titlebar,
.container.collection.sketch h2::after,
.container.collection.sketch p.button:not(.outline) a,
.container.collection.sketches .titlebar,
.container.collection.sketches h2::after,
.container.collection.sketches p.button:not(.outline) a {
  background-color: var(--color-sketch) !important;
}
.container.collection.sketch p.button.outline a,
.container.collection.sketches p.button.outline a {
  color: var(--color-sketch) !important;
  border: 1px solid var(--color-sketch) !important;
}
.container.collection.sketch .titlebar::before,
.container.collection.sketches .titlebar::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-sketch);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
.container.collection.sketch .wrapper::after,
.container.collection.sketches .wrapper::after {
  color: var(--color-sketch) !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-sketch);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.container.collection.blueprint .titlebar,
.container.collection.blueprint h2::after,
.container.collection.blueprint p.button:not(.outline) a,
.container.collection.blueprints .titlebar,
.container.collection.blueprints h2::after,
.container.collection.blueprints p.button:not(.outline) a {
  background-color: var(--color-blueprint) !important;
}
.container.collection.blueprint p.button.outline a,
.container.collection.blueprints p.button.outline a {
  border: 1px solid var(--color-blueprint) !important;
  color: var(--color-blueprint) !important;
}
.container.collection.blueprint .titlebar::before,
.container.collection.blueprints .titlebar::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-blueprint);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
.container.collection.blueprint .wrapper::after,
.container.collection.blueprints .wrapper::after {
  color: var(--color-blueprint) !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-blueprint);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.container.collection.tool .titlebar,
.container.collection.tool h2::after,
.container.collection.tool p.button:not(.outline) a,
.container.collection.tools .titlebar,
.container.collection.tools h2::after,
.container.collection.tools p.button:not(.outline) a {
  background-color: var(--color-tool) !important;
}
.container.collection.tool p.button.outline a,
.container.collection.tools p.button.outline a {
  color: var(--color-tool) !important;
  border: 1px solid var(--color-tool) !important;
}
.container.collection.tool .titlebar::before,
.container.collection.tools .titlebar::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-tool);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
.container.collection.tool .wrapper::after,
.container.collection.tools .wrapper::after {
  color: var(--color-tool) !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-tool);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.container.collection.product .titlebar,
.container.collection.product h2::after,
.container.collection.product p.button:not(.outline) a,
.container.collection.products .titlebar,
.container.collection.products h2::after,
.container.collection.products p.button:not(.outline) a,
.container.collection.feature .titlebar,
.container.collection.feature h2::after,
.container.collection.feature p.button:not(.outline) a {
  background-color: var(--color-feature) !important;
}
.container.collection.product p.button.outline a,
.container.collection.products p.button.outline a,
.container.collection.feature p.button.outline a {
  color: var(--color-feature) !important;
  border: 1px solid var(--color-feature) !important;
}
.container.collection.product .titlebar::before,
.container.collection.products .titlebar::before,
.container.collection.feature .titlebar::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-feature);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
.container.collection.product .wrapper::after,
.container.collection.products .wrapper::after,
.container.collection.feature .wrapper::after {
  color: var(--color-feature) !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-feature);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.container.collection.person .titlebar {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2678bd),
    color-stop(26%, #48b0b9),
    color-stop(50%, #857aae),
    color-stop(77%, #c57176),
    to(#ed6146)
  );
  background: linear-gradient(
    90deg,
    #2678bd 0%,
    #48b0b9 26%,
    #857aae 50%,
    #c57176 77%,
    #ed6146 100%
  );
}
.container.collection.person h2::after,
.container.collection.person p.button:not(.outline) a {
  background-color: var(--color-page) !important;
}
.container.collection.person p.button.outline a {
  color: var(--color-page) !important;
  border: 1px solid var(--color-page) !important;
}
.container.collection.person .titlebar::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: var(--icon-product);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
.container.collection.person .wrapper::after {
  color: var(--color-page) !important;
  content: "";
  background: url(data:image/png;base64,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)
    center center no-repeat;
  width: 30px;
  height: 37px;
  background-size: 100% auto;
}
.container.contributor .text a {
  text-transform: uppercase;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
.container.contributor .wrapper::after {
  color: var(--color-page) !important;
  content: "";
  background: url(data:image/png;base64,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)
    center center no-repeat;
  width: 30px;
  height: 37px;
  background-size: 100% auto;
}
.container.block:not(.product):not(.collection):not(.contributor)
  .wrapper::after {
  display: none !important;
}
.container.admin.collection .title {
  background-color: #ccc !important;
}
.heading {
  background: #fff;
  padding: 50px 0;
}
.heading .main__wrapper .title {
  margin-bottom: 10px;
}
.heading .main__wrapper .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: auto 0 auto auto;
  color: #707070;
}
.heading .main__wrapper .text a {
  color: inherit;
}
@media only screen and (min-width: 850px) {
  .heading .main__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.list__container:not(.admin) {
  margin: 0 0 20px 0;
}
.list__container:not(.admin) .list .item {
  position: relative;
}
.list__container:not(.admin) .list .item:hover {
  z-index: 30;
}
.list__container:not(.admin) .list .item .wrapper .content .title {
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 1.2rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/AgMAAAAqMfhMAAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAAA3RSTlMA9rR0nPVwAAAA/GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iPz48cjpSREYgeG1sbnM6cj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+PHI6RGVzY3JpcHRpb24geG1sbnM6eD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyI+PHg6Q3JlYXRlRGF0ZT4yMDIwLTA4LTIzVDE2OjI5OjMzWjwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz5sJGSeAAAAUklEQVQ4y2OAAM7/fxsYkIH+//8PUATk//+/gCJg////h1EB+gmo/0cBCQz7UQV+MNSjCnxh+I8K/tBHAMMdGC7F8MugCeSRKADP2Zh5H6N0AABwwGdTPwjHqgAAAABJRU5ErkJggg==)
    top 5px right no-repeat;
  background-size: 15px auto;
}
.list__container:not(.admin) .list .item .wrapper .content .text {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms ease, max-height 500ms ease;
  transition: opacity 300ms ease, max-height 500ms ease;
}
.list__container:not(.admin) .list .item .wrapper .content .text a {
  color: inherit;
}
.list__container:not(.admin) .list .item .wrapper .content .text a.link {
  display: inline-block;
  margin: 0 0 30px 0;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.list__container:not(.admin) .list .item .wrapper .content .text a.link::after {
  content: "";
  display: block;
  margin: 3px 0 0 0;
  height: 4px;
  background: #707070;
  border-radius: 7px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}
.list__container:not(.admin) .list .item .wrapper .content.active .title {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/AgMAAAAqMfhMAAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAAA3RSTlMA9rR0nPVwAAAA/GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iPz48cjpSREYgeG1sbnM6cj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+PHI6RGVzY3JpcHRpb24geG1sbnM6eD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyI+PHg6Q3JlYXRlRGF0ZT4yMDIwLTA4LTIzVDE2OjI5OjMzWjwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz5sJGSeAAAALklEQVQ4y2MYBUMEqP9HAQkM+1EFfjDUowp8YfiPCv7QRwDDHRguxfTLKBgaAAC5oMqKBilIygAAAABJRU5ErkJggg==);
}
.list__container:not(.admin) .list .item .wrapper .content.active .text {
  max-height: 1000px;
  opacity: 1;
}
.list__container.admin .list .item {
  position: relative;
  margin: 0 0 20px 0;
}
.list__container.admin .list .item .title {
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 1.2rem;
}
.list__container.admin .list .item .item__controls {
  margin: 0 0 0 auto;
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 0px;
}
.list__container.admin .list .item .item__controls .menu {
  display: none;
  width: 130px;
  top: 20px;
  right: -10px;
  list-style: none;
  position: absolute;
  z-index: 100;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  padding: 8px 0;
  margin: 0;
}
.list__container.admin .list .item .item__controls .menu li {
  padding: 3px 17px;
  color: #76797c;
}
.list__container.admin .list .item .item__controls .menu li.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.list__container.admin .list .item .item__controls .menu li:hover {
  background: #f0f0f0;
}
.list__container.admin .list .item .item__controls.active .toggle {
  background: #fff;
}
.list__container.admin .list .item .item__controls.active .menu {
  display: block;
  z-index: 10;
}
.people {
  padding: 50px 0;
  background: #fff;
}
.people .main__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.people.featured .main__wrapper {
  max-width: 1250px;
}
.people .header {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.people .results {
  margin: 10px auto 0 auto;
}
.people .results.loading {
  opacity: 0.2;
}
.people .results .item {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  margin-bottom: 30px;
}
.people .results .item .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.people .results .item .wrapper .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  height: 70px;
  margin: 20px 0 20px 20px;
  border-radius: 7px;
  overflow: hidden;
  background: #000;
}
.people .results .item .wrapper .image img {
  display: block;
}
.people .results .item .wrapper .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
}
.people .results .item .wrapper .text .credentials {
  font-size: 0.9rem;
  font-weight: 400;
  color: #c9c9c9;
  margin-bottom: 1px;
}
.people .results .item .wrapper .text .title {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 3px;
  line-height: 1.5rem;
}
.people .results .item .wrapper .text .link,
.people .results .item .wrapper .text .content {
  display: none;
}
.people .results.featured .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin-bottom: 30px;
  height: 390px;
}
.people .results.featured .item .wrapper {
  display: block;
}
.people .results.featured .item .wrapper .text {
  position: static;
}
@media only screen and (min-width: 550px) {
  .people .results.featured .item,
  .people .results .item {
    margin-bottom: 45px;
  }
  .people .results.featured:not(.featured),
  .people .results:not(.featured) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .people .results.featured:not(.featured) .item,
  .people .results:not(.featured) .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
  .people .results.featured .item {
    height: auto;
  }
  .people .results.featured .item .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .people .results.featured .item .wrapper .image {
    min-height: 195px;
    height: inherit;
  }
  .people .results.featured .item .wrapper .text {
    position: relative;
  }
}
@media only screen and (min-width: 850px) {
  .people .results.featured,
  .people .results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .people .results.featured .item,
  .people .results .item {
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
  .people .results.featured:not(.featured) .item,
  .people .results:not(.featured) .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
  }
}
.share {
  margin-bottom: 40px;
}
.share .title {
  font-size: 1rem;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #707070;
}
.share .title::after {
  content: "";
  display: block;
  margin: 3px 0 0 0;
  height: 4px;
  background: var(--color);
  border-radius: 7px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}
.share .title::after {
  margin-top: 0;
}
.share .list {
  margin: 0;
  padding: 0;
}
.share .list li {
  opacity: 0.5;
  display: block;
  text-transform: uppercase;
  color: #000;
  margin: 8px 0 0 0;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.share .list li img {
  width: 20px;
  height: auto;
  margin: 0 7px 0 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.share .list li a {
  color: inherit;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
}
.share .list li:hover {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
body.error404 .main__content .main__wrapper {
  max-width: 700px;
  width: 95%;
  margin: 100px auto;
  padding-bottom: 150px;
  background: bottom right no-repeat;
}
body.error404 .main__content .main__wrapper .title {
  font-size: 6rem;
  line-height: 6.5rem;
  font-weight: 700;
}
body.error404 .main__content .main__wrapper .subtitle {
  font-size: 2.1rem;
  line-height: 2.4rem;
}
body.error404 .main__content .main__wrapper .search {
  margin: 10px 0 0 0;
}
body.woocommerce-account .main__content {
  margin: 0 0 0 0;
  background: #f4f4f4;
}
body.woocommerce-account .main__content .main__wrapper {
  max-width: 1000px;
}
body.woocommerce-account .main__content .main__wrapper .woocommerce {
  padding: 50px 0 55px 0;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  #customer_login
  h2 {
  font-weight: 500;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  #customer_login
  form {
  background: #fff;
  margin-top: 20px;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  #customer_login
  form
  .submit-row {
  margin: 30px 0 10px 0;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  #customer_login
  form
  .submit-row
  .woocommerce-form-login__submit {
  margin: 0 0 0 0;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  #customer_login
  form
  .submit-row
  .woocommerce-form-login__rememberme {
  margin: 7px 0 0 20px;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  #customer_login
  form
  .woocommerce-LostPassword {
  margin: 0 0 12px 0;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  #customer_login
  form
  .woocommerce-LostPassword
  a {
  color: #1979bd;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  #customer_login
  form.woocommerce-form.register
  .register-password {
  display: block;
  margin: -5px 0 0 0;
  font-size: 0.85rem;
  color: #707070;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  #customer_login
  form.woocommerce-form.register
  .woocommerce-privacy-policy-text {
  display: none;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  #customer_login
  form.woocommerce-form.register
  .woocommerce-form-register__submit {
  margin: 30px 0 0 0;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-navigation {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content
  .theme-heading {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content
  .theme-heading
  .title {
  font-weight: 500;
  margin-bottom: 0;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content
  .theme-heading
  p {
  color: #707070;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content
  .theme-heading
  p
  a,
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content
  .theme-heading
  p
  strong {
  font-weight: 700;
  color: #1979bd;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content
  .message {
  color: #707070;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content
  .addresses
  .woocommerce-Address-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content
  .addresses
  .woocommerce-Address-title
  h3 {
  text-transform: capitalize;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 5px;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content
  .addresses
  .woocommerce-Address-title
  .edit {
  color: #707070;
  text-decoration: none;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content
  .addresses
  .woocommerce-Address-title
  .edit:hover {
  text-decoration: underline;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content
  .addresses
  address {
  color: #707070;
  font-style: normal;
  text-transform: lowercase;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-MyAccount-content
  .addresses
  .is_set
  address {
  color: #000;
}
body.woocommerce-account .main__content .main__wrapper form .form-row {
  margin: 0 0 12px;
}
body.woocommerce-account
  .main__content
  .main__wrapper
  form
  .select2-container
  .select2-selection--single {
  height: 42px;
  border-color: #c9c9c9;
}
body.woocommerce-account .main__content .main__wrapper form .button {
  font-size: 1.1rem;
  padding: 15px 25px;
  border-radius: 7px;
  margin: 20px 0 0 0;
  background: #e6e6e6;
}
@media only screen and (min-width: 850px) {
  body.woocommerce-account.logged-in
    .main__content
    .main__wrapper
    .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.woocommerce-account
    .main__content
    .main__wrapper
    .woocommerce
    .woocommerce-MyAccount-content {
    margin: 0 0 0 60px;
  }
  body.woocommerce-account
    .main__content
    .main__wrapper
    .woocommerce
    .woocommerce-MyAccount-content
    .theme-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.woocommerce-account
    .main__content
    .main__wrapper
    .woocommerce
    .woocommerce-MyAccount-content
    .theme-heading
    .title {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  body.woocommerce-account
    .main__content
    .main__wrapper
    .woocommerce
    .woocommerce-MyAccount-content
    .theme-heading
    p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: auto 0 0 0;
    text-align: right;
  }
}
.wp-admin .wp-block {
  font-family: urw-din, sans-serif;
  max-width: 1377px !important;
}
.wp-admin .block-editor-inner-blocks {
  width: 100%;
}
.wp-admin .callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-admin .callout .content,
.wp-admin .callout .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.wp-admin a {
  color: #0073aa;
}
body.single-people .main__content {
  margin: 0 0 0 0;
}
body.single-people .main__content .main__wrapper {
  padding: 10px 0 50px 0;
}
body.single-people .main__content .main__wrapper .credentials {
  color: #c9c9c9;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
body.single-people .main__content .main__wrapper .title {
  margin: 0 0 20px 0;
}
body.woocommerce-cart .main__content {
  margin: 0 0 0 0;
  background: #f4f4f4;
}
body.woocommerce-cart .main__content .main__wrapper {
  max-width: 1000px;
}
body.woocommerce-cart .main__content .main__wrapper .woocommerce {
  padding: 50px 0 55px 0;
}
body.woocommerce-cart
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-cart-form
  .woocommerce-cart-form__contents {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
}
body.woocommerce-cart
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-cart-form
  .woocommerce-cart-form__contents
  .woocommerce-cart-form__cart-item
  .product-thumbnail
  a {
  pointer-events: none;
  display: block;
  overflow: hidden;
  border-radius: 7px;
}
body.woocommerce-cart
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-cart-form
  .woocommerce-cart-form__contents
  .woocommerce-cart-form__cart-item
  .product-thumbnail
  a
  img {
  width: 75px;
}
body.woocommerce-cart
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-cart-form
  .woocommerce-cart-form__contents
  .woocommerce-cart-form__cart-item
  .product-name {
  max-width: 150px;
}
body.woocommerce-cart
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-cart-form
  .woocommerce-cart-form__contents
  .woocommerce-cart-form__cart-item
  .product-name
  a {
  color: var(--color-blueprint);
  pointer-events: none;
  text-decoration: none;
}
body.woocommerce-cart
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-cart-form
  .woocommerce-cart-form__contents
  .actions
  .coupon
  .input-text {
  padding: 12px;
  margin-right: 5px;
}
body.woocommerce-cart
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-cart-form
  .woocommerce-cart-form__contents
  .actions
  .button:disabled {
  pointer-events: none;
}
body.woocommerce-cart
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-cart-form
  .button {
  margin: 0;
}
body.woocommerce-cart
  .main__content
  .main__wrapper
  .woocommerce
  .cart_totals
  .shop_table {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
}
body.woocommerce-cart
  .main__content
  .main__wrapper
  .woocommerce
  .cart_totals
  .wc-proceed-to-checkout
  .checkout-button {
  font-size: 1.1rem;
  border-radius: 7px;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--color-blueprint);
}
body.woocommerce-cart .main__content .main__wrapper .woocommerce .message {
  color: #707070;
}
body.woocommerce-cart .main__content .main__wrapper form .form-row {
  margin: 0 0 12px;
}
body.woocommerce-cart
  .main__content
  .main__wrapper
  form
  .select2-container
  .select2-selection--single {
  height: 42px;
  border-color: #c9c9c9;
}
body.woocommerce-cart .main__content .main__wrapper form .button {
  font-size: 1.1rem;
  padding: 15px 25px;
  border-radius: 7px;
  margin: 20px 0 0 0;
  background: #e6e6e6;
}
body.woocommerce-checkout .main__content {
  margin: 0 0 0 0;
  background: #f4f4f4;
}
body.woocommerce-checkout .main__content .main__wrapper {
  max-width: 1000px;
}
body.woocommerce-checkout .main__content .main__wrapper .woocommerce {
  padding: 50px 0 55px 0;
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-form-coupon-toggle
  .woocommerce-info {
  margin-bottom: 20px;
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-form-coupon-toggle
  .showcoupon {
  color: var(--color-blueprint);
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-checkout
  .woocommerce-additional-fields
  textarea {
  height: 200px;
  resize: none;
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .checkout_coupon {
  margin-top: 10px;
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .checkout_coupon
  button,
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .checkout_coupon
  p {
  margin: 0;
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .checkout_coupon
  button:first-child,
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .checkout_coupon
  p:first-child {
  margin-bottom: 7px;
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .checkout_coupon
  .form-row-last {
  padding: 0;
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  #order_review_heading {
  margin-top: 30px;
  text-transform: capitalize;
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  .cart_item
  .product-name {
  color: var(--color-blueprint);
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  .cart_item
  .product-name
  strong {
  color: #000;
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  .woocommerce-checkout-review-order
  .woocommerce-terms-and-conditions-wrapper
  a {
  color: var(--color-blueprint);
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  .woocommerce
  #place_order {
  background: var(--color-blueprint);
  font-weight: 500;
  text-transform: uppercase;
}
body.woocommerce-checkout .main__content .main__wrapper .woocommerce .message {
  color: #707070;
}
body.woocommerce-checkout .main__content .main__wrapper form .form-row {
  margin: 0 0 12px;
}
body.woocommerce-checkout
  .main__content
  .main__wrapper
  form
  .select2-container
  .select2-selection--single {
  height: 42px;
  border-color: #c9c9c9;
}
body.woocommerce-checkout .main__content .main__wrapper form .button {
  font-size: 1.1rem;
  padding: 15px 25px;
  border-radius: 7px;
  margin: 20px 0 0 0;
  background: #e6e6e6;
}
body.bbpress .main__content {
  margin: 0 0 0 0;
  background: #f4f4f4;
}
body.bbpress .main__content .heading .main__wrapper {
  max-width: 1000px;
}
body.bbpress .main__content .main__wrapper .sidebar {
  padding: 50px 0 55px 0;
}
body.bbpress .main__content .main__wrapper .sidebar .search {
  width: 100%;
  margin: 0 0 35px 0;
}
body.bbpress .main__content .main__wrapper .sidebar .search .submit {
  padding: 0;
}
body.bbpress .main__content .main__wrapper .sidebar .forum-list {
  border-radius: 7px;
  background: #fff;
  padding: 25px 30px;
  border: 1px solid #c9c9c9;
  margin: 0 0 35px 0;
}
body.bbpress .main__content .main__wrapper .sidebar .forum-list .title {
  color: #1979bd;
  font-size: 1rem;
  line-height: 1.4rem;
}
body.bbpress .main__content .main__wrapper .sidebar .forum-list ul {
  list-style: none;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0;
  padding: 0;
}
body.bbpress .main__content .main__wrapper .sidebar .forum-list ul li {
  margin: 0 0 7px 0;
}
body.bbpress .main__content .main__wrapper .sidebar .forum-list ul li a {
  text-decoration: none;
  color: #707070;
}
body.bbpress .main__content .main__wrapper .sidebar .forum-list ul li a:hover {
  text-decoration: underline;
}
body.bbpress .main__content .main__wrapper .sidebar .feedback {
  padding: 0 10px;
}
body.bbpress .main__content .main__wrapper .sidebar .feedback .title {
  color: var(--color-page);
}
body.bbpress .main__content .main__wrapper .bbpress-wrapper {
  padding: 50px 0 55px 0;
}
body.bbpress .main__content .main__wrapper .bbpress-wrapper h2.title {
  font-size: 1.7rem;
  font-weight: 500;
}
body.bbpress .main__content .main__wrapper .bbpress-wrapper .bbp-breadcrumb {
  float: none;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-breadcrumb
  .bbp-breadcrumb-forum
  + .bbp-breadcrumb-sep,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-breadcrumb
  .bbp-breadcrumb-current,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-breadcrumb
  .bbp-breadcrumb-home {
  display: none;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-breadcrumb
  .bbp-breadcrumb-forum
  + .bbp-breadcrumb-sep
  + .bbp-breadcrumb-sep,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-breadcrumb
  .bbp-breadcrumb-current
  + .bbp-breadcrumb-sep,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-breadcrumb
  .bbp-breadcrumb-home
  + .bbp-breadcrumb-sep {
  display: none;
}
body.bbpress .main__content .main__wrapper .bbpress-wrapper .bbp-breadcrumb a {
  font-size: 0.8rem;
  color: #707070;
  text-decoration: none;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-breadcrumb
  a:hover {
  text-decoration: underline;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-forum-info {
  width: 80%;
}
body.bbpress .main__content .main__wrapper .bbpress-wrapper .bbp-topics {
  margin: 20px 0 0 0 !important;
  border: none !important;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topics
  .bbp-body
  .topic {
  padding: 15px 20px !important;
  text-transform: none;
  border-radius: 7px;
  border-top: none !important;
  background: none !important;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topics
  .bbp-body
  .topic
  .bbp-topic-title {
  width: 100%;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topics
  .bbp-body
  .topic
  .bbp-topic-title
  .bbp-topic-permalink {
  color: #1979bd;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.3rem;
  margin: 0 0 5px 0;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topics
  .bbp-body
  .topic
  .bbp-topic-title
  .bbp-topic-meta {
  margin: 0 !important;
  color: #707070;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topics
  .bbp-body
  .topic
  .bbp-topic-title
  .bbp-topic-meta
  > span {
  font-size: 0.75rem;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topics
  .bbp-body
  .topic
  .bbp-topic-title
  .bbp-topic-meta
  > span:not(:first-child) {
  margin: 0 0 0 12px;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topics
  .bbp-body
  .topic
  .bbp-topic-title
  .icon {
  width: 12px;
  height: auto;
  opacity: 0.3;
  margin: 0;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topics
  .bbp-body
  .topic:nth-child(odd) {
  background: #fff !important;
}
body.bbpress .main__content .main__wrapper .bbpress-wrapper .bbp-replies {
  margin: 20px 0 0 0 !important;
  border: none !important;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-footer,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-header {
  display: none;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic-author {
  padding: 15px 20px !important;
  text-transform: none;
  border-radius: 7px;
  border: none !important;
  background: none !important;
  margin: 0;
  font-size: 0.9rem;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic:nth-child(odd),
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic-author:nth-child(odd) {
  background: #fff !important;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic
  p,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic-author
  p {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic
  .bbp-reply-top,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic-author
  .bbp-reply-top {
  margin: 20px 0 25px 0;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic
  .bbp-reply-top
  .icon,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic-author
  .bbp-reply-top
  .icon {
  width: 12px;
  height: auto;
  opacity: 0.3;
  margin: 0;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic
  .bbp-reply-top
  .bbp-reply-display-name,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic-author
  .bbp-reply-top
  .bbp-reply-display-name {
  font-weight: 500;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic
  .bbp-reply-top
  .bbp-reply-post-date,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-replies
  .bbp-body
  .topic-author
  .bbp-reply-top
  .bbp-reply-post-date {
  color: #707070;
  margin: 0 0 0 30px;
  font-size: 0.75rem;
}
body.bbpress .main__content .main__wrapper .bbpress-wrapper .bbp-reply-form,
body.bbpress .main__content .main__wrapper .bbpress-wrapper .bbp-topic-form {
  margin: 40px 0 0 0;
  border: none;
  border-left: 5px solid var(--color-forum);
  padding: 30px 0 30px 25px;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-reply-form
  .title,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topic-form
  .title {
  font-size: 1rem;
  line-height: 1.43rem;
  margin: 0 0 40px 0;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-reply-form
  .title
  .primary,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topic-form
  .title
  .primary {
  color: var(--color-page);
}
body.bbpress .main__content .main__wrapper .bbpress-wrapper .bbp-reply-form p,
body.bbpress .main__content .main__wrapper .bbpress-wrapper .bbp-topic-form p {
  margin-bottom: 20px;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-reply-form
  .wp-editor-container,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topic-form
  .wp-editor-container {
  border: none !important;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-reply-form
  .wp-editor-container
  .quicktags-toolbar,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topic-form
  .wp-editor-container
  .quicktags-toolbar {
  border: none !important;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-reply-form
  .bbp-submit-wrapper,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topic-form
  .bbp-submit-wrapper {
  float: none;
}
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-reply-form
  .bbp-submit-wrapper
  .button,
body.bbpress
  .main__content
  .main__wrapper
  .bbpress-wrapper
  .bbp-topic-form
  .bbp-submit-wrapper
  .button {
  text-transform: none;
  font-weight: 500;
  background-color: #e6e6e6;
  color: #000;
  font-size: 1.1rem;
}
body.bbpress.single .main__content {
  padding: 0;
}
body.bbpress.bbp-search .main__content .main__wrapper {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
body.bbpress.tmp-forum .main__content {
  background: #fff;
}
body.bbpress.tmp-forum .main__content .heading {
  padding-bottom: 0;
}
body.bbpress.tmp-forum .main__content .heading .main__wrapper {
  max-width: 1000px;
}
body.bbpress.tmp-forum .main__content .heading + .main__wrapper {
  max-width: 1000px;
}
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper {
  padding: 20px 0 40px 0;
}
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums {
  border-radius: 7px;
  background: #fff;
  border-color: #c9c9c9 !important;
}
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-forum-info {
  width: 70%;
}
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-forum-topic-count,
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-forum-reply-count {
  width: 15%;
  text-align: right;
  border-left: 1px solid #c9c9c9;
}
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-forum-topic-count,
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-forum-reply-count,
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-forum-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 1.2rem;
}
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-header {
  background: #fff !important;
  padding: 0 !important;
}
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-body
  .forum {
  border-color: #c9c9c9 !important;
  padding: 0 !important;
  background: #fff !important;
}
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-body
  .forum
  .bbp-forum-topic-count,
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-body
  .forum
  .bbp-forum-reply-count,
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-body
  .forum
  .bbp-forum-info {
  font-weight: 300;
}
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-body
  .forum
  .bbp-forum-topic-count
  a,
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-body
  .forum
  .bbp-forum-reply-count
  a,
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-body
  .forum
  .bbp-forum-info
  a {
  font-weight: 500;
  text-decoration: none;
  color: var(--color-page);
}
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-body
  .forum
  .bbp-forum-topic-count
  a:hover,
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-body
  .forum
  .bbp-forum-reply-count
  a:hover,
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-body
  .forum
  .bbp-forum-info
  a:hover {
  text-decoration: underline;
}
body.bbpress.tmp-forum
  .main__content
  .heading
  + .main__wrapper
  .bbpress-wrapper
  .bbp-forums
  .bbp-body
  .forum
  .bbp-forum-content {
  display: none;
}
body.bbpress.tmp-forum .main__content .callout:not(.admin) {
  margin-bottom: 0px;
}
body.tmp-home .main__content {
  margin-top: 45px;
}
body.tmp-home .main__content .title {
  max-width: 850px;
  font-size: 2rem;
  line-height: 2rem;
  margin: 0 auto 5px auto;
  color: #1979bd;
}
body.tmp-home .main__content .subtitle {
  max-width: 850px;
  margin: 0 auto 15px auto;
}
body.tmp-home .main__content p {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}
@media only screen and (min-width: 850px) {
  body.tmp-home .main__content .title {
    font-size: 2.25rem;
    line-height: 2.9rem;
  }
}
body.tmp-landing .main__content {
  margin: 0;
}
body.tmp-landing .main__content .callout:not(.admin) {
  margin-bottom: 0;
}
@media print {
  .main__content {
    margin: 0;
  }
  .main__header,
  .sidebar,
  #comments,
  .comment-list,
  .main__footer,
  #gdpr {
    display: none;
  }
  body {
    background: none !important;
  }
}
body.search .main__content {
  margin: 0;
}
body.single {
  background: #f4f4f4;
}
body.single .main__content {
  margin: 0;
}
body.single.single-sketch .main__content > .main__wrapper .share .title::after {
  background-color: var(--color-sketch);
}
body.single.single-sketch .main__content > .main__wrapper p.button a {
  background-color: var(--color-sketch);
}
body.single.single-sketch .main__content > .main__wrapper p.button.outline a {
  color: var(--color-sketch);
  border: 1px solid var(--color-sketch);
}
body.single.single-sketch .main__content > .main__wrapper .topic {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
body.single.single-sketch .main__content > .main__wrapper .topic::after {
  content: "";
  display: block;
  margin: 3px 0 0 0;
  height: 4px;
  background: var(--color-sketch);
  border-radius: 7px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}
body.single.single-sketch .main__content > .main__wrapper .details li {
  color: var(--color-sketch);
  border-left: 1px solid var(--color-sketch);
}
body.single.single-blueprint
  .main__content
  > .main__wrapper
  .share
  .title::after {
  background-color: var(--color-blueprint);
}
body.single.single-blueprint .main__content > .main__wrapper p.button a {
  background-color: var(--color-blueprint);
}
body.single.single-blueprint
  .main__content
  > .main__wrapper
  p.button.outline
  a {
  color: var(--color-blueprint);
  border: 1px solid var(--color-blueprint);
}
body.single.single-blueprint .main__content > .main__wrapper .topic {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
body.single.single-blueprint .main__content > .main__wrapper .topic::after {
  content: "";
  display: block;
  margin: 3px 0 0 0;
  height: 4px;
  background: var(--color-blueprint);
  border-radius: 7px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}
body.single.single-blueprint .main__content > .main__wrapper .details li {
  color: var(--color-blueprint);
  border-left: 1px solid var(--color-blueprint);
}
body.single.single-tool .main__content > .main__wrapper .share .title::after {
  background-color: var(--color-tool);
}
body.single.single-tool .main__content > .main__wrapper p.button a {
  background-color: var(--color-tool);
}
body.single.single-tool .main__content > .main__wrapper p.button.outline a {
  color: var(--color-tool);
  border: 1px solid var(--color-tool);
}
body.single.single-tool .main__content > .main__wrapper .topic {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
body.single.single-tool .main__content > .main__wrapper .topic::after {
  content: "";
  display: block;
  margin: 3px 0 0 0;
  height: 4px;
  background: var(--color-tool);
  border-radius: 7px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}
body.single.single-tool .main__content > .main__wrapper .details li {
  color: var(--color-tool);
  border-left: 1px solid var(--color-tool);
}
body.single.single-feature
  .main__content
  > .main__wrapper
  .share
  .title::after {
  background-color: var(--color-feature);
}
body.single.single-feature .main__content > .main__wrapper p.button a {
  background-color: var(--color-feature);
}
body.single.single-feature .main__content > .main__wrapper p.button.outline a {
  color: var(--color-feature);
  border: 1px solid var(--color-feature);
}
body.single.single-feature .main__content > .main__wrapper .topic {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
body.single.single-feature .main__content > .main__wrapper .topic::after {
  content: "";
  display: block;
  margin: 3px 0 0 0;
  height: 4px;
  background: var(--color-feature);
  border-radius: 7px;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}
body.single.single-feature .main__content > .main__wrapper .details li {
  color: var(--color-feature);
  border-left: 1px solid var(--color-feature);
}
body.single .main__content {
  padding: 30px 0 0 0;
}
body.single .main__content > .main__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
body.single .main__content > .main__wrapper p.button a {
  padding: 10px 20px;
  margin-bottom: 10px;
}
body.single .main__content > .main__wrapper p.button.outline a {
  background: #fff;
}
body.single .main__content > .main__wrapper .topic {
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #707070;
  font-size: 0.95rem;
}
body.single .main__content > .main__wrapper .topic a {
  color: inherit;
  text-decoration: none;
}
body.single .main__content > .main__wrapper .details {
  margin: 10px 0 20px 0;
  padding: 0;
}
body.single .main__content > .main__wrapper .details li {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 400;
  line-height: 0.95rem;
  padding: 0 0 0 5px;
  font-size: 0.9rem;
}
body.single .main__content > .main__wrapper .details li.author,
body.single .main__content > .main__wrapper .details li:first-child {
  border: none;
  padding-left: 0;
}
body.single .main__content > .main__wrapper .details li a {
  text-decoration: none;
  color: inherit;
}
body.single .main__content > .main__wrapper .details li a:hover {
  text-decoration: underline;
}
body.single .main__content > .main__wrapper:first-child {
  padding-bottom: 30px;
}
