@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
:root {
  --col-light-1: #ffffff;
  --col-light-2: #d4ccc1;
  --col-accent-1: #f3b3c0;
  --col-accent-2: #f1b1be;
  --col-dark-1: #433932;
  --col-dark-2: #666666;
}

.n-text-light-1 {
  color: var(--col-light-1);
}
.n-text-light-2 {
  color: var(--col-light-2);
}
.n-text-accent-1 {
  color: var(--col-accent-1);
}
.n-text-accent-2 {
  color: var(--col-accent-2);
}
.n-text-dark-1 {
  color: var(--col-dark-1);
}
.n-text-dark-2 {
  color: var(--col-dark-2);
}

.n-bg-light-1 {
  background-color: var(--col-light-1);
}
.n-bg-light-2 {
  background-color: var(--col-light-2);
}
.n-bg-accent-1 {
  background-color: var(--col-accent-1);
}
.n-bg-accent-2 {
  background-color: var(--col-accent-2);
}
.n-bg-dark-1 {
  background-color: var(--col-dark-1);
}
.n-bg-dark-2 {
  background-color: var(--col-dark-2);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 150%;
}

body {
  background-color: var(--col-light-1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
  overflow-y: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 2.8rem;
  color: inherit;
}

h2 {
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

h3 {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

h4 {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

@media screen and (min-width: 415px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.4rem;
  }
}
h1,
h2,
h3,
h4 {
  display: block;
}

p {
  margin-bottom: 1rem;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

ul {
  list-style: none;
  list-style-type: none;
}

.pink-text {
  color: var(--col-accent-1);
}

.gray-text {
  color: var(--col-light-1);
}

.white-text {
  color: var(--col-light-1);
}

.dark-text {
  color: var(--col-dark-1);
}

.title-icon img {
  display: inline-block;
  max-height: 60px;
  max-width: 60px;
}

.title-icon {
  background-color: var(--col-accent-1);
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-right: 16px;
}

.arrow-icon {
  display: inline-block;
  height: 20px;
  margin-left: 8px;
}

.h-icon {
  display: inline-block;
  height: 60px;
}

@media only screen and (min-width: 415px) {
  .h-icon {
    height: 80px;
  }
}
.social-icon {
  height: 32px;
}

.link {
  cursor: pointer;
}

.container {
  padding: 0 32px;
}

.hidden {
  display: none !important;
}

.hidden-mobxs,
.hidden-moblg,
.hidden-tabxs,
.hidden-tablg,
.hidden-lapxs,
.hidden-laplg {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 375px) {
  .hidden-mobxs {
    display: none !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px) {
  .hidden-moblg {
    display: none !important;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .hidden-tabxs {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-tablg {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .hidden-lapxs {
    display: none !important;
  }
}
@media screen and (min-width: 1367px) {
  .hidden-laplg {
    display: none !important;
  }
}
.visible-mobxs,
.visible-moblg,
.visible-tabxs,
.visible-tablg,
.visible-lapxs,
.visible-laplg {
  display: none !important;
}

@media screen and (max-width: 375px) {
  .visible-mobxs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px) {
  .visible-moblg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .visible-tabxs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-tablg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .visible-lapxs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1367px) {
  .visible-laplg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.nopad {
  padding: 0 !important;
}

.nopad-horz {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nopad-vert {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bg-lightgray {
  background-color: var(--col-light-1);
}

.img-responsive {
  width: 100%;
}

.mt16 {
  margin-top: 16px;
}

.mt32 {
  margin-top: 32px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb32 {
  margin-bottom: 32px;
}

.nopad {
  padding: 0;
}

.h-100 {
  height: 100%;
}

.spacer-top {
  height: 48px;
  width: 100%;
}

@media only screen and (min-width: 415px) {
  .spacer-top {
    height: 80px;
    width: 100%;
  }
}
.space-80 {
  height: 80px;
  width: 100%;
}

.space-48 {
  height: 48px;
  width: 100%;
}

.space-16 {
  height: 16px;
  width: 100%;
}

.roundish-16 {
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.roundish-8 {
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.n-bg-pink {
  background: var(--col-accent-1);
}

.n-bg-full {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.n-banner-hero {
  width: 100%;
  height: 60vh;
  min-height: 480px;
}

.n-banner-title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 48px;
}
.n-banner-title-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.n-rad-16 {
  border-radius: 16px;
  overflow: hidden;
}

.n-rad-32 {
  border-radius: 32px;
  overflow: hidden;
}

.n-path a {
  margin: 0 8px;
}
.n-path a:first-child {
  margin-left: 0;
}

.n-body-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 48px;
}

@media screen and (min-width: 415px) {
  .n-body-cont {
    padding-top: 80px;
  }
  .n-banner-title-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.n-height-100 {
  height: 100%;
}

.nomargin {
  margin: 0;
}

.nopad {
  padding: 0;
}

.n-caps {
  text-transform: uppercase;
}

.flex-row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-row-top h2, .flex-row-top h1 {
  margin-bottom: 0;
}

.flex-row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-row-center h2, .flex-row-center h1 {
  margin-bottom: 0;
}

.flex-row-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-row-bottom h2, .flex-row-bottom h1 {
  margin-bottom: 0;
}

.n-home-title-row {
  margin-bottom: 32px;
}
.n-home-title-row h2, .n-home-title-row h1 {
  font-weight: bold;
}

.n-text-shadow-2 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.n-text-shadow-4 {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.n-img-cont {
  width: 100%;
  background-image: url("");
  background-size: cover;
  background-position: center;
  margin-bottom: 32px;
}

.n-ratio-16-9 {
  aspect-ratio: 16/9;
}

.n-ratio-4-3 {
  aspect-ratio: 4/3;
}

.n-ratio-1-1 {
  aspect-ratio: 1/1;
}

.n-ratio-2-1 {
  aspect-ratio: 2/1;
}

.main-menu {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  height: 48px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--col-light-2);
  color: var(--col-light-1);
}
.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.main-menu li.active, .main-menu li:hover {
  color: var(--col-dark-1);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.main-menu-sections, .main-menu-toggled {
  padding-top: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 160px;
  background: var(--col-light-2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.main-menu-sections.active, .main-menu-toggled.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.main-menu-admin {
  padding-top: 80px;
}
.main-menu-admin li {
  height: 48px;
}
.main-menu-menu {
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  color: var(--col-light-1);
}
.main-menu-menu div {
  margin: 0 16px;
}
.main-menu .main-menu-sitename {
  font-size: 1.2em;
}
.main-menu .main-menu-sitename a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu .main-menu-sitename .fd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  margin-right: 4px;
  border-radius: 50%;
  border: solid 1px var(--col-light-1);
}
.main-menu .main-menu-sitename li {
  margin: 0;
  padding: 0 8px;
}

.menu-icon,
.menu-icon:before,
.menu-icon:after {
  display: block;
  width: 24px;
  height: 6px;
  border-radius: 2px;
  background: var(--col-dark-1);
}

.menu-icon:before {
  content: "";
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.menu-icon:after {
  content: "";
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

@media screen and (min-width: 415px) {
  .main-menu {
    height: 80px;
    padding: 0 32px;
  }
  .main-menu-sections {
    width: auto;
    padding-top: 0;
    position: relative;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.y-cont {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
  background: var(--col-light-1);
  padding: 48px 0;
}

@media only screen and (min-width: 768px) {
  .y-cont {
    padding: 80px 0 48px;
  }
}
.y-scroll {
  overflow-y: scroll !important;
}

.y-sec {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover !important;
  background-position: center !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 48px;
}
.y-sec.prev {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.y-sec.next {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.x-cont {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.x-sec {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover !important;
  background-position: center !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.x-sec.prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.x-sec.next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.x-sec-dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
}

.x-sec-xs {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.y-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.y-nav li {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 8px;
  background: rgba(0, 0, 0, 0.5);
  border: solid 1px #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.y-nav li:hover, .y-nav li.active {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 2px #000;
          box-shadow: 0 0 2px #000;
}

.x-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.x-nav li {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 8px;
  background: rgba(0, 0, 0, 0.5);
  border: solid 1px #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.x-nav li:hover, .x-nav li.active {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 2px #000;
          box-shadow: 0 0 2px #000;
}

.xy-abs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

form h2 {
  text-align: center;
  margin-bottom: 32px;
}
form input {
  height: 32px;
}
form input, form textarea, form select {
  width: 100%;
  padding: 8px;
  outline: none;
  border: none;
  font-size: 1em;
}
form input:focus, form input:hover {
  border-bottom: solid 1px gray;
}
form .err::-webkit-input-placeholder {
  color: red;
  font-size: 0.8rem;
  margin: 0 8px 8px 4px;
}
form .err::-moz-placeholder {
  color: red;
  font-size: 0.8rem;
  margin: 0 8px 8px 4px;
}
form .err:-ms-input-placeholder {
  color: red;
  font-size: 0.8rem;
  margin: 0 8px 8px 4px;
}
form .err::-ms-input-placeholder {
  color: red;
  font-size: 0.8rem;
  margin: 0 8px 8px 4px;
}
form .err::placeholder {
  color: red;
  font-size: 0.8rem;
  margin: 0 8px 8px 4px;
}
form label {
  font-size: 0.8rem;
  margin: 0 8px;
  display: block;
}
form input[type=submit] {
  width: auto;
  margin: 4px 0 16px 0;
  border-radius: 4px;
  background: var(--col-light-1);
  border: solid 2px var(--col-accent-1);
  color: var(--col-dark-1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form input[type=submit]:active, form input[type=submit]:hover {
  background: var(--col-accent-1);
}

.login-form,
.contact-form {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 8px;
  color: var(--col-dark-1);
  padding: 16px;
  border: solid 2px var(--col-accent-1);
}
.login-form div:not(:last-child),
.contact-form div:not(:last-child) {
  background: var(--col-light-1);
  border-radius: 4px;
  margin: 8px;
  overflow: hidden;
}

.contact-form-cont {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(304px, 1fr));
  width: 100%;
  max-width: 640px;
  padding: 16px;
}

.contact-form-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.n-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  padding: 8px;
}

@media only screen and (min-width: 768px) {
  .n-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.n-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 8px;
}
.n-form-row-input {
  height: 32px;
  border: solid 1px lightgray;
  border-radius: 4px;
  margin-left: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.n-form-row-full {
  grid-column: 1/-1;
}

select {
  width: 100%;
  padding: 8px;
  outline: none;
  border: none;
  font-size: 1em;
}

body.admin {
  background: var(--col-accent-1);
}

@-webkit-keyframes waiting {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes waiting {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wait.active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cont-grid-3 {
  width: 100%;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.cont-cont {
  padding: 20%;
}
.cont-cont h3 {
  margin-left: -20px;
}
.cont-cont ul:not(.biglist) {
  margin-bottom: 1em;
}
.cont-cont ul:not(.biglist) {
  list-style-type: circle;
}
.cont-cont .circle {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: solid 1px var(--col-light-1);
  margin-right: 4px;
}
.cont-cont .biglist {
  line-height: 175%;
}

.cont-title-wide {
  grid-column: 1/4;
  text-align: center;
}

.footer {
  background-color: var(--col-dark-1);
  padding-bottom: 48px;
}
.footer-toggle {
  height: 48px;
  width: 100%;
  cursor: pointer;
}
.footer-top {
  margin: 0 -16px;
  display: grid;
  border-bottom: solid 1px var(--col-light-1);
}
.footer-top-menu, .footer-top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px;
  font-size: 0.8em;
}
.footer-top-menu li, .footer-top-social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-top-menu li:not(:last-child) {
  margin-right: 32px;
}
.footer-top-social li {
  margin-left: 16px;
}
.footer-bottom {
  padding-top: 16px;
}

@media screen and (min-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }
  .footer-top-menu {
    justify-self: flex-start;
    font-size: 1em;
  }
  .footer-top-social {
    justify-self: flex-end;
  }
}
.flexenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexcol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-align-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home-msg {
  height: 100%;
  min-height: 320px;
}
.home-msg div {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .home-msg {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
  .home-msg-title {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
  }
  .home-msg-title span {
    line-height: 150%;
  }
}
.home-msg-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  height: 40vh;
  min-height: 360px;
}

.home-msg-img {
  height: 100%;
  width: 100%;
  margin-right: 8px;
  border-radius: 16px;
  overflow: hidden;
}

.home-msg-post-img {
  margin-bottom: 32px;
}

.home-msg-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-msg-text-2 {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.duotone {
  background-color: var(--col-light-1);
}
.duotone:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background: var(--col-accent-1);
}

.grid-2-3 {
  display: grid;
  grid-template-columns: 1fr;
}

.instagrid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 8px;
}
.instagrid-img {
  padding-top: 100%;
}

.grid-2-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  padding-bottom: 16px;
}

.grid-2-1-up {
  grid-row: 1/2;
  grid-column: 1/2;
}

.grid-2-1-down {
  grid-row: 2/3;
  grid-column: 1/2;
  background: rgba(0, 0, 0, 0.55);
  margin: -4px;
  border-radius: 4px;
  padding: 4px;
}

.grid-2-1 > div {
  padding: 32px 0;
}

.n-full-screen-loose {
  position: relative;
  height: auto;
}

.n-banner-title-duo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 32px;
}
.n-banner-title-duo img {
  margin-right: 16px;
}
.n-banner-title-duo h1 {
  margin: 0;
  line-height: 100%;
}

@media screen and (max-width: 1024px) {
  .home-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-msg-title {
    text-align: right;
  }
  .home-msg-title span {
    line-height: 150%;
  }
}
@media screen and (min-width: 768px) {
  .duotone:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: var(--col-accent-1);
  }
  .grid-2-3 {
    grid-template-columns: 2fr 3fr;
  }
  .home-msg-text {
    padding: 32px !important;
  }
  .home-msg-images {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .n-full-screen-loose {
    position: relative;
    min-height: 90vh;
  }
  .grid-2-1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .grid-2-1 > div:not(.grid-2-1-down) {
    padding: 32px 15%;
  }
  .grid-2-1-up {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .grid-2-1-down {
    grid-row: 1/2;
    grid-column: 1/2;
    padding: 15% !important;
  }
}
.blog-list-post {
  background: var(--col-accent-1);
  padding: 1em 0;
  margin-bottom: 32px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.blog-list-post-img {
  background-size: cover;
  background-position: center;
  min-height: 240px;
  margin: -16px 0 0;
}
.blog-list-post-preview {
  min-height: 240px;
  max-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 16px 0 16px !important;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog-list-post:first-child {
  margin-top: 32px;
}

.n-blog-post-text {
  margin-top: 48px;
  color: var(--col-dark-1);
}

@media only screen and (min-width: 768px) {
  .blog-list-post-img {
    margin: -16px 0;
  }
  .blog-list-post-preview {
    height: 320px;
  }
}
.n-blog-editor {
  min-height: 50vh;
}

.n-media-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.n-prod-det-img {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.n-strip-light-1 {
  background-color: var(--col-light-1);
}
.n-strip-light-2 {
  background-color: var(--col-light-2);
}
.n-strip-accent-1 {
  background-color: var(--col-accent-1);
}
.n-strip-accent-2 {
  background-color: var(--col-accent-2);
}
.n-strip-dark-1 {
  background-color: var(--col-dark-1);
}
.n-strip-dark-2 {
  background-color: var(--col-dark-2);
}
.n-strip-light-1, .n-strip-light-2, .n-strip-accent-1, .n-strip-accent-2, .n-strip-dark-1, .n-strip-dark-2 {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-strip-light-1 h2, .n-strip-light-2 h2, .n-strip-accent-1 h2, .n-strip-accent-2 h2, .n-strip-dark-1 h2, .n-strip-dark-2 h2 {
  text-transform: uppercase;
  margin: 0;
}

.n-modal-prod {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
.n-modal-prod ul {
  padding-left: 16px;
  list-style: square;
}
.n-modal-prod h3, .n-modal-prod h4 {
  margin: 0;
  padding: 0;
}
.n-modal-prod-img-cont {
  position: relative;
  padding-top: 0;
  border-radius: 16px;
  overflow: hidden;
}
.n-modal-prod-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.n-modal-prod-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-modal-prod-desc-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .n-modal-prod {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }
  .n-modal-prod-img-cont {
    padding-top: 80%;
  }
}
.btn-secondary, .btn-primary {
  margin: 0;
  padding: 0 20px;
  height: 32px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--col-light-1);
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-primary {
  color: var(--col-dark-1);
  background-color: var(--col-accent-1);
  border: solid 1px var(--col-accent-1);
}
.btn-primary:focus {
  outline: none;
}
.btn-primary:hover {
  background-color: var(--col-dark-1);
  color: var(--col-light-2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-secondary {
  background-color: var(--col-dark-1);
  border: solid 1px var(--col-dark-1);
  color: var(--col-light-1);
}
.btn-secondary:focus {
  outline: none;
}
.btn-secondary:hover {
  background-color: var(--col-accent-1);
  color: var(--col-dark-1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.n-cart h2 {
  text-align: center;
}
.n-cart-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 8px 0;
  color: var(--col-dark-1);
}
.n-cart-item-qty, .n-cart-item-price {
  text-align: right;
}
.n-cart-item-list {
  list-style: none;
  margin: 0;
  padding: 0 16px;
}
.n-cart-item-qty, .n-cart-item-price, .n-cart-item-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-cart-item-qty, .n-cart-item-price {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.n-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.n-img-1-1 {
  padding-top: 100%;
}
.n-img-16-9 {
  padding-top: 56.25%;
}
.n-img-4-3 {
  padding-top: 75%;
}
.n-img-1-1, .n-img-16-9, .n-img-4-3 {
  width: 100%;
  position: relative;
}
.n-img-top {
  margin-bottom: 16px;
}
.n-img-bottom {
  margin-top: 16px;
}
.n-img-middle {
  margin: 16px 0;
}

.noscroll {
  overflow-y: hidden;
}

.n-modal,
.n-modal-xl {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.n-modal {
  z-index: 1000;
}

.n-modal-xl {
  z-index: 9000;
  padding: 8px;
}

.n-modal-content {
  position: fixed;
  top: 48px;
  left: 16px;
  bottom: 48px;
  right: 16px;
  background-color: white;
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.n-modal-header,
.n-modal-footer {
  width: 100%;
  height: 44px;
  background: lightgray;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 578px) {
  .n-modal-header,
  .n-modal-footer {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .n-modal-content {
    position: relative;
    max-width: 60%;
  }
}
.n-modal-footer {
  padding-top: 6px;
}

.n-modal-header div,
.n-modal-footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.n-close-cont {
  position: absolute;
  top: -12px;
  right: -12px;
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 1/-1;
}

.n-close {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 2px gray;
  background: #fff;
  cursor: pointer;
}

.n-close:after,
.n-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 12px;
  background: gray;
}

.n-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.n-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.n-modal-scroll {
  height: 100%;
  overflow-y: auto;
  padding: 32px;
}

.n-item-list {
  background-color: var(--col-light-1);
  border: solid 1px var(--col-accent-1);
  border-radius: 16px;
  overflow: hidden;
  color: var(--col-dark-1);
}
.n-item-list-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 0 16px;
  height: 48px;
  background-color: var(--col-light-2);
  cursor: pointer;
}
.n-item-list-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-item-list-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 0 16px;
  height: 48px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: transparent;
}
.n-item-list-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.n-item-list-item:hover {
  background-color: var(--col-accent-1);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.n-item-list-item:not(:only-child), .n-item-list-item:not(:last-child) {
  border-bottom: solid 1px var(--col-accent-2);
}

.n-control-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  background-color: transparent;
}

:root {
  --col-light-1: #fff;
  --col-gray-0: #f5f5f5;
  --col-gray-1: #e2e3e4;
  --col-gray-2: #c5c6c8;
  --col-gray-3: #a8aaac;
  --col-gray-4: #8b8e8f;
  --col-gray-5: #6f7173;
  --col-gray-6: #535557;
  --col-gray-7: #383a3b;
  --col-gray-8: #1f1e1f;
  --col-gray-9: #020303;
  --col-dark-1: #000;
  --col-dark-1-trans: rgba(0, 0, 0, 0.8);
  --col-dark-1-shadow: rgba(0, 0, 0, 0.3);
  --col-yellow: #f7d348;
  --col-yellow-1: #ffc600;
  --col-yellow-2: #edb603;
  --col-yellow03: #fffbe4;
  --col-blue-1: #41adf3;
  --col-blue-2: #41adf3;
  --col-blue-3: #ddf1fe;
  --col-orange-1: #f68b1f;
  --col-orange-2: #ffc181;
  --col-orange-3: #ffe2c2;
  --col-red-1: #dd3826;
  --col-red-2: #f18b80;
  --col-red-3: #fbe1df;
}

.b-img-tn-cont {
  position: relative;
  width: 100%;
  padding-top: 50%;
  border: dashed 2px lightgray;
  margin-top: 8px;
  border-radius: 8px;
}

.b-img-tn {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  overflow: hidden;
}

.b-img-tn:before {
  content: "Change Image...";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.b-img-tn:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-file {
  display: none;
}

.b-img-align-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

.b-img-align-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* IMAGE CHOOSER */
.b-img-chooser {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-300%, -50%);
          transform: translate(-300%, -50%);
  height: 600px;
  width: 100%;
  max-width: 1200px;
  border-radius: 8px;
  border: solid 2px gray;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  background: lightgray;
  opacity: 0;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.b-img-chooser.active {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.b-img-chooser-close {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 2px gray;
  background: #fff;
  cursor: pointer;
}

.b-img-chooser-close:after,
.b-img-chooser-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 12px;
  background: gray;
}

.b-img-chooser-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.b-img-chooser-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.b-img-chooser-grid {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 8px;
}

.b-img-chooser-albums ul {
  border-radius: 8px;
  background: #fff;
  list-style: none;
  overflow: hidden;
}

.b-img-chooser-albums li {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.b-img-chooser-albums li:not(:last-child) {
  border-bottom: solid 1px lightgray;
}

.b-img-chooser-albums li.active,
.b-img-chooser-albums li:hover {
  background: darkgray;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-chooser-img-cont {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 16px;
  margin: 0 8px;
  display: grid;
  border-radius: 8px;
  overflow-y: auto;
}

.b-img-chooser-img-cont-grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 16px;
  padding-bottom: 8px;
}

.b-img-chooser-img {
  position: relative;
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8px;
  border-radius: 8px;
  border: solid 2px lightgray;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b-img-chooser-img.active {
  border: solid 2px #000;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-chooser-video {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.b-img-chooser-img-actions {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-chooser-img-actions.active,
.b-img-chooser-img:hover > .b-img-chooser-img-actions {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-chooser-img-actions-use {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(5%, -50%);
          transform: translate(5%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  background: green;
  color: #fff;
  height: 32px;
  border-radius: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-chooser-img-actions-use:hover {
  background: lightgreen;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-chooser-img-actions-move {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-105%, -50%);
          transform: translate(-105%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  background: none;
  color: #fff;
  height: 32px;
  border-radius: 16px;
  border: solid 1px #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-chooser-img-actions-move.active,
.b-img-chooser-img-actions-move:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-chooser-img-actions-dim {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #fff;
  font-size: 0.8em;
}

.b-img-chooser-img-actions-delete {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 2px #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
}

.b-img-chooser-img-actions-delete:hover {
  border: solid 2px red;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-chooser-img-actions-delete:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.b-img-chooser-img-actions-delete:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.b-img-chooser-img-actions-delete:after,
.b-img-chooser-img-actions-delete:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 12px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-chooser-img-actions-delete:hover:after,
.b-img-chooser-img-actions-delete:hover:before {
  background: red;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-chooser-img-actions-alt {
  position: absolute;
  left: 8px;
  bottom: 8px;
  right: 8px;
  width: calc(100% - 16px);
  background: rgba(0, 0, 0, 0.5);
  height: 32px;
  padding: 0 4px;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 4px;
  outline: none;
}

.b-img-chooser-controls {
  width: 180px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px;
}

.b-img-chooser-controls button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  width: 100%;
  border-radius: 24px;
  background: gray;
  color: #fff;
  outline: none;
  border: darkgray;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.b-img-chooser-controls button:hover {
  background: darkgray;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.b-img-chooser-controls button:not(:first-child) {
  margin-top: 8px;
}

.ql-container {
  color: var(--col-dark-1);
}/*# sourceMappingURL=styles.css.map */