:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@-webkit-keyframes right {
  from {
    -webkit-transform: translateX(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    transform: translateX(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
  to {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
}
@keyframes right {
  from {
    -webkit-transform: translateX(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    transform: translateX(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
  to {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
}
@-webkit-keyframes left {
  from {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
  to {
    -webkit-transform: translateX(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    transform: translateX(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
}
@keyframes left {
  from {
    -webkit-transform: translateX(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    transform: translateX(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateX(4%);
  }
  to {
    -webkit-transform: translateX(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    transform: translateX(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateX(-4%);
  }
}
@-webkit-keyframes down {
  from {
    -webkit-transform: translateY(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    transform: translateY(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
  to {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
}
@keyframes down {
  from {
    -webkit-transform: translateY(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    transform: translateY(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
  to {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
}
@-webkit-keyframes up {
  from {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
  to {
    -webkit-transform: translateY(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    transform: translateY(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
}
@keyframes up {
  from {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateY(4%);
  }
  to {
    -webkit-transform: translateY(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    transform: translateY(calc((-4vw - 4vh - 4%) / 3)) rotate(0.01deg);
    -ms-transform: translateY(-4%);
  }
}
@-webkit-keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.slideshow-kenburns-container {
  position: fixed;
  width: 1px;
  height: 1px;
  left: -9999px;
}

.sbtl-slideshow {
  position: fixed;
  overflow: hidden;
  top: 150px;
  left: 0;
  right: 0;
  z-index: 4242424242;
  width: 100%;
  height: calc(100% - 150px);
}
.sbtl-slideshow .slide, .sbtl-slideshow span, .sbtl-slideshow .static-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sbtl-slideshow .slide span {
  background-size: cover;
  background-position: center;
}
.sbtl-slideshow .slide span.image {
  background-size: cover;
}
.sbtl-slideshow .slide span.animate.right, .sbtl-slideshow .slide span.animate.left {
  left: calc((-4vw - 4vh - 4%) / 3);
  right: calc((-4vw - 4vh - 4%) / 3);
}
.sbtl-slideshow .slide span.animate.up, .sbtl-slideshow .slide span.animate.down {
  top: calc((-4vw - 4vh - 4%) / 3);
  bottom: calc((-4vw - 4vh - 4%) / 3);
}
.sbtl-slideshow span.animate {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.sbtl-slideshow span.animate.right {
  -webkit-animation-name: right;
  animation-name: right;
}
.sbtl-slideshow span.animate.left {
  -webkit-animation-name: left;
  animation-name: left;
}
.sbtl-slideshow span.animate.up {
  -webkit-animation-name: up;
  animation-name: up;
}
.sbtl-slideshow span.animate.down {
  -webkit-animation-name: down;
  animation-name: down;
}
.sbtl-slideshow span.animate.in {
  -webkit-animation-name: in;
  animation-name: in;
}
.sbtl-slideshow span.animate.out {
  -webkit-animation-name: out;
  animation-name: out;
}
.sbtl-slideshow span.animate.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}



.builder #wrapper,
body.builder #wrapper {
  max-height: inherit !important;
  max-width: inherit !important;
  opacity: 1 !important;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.svg#Thin') format('svg');
  font-weight: 100;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Light.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Light.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Light.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Light.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Light.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Light.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Light.svg#Light') format('svg');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.svg#Regular') format('svg');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.svg#Semibold') format('svg');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.svg#Bold') format('svg');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.svg#Extrabld') format('svg');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Black.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Black.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Black.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Black.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Black.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Black.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Black.svg#Black') format('svg');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v16/S6u8w4BMUTPHjxsAXC-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://assets-edge.slickpic.com/fonts/fa-brands-400.eot);
  src: url(https://assets-edge.slickpic.com/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://assets-edge.slickpic.com/fonts/fa-brands-400.woff2) format("woff2"), url(https://assets-edge.slickpic.com/fonts/fa-brands-400.woff) format("woff"), url(https://assets-edge.slickpic.com/fonts/fa-brands-400.ttf) format("truetype"), url(https://assets-edge.slickpic.com/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://assets-edge.slickpic.com/fonts/fa-regular-400.eot);
  src: url(https://assets-edge.slickpic.com/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://assets-edge.slickpic.com/fonts/fa-regular-400.woff2) format("woff2"), url(https://assets-edge.slickpic.com/fonts/fa-regular-400.woff) format("woff"), url(https://assets-edge.slickpic.com/fonts/fa-regular-400.ttf) format("truetype"), url(https://assets-edge.slickpic.com/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(https://assets-edge.slickpic.com/fonts/fa-solid-900.eot);
  font-display: swap;
  src: url(https://assets-edge.slickpic.com/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://assets-edge.slickpic.com/fonts/fa-solid-900.woff2) format("woff2"), url(https://assets-edge.slickpic.com/fonts/fa-solid-900.woff) format("woff"), url(https://assets-edge.slickpic.com/fonts/fa-solid-900.ttf) format("truetype"), url(https://assets-edge.slickpic.com/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
html > body #shadowtop {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
html > body #menu-light .navbar-nav a.nav-link {
  color: white;
}
html > body #menu-light .navbar-nav a.nav-link:hover {
  color: white;
}
html > body #menu-dark .navbar-nav a.nav-link {
  color: #555;
}
html > body #menu-dark .navbar-nav a.nav-link:hover {
  color: #333;
}
html > body #spb_fixbottom {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  width: 320px;
  height: 100%;
  z-index: 200;
  margin: 0;
  background: #000000;
  padding: 10px 0;
  color: white;
}
html > body #spb_fixbottom .cell {
  min-height: 10px;
}
html > body #spb_fixbottom a {
  color: inherit;
  text-decoration: none;
}
html > body #spb_fixleft,
html > body #spb_fixleft_light {
  font-family: "Playfair Display", Sans-serif, serif;
}
@media (min-width: 996px) {
  #spb_fixleft,
  #spb_fixleft_light {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    width: 280px;
    height: 100%;
    z-index: 200;
    margin: 0;
    background: #000000;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0;
    color: white;
  }
  #spb_fixleft ~ *,
  #spb_fixleft_light ~ * {
    width: calc(100% - 190px);
    margin-left: 235px;
  }
  #spb_fixleft .container,
  #spb_fixleft_light .container {
    max-width: 280px;
  }
  #spb_fixleft .container div.navbar,
  #spb_fixleft_light .container div.navbar {
    flex: none;
    width: 280px;
    max-width: 280px;
    display: block;
  }
  #spb_fixleft .container div.navbar .navbar-brand,
  #spb_fixleft_light .container div.navbar .navbar-brand {
    white-space: normal;
    word-break: break-word;
  }
  #spb_fixleft .container ul.navbar-nav,
  #spb_fixleft_light .container ul.navbar-nav {
    position: fixed;
    top: 50vh;
    transform: translate(0, -50%);
    max-width: 280px;
    display: block;
  }
  #spb_fixleft .container ul.navbar-nav .nav-item + .nav-item,
  #spb_fixleft_light .container ul.navbar-nav .nav-item + .nav-item {
    border-top: 1px solid #555;
  }
  #spb_fixleft .container ul.navbar-nav .nav-link,
  #spb_fixleft_light .container ul.navbar-nav .nav-link {
    width: 180px;
    padding-left: 0;
    padding-right: 0;
  }
  #spb_fixleft .navbar-nav,
  #spb_fixleft_light .navbar-nav {
    display: block;
  }
  #spb_fixleft .cell,
  #spb_fixleft_light .cell {
    min-height: 10px;
  }
  #spb_fixleft a,
  #spb_fixleft_light a {
    color: inherit;
    text-decoration: none;
  }
  #spb_fixleft_light .container ul.navbar-nav .nav-item + .nav-item {
    border-color: #ddd;
  }
  #spb_fixleft_light {
    background: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }
  #spb_fixleft_box {
    margin-left: 355px;
    width: calc(100% - 400px);
  }
  #spb_fixleft_slider {
    padding-left: 280px;
  }
  #fullwidth {
    max-width: 100%;
  }
}
@media (max-width: 996px) {
  html > body #spb_fixleft_light .navbar .navbar-brand,
  html > body #spb_fixleft .navbar .navbar-brand {
    max-width: 208px;
    white-space: normal;
    word-break: break-word;
  }
  html > body #spb_fixleft_light .cstm-custom-navigation .nav-item.mobile-menu-opener,
  html > body #spb_fixleft .cstm-custom-navigation .nav-item.mobile-menu-opener {
    display: inline-block !important;
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
  html > body #spb_fixleft_light .cstm-custom-navigation.mobile-open .navbar-nav,
  html > body #spb_fixleft .cstm-custom-navigation.mobile-open .navbar-nav {
    background: rgba(0, 0, 0, 0.93);
  }
  html > body #spb_fixleft_light .cstm-custom-navigation .nav-item.mobile-menu-opener {
    display: inline-block !important;
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
}
dl,
ol,
p,
pre,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
address,
dl,
ol,
p,
pre,
ul {
  margin-bottom: 1rem;
}
img,
svg {
  vertical-align: middle;
}
body,
caption {
  text-align: left;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
label {
  margin-bottom: 0.5rem;
}
pre,
textarea {
  overflow: auto;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
  display: block;
}
address,
legend {
  line-height: inherit;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
label,
output {
  display: inline-block;
}
button,
hr,
input {
  overflow: visible;
}
.sp-block,
.sp-block .container {
  background-position: center;
  background-repeat: no-repeat;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
.btn:not(:disabled):not(.disabled),
summary {
  cursor: pointer;
}
address {
  font-style: normal;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  -ms-overflow-style: scrollbar;
}
img {
  border-style: none;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
button {
  border-radius: 0;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=datetime-local],
input[type=month],
input[type=date],
input[type=time] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: inherit;
  white-space: normal;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  color: inherit;
}
.blockquote,
hr {
  margin-bottom: 1rem;
}
.h1,
h1 {
  font-size: 2.75rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.125rem;
}
.h4,
h4 {
  font-size: 1rem;
}
.h5,
h5 {
  font-size: 0.875rem;
}
.h6,
h6 {
  font-size: 0.813rem;
}
.lead {
  font-weight: 400;
}
.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-1 {
  font-size: 6rem;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-4 {
  font-size: 3.5rem;
}
.btn,
.btn-link,
.small,
p,
small {
  font-weight: 400;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sp-block,
.rounded {
  overflow: hidden;
}
.small,
small {
  font-size: 80%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 0.25rem);
  padding: 0.375rem 0.75rem;
  font-size: 1em;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.custom-file-input.is-valid ~ .custom-file-label,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 0.25rem);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 0.25rem);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.invalid-tooltip,
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  line-height: 1.5;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  display: none;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.form-check-input.is-valid ~ .form-check-label,
.was-validated .custom-control-input:valid ~ .custom-control-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label::after,
.was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  display: none;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0.125rem solid transparent;
  padding: 0.375rem 1.625rem;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #329ef7;
  border-color: #329ef7;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0d8df6;
  border-color: #0986ed;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #329ef7;
  border-color: #329ef7;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0986ed;
  border-color: #097fe0;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #fe6655;
  border-color: #fe6655;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #fe442f;
  border-color: #fe3822;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #fe6655;
  border-color: #fe6655;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5);
}
.btn-outline-primary {
  color: #329ef7;
  background-color: transparent;
  background-image: none;
  border-color: #329ef7;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #329ef7;
  border-color: #329ef7;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #329ef7;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #329ef7;
  border-color: #329ef7;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5);
}
.btn-outline-secondary {
  color: #fe6655;
  background-color: transparent;
  background-image: none;
  border-color: #fe6655;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #fe6655;
  border-color: #fe6655;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #fe6655;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fe6655;
  border-color: #fe6655;
}
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-light.focus,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-link,
.btn-link:hover {
  background-color: transparent;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
  border-color: transparent;
}
.btn-link {
  color: #329ef7;
}
.btn-link:hover {
  color: #0056b3;
}
.btn-link.focus,
.btn-link:focus {
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.25rem 1.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.3rem;
}
p {
  color: #8892a0;
}
.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.sp-block {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  padding: 30px 0;
  position: relative;
  background-size: cover;
}
.sp-block .container {
  background-size: contain;
}
.sp-block .container.bg-r {
  background-position: right;
}
.sp-block.fdb-viewport,
.sp-block.fdb-viewport .container {
  min-height: calc(100% - 2 * 7.5rem);
}
.sp-block.fdb-image-bg {
  color: #f2f2f2;
}
.sp-block .fdb-box {
  background: #FFF;
  padding: 3.75rem 2.5rem;
  overflow: hidden;
  color: #444;
  border-radius: 0.25rem;
  box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important;
}
.sp-block .col-fill-left,
.sp-block .col-fill-right {
  width: 50%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.sp-block .fdb-touch {
  border-top: solid 0.3125rem #329ef7;
  z-index: 2;
}
.sp-block img + h3,
.sp-block img + h4,
.sp-block img + p {
  margin-top: 1.25rem;
}
.sp-block img + h1,
.sp-block img + h2 {
  margin-top: 2.5rem;
}
.sp-block .col-fill-left {
  position: absolute;
  left: 0;
  z-index: 1;
}
.sp-block .col-fill-left + div {
  position: relative;
  z-index: 2;
}
.sp-block .col-fill-right {
  position: absolute;
  right: 0;
  z-index: 1;
}
.sp-block .col-fill-right + div {
  position: relative;
  z-index: 2;
}
.sp-block img.fdb-icon,
.sp-block img.fdb-icon-round {
  width: auto;
  width: 3.75rem;
}
.sp-block .row-100 {
  height: 6.25rem;
  width: 100%;
}
.sp-block .row-50 {
  height: 3.125rem;
  width: 100%;
}
.sp-block .row-70 {
  height: 4.375rem;
  width: 100%;
}
footer {
  padding: 1.875rem 0 !important;
}
footer.footer-large {
  padding: 6.25rem 0 !important;
}
footer .flex-column .nav-link {
  padding-left: 0;
}
footer.bg-dark {
  background: #2d313c;
  color: #f2f2f2;
}
footer.bg-dark a {
  color: #f2f2f2;
}
footer a {
  color: #444;
}
.header .navbar-nav.cstm-custom-navigation {
  color: #777;
}
.header .navbar-nav a.nav-link {
  color: inherit;
}
.header .navbar-nav a.nav-link:hover {
  color: #329ef7;
}
.header .navbar-nav .active a.nav-link {
  color: #444;
}
.header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.header.bg-dark .navbar-nav a.nav-link {
  color: #dcdcdc;
}
.header.bg-dark .navbar-nav a.nav-link:hover {
  color: #329ef7;
}
.header.bg-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.bg-dark {
  background-color: #2d313c;
  color: #f2f2f2;
}
.bg-dark p.lead {
  color: #fff;
}
.bg-gray {
  background-color: #f4f7fe;
  color: #444;
}
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}
img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img.fr-shadow,
.fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.sp-block {
  word-wrap: break-word;
}
span[style~="color:"] a {
  color: inherit;
}
strong {
  font-weight: 700;
}
table {
  border: 0;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
table td {
  min-width: 5px;
}
table.fr-dashed-borders td,
table.fr-dashed-borders th {
  border-style: dashed;
}
table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
table td,
table th {
  border: 1px solid #ddd;
}
table td:empty,
table th:empty {
  height: 20px;
}
table td.fr-highlighted,
table th.fr-highlighted {
  border: 1px double red;
}
table td.fr-thick,
table th.fr-thick {
  border-width: 2px;
}
table th {
  background: #e6e6e6;
}
hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}
.fr-file {
  position: relative;
}
.fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: 400;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}
[dir=rtl] blockquote {
  border-left: 0;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}
[dir=rtl] blockquote blockquote {
  border-color: #00bcd4;
}
[dir=rtl] blockquote blockquote blockquote {
  border-color: #43a047;
}
blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}
blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
span.fr-emoticon {
  font-weight: 400;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
  display: inline;
  line-height: 0;
}
span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}
.fr-text-gray {
  color: #AAA !important;
}
.fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-text-spaced {
  letter-spacing: 1px;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.fr-class-highlighted {
  background-color: #ff0;
}
.fr-class-code {
  border-color: #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}
.fr-class-transparency {
  opacity: 0.5;
}
img {
  position: relative;
  max-width: 100%;
}
img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
span.fr-img-caption {
  position: relative;
  max-width: 100%;
}
span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.fr-video {
  text-align: center;
  position: relative;
}
.fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.fr-video.fr-rv > iframe,
.fr-video.fr-rv object,
.fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: 0;
}
.fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-video.fr-dvi {
  display: inline-block;
}
.fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-video.fr-dvi.fr-fvr {
  float: right;
}
a.fr-strong {
  font-weight: 700;
}
a.fr-green {
  color: green;
}
.fr-img-caption {
  text-align: center;
}
.fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}
.fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}
button.fr-rounded,
input.fr-rounded,
textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
button.fr-large,
input.fr-large,
textarea.fr-large {
  font-size: 24px;
}
a.fr-strong {
  font-weight: 700;
}
a.fr-green {
  color: green;
}
img {
  position: relative;
  max-width: 100%;
}
img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
span.fr-img-caption {
  position: relative;
  max-width: 100%;
}
span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
  }
  50% {
    -webkit-transform: translateX(-8%);
  }
  65% {
    -webkit-transform: translateX(4%);
  }
  80% {
    -webkit-transform: translateX(-4%);
  }
  95% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
  }
  50% {
    -webkit-transform: translateX(8%);
  }
  65% {
    -webkit-transform: translateX(-4%);
  }
  80% {
    -webkit-transform: translateX(4%);
  }
  95% {
    -webkit-transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes expandOpen {
  0% {
    transform: scale(1.8);
  }
  50% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8);
  }
  50% {
    -webkit-transform: scale(0.95);
  }
  80% {
    -webkit-transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5);
  }
  30% {
    transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    transform: translateY(2%) scaleX(0.5);
  }
  50% {
    transform: translateY(0%) scaleX(1.1);
  }
  60% {
    transform: translateY(0%) scaleX(0.9);
  }
  70% {
    transform: translateY(0%) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleX(0.95);
  }
  90% {
    transform: translateY(0%) scaleX(1.02);
  }
  100% {
    transform: translateY(0%) scaleX(1);
  }
}
@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5);
  }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5);
  }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1);
  }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9);
  }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95);
  }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02);
  }
  100% {
    -webkit-transform: translateY(0%) scaleX(1);
  }
}
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
fadeIn
==============================================
*/
.album-selector-dropdown-v2,
.list-holder,
.part-menu-mobile-container,
.keyboard-shortcuts {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 222ms;
  -webkit-animation-duration: 222ms;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
#fullsizeContainer {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2;
  }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6);
  }
  60% {
    transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6);
  }
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1);
  }
  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
  }
  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
  }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1);
  }
}
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes tossing {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes pullUp {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}
@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  40% {
    -webkit-transform: scaleY(1.02);
  }
  60% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.98);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
}
@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Thin.svg#Thin') format('svg');
  font-weight: 100;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Light.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Light.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Light.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Light.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Light.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Light.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Light.svg#Light') format('svg');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Regular.svg#Regular') format('svg');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Semibold.svg#Semibold') format('svg');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Bold.svg#Bold') format('svg');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FB04;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Extrabld.svg#Extrabld') format('svg');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'AwFont';
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Black.eot');
  src: url('https://assets-edge.slickpic.com/img/hp/fonts/Black.eot?#iefix') format('embedded-opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Black.woff2') format('woff2'), url('https://assets-edge.slickpic.com/img/hp/fonts/Black.woff') format('woff'), url('https://assets-edge.slickpic.com/img/hp/fonts/Black.ttf') format('truetype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Black.otf') format('opentype'), url('https://assets-edge.slickpic.com/img/hp/fonts/Black.svg#Black') format('svg');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
body {
  background-color: white;
  overflow-x: hidden;
}
body .page-title-header {
  text-indent: -4520px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  color: inherit;
  pointer-events: none;
}
body .h-card {
  text-indent: -4520px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  color: inherit;
  opacity: 0.001;
  pointer-events: none;
  font-size: 0;
}
body .h-card img {
  min-height: 128px;
  min-width: 128px;
}
.crimson {
  font-family: 'Crimson Text', serif;
}
.carmorant {
  font-family: 'Cormorant Garamond', serif;
}
.welfare-light {
  overflow-x: hidden;
}
.fab {
  font-family: "Font Awesome 5 Brands" !important;
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}
.text-xlarge {
  font-size: 30px;
}
.text-large {
  font-size: 24px;
}
.text-medium {
  font-size: 18px;
}
.text-small {
  font-size: 14px;
}
html > .public#wrapper sp-header-modern {
  display: none !important;
}
html > .public#wrapper .cstm-custom-navigation {
  opacity: 0.01 !important;
}
html > .public#wrapper .cstm-custom-navigation.loaded {
  opacity: 1 !important;
}
html > .public#wrapper .sp-plus-button {
  display: none !important;
}
html > .public#wrapper .website220-page .website220-container .website220-content .cell > .sp-plus-button,
html > .public#wrapper .website220-page .website220-container .website220-content .content > .sp-plus-button {
  display: none !important;
}
html > .public#wrapper .cstm-profile-logo.loaded {
  opacity: 0;
  outline: none;
}
html > .public#wrapper .cstm-profile-logo.loaded-public {
  opacity: 1 !important;
}
html > .public#wrapper .cstm-custom-navigation.loaded {
  opacity: 0;
  outline: none;
}
html > .public#wrapper .cstm-custom-navigation.loaded-public {
  opacity: 1 !important;
}
.spn-photo-picker-modal,
.gjs-mdl-container,
.gjs-mdl-dialog,
.album-selector-dropdown-v2,
.ltr-force {
  direction: ltr !important;
}
body.show-share-button-on {
  vertical-align: middle;
}
body.show-share-button-off .custom-sharing-item {
  display: none !important;
}
.website220-page {
  font-size: inherit;
  font-family: 'Crimson Text', 'Lato', sans-serif;
  font-family: 'Cormorant Garamond', 'Crimson Text', 'Lato', sans-serif;
  outline: 0;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  box-sizing: border-box;
  min-height: 100vh;
  min-width: 100vw;
  font-size: 18px;
}
.website220-page .container {
  max-width: 100% !important;
}
.website220-page .cstm-profile-logo,
.website220-page .cstm-profile-logo a {
  font-size: 121.5%;
  font-weight: 700;
  color: #000 !important;
  text-decoration: none !important;
}
.website220-page .nospace {
  padding-left: 0;
  padding-right: 0;
}
.website220-page *,
.website220-page *:before,
.website220-page *:after {
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  outline: 0;
  letter-spacing: inherit;
}
.website220-page h1,
.website220-page h2,
.website220-page h3,
.website220-page h4,
.website220-page h5,
.website220-page h6,
.website220-page p,
.website220-page ol,
.website220-page ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.website220-page ol,
.website220-page ul {
  list-style: none;
}
.website220-page img {
  max-width: 100%;
  height: auto;
}
.website220-page h1 {
  text-align: center;
  font-size: 200%;
  font-weight: 600;
  margin-bottom: 36px;
}
.website220-page h2 {
  font-size: 175%;
  font-weight: 600;
}
.website220-page h3 {
  font-size: 130%;
  font-weight: 600;
}
.website220-page a {
  color: #0335a8;
}
.website220-page a .btn-primary {
  color: white !important;
}
.website220-page .list-social > div {
  text-align: center;
}
.website220-page .list-social .col-1 {
  min-width: 54px;
}
.website220-page .social-link {
  color: #777;
  font-size: 30px;
  cursor: pointer;
  transition: all 333ms ease-in-out;
}
.website220-page .social-link * {
  transition: all 333ms ease-in-out;
}
.website220-page .social-link:hover > * {
  transform: scale(1.2);
}
.website220-page .social-link * {
  pointer-events: none;
}
.website220-page .website220-container {
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  max-height: 100vh;
  max-width: 100vw;
  padding-left: 20px;
  padding-right: 20px;
}
.website220-page .website220-container .website220-sidebar {
  min-height: 50vh;
  width: 320px;
  padding: 20px 60px;
}
.website220-page .website220-container .website220-sidebar .sidebar-content {
  width: 200px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.website220-page .website220-container .website220-sidebar .sidebar-logo {
  flex: 1;
  font-family: Roboto;
}
.website220-page .website220-container .website220-sidebar .sidebar-logo .navbar-brand {
  padding: 0;
  margin: 0;
  height: auto;
}
.website220-page .website220-container .website220-sidebar .sidebar-logo * {
  font-family: inherit;
}
.website220-page .website220-container .website220-sidebar .sidebar-logo img {
  max-width: 100%;
}
.website220-page .website220-container .website220-sidebar .sidebar-menu {
  flex: 8;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  position: relative;
  z-index: 100;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.website220-page .website220-container .website220-sidebar .sidebar-menu > * {
  text-align: left;
  display: block;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.website220-page .website220-container .website220-sidebar .sidebar-menu * {
  font-family: inherit;
  font-size: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.website220-page .website220-container .website220-sidebar .sidebar-menu * a {
  color: #333;
}
.website220-page .website220-container .website220-sidebar .sidebar-menu * * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.website220-page .website220-container .website220-sidebar .sidebar-menu *.active,
.website220-page .website220-container .website220-sidebar .sidebar-menu *.active > * {
  font-weight: 800;
}
.website220-page .website220-container .website220-sidebar .sidebar-menu *.active ul li,
.website220-page .website220-container .website220-sidebar .sidebar-menu *.active > * ul li {
  font-weight: normal;
}
.website220-page .website220-container .website220-sidebar .sidebar-menu * a {
  font-size: 80%;
}
.website220-page .website220-container .website220-sidebar .sidebar-menu li + li {
  margin-top: 6px;
}
.website220-page .website220-container p,
.website220-page .website220-container ul,
.website220-page .website220-container h1,
.website220-page .website220-container h2,
.website220-page .website220-container h3 {
  color: #333;
}
.website220-page .website220-container p.center,
.website220-page .website220-container ul.center,
.website220-page .website220-container h1.center,
.website220-page .website220-container h2.center,
.website220-page .website220-container h3.center {
  text-align: center;
}
.website220-page .website220-container .website220-content {
  position: relative;
  flex-grow: 1;
  height: 100%;
  width: 100px;
  margin: 0;
  padding: 20px 60px 20px 0;
  min-height: 50vh;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  max-height: 100vh;
  overflow: auto;
}
.website220-page .website220-container .website220-content .image-lefted {
  float: left;
  max-width: 280px;
  width: auto;
  margin-right: 40px;
  margin-bottom: 20px;
}
.website220-page .website220-container .website220-content.content-centrify > .content-container {
  max-width: 1200px;
  margin: 0 auto;
}
.website220-page .website220-container .content-container iframe {
  border: 0;
  outline: 0;
  min-height: 240px;
}
.website220-page .website220-container .content-container .slideshow-container .cstm-slideshow iframe {
  border: 0;
  outline: 0;
  min-height: 240px;
  height: 90vh;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  min-height: 100px;
}
.website220-page .website220-container .content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 28px auto;
  font-size: inherit;
  line-height: 1.5;
  font-family: inherit;
  min-height: 10px;
  padding: 0 0 14px 0;
  transition: max-width 333ms ease-in-out;
}
.website220-page .website220-container .content.content-video {
  min-height: 240px;
}
.website220-page .website220-container .content .cstm-slideshow .slideshow-sizer {
  padding-top: 56%;
}
.website220-page .website220-container .content.box-video {
  height: auto;
  min-height: 0;
  position: relative;
  width: 100%;
  max-width: 960px;
  min-height: 96px;
}
.website220-page .website220-container .content.box-video .video-sizer {
  padding-top: 56%;
}
.website220-page .website220-container .content.box-video.content-wide {
  max-width: calc(100% - 40px);
  min-width: calc(100% - 40px);
}
.website220-page .website220-container .content.box-video > .video-object,
.website220-page .website220-container .content.box-video video,
.website220-page .website220-container .content.box-video iframe {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 96px;
}
.website220-page .website220-container .content.box-video sp-video-player:empty {
  background: transparent url('https://assets-edge.slickpic.com/img/video-placeholder.png') no-repeat center center;
  width: 100%;
  height: 100%;
  display: block;
}
.website220-page .website220-container .content .content {
  margin-bottom: 10px;
}
.website220-page .website220-container .content.content-wide {
  max-width: calc(100% - 40px);
}
.website220-page .website220-container .content.fullsize {
  width: 100%;
  max-width: 100% !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.website220-page .website220-container .content.fullsize-always {
  width: 100% !important;
  max-width: 100% !important;
}
.website220-page .website220-container .content p {
  margin-bottom: 10px;
}
.website220-page .website220-container .content.box-image,
.website220-page .website220-container .content .box-image {
  margin-bottom: 16px;
  position: relative;
  clear: both;
}
.website220-page .website220-container .content.box-image > img,
.website220-page .website220-container .content .box-image > img {
  height: auto !important;
}
.website220-page .website220-container .content.box-image img,
.website220-page .website220-container .content .box-image img {
  display: inline;
}
.website220-page .website220-container .content p + p,
.website220-page .website220-container .content p + ul,
.website220-page .website220-container .content ul + p,
.website220-page .website220-container .content h1 + p,
.website220-page .website220-container .content p + h1,
.website220-page .website220-container .content h2 + p,
.website220-page .website220-container .content p + h2,
.website220-page .website220-container .content h1 + ul,
.website220-page .website220-container .content ul + h1,
.website220-page .website220-container .content h2 + ul,
.website220-page .website220-container .content h1 + div,
.website220-page .website220-container .content div + h1,
.website220-page .website220-container .content div + h2,
.website220-page .website220-container .content h2 + div,
.website220-page .website220-container .content ul + h2 {
  margin-top: 20px;
}
.website220-page .website220-container .content hr + h1,
.website220-page .website220-container .content hr + h2,
.website220-page .website220-container .content hr + h3 {
  margin-top: 40px;
}
.website220-page .website220-container .content h1 {
  text-align: center;
  font-size: 200%;
  font-weight: 600;
  margin-bottom: 12px;
}
.website220-page .website220-container .content h2 {
  font-size: 175%;
  font-weight: 600;
}
.website220-page .website220-container .content h3 {
  font-size: 130%;
  font-weight: 600;
}
.website220-page .website220-container .content img {
  border-radius: 0;
  max-height: 450vh;
  height: auto;
  max-width: 100%;
}
.website220-page .website220-container .content > img + * {
  margin-top: 10px;
}
.website220-page .website220-container .content * {
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.website220-page .website220-container .content .columns {
  display: flex;
}
.website220-page .website220-container .content .columns .column {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  flex: 1 0 50%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.website220-page .website220-container .content .columns .column:first-child {
  padding-left: 0;
}
.website220-page .website220-container .content .columns .column:last-child {
  padding-right: 0;
}
.website220-page .website220-container .content .columns .column:first-child:last-child {
  padding-left: 0;
  padding-right: 0;
}
.website220-page .website220-container .content .columns.logos-four {
  justify-content: center;
  flex-wrap: wrap;
}
.website220-page .website220-container .content .columns.logos-four .column {
  justify-content: center;
  flex: 1 0 25%;
  width: 25%;
}
.website220-page .website220-container .content .columns.logos-four .column a {
  display: inline-block;
  position: relative;
}
.website220-page .website220-container .content .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.website220-page .website220-container .content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.website220-page .website220-container .content.content-footer {
  text-align: center;
  color: inherit;
  top: 60px;
}
.website220-page .website220-container .content.content-footer .footer-logo img {
  max-width: 220px;
  max-height: 78px;
}
.website220-page .website220-container .content.content-footer .footer-copyright {
  display: none;
  margin-top: 10px;
  opacity: 0.5;
}
.website220-page .website220-container .content.content-footer .footer-copyright.loaded {
  display: block;
  opacity: 0.75;
  font-size: 80%;
}
.website220-page .website220-container .btn-secondary {
  border-color: #0335a8;
  border: 0;
  background: #0335a8;
  color: white !important;
}
.website220-page .website220-container .sidebar-footer {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  font-size: 66%;
  flex: 1;
}
.website220-page .website220-container .website220-content .content.content-footer .sp-plus-button,
.website220-page .website220-container .website220-content .content.content-footer > .sp-plus-button {
  display: none !important;
}
.website220-page .sp-plus-button {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  color: white;
  font-size: 30px;
  border-radius: 100px;
  line-height: 0.85;
  display: none;
  background: transparent;
  width: 100%;
  opacity: 0.8;
  opacity: 0;
  margin: 2px 0 0 !important;
  transition: all 333ms ease-in-out;
}
.website220-page .sp-plus-button:hover {
  opacity: 1;
}
.website220-page .sp-plus-button .sp-plus-button-area {
  width: 100%;
  background: transparent;
  height: 1px;
  margin-top: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px dashed rgba(127, 127, 127, 0.3);
}
.website220-page .sp-plus-button .sp-plus-button-insider {
  width: 22px;
  height: 22px;
  background: #222;
  border-radius: 100%;
  line-height: 23px;
  display: block;
  margin: 2px auto 0;
  font-size: 16px;
  font-weight: 400;
  font-family: Arial !important;
  user-select: none;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.33);
  transition: all 333ms ease-in-out;
}
.website220-page .sp-plus-button .sp-plus-button-insider:hover {
  background: #29a4f9;
  transition: all 333ms ease-in-out;
}
.website220-page .website220-container .website220-content .cell > .sp-plus-button,
.website220-page .website220-container .website220-content .content > .sp-plus-button {
  display: block !important;
}
.website220-page .website220-container .website220-content .cell .content > .sp-plus-button,
.website220-page .website220-container .website220-content .content .content > .sp-plus-button {
  display: none !important;
}
.website220-page .website220-container .website220-content .cell .content.box-image,
.website220-page .website220-container .website220-content .content .content.box-image {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.website220-page .website220-container .website220-content .cell:hover > .sp-plus-button,
.website220-page .website220-container .website220-content .content:hover > .sp-plus-button {
  opacity: 1 !important;
}
.website220-page .website220-container .website220-content .cell > .sp-plus-button {
  position: relative;
  display: block;
  width: 100%;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
}
.website220-page .website220-container .website220-content .cell > .sp-plus-button:before {
  display: none;
}
.website220-page .website220-container .website220-content .cell > .sp-plus-button:after {
  display: none;
}
.website220-page .website220-container .website220-content .cell > .sp-plus-button > .sp-plus-button-insider {
  margin: 13px 0 12px;
  top: 3px;
  left: 50%;
  margin-left: -11px;
}
.sidebar-footer {
  color: #777;
}
.sp-plus-button {
  display: none;
}
html[dir="rtl"] > body.themeid-calm-leftmenu .website220-page .website220-container .sidebar-footer,
html[dir="rtl"] > body.theme-calm-leftmenu .website220-page .website220-container .sidebar-footer,
html[dir="rtl"] > body.themeid-calm-leftmenu .website220-page .website220-container .sidebar-logo,
html[dir="rtl"] > body.theme-calm-leftmenu .website220-page .website220-container .sidebar-logo,
html[dir="rtl"] > body.themeid-calm-leftmenu .website220-page .website220-container ul.navbar-nav,
html[dir="rtl"] > body.theme-calm-leftmenu .website220-page .website220-container ul.navbar-nav,
html[dir="rtl"] > body.themeid-calm-leftmenu .website220-page .website220-container .ul-list,
html[dir="rtl"] > body.theme-calm-leftmenu .website220-page .website220-container .ul-list,
html[dir="rtl"] > body.themeid-calm-leftmenu .website220-page .website220-container .ol-list,
html[dir="rtl"] > body.theme-calm-leftmenu .website220-page .website220-container .ol-list {
  text-align: right;
}
@media all and (min-width: 996px) and (pointer: fine) {
  html:not(.mm-front) body.color-white .pswp--notouch:not(.slickpic-dragging) .pswp__item img,
  html:not(.mm-front) body.color-black .pswp--notouch:not(.slickpic-dragging) .pswp__item img,
  html:not(.mm-front) body.color-gray-light .pswp--notouch:not(.slickpic-dragging) .pswp__item img,
  html:not(.mm-front) body.color-gray-dark .pswp--notouch:not(.slickpic-dragging) .pswp__item img {
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
  }
  html:not(.mm-front) body.color-white .pswp--notouch:not(.slickpic-dragging) .pswp__item:not(.active) img,
  html:not(.mm-front) body.color-black .pswp--notouch:not(.slickpic-dragging) .pswp__item:not(.active) img,
  html:not(.mm-front) body.color-gray-light .pswp--notouch:not(.slickpic-dragging) .pswp__item:not(.active) img,
  html:not(.mm-front) body.color-gray-dark .pswp--notouch:not(.slickpic-dragging) .pswp__item:not(.active) img {
    opacity: 0.5 !important;
  }
  html:not(.mm-front) body.color-white .pswp--notouch:not(.slickpic-dragging) .pswp__item .active img,
  html:not(.mm-front) body.color-black .pswp--notouch:not(.slickpic-dragging) .pswp__item .active img,
  html:not(.mm-front) body.color-gray-light .pswp--notouch:not(.slickpic-dragging) .pswp__item .active img,
  html:not(.mm-front) body.color-gray-dark .pswp--notouch:not(.slickpic-dragging) .pswp__item .active img {
    opacity: 1 !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
  }
  html:not(.mm-front) body.color-white .pswp--notouch:not(.slickpic-dragging) .pswp__item img,
  html:not(.mm-front) body.color-gray-light .pswp--notouch:not(.slickpic-dragging) .pswp__item img {
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
  }
  html:not(.mm-front) body.color-white .pswp--notouch:not(.slickpic-dragging) .pswp__item:not(.active) img,
  html:not(.mm-front) body.color-gray-light .pswp--notouch:not(.slickpic-dragging) .pswp__item:not(.active) img {
    opacity: 0.8 !important;
  }
}
@-moz-document url-prefix() {
  body .pswp .preloaders {
    display: block;
  }
}
body.color-gray-light {
  background: #f2f2f2;
}
body .preloaders {
  display: none;
  opacity: 0.001;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}
body .preloaders img {
  opacity: 0.01 !important;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}
body .pswp .pswp__bg {
  background: #fff;
}
body .pswp .pswp__button--arrow--left,
body .pswp .pswp__button--arrow--right {
  top: 50vh;
  transform: translate(0, -16vh);
  height: 30vh;
  bottom: auto;
}
body .pswp .pswp__button,
body .pswp .pswp__button--arrow--left:before,
body .pswp .pswp__button--arrow--right:before {
  background-image: url('https://assets-edge.slickpic.com/img/photoswipe-skin-black-whitestroke-4x.png');
}
body .pswp .pswp__button--arrow--left:before,
body .pswp .pswp__button--arrow--right:before {
  background-color: transparent;
}
body .pswp .pswp__button--arrow--left {
  background: transparent;
  outline: 0 !important;
}
body .pswp .pswp__button--arrow--left:before {
  background-position: -138px -44px;
}
body .pswp .pswp__button--arrow--right {
  background: transparent;
  outline: 0 !important;
}
body .pswp .pswp__button--arrow--right:before {
  background-position: -94px -44px;
}
body .pswp .pswp__preloader {
  top: 50vh !important;
  margin-top: -22px !important;
}
body .pswp .pswp__bg {
  background: white;
}
body .pswp .pswp__img {
  background: rgba(0, 0, 0, 0.05);
}
body .pswp .pswp__top-bar {
  background: transparent;
}
body .pswp .pswp__caption {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  font-family: inherit;
  min-height: 40px;
}
body .pswp .pswp__caption * {
  color: #333;
}
body .pswp .pswp__caption a {
  color: #08c;
  filter: none !important;
}
body .pswp .pswp__caption .pswp__caption__center {
  width: 100%;
  min-width: 260px;
  max-width: calc(100% - 50vw);
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  font-family: inherit;
}
body .pswp .pswp__caption .pswp__caption__center small,
body .pswp .pswp__caption .pswp__caption__center span {
  font-size: 12px;
  line-height: 16px;
}
body.color-gray-light .pswp__bg {
  background: #f2f2f2;
}
body.color-gray-light .pswp__caption {
  background-color: rgba(242, 242, 242, 0.8);
}
body.color-gray-dark .order-form-container .order-title,
body.color-black .order-form-container .order-title {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.color-gray-dark .order-form-container .order-title span,
body.color-black .order-form-container .order-title span {
  color: rgba(255, 255, 255, 0.9) !important;
}
body.color-gray-dark .order-form-container .panels .order-section .section-header,
body.color-black .order-form-container .panels .order-section .section-header {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.color-gray-dark .order-form-container .panels .order-section .section-header .section-title,
body.color-black .order-form-container .panels .order-section .section-header .section-title {
  color: #ffffff !important;
}
body.color-gray-dark .order-form-container .panels .order-section .form-line .line-control input[type=text],
body.color-black .order-form-container .panels .order-section .form-line .line-control input[type=text],
body.color-gray-dark .order-form-container .panels .order-section .form-line .line-control input[type=email],
body.color-black .order-form-container .panels .order-section .form-line .line-control input[type=email],
body.color-gray-dark .order-form-container .panels .order-section .form-line .line-control input[type=search],
body.color-black .order-form-container .panels .order-section .form-line .line-control input[type=search],
body.color-gray-dark .order-form-container .panels .order-section .form-line .line-control textarea,
body.color-black .order-form-container .panels .order-section .form-line .line-control textarea {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body.color-gray-dark .order-form-container .panels .order-section .form-line .line-control input[type=text]:placeholder,
body.color-black .order-form-container .panels .order-section .form-line .line-control input[type=text]:placeholder,
body.color-gray-dark .order-form-container .panels .order-section .form-line .line-control input[type=email]:placeholder,
body.color-black .order-form-container .panels .order-section .form-line .line-control input[type=email]:placeholder,
body.color-gray-dark .order-form-container .panels .order-section .form-line .line-control input[type=search]:placeholder,
body.color-black .order-form-container .panels .order-section .form-line .line-control input[type=search]:placeholder,
body.color-gray-dark .order-form-container .panels .order-section .form-line .line-control textarea:placeholder,
body.color-black .order-form-container .panels .order-section .form-line .line-control textarea:placeholder,
body.color-gray-dark .order-form-container .panels .order-section .form-line .line-control input[type=text]::placeholder,
body.color-black .order-form-container .panels .order-section .form-line .line-control input[type=text]::placeholder,
body.color-gray-dark .order-form-container .panels .order-section .form-line .line-control input[type=email]::placeholder,
body.color-black .order-form-container .panels .order-section .form-line .line-control input[type=email]::placeholder,
body.color-gray-dark .order-form-container .panels .order-section .form-line .line-control input[type=search]::placeholder,
body.color-black .order-form-container .panels .order-section .form-line .line-control input[type=search]::placeholder,
body.color-gray-dark .order-form-container .panels .order-section .form-line .line-control textarea::placeholder,
body.color-black .order-form-container .panels .order-section .form-line .line-control textarea::placeholder {
  color: #777 !important;
}
body.color-gray-dark .order-form-container .panels .order-section.section-finish .terms,
body.color-black .order-form-container .panels .order-section.section-finish .terms {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body.color-gray-dark .order-form-container .panels .order-section.section-finish .terms input[type=checkbox] + span:before,
body.color-black .order-form-container .panels .order-section.section-finish .terms input[type=checkbox] + span:before {
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body.color-gray-dark .order-form-container .panels .order-section.section-finish .terms input[type=checkbox]:checked + span:before,
body.color-black .order-form-container .panels .order-section.section-finish .terms input[type=checkbox]:checked + span:before {
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
body.color-gray-dark sale-order-form-summary-block,
body.color-black sale-order-form-summary-block {
  display: block;
}
body.color-gray-dark sale-order-form-summary-block .products-listing,
body.color-black sale-order-form-summary-block .products-listing {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.color-gray-dark sale-order-form-summary-block .products-listing .cart-title,
body.color-black sale-order-form-summary-block .products-listing .cart-title {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}
body.color-gray-dark sale-order-form-summary-block .products-listing .cart-title h2,
body.color-black sale-order-form-summary-block .products-listing .cart-title h2 {
  color: #ffffff !important;
}
body.color-gray-dark sale-order-form-summary-block .products-listing .listing-product .product-container .product-info .info-container .product-price,
body.color-black sale-order-form-summary-block .products-listing .listing-product .product-container .product-info .info-container .product-price,
body.color-gray-dark sale-order-form-summary-block .products-listing .listing-product .product-container .product-info .info-container .product-title,
body.color-black sale-order-form-summary-block .products-listing .listing-product .product-container .product-info .info-container .product-title {
  color: #ffffff !important;
}
body.color-gray-dark sale-order-form-summary-block .products-listing .listing-product .product-container .product-info .info-container .cart-remove:hover,
body.color-black sale-order-form-summary-block .products-listing .listing-product .product-container .product-info .info-container .cart-remove:hover {
  color: #f00 !important;
}
body.color-gray-dark sale-order-form-summary-block .products-listing .listing-product .product-container .product-info .info-container .cart-remove,
body.color-black sale-order-form-summary-block .products-listing .listing-product .product-container .product-info .info-container .cart-remove,
body.color-gray-dark sale-order-form-summary-block .products-listing .listing-product .product-container .product-info .info-container .product-type,
body.color-black sale-order-form-summary-block .products-listing .listing-product .product-container .product-info .info-container .product-type {
  color: rgba(255, 255, 255, 0.75) !important;
}
body.color-gray-dark sale-order-form-summary-block .products-listing .listing-prices,
body.color-black sale-order-form-summary-block .products-listing .listing-prices {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
body.color-gray-dark sale-order-form-summary-block .products-listing .listing-prices:after,
body.color-black sale-order-form-summary-block .products-listing .listing-prices:after {
  display: none !important;
}
body.color-gray-dark.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu,
body.color-black.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu {
  border-color: rgba(255, 255, 255, 0.25);
}
body.color-gray-dark.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a,
body.color-black.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a {
  color: #eee !important;
}
body.color-gray-dark .pswp__bg,
body.color-black .pswp__bg {
  background: black;
}
body.color-gray-dark .pswp__button,
body.color-black .pswp__button {
  opacity: 0.96;
}
body.color-gray-dark .pswp__button,
body.color-black .pswp__button,
body.color-gray-dark .pswp__button--arrow--left:before,
body.color-black .pswp__button--arrow--left:before,
body.color-gray-dark .pswp__button--arrow--right:before,
body.color-black .pswp__button--arrow--right:before {
  background-image: url('https://assets-edge.slickpic.com/img/photoswipe-skin-white-blackstroke-4x.png');
}
body.color-gray-dark .pswp__button--arrow--left:before,
body.color-black .pswp__button--arrow--left:before,
body.color-gray-dark .pswp__button--arrow--right:before,
body.color-black .pswp__button--arrow--right:before {
  background-color: transparent;
}
body.color-gray-dark .pswp__button--arrow--left,
body.color-black .pswp__button--arrow--left {
  background: none;
}
body.color-gray-dark .pswp__button--arrow--left:before,
body.color-black .pswp__button--arrow--left:before {
  background-position: -138px -44px;
}
body.color-gray-dark .pswp__button--arrow--right,
body.color-black .pswp__button--arrow--right {
  background: transparent;
  background: none;
}
body.color-gray-dark .pswp__button--arrow--right:before,
body.color-black .pswp__button--arrow--right:before {
  background-position: -94px -44px;
}
body.color-gray-dark .pswp__caption,
body.color-black .pswp__caption {
  background-color: rgba(0, 0, 0, 0.7);
  background: transparent url(https://assets-edge.slickpic.com/img/skin/default/slideshow-bottom-1920-2.png) no-repeat center top;
  padding-top: 120px;
  background-size: cover;
  color: #fff;
}
body.color-gray-dark .pswp__caption *,
body.color-black .pswp__caption * {
  color: #fff;
}
body.color-gray-dark .pswp__caption a,
body.color-black .pswp__caption a {
  color: #08c;
}
body.color-gray-dark .pswp__bg {
  background: #3f3f3f;
}
body.color-gray-dark,
body.color-black {
  background-color: #000;
}
body.color-gray-dark.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item + .nav-item,
body.color-black.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item + .nav-item,
body.color-gray-dark.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item + .nav-item,
body.color-black.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item + .nav-item,
body.color-gray-dark.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item + .nav-item,
body.color-black.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item + .nav-item {
  border-top-color: #333;
}
body.color-gray-dark.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item a,
body.color-black.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item a,
body.color-gray-dark.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item a,
body.color-black.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item a,
body.color-gray-dark.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item a,
body.color-black.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item a,
body.color-gray-dark.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item > a,
body.color-black.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item > a,
body.color-gray-dark.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item > a,
body.color-black.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item > a,
body.color-gray-dark.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item > a,
body.color-black.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item > a {
  background: #1e1e1e;
  color: white !important;
}
body.color-gray-dark.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul,
body.color-black.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul,
body.color-gray-dark.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul,
body.color-black.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul,
body.color-gray-dark.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul,
body.color-black.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body.color-gray-dark.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul li a:hover,
body.color-black.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul li a:hover,
body.color-gray-dark.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul li a:hover,
body.color-black.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul li a:hover,
body.color-gray-dark.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul li a:hover,
body.color-black.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul li a:hover {
  color: #28a4f8 !important;
}
body.color-gray-dark .website220-page .cstm-profile-logo,
body.color-black .website220-page .cstm-profile-logo,
body.color-gray-dark .website220-page .cstm-profile-logo a,
body.color-black .website220-page .cstm-profile-logo a {
  color: #fff !important;
}
body.color-gray-dark .website220-page hr,
body.color-black .website220-page hr {
  border-top-color: rgba(255, 255, 255, 0.15);
}
body.color-gray-dark .website220-page .website220-container a,
body.color-black .website220-page .website220-container a {
  color: #08c;
}
body.color-gray-dark .website220-page .website220-container a:hover,
body.color-black .website220-page .website220-container a:hover {
  color: #08c;
}
body.color-gray-dark .website220-page .website220-container p,
body.color-black .website220-page .website220-container p,
body.color-gray-dark .website220-page .website220-container ul,
body.color-black .website220-page .website220-container ul,
body.color-gray-dark .website220-page .website220-container h1,
body.color-black .website220-page .website220-container h1,
body.color-gray-dark .website220-page .website220-container h2,
body.color-black .website220-page .website220-container h2,
body.color-gray-dark .website220-page .website220-container h3,
body.color-black .website220-page .website220-container h3 {
  color: #fff;
}
body.color-gray-dark .website220-page .website220-container .form-control,
body.color-black .website220-page .website220-container .form-control {
  border: 1px solid rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
body.color-gray-dark .website220-page .website220-container .form-control::placeholder,
body.color-black .website220-page .website220-container .form-control::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
body.color-gray-dark .website220-page .website220-container .form-control[name="message"]::placeholder,
body.color-black .website220-page .website220-container .form-control[name="message"]::placeholder {
  color: rgba(255, 255, 255, 0.01);
}
body.color-gray-dark .website220-page .website220-container .form-control[name="message"].placeholder-text::placeholder,
body.color-black .website220-page .website220-container .form-control[name="message"].placeholder-text::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
body.color-gray-dark .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation > .nav-item,
body.color-black .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation > .nav-item {
  filter: invert(1);
  opacity: 1;
}
body.color-gray-dark .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .list-holder,
body.color-black .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .list-holder {
  background: transparent;
}
body.color-gray-dark .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .list-holder .nav-item a,
body.color-black .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .list-holder .nav-item a {
  color: white !important;
}
body.color-gray-dark .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .list-holder .nav-item a:after,
body.color-black .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .list-holder .nav-item a:after {
  background-image: url(https://assets-edge.slickpic.com/img/ico-chevron-down-white-03.png) !important;
}
body.color-gray-dark .website220-page .website220-container .website220-sidebar .sidebar-menu *,
body.color-black .website220-page .website220-container .website220-sidebar .sidebar-menu * {
  color: #fff !important;
}
body.color-gray-dark .website220-page .website220-container .website220-sidebar .sidebar-menu *:hover,
body.color-black .website220-page .website220-container .website220-sidebar .sidebar-menu *:hover {
  color: #04aed2;
}
body.color-gray-dark .website220-page .website220-container p,
body.color-black .website220-page .website220-container p,
body.color-gray-dark .website220-page .website220-container ul,
body.color-black .website220-page .website220-container ul,
body.color-gray-dark .website220-page .website220-container .website220-content,
body.color-black .website220-page .website220-container .website220-content {
  color: #fff;
}
body.color-gray-dark {
  background-color: #3f3f3f;
}
body.color-gray-dark.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item + .nav-item,
body.color-gray-dark.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item + .nav-item,
body.color-gray-dark.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item + .nav-item {
  border-top-color: #666;
}
body.color-gray-dark.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item a,
body.color-gray-dark.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item a,
body.color-gray-dark.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item a,
body.color-gray-dark.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item > a,
body.color-gray-dark.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item > a,
body.color-gray-dark.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul .nav-item > a {
  background: #111;
  color: white !important;
}
body.color-gray-dark.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul,
body.color-gray-dark.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul,
body.color-gray-dark.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
body .fullsize-layer-cell .website220-page {
  background-color: transparent !important;
}
body .btn-dark,
body .btn-light {
  background: #333;
  border-color: #333;
}
body .justify-content-center.error-message {
  color: #c00;
}
body .justify-content-center.error-message .error {
  color: #c00;
}
body .website220-page .website220-container .container-add-to-cart a {
  display: inline-block;
  padding: 6px 24px;
  background: black;
  color: white;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none !important;
}
body .website220-page .website220-container .container-add-to-cart a:hover {
  color: white !important;
}
body.color-black .website220-page .website220-container .container-add-to-cart a,
body.color-gray-dark .website220-page .website220-container .container-add-to-cart a {
  color: black;
  background: white;
}
body.color-black .website220-page .website220-container .container-add-to-cart a:hover,
body.color-gray-dark .website220-page .website220-container .container-add-to-cart a:hover {
  color: black !important;
}
body.color-black .website220-page .website220-container .cstm-album-view .slick-list:before,
body.color-gray-dark .website220-page .website220-container .cstm-album-view .slick-list:before {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
body.theme-notch-top .website220-page {
  font-family: 'Rubik', sans-serif;
}
body.theme-notch-top .website220-page .website220-container {
  display: block;
  width: 100%;
  height: auto;
  max-width: 45150px;
  overflow: visible;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar {
  display: block;
  width: 100%;
  min-height: 0px;
  padding: 20px 20px 4px;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content {
  max-width: 100%;
  margin: 0 auto;
  flex-direction: row;
  height: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
  flex: 2;
  white-space: nowrap;
  max-width: 200px;
  max-height: 50px;
  position: relative;
  font-family: 'Cormorant Garamond', serif;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 50px;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu {
  text-align: right;
  flex: 6;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .nav-link {
  padding: 0;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .list-holder {
  width: 100%;
  padding-left: 10%;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav {
  display: flex;
  width: 100%;
  flex-direction: row;
  text-align: right;
  justify-content: right;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
  display: inline-block;
  margin-top: 0 !important;
  flex: 1 0 auto;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a {
  display: inline-block;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav {
  text-align: right;
  justify-content: flex-end;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
  flex-grow: 0;
  padding-left: 24px;
  white-space: nowrap;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-footer {
  display: none !important;
}
body.theme-notch-top .website220-page .website220-container .website220-content {
  height: auto;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding: 20px 0 60px;
  min-height: 1px;
  max-height: 45150px;
}
body.theme-notch-top .website220-page .website220-container .website220-content .content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
body.theme-notch-top .website220-page .website220-container .website220-content .content.content-footer .footer-copyright {
  display: block;
  font-size: 80%;
}
body.theme-notch-top .website220-page .website220-container .website220-content:before,
body.theme-notch-top .website220-page .website220-container .website220-content:after {
  content: " ";
  display: table;
}
body.theme-notch-top .website220-page .website220-container .website220-content:after {
  clear: both;
}
body.theme-notch-top.theme-serenity {
  font-family: 'Cardo', serif;
}
body.theme-notch-top.theme-serenity * {
  font-family: inherit;
}
body.theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar {
  font-family: Roboto, Helvetica, Arial;
}
body.theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar .cstm-profile-logo {
  font-family: Roboto, Helvetica, Arial;
}
body.theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar .cstm-profile-logo,
body.theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar .cstm-profile-logo a {
  font-family: Roboto, Helvetica, Arial;
  letter-spacing: 0;
}
body.theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar .sidebar-content {
  padding-left: 20px;
  padding-right: 20px;
}
body.theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav {
  text-align: right;
  justify-content: flex-end;
}
body.theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
  flex-grow: 0;
  padding-left: 20px;
  white-space: nowrap;
}
body.theme-notch-top.theme-serenity.theme-lithe {
  font-family: 'Lato', sans-serif;
}
body.theme-notch-top.theme-serenity.theme-lithe * {
  font-family: inherit;
}
body.theme-notch-top.theme-serenity.theme-lithe .website220-page .website220-container .website220-content {
  padding-top: 48px;
}
body.theme-notch-top.theme-serenity.theme-lithe .website220-page .website220-container .website220-sidebar {
  width: 94vw;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
body.theme-notch-top.theme-serenity.theme-lithe .website220-page .website220-container .website220-sidebar .sidebar-content {
  padding-left: 0;
  padding-right: 0;
}
body.theme-notch-top.theme-serenity.theme-lithe .website220-page .website220-container .website220-sidebar .sidebar-content .navbar-nav .nav-item > a {
  opacity: 0.75;
}
body.theme-notch-top.theme-serenity.theme-eloquence {
  font-family: 'Georgia', sans-serif;
}
body.theme-notch-top.theme-serenity.theme-eloquence * {
  font-family: inherit;
}
body.theme-notch-top.theme-serenity.theme-eloquence .website220-page .website220-container .website220-content {
  padding-top: 48px;
}
body.theme-notch-top.theme-serenity.theme-eloquence .website220-page .website220-container .website220-sidebar {
  width: 96vw;
  max-width: 96vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: 'Georgia', sans-serif;
}
body.theme-notch-top.theme-serenity.theme-eloquence .website220-page .website220-container .website220-sidebar * {
  font-family: 'Georgia', sans-serif;
}
body.theme-notch-top.theme-serenity.theme-eloquence .website220-page .website220-container .website220-sidebar .sidebar-content {
  padding-left: 0;
  padding-right: 0;
}
body.theme-notch-top.theme-serenity.theme-eloquence .website220-page .website220-container .website220-sidebar .sidebar-content .navbar-nav {
  text-align: right;
  justify-content: flex-start;
}
body.theme-notch-top.theme-serenity.theme-eloquence .website220-page .website220-container .website220-sidebar .sidebar-content .navbar-nav .nav-item a {
  opacity: 0.75;
}
body.theme-notch-top.theme-serenity.theme-eloquence .website220-page .website220-container .website220-sidebar .sidebar-content .navbar-nav .childs .nav-item {
  opacity: 1;
}
body.theme-notch-top.theme-serenity.theme-eloquence .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .list-holder {
  padding-left: 20px;
}
body.theme-notch-top.theme-serenity.theme-eloquence .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav {
  text-align: right;
  justify-content: flex-start;
}
body.theme-notch-top.theme-notch-top-triumph {
  font-family: 'Cardo', serif;
}
body.theme-notch-top.theme-notch-top-triumph * {
  font-family: inherit;
}
body.theme-notch-top.theme-notch-top-triumph .cstm-profile-logo,
body.theme-notch-top.theme-notch-top-triumph .cstm-profile-logo a {
  color: white !important;
}
body.theme-notch-top.theme-notch-top-triumph .footer-this .cstm-profile-logo,
body.theme-notch-top.theme-notch-top-triumph .footer-this .cstm-profile-logo a {
  color: #000 !important;
}
body.theme-notch-top.theme-notch-top-triumph .website220-page .website220-container .website220-sidebar {
  padding-left: 0;
  padding-right: 0;
}
body.theme-notch-top.theme-notch-top-triumph .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav {
  text-align: right;
  justify-content: flex-end;
}
body.theme-notch-top.theme-notch-top-triumph .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
  flex-grow: 0;
  padding-left: 20px;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash {
  height: 85vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash.smaller {
  height: 400px;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash.smaller ~ .website220-content {
  margin-top: 360px;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-image .box-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  margin: 0;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-image img {
  width: auto;
  height: auto !important;
  min-height: 100%;
  position: absolute;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 60px;
  transform: translate(-50%, -50%);
  min-width: 280px;
  width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  color: white;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.33);
  font-size: 100%;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-content .cell {
  width: 100%;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-content .slogan-prehead {
  display: block !important;
  width: 100%;
  color: white;
  font-size: 110% !important;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-content .slogan-main {
  display: block !important;
  width: 100%;
  color: white;
  font-size: 300% !important;
  line-height: 1.2;
  padding: 8px 0 16px;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-content .slogan-description {
  display: block !important;
  width: 100%;
  color: white;
  opacity: 0.8;
  font-size: 110% !important;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash ~ .website220-content {
  margin-top: 80vh;
  padding-top: 0;
}
body.theme-notch-top.theme-notch-top-triumph.theme-ephemeral {
  font-family: 'Trebuchet MS', 'Verdana', serif;
}
body.theme-notch-top.theme-notch-top-triumph.theme-ephemeral * {
  font-family: inherit;
}
body.theme-notch-top.theme-notch-top-triumph.theme-ephemeral .image-splash {
  height: 100vh;
}
body.theme-notch-top.theme-notch-top-triumph.theme-ephemeral .image-splash ~ .website220-content {
  margin-top: 100vh;
}
body.theme-notch-top.theme-notch-top-triumph.theme-ephemeral .image-splash.smaller {
  height: 400px;
}
body.theme-notch-top.theme-notch-top-triumph.theme-ephemeral .image-splash.smaller ~ .website220-content {
  margin-top: 360px;
}
body.theme-notch-top.theme-notch-top-triumph.theme-ephemeral .splash-content {
  margin-top: 20px;
}
body.theme-notch-bottom .fullsize-layer-container .slideshow-container .cstm-slideshow,
body.theme-notch-top .fullsize-layer-container .slideshow-container .cstm-slideshow,
body.theme-doubleline .fullsize-layer-container .slideshow-container .cstm-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.theme-notch-bottom .fullsize-layer-container .slideshow-container .cstm-slideshow iframe,
body.theme-notch-top .fullsize-layer-container .slideshow-container .cstm-slideshow iframe,
body.theme-doubleline .fullsize-layer-container .slideshow-container .cstm-slideshow iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.theme-notch-top .fullsize-layer-cell {
  margin: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body.theme-notch-top .fullsize-layer-cell .website220-page {
  margin: 0;
  padding: 0;
  width: 100% !important;
  box-sizing: border-box;
  max-width: 100vw;
  max-height: 100vh;
  height: auto;
  min-height: auto;
}
body.theme-notch-top .fullsize-layer-cell .website220-page .website220-container .website220-sidebar {
  display: block;
  min-height: 0px;
  padding: 20px 0;
  order: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 80px;
  pointer-events: auto !important;
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
}
body.theme-notch-top.color-gray-dark {
  background-color: #3f3f3f;
}
body.theme-notch-top.color-gray-dark .fullsize-layer-cell .website220-page .website220-container .website220-sidebar {
  background-color: #3f3f3f;
}
body.theme-notch-top.color-gray-light {
  background: #f2f2f2;
}
body.theme-notch-top.color-gray-light .fullsize-layer-cell .website220-page .website220-container .website220-sidebar {
  background: #f2f2f2;
}
body.theme-notch-bottom .fullsize-layer-container .fullsize-layer-cell {
  margin: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body.theme-notch-bottom .fullsize-layer-container .fullsize-layer-cell .website220-page {
  margin: 0;
  padding: 0;
  width: 100% !important;
  box-sizing: border-box;
  max-width: 100vw;
  max-height: 100vh;
  height: auto;
  min-height: auto;
}
body.theme-notch-bottom .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container {
  pointer-events: none;
}
body.theme-notch-bottom .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar {
  pointer-events: auto !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
}
body.theme-notch-bottom .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-content {
  pointer-events: auto !important;
}
body.theme-notch-bottom .fullsize-layer-container .slideshow-container {
  padding-bottom: 56px;
}
body.theme-notch-bottom .website220-page {
  font-family: 'Neuton', serif;
}
body.theme-notch-bottom .website220-page .website220-container {
  flex-direction: column;
  order: 1;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar {
  display: block;
  width: 100%;
  min-height: 0px;
  padding: 20px 0;
  order: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 80px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  height: auto;
  margin: 0 auto;
  flex-direction: row;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
  flex: 2;
  white-space: nowrap;
  max-width: 200px;
  max-height: 50px;
  position: relative;
  font-family: Raleway, sans-serif;
  flex-grow: 1;
  flex-basis: 0;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 50px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu {
  text-align: right;
  flex: 6;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  margin-top: -8px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu * {
  letter-spacing: 1px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .nav-link {
  padding: 0;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .list-holder {
  width: 100%;
  text-align: center;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav {
  display: block;
  width: 100%;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .childs:before {
  top: auto;
  bottom: -20px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
  display: inline-block;
  margin-top: 0 !important;
  flex: 1 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 0px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a {
  display: inline-block;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-footer {
  justify-content: center;
  text-align: right;
  flex: 2;
  flex-grow: 1;
  flex-basis: 0;
}
body.theme-notch-bottom .website220-page .website220-container .website220-content {
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px 60px;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 18px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-content .content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
body.theme-notch-bottom .website220-page .website220-container .website220-content .content.content-footer .footer-copyright {
  display: block;
  font-size: 80%;
}
body.theme-notch-bottom .website220-page .website220-container .website220-content:before,
body.theme-notch-bottom .website220-page .website220-container .website220-content:after {
  content: " ";
  display: table;
}
body.theme-notch-bottom .website220-page .website220-container .website220-content:after {
  clear: both;
}
body.theme-notch-bottom .website220-page .footer-copyright.footer-text {
  display: none !important;
}
body.theme-notch-bottom.color-gray-dark .website220-container .website220-sidebar,
body.theme-notch-bottom.color-black .website220-container .website220-sidebar {
  background: #1e1e1e;
  border-top-color: rgba(0, 0, 0, 0.15);
}
body.theme-notch-bottom.color-gray-dark .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar,
body.theme-notch-bottom.color-black .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar {
  background: #1e1e1e;
  border-top-color: rgba(0, 0, 0, 0.15);
}
body.theme-notch-bottom.color-gray-dark .website220-container .website220-sidebar {
  background: #3f3f3f;
  border-top-color: rgba(0, 0, 0, 0.2);
}
body.theme-notch-bottom.color-gray-dark .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar {
  background: #3f3f3f;
  border-top-color: rgba(0, 0, 0, 0.2);
}
body.theme-doubleline.theme-doubleline-nemesis .website220-page .website220-container {
  font-family: 'Playfair Display', 'Playfair Display SC', 'Times New Roman', serif;
}
body.theme-doubleline.theme-doubleline-nemesis .website220-page .website220-container .website220-sidebar .cstm-profile-logo {
  font-family: Roboto, Helvetica, Arial;
}
body.theme-doubleline.theme-doubleline-nemesis .website220-page .website220-container .website220-sidebar .cstm-profile-logo,
body.theme-doubleline.theme-doubleline-nemesis .website220-page .website220-container .website220-sidebar .cstm-profile-logo a {
  font-family: Roboto, Helvetica, Arial;
  letter-spacing: 1px;
}
body.theme-doubleline .fullsize-layer-container .fullsize-layer-cell {
  margin: 0;
  width: 100%;
  height: auto;
}
body.theme-doubleline .fullsize-layer-container .fullsize-layer-cell .website220-page {
  margin: 0;
  padding: 0;
  width: 100% !important;
  box-sizing: border-box;
  max-width: 100vw;
  max-height: 100vh;
  height: auto;
  min-height: auto;
}
body.theme-doubleline .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .mobile-menu-opener {
  color: white !important;
}
body.theme-doubleline .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .cstm-profile-logo,
body.theme-doubleline .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .cstm-profile-logo a {
  color: white !important;
}
body.theme-doubleline .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar {
  padding-bottom: 60px;
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: content-box;
  padding-left: 20px;
  padding-right: 20px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
}
body.theme-doubleline .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
  color: white !important;
  outline: none;
}
body.theme-doubleline .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a {
  color: white !important;
  outline: none;
}
body.theme-doubleline .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:after {
  background-image: url(https://assets-edge.slickpic.com/img/ico-chevron-down-white-03.png);
}
body.theme-doubleline .website220-page {
  font-family: 'Raleway', sans-serif;
}
body.theme-doubleline .website220-page .website220-container {
  display: block;
  width: 100%;
  height: auto;
  max-width: 45150px;
  overflow: visible;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar {
  display: block;
  width: 100%;
  min-height: 0px;
  padding: 20px 0;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content {
  max-width: 960px;
  width: auto;
  margin: 0 auto;
  flex-direction: column;
  height: auto;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
  max-width: 100%;
  max-height: 130px;
  position: relative;
  text-align: center;
  font-family: 'Neuton', serif;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 80px;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu {
  text-align: right;
  flex: 6;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  margin-top: 22px;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .nav-link {
  padding: 0;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .list-holder {
  width: 100%;
  padding-left: 0;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav {
  display: flex;
  width: 100%;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
  display: inline-block;
  margin-top: 0 !important;
  flex: 1 0 auto;
  flex-grow: 1;
  flex-basis: auto;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a {
  display: inline-block;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-footer {
  display: none !important;
}
body.theme-doubleline .website220-page .website220-container .website220-content {
  height: auto;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding: 20px 0 60px;
  min-height: 1px;
  max-height: 45150px;
}
body.theme-doubleline .website220-page .website220-container .website220-content .content {
  margin-left: auto;
  margin-right: auto;
}
body.theme-doubleline .website220-page .website220-container .website220-content .content.content-footer .footer-copyright {
  display: block;
  font-size: 80%;
}
body.theme-doubleline .website220-page .website220-container .website220-content:before,
body.theme-doubleline .website220-page .website220-container .website220-content:after {
  content: " ";
  display: table;
}
body.theme-doubleline .website220-page .website220-container .website220-content:after {
  clear: both;
}
body.themeid-calm-leftmenu .website220-page .website220-container,
body.theme-calm-leftmenu .website220-page .website220-container {
  padding-left: 0;
  padding-right: 0;
}
body.themeid-calm-leftmenu .website220-page .website220-container .slideshow-container.slideshow-fullsize .slideshow-sizer,
body.theme-calm-leftmenu .website220-page .website220-container .slideshow-container.slideshow-fullsize .slideshow-sizer {
  padding-top: calc(100vh - 40px);
}
body.themeid-calm-leftmenu .website220-page .website220-container .website220-content.nomargin,
body.theme-calm-leftmenu .website220-page .website220-container .website220-content.nomargin {
  padding-right: 0;
}
body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img,
body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img {
  max-height: 90px;
}
body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .sidebar-menu li ul,
body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .sidebar-menu li ul {
  padding-top: 0;
  padding-bottom: 0;
}
body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .sidebar-menu li ul li,
body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .sidebar-menu li ul li {
  padding-left: 16px;
  opacity: 0.8;
}
body.themeid-calm-leftmenu .website220-page .website220-container .content,
body.theme-calm-leftmenu .website220-page .website220-container .content {
  max-width: 768px;
}
body.themeid-calm-leftmenu .website220-page .website220-container .content.fullsize,
body.theme-calm-leftmenu .website220-page .website220-container .content.fullsize,
body.themeid-calm-leftmenu .website220-page .website220-container .content.content-wide,
body.theme-calm-leftmenu .website220-page .website220-container .content.content-wide {
  max-width: calc(100% - 0px);
}
body.themeid-calm-leftmenu .website220-page .website220-container .content .content.box-image,
body.theme-calm-leftmenu .website220-page .website220-container .content .content.box-image {
  max-width: 100%;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item {
  position: relative;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs > .nav-link,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs > .nav-link,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs > .nav-link {
  outline: none;
  padding-right: 20px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs > .nav-link:after,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs > .nav-link:after,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs > .nav-link:after {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 5px;
  content: ' ';
  width: 10px;
  height: 10px;
  display: block;
  background: url(https://assets-edge.slickpic.com/img/ico-chevron-down-black-03.png) center center / 10px auto no-repeat;
  margin-top: 0;
  transform: translate(0, -50%);
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link {
  position: relative;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs {
  list-style: none;
  vertical-align: middle;
  float: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 333ms ease;
  text-align: left;
  min-width: 140px;
  padding-top: 8px;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.001);
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item {
  vertical-align: middle;
  display: block;
  width: auto;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item + .nav-item,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item + .nav-item,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item + .nav-item {
  border-top: 1px solid #eee;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item a,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item a,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item a {
  color: inherit;
  padding: 0 12px;
  height: 40px;
  line-height: 38px;
  outline: none;
  border: 0;
  transition: all 333ms ease;
  font-weight: 600;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: saturate(200%) blur(16px);
  backdrop-filter: saturate(200%) blur(16px);
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 333ms ease-in-out;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0.03em;
  text-align: center;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item:first-child a,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item:first-child a,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item:first-child a {
  border-radius: 3px 3px 0 0;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item:last-child a,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item:last-child a,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item:last-child a {
  border-radius: 0 0 3px 3px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul {
  overflow: visible;
  min-width: 140px;
  max-height: 480px;
  -ms-box-shadow: 0 20px 30px rgba(14, 16, 48, 0.15);
  box-shadow: 0 20px 30px rgba(14, 16, 48, 0.15);
  transition: all 333ms ease;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 1px;
  width: 100%;
  opacity: 1;
  margin-top: 10px;
  pointer-events: auto;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul:before,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul:before,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul:before {
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  background: yellow;
  opacity: 0.005;
  content: ' ';
  height: 11px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul li a:hover,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul li a:hover,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul li a:hover {
  color: #0335a8 !important;
}
body.theme-doubleline.color-gray-dark .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .childs .nav-item > a,
body.theme-doubleline.color-black .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .childs .nav-item > a,
body.theme-doubleline.color-gray-dark .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .childs .nav-item > a,
body.theme-doubleline.color-black .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .childs .nav-item > a {
  color: white !important;
}
body.theme-doubleline .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .childs .nav-item a,
body.theme-notch-top .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .childs .nav-item a {
  color: #333 !important;
  text-transform: none !important;
  font-weight: normal !important;
  text-shadow: none !important;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs {
  left: auto;
  right: auto;
  width: 100%;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs {
  padding-top: 0;
  left: -10px;
  right: auto;
  top: auto;
  bottom: 105%;
  overflow: hidden !important;
}
body .album-list-view-wrapper .album-list-view-content,
body .album-list-view-wrapper-public .album-list-view-content {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  list-style-position: outside;
  list-style-image: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .album-list-view-wrapper .album-list-view-content .album-list-item,
body .album-list-view-wrapper-public .album-list-view-content .album-list-item {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  margin: 0;
  padding: 16px 8px;
  width: auto;
  width: 320px;
  max-width: 33%;
}
body .album-list-view-wrapper .album-list-view-content .album-list-item .album-image,
body .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-image {
  display: block;
  margin-bottom: 8px;
}
body .album-list-view-wrapper .album-list-view-content .album-list-item .album-image img,
body .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-image img {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  border-radius: 5px;
  transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: transform;
}
body .album-list-view-wrapper .album-list-view-content .album-list-item .album-image .image.image-standard,
body .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-image .image.image-standard {
  display: none;
}
body .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title,
body .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-title {
  display: block;
  font-size: 110%;
  font-weight: 600;
  text-align: center;
}
body .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a,
body .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-title a {
  display: block;
  font-size: 100%;
  font-weight: 600;
  text-align: center;
}
body .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-description,
body .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-description {
  display: block;
  text-align: center;
}
body .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-description p,
body .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-description p {
  font-size: 90%;
  display: block;
  text-align: center;
}
body .album-list-view-wrapper .album-list-view-content .album-list-item.album-list-item-hidden,
body .album-list-view-wrapper-public .album-list-view-content .album-list-item.album-list-item-hidden {
  display: none;
}
body .album-list-view-wrapper.album-grid-theme-2 .album-list-view-content .album-list-item,
body .album-list-view-wrapper-public.album-grid-theme-2 .album-list-view-content .album-list-item {
  width: auto;
  width: 500px;
  max-width: 50%;
}
body .album-list-view-wrapper.album-grid-theme-3 .album-list-view-content .album-list-item,
body .album-list-view-wrapper-public.album-grid-theme-3 .album-list-view-content .album-list-item,
body .album-list-view-wrapper.album-grid-theme-4 .album-list-view-content .album-list-item,
body .album-list-view-wrapper-public.album-grid-theme-4 .album-list-view-content .album-list-item,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item {
  position: relative;
  padding: 0 5px;
}
body .album-list-view-wrapper.album-grid-theme-3 .album-list-view-content .album-list-item .album-image,
body .album-list-view-wrapper-public.album-grid-theme-3 .album-list-view-content .album-list-item .album-image,
body .album-list-view-wrapper.album-grid-theme-4 .album-list-view-content .album-list-item .album-image,
body .album-list-view-wrapper-public.album-grid-theme-4 .album-list-view-content .album-list-item .album-image,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item .album-image,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item .album-image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
body .album-list-view-wrapper.album-grid-theme-3 .album-list-view-content .album-list-item .album-image:after,
body .album-list-view-wrapper-public.album-grid-theme-3 .album-list-view-content .album-list-item .album-image:after,
body .album-list-view-wrapper.album-grid-theme-4 .album-list-view-content .album-list-item .album-image:after,
body .album-list-view-wrapper-public.album-grid-theme-4 .album-list-view-content .album-list-item .album-image:after,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item .album-image:after,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item .album-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.45);
  content: ' ';
  transition: all 333ms ease-in-out;
  opacity: 0;
}
body .album-list-view-wrapper.album-grid-theme-3 .album-list-view-content .album-list-item .album-image + .album-list-item-title,
body .album-list-view-wrapper-public.album-grid-theme-3 .album-list-view-content .album-list-item .album-image + .album-list-item-title,
body .album-list-view-wrapper.album-grid-theme-4 .album-list-view-content .album-list-item .album-image + .album-list-item-title,
body .album-list-view-wrapper-public.album-grid-theme-4 .album-list-view-content .album-list-item .album-image + .album-list-item-title,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item .album-image + .album-list-item-title,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item .album-image + .album-list-item-title {
  pointer-events: none;
}
body .album-list-view-wrapper.album-grid-theme-3 .album-list-view-content .album-list-item .album-list-item-description,
body .album-list-view-wrapper-public.album-grid-theme-3 .album-list-view-content .album-list-item .album-list-item-description,
body .album-list-view-wrapper.album-grid-theme-4 .album-list-view-content .album-list-item .album-list-item-description,
body .album-list-view-wrapper-public.album-grid-theme-4 .album-list-view-content .album-list-item .album-list-item-description,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item .album-list-item-description,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item .album-list-item-description {
  display: none;
}
body .album-list-view-wrapper.album-grid-theme-3 .album-list-view-content .album-list-item .album-list-item-title,
body .album-list-view-wrapper-public.album-grid-theme-3 .album-list-view-content .album-list-item .album-list-item-title,
body .album-list-view-wrapper.album-grid-theme-4 .album-list-view-content .album-list-item .album-list-item-title,
body .album-list-view-wrapper-public.album-grid-theme-4 .album-list-view-content .album-list-item .album-list-item-title,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item .album-list-item-title,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item .album-list-item-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  opacity: 0;
  transition: all 333ms ease-in-out;
}
body .album-list-view-wrapper.album-grid-theme-3 .album-list-view-content .album-list-item .album-list-item-title a,
body .album-list-view-wrapper-public.album-grid-theme-3 .album-list-view-content .album-list-item .album-list-item-title a,
body .album-list-view-wrapper.album-grid-theme-4 .album-list-view-content .album-list-item .album-list-item-title a,
body .album-list-view-wrapper-public.album-grid-theme-4 .album-list-view-content .album-list-item .album-list-item-title a,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item .album-list-item-title a,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item .album-list-item-title a {
  color: white !important;
  padding: 10px 20px;
  max-width: 80%;
  border-radius: 10px;
  text-decoration: none;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.33);
}
body .album-list-view-wrapper.album-grid-theme-3 .album-list-view-content .album-list-item:hover .album-list-item-title,
body .album-list-view-wrapper-public.album-grid-theme-3 .album-list-view-content .album-list-item:hover .album-list-item-title,
body .album-list-view-wrapper.album-grid-theme-4 .album-list-view-content .album-list-item:hover .album-list-item-title,
body .album-list-view-wrapper-public.album-grid-theme-4 .album-list-view-content .album-list-item:hover .album-list-item-title,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item:hover .album-list-item-title,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item:hover .album-list-item-title {
  opacity: 1;
}
body .album-list-view-wrapper.album-grid-theme-3 .album-list-view-content .album-list-item:hover .album-image:after,
body .album-list-view-wrapper-public.album-grid-theme-3 .album-list-view-content .album-list-item:hover .album-image:after,
body .album-list-view-wrapper.album-grid-theme-4 .album-list-view-content .album-list-item:hover .album-image:after,
body .album-list-view-wrapper-public.album-grid-theme-4 .album-list-view-content .album-list-item:hover .album-image:after,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item:hover .album-image:after,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item:hover .album-image:after {
  opacity: 1;
}
body .album-list-view-wrapper.album-grid-theme-4 .album-list-view-content .album-list-item,
body .album-list-view-wrapper-public.album-grid-theme-4 .album-list-view-content .album-list-item,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item {
  width: auto;
  width: 500px;
  max-width: 50%;
}
body .album-list-view-wrapper.album-grid-theme-2 .album-list-view-content .album-list-item,
body .album-list-view-wrapper-public.album-grid-theme-2 .album-list-view-content .album-list-item {
  width: auto;
  width: 500px;
  max-width: 50%;
}
body .album-list-view-wrapper.album-grid-theme-5 .album-list-view-content .album-list-item,
body .album-list-view-wrapper-public.album-grid-theme-5 .album-list-view-content .album-list-item,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item {
  display: block;
  position: relative;
}
body .album-list-view-wrapper.album-grid-theme-5 .album-list-view-content .album-list-item .album-image,
body .album-list-view-wrapper-public.album-grid-theme-5 .album-list-view-content .album-list-item .album-image,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item .album-image,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item .album-image {
  position: relative;
  padding-top: 66%;
  padding-top: 66.6%;
  overflow: hidden;
  border-radius: 5px;
}
body .album-list-view-wrapper.album-grid-theme-5 .album-list-view-content .album-list-item .album-image > a img,
body .album-list-view-wrapper-public.album-grid-theme-5 .album-list-view-content .album-list-item .album-image > a img,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item .album-image > a img,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item .album-image > a img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%) !important;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
body .album-list-view-wrapper.album-grid-theme-5 .album-list-view-content .album-list-item .album-image > img,
body .album-list-view-wrapper-public.album-grid-theme-5 .album-list-view-content .album-list-item .album-image > img,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item .album-image > img,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item .album-image > img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%) !important;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
body .album-list-view-wrapper.album-grid-theme-5 .album-list-view-content .album-list-item .album-image .image.image-squared,
body .album-list-view-wrapper-public.album-grid-theme-5 .album-list-view-content .album-list-item .album-image .image.image-squared,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item .album-image .image.image-squared,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item .album-image .image.image-squared {
  display: none;
}
body .album-list-view-wrapper.album-grid-theme-5 .album-list-view-content .album-list-item .album-image .image.image-standard,
body .album-list-view-wrapper-public.album-grid-theme-5 .album-list-view-content .album-list-item .album-image .image.image-standard,
body .album-list-view-wrapper.album-grid-theme-6 .album-list-view-content .album-list-item .album-image .image.image-standard,
body .album-list-view-wrapper-public.album-grid-theme-6 .album-list-view-content .album-list-item .album-image .image.image-standard {
  display: block;
}
body.public .album-list-view-wrapper.album-grid-theme-3 .album-list-view-content .album-list-item .album-list-item-title,
body.public .album-list-view-wrapper.album-grid-theme-4 .album-list-view-content .album-list-item .album-list-item-title {
  pointer-events: none;
}
body.public .album-list-view-wrapper-public.album-grid-theme-3 .album-list-view-content .album-list-item .album-list-item-title,
body.public .album-list-view-wrapper-public.album-grid-theme-4 .album-list-view-content .album-list-item .album-list-item-title {
  pointer-events: none;
}
@media only screen and (max-width: 996px) {
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
    padding-left: 7px;
    padding-right: 7px;
  }
  html > body.themeid-calm-leftmenu html > body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar {
    width: 220px;
    padding: 20px 10px 20px 20px;
  }
  html > body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar,
  html > body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar {
    padding-left: 20px;
    padding-right: 20px;
    width: 280px;
  }
  html > body.themeid-calm-leftmenu .website220-page .website220-container .website220-content,
  html > body.theme-calm-leftmenu .website220-page .website220-container .website220-content {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  html > body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-custom-navigation,
  html > body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-custom-navigation {
    max-height: calc(100vh - 200px);
    overflow: auto;
    overflow-x: hidden;
  }
  html > body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .sidebar-menu .childs li:first-child,
  html > body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .sidebar-menu .childs li:first-child {
    display: none !important;
  }
  html > body.theme-notch-top-triumph .website220-page .website220-container .website220-sidebar .sidebar-menu * {
    color: white !important;
  }
}
textarea.form-control[name="message"]::placeholder {
  color: rgba(255, 255, 255, 0.01);
}
textarea.form-control[name="message"].placeholder-text::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  html > body {
    height: auto;
  }
  html > body .website220-page .website220-container .content img {
    max-height: 4515px;
    width: 100%;
  }
  html > body .website220-page .sidebar-logo .cstm-profile-logo,
  html > body.theme-doubleline .website220-page .sidebar-logo .cstm-profile-logo,
  html > body.theme-notch-top .website220-page .sidebar-logo .cstm-profile-logo,
  html > body.theme-notch-bottom .website220-page .sidebar-logo .cstm-profile-logo,
  html > body .website220-page .sidebar-logo .cstm-profile-logo a,
  html > body.theme-doubleline .website220-page .sidebar-logo .cstm-profile-logo a,
  html > body.theme-notch-top .website220-page .sidebar-logo .cstm-profile-logo a,
  html > body.theme-notch-bottom .website220-page .sidebar-logo .cstm-profile-logo a {
    font-size: 102%;
  }
  html > body .website220-page .website220-container,
  html > body.theme-doubleline .website220-page .website220-container,
  html > body.theme-notch-top .website220-page .website220-container,
  html > body.theme-notch-bottom .website220-page .website220-container {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    max-height: 45150px;
    padding-left: 0;
    padding-right: 0;
  }
  html > body .website220-page .website220-container .website220-sidebar,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar {
    width: 100% !important;
    padding: 20px 0;
    min-height: 1px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-footer,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-footer,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-footer,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-footer {
    display: none !important;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content {
    padding: 0 20px;
    width: 100%;
    flex-direction: row;
    direction: ltr;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
    flex: 4;
    text-align: left;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu {
    flex: 2;
    margin-top: 0;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .list-holder,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .list-holder,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .list-holder,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .list-holder {
    display: none;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation {
    text-align: right;
    justify-content: flex-end;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation,
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation:not(.show),
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation:not(.show),
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation:not(.show),
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation:not(.show) {
    display: block;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1545;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .nav-item.mobile-menu-opener,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .nav-item.mobile-menu-opener,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .nav-item.mobile-menu-opener,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .nav-item.mobile-menu-opener {
    display: none !important;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder {
    display: flex;
    align-items: center;
    height: 100%;
    height: 92vh;
    padding: 0;
    max-height: 92vh;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav {
    margin: 0 !important;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    flex: none;
    max-height: 100%;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item {
    display: block;
    margin: 0;
    padding: 0;
    flex: none;
    border: 0 !important;
    min-height: 40px;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a {
    display: block;
    text-align: center;
    padding: 12px 10px;
    color: #333;
    color: inherit !important;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a:after,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a:after,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a:after,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a:after {
    display: none !important;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link {
    position: relative;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link:before,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link:before,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link:before,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link:before {
    display: block !important;
    content: '›' !important;
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 40px;
    transform: translate(0, -50%);
    margin-top: -6px;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-height: 360px;
    background: transparent;
    bottom: auto;
    overflow: visible;
    pointer-events: auto;
    text-align: center;
    margin-bottom: 6px;
    padding-top: 6px;
    padding-bottom: 12px;
    margin-top: 0;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item:last-child,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item:last-child,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item:last-child,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item:last-child {
    padding-bottom: 80px;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item .nav-link,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item .nav-link,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item .nav-link,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item .nav-link {
    padding: 0;
    background: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current {
    display: none;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current + .childs,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current + .childs,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current + .childs,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current + .childs {
    border: 0 !important;
    box-shadow: none !important;
    display: block;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open.mobile-menu-open-child-active .list-holder > .navbar-nav > li > a,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open.mobile-menu-open-child-active .list-holder > .navbar-nav > li > a,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open.mobile-menu-open-child-active .list-holder > .navbar-nav > li > a,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open.mobile-menu-open-child-active .list-holder > .navbar-nav > li > a {
    display: none !important;
  }
  html > body .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer,
  html > body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer {
    background: transparent !important;
    color: black !important;
    line-height: 36px;
    font-size: 40px;
    margin-top: 10px !important;
    text-align: center;
    padding: 0 10px !important;
    font-weight: 300 !important;
    filter: none !important;
  }
  html > body .website220-page .website220-container .website220-content,
  html > body.theme-doubleline .website220-page .website220-container .website220-content,
  html > body.theme-notch-top .website220-page .website220-container .website220-content,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-content {
    flex: none;
    display: block;
    width: 100%;
    padding: 20px 20px;
    overflow: visible;
  }
  html > body .website220-page .website220-container .website220-content.nomargin,
  html > body.theme-doubleline .website220-page .website220-container .website220-content.nomargin,
  html > body.theme-notch-top .website220-page .website220-container .website220-content.nomargin,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-content.nomargin {
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
  }
  html > body .website220-page .website220-container .website220-content .slideshow-container.slideshow-fullsize,
  html > body.theme-doubleline .website220-page .website220-container .website220-content .slideshow-container.slideshow-fullsize,
  html > body.theme-notch-top .website220-page .website220-container .website220-content .slideshow-container.slideshow-fullsize,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-content .slideshow-container.slideshow-fullsize {
    padding: 0;
    margin: 0;
    max-width: 100% !important;
  }
  html > body .website220-page .website220-container .website220-content .content.content-wide,
  html > body.theme-doubleline .website220-page .website220-container .website220-content .content.content-wide,
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content.content-wide,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-content .content.content-wide {
    max-width: 100% !important;
  }
  html > body .website220-page .website220-container .website220-content .content .columns,
  html > body.theme-doubleline .website220-page .website220-container .website220-content .content .columns,
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content .columns,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-content .content .columns {
    display: block;
  }
  html > body .website220-page .website220-container .website220-content .content .columns .column,
  html > body.theme-doubleline .website220-page .website220-container .website220-content .content .columns .column,
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content .columns .column,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-content .content .columns .column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  html > body .website220-page .website220-container .website220-content .content .columns .column + .column,
  html > body.theme-doubleline .website220-page .website220-container .website220-content .content .columns .column + .column,
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content .columns .column + .column,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-content .content .columns .column + .column {
    margin-top: 20px;
  }
  html > body .website220-page .website220-container .website220-content .content .columns.logos-four,
  html > body.theme-doubleline .website220-page .website220-container .website220-content .content .columns.logos-four,
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content .columns.logos-four,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-content .content .columns.logos-four {
    display: flex;
  }
  html > body .website220-page .website220-container .website220-content .content .columns.logos-four .column,
  html > body.theme-doubleline .website220-page .website220-container .website220-content .content .columns.logos-four .column,
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content .columns.logos-four .column,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-content .content .columns.logos-four .column,
  html > body .website220-page .website220-container .website220-content .content .columns.logos-four .column + .column,
  html > body.theme-doubleline .website220-page .website220-container .website220-content .content .columns.logos-four .column + .column,
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content .columns.logos-four .column + .column,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-content .content .columns.logos-four .column + .column {
    margin-top: 0;
    width: 50%;
    flex-basis: 50%;
    padding: 0 20px;
  }
  html > body .website220-page .website220-container .website220-content .content-footer,
  html > body.theme-doubleline .website220-page .website220-container .website220-content .content-footer,
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content-footer,
  html > body.theme-notch-bottom .website220-page .website220-container .website220-content .content-footer {
    padding-bottom: 36px;
  }
  html > body.theme-notch-bottom .fullsize-layer-container .slideshow-container {
    padding-bottom: 0;
    padding-top: 56px;
  }
  html > body.theme-notch-bottom .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar {
    bottom: auto;
    top: 0;
  }
  html > body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-content .slogan-prehead,
  html > body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-content .slogan-description {
    font-size: 100% !important;
  }
  html > body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-content .slogan-main {
    font-size: 180% !important;
  }
  html > body.theme-notch-top.theme-notch-top-triumph .website220-page .website220-container .website220-sidebar .mobile-menu-opener {
    filter: invert(1);
  }
  html > body.theme-notch-top.theme-notch-top-triumph.color-black .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer,
  html > body.theme-notch-top.theme-notch-top-triumph.color-gray-dark .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer {
    color: white !important;
  }
  html > body.theme-doubleline .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation > .nav-item {
    filter: invert(1);
    opacity: 1;
  }
  html > body.theme-doubleline .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar {
    margin-left: 0;
    margin-right: 0;
  }
  html > body.theme-doubleline.color-gray-light .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation > .nav-item,
  html > body.theme-doubleline.color-white .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation > .nav-item {
    filter: invert(1);
    opacity: 1;
  }
  html > body.theme-doubleline.color-gray-light .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.navbar-nav .list-holder .nav-item a,
  html > body.theme-doubleline.color-white .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.navbar-nav .list-holder .nav-item a,
  html > body.theme-doubleline.color-gray-light .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.navbar-nav .list-holder .nav-item .nav-link,
  html > body.theme-doubleline.color-white .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.navbar-nav .list-holder .nav-item .nav-link {
    color: #333 !important;
  }
  html > body .website220-page .website220-container .content.content-footer .footer-logo img {
    max-width: 40vw;
  }
  html > body.color-gray-dark .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .list-holder,
  html > body.color-black .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .list-holder {
    background: rgba(0, 0, 0.9);
  }
  html > body .album-list-view-wrapper .album-list-view-content .album-list-item,
  html > body .album-list-view-wrapper-public .album-list-view-content .album-list-item {
    width: 50%;
    min-width: 100px;
    max-width: 50%;
  }
  html > body .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a,
  html > body .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-title a {
    font-size: 80%;
  }
  html > body .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-description p,
  html > body .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-description p {
    font-size: 90%;
  }
}
body .page-protected {
  background: #fff;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: flex-start;
  flex-wrap: nowrap;
  z-index: 10000;
  width: auto;
  max-width: 100%;
  box-shadow: none;
  align-items: center;
  height: auto;
  height: 100vh;
  min-height: 400px;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-family: inherit;
}
body .page-protected .subcontainer {
  opacity: 1!important;
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  width: auto;
  max-height: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  height: auto;
  overflow: hidden;
  min-width: 480px;
}
body .page-protected .subcontainer .protected-header {
  text-align: center;
  margin-bottom: 30px;
}
body .page-protected .subcontainer .protected-header a {
  color: #333;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
}
body .page-protected .subcontainer .protected-header a:hover {
  border-bottom: 1px solid;
  border-color: inherit;
}
body .page-protected .subcontainer .protected-body p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin: 0;
  padding: 0 0 10px;
}
body .page-protected .subcontainer .protected-body .form-error .error {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #D35046;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0;
}
body .page-protected .subcontainer .protected-body .protected-form .form-input input {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  height: 50px;
  padding: 15px 20px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  outline: none !important;
  line-height: 20px;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}
body .page-protected .subcontainer .protected-body .protected-form .form-input input:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
body .page-protected .subcontainer .protected-body .protected-form .form-input input:focus {
  border-color: #ddd;
  background: #fbfbfb;
}
body .page-protected .subcontainer .protected-body .protected-form .form-buttons {
  margin-top: 12px;
}
body .page-protected .subcontainer .protected-body .protected-form .form-buttons .button {
  width: 48%;
  float: left;
  display: inline-block;
  height: 44px;
  line-height: 20px;
  padding: 11px 15px;
  text-align: center;
  font-size: 13px;
  color: #777 !important;
  border: 1px solid #ddd;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 3px;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
}
body .page-protected .subcontainer .protected-body .protected-form .form-buttons .button + .button {
  float: right;
}
body .page-protected .subcontainer .protected-body .protected-form .form-buttons .button:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
body .page-protected .subcontainer .protected-body .protected-form .form-buttons .button.button-action {
  border-color: #29a4f9 !important;
  background: #29a4f9 !important;
  color: white !important;
  font-weight: 500;
}
body .page-protected .subcontainer .protected-body .protected-form .form-buttons .button.button-action:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15) inset;
}
body.color-gray-dark .page-protected,
body.color-black .page-protected {
  background: #000;
}
body.color-gray-dark .page-protected .subcontainer .protected-header a,
body.color-black .page-protected .subcontainer .protected-header a {
  color: #fff;
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-input input,
body.color-black .page-protected .subcontainer .protected-body .protected-form .form-input input {
  background: #333;
  border: 1px solid #333;
  color: white;
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-input input:hover,
body.color-black .page-protected .subcontainer .protected-body .protected-form .form-input input:hover {
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.15);
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-input input:focus,
body.color-black .page-protected .subcontainer .protected-body .protected-form .form-input input:focus {
  border-color: #555;
  background: #444;
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-buttons .button,
body.color-black .page-protected .subcontainer .protected-body .protected-form .form-buttons .button {
  color: #999 !important;
  border: 1px solid #333;
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-buttons .button:hover,
body.color-black .page-protected .subcontainer .protected-body .protected-form .form-buttons .button:hover {
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.1) inset;
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-buttons .button.button-action,
body.color-black .page-protected .subcontainer .protected-body .protected-form .form-buttons .button.button-action {
  border-color: #29a4f9 !important;
  background: #29a4f9 !important;
  color: white !important;
  font-weight: 500;
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-buttons .button.button-action:hover,
body.color-black .page-protected .subcontainer .protected-body .protected-form .form-buttons .button.button-action:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
body.color-gray-dark .page-protected {
  background: #333;
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-input input {
  background: #555;
  border: 1px solid #555;
  color: white;
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-input input:hover {
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.15);
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-input input:focus {
  border-color: #777;
  background: #666;
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-buttons .button {
  color: #999 !important;
  border: 1px solid #555;
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-buttons .button:hover {
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.1) inset;
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-buttons .button.button-action {
  border-color: #29a4f9 !important;
  background: #29a4f9 !important;
  color: white !important;
  font-weight: 500;
}
body.color-gray-dark .page-protected .subcontainer .protected-body .protected-form .form-buttons .button.button-action:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
html > .public#wrapper sp-header-modern {
  display: none !important;
}
html > .public#wrapper .cstm-custom-navigation {
  opacity: 0.01 !important;
}
html > .public#wrapper .cstm-custom-navigation.loaded {
  opacity: 1 !important;
}
html > .public#wrapper .sp-plus-button {
  display: none !important;
}
html > .public#wrapper .website220-page .website220-container .website220-content .cell > .sp-plus-button,
html > .public#wrapper .website220-page .website220-container .website220-content .content > .sp-plus-button {
  display: none !important;
}
html > .public#wrapper .cstm-profile-logo.loaded {
  opacity: 0;
  outline: none;
}
html > .public#wrapper .cstm-profile-logo.loaded-public {
  opacity: 1 !important;
}
html > .public#wrapper .cstm-custom-navigation.loaded {
  opacity: 0 !important;
  outline: none;
}
html > .public#wrapper .cstm-custom-navigation.loaded-public.loaded,
html > .public#wrapper .cstm-custom-navigation.loaded-public {
  opacity: 1 !important;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder {
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Spectral, serif;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page {
  width: 100%;
  min-width: 100%;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page.page-homepage .website-220-sidebar {
  background: rgba(0, 0, 0, 0.95);
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: white;
  background: rgba(255, 255, 255, 0.97);
  -webkit-backdrop-filter: saturate(200%) blur(3px);
  backdrop-filter: saturate(200%) blur(3px);
  z-index: 200;
  transform: translate3d(0, 0, 0);
  min-height: 74px;
  padding-bottom: 0;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content {
  max-width: 100%;
  flex: none;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-logo {
  padding-bottom: 20px;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu {
  display: block;
  flex: none;
  margin-top: 0;
  position: relative;
  width: 100%;
  bottom: -1px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav {
  display: block;
  flex: none;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a {
  color: #dbb14e !important;
  font-weight: normal;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active .childs li a {
  color: #5f6063 !important;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active .childs li a:hover {
  color: #dbb14e !important;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item:hover ul {
  min-width: 280px;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item:hover ul li a {
  text-align: left;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item ul {
  min-width: 280px;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item ul li a {
  text-align: left;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item .nav-link:after {
  display: none !important;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a {
  color: #5f6063 !important;
  letter-spacing: 0.15rem;
  line-height: 1.4;
  font-size: 13px;
  padding: 8px 16px;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:after {
  display: none !important;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover {
  color: #dbb14e !important;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .list-holder > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page.page-homepage .slideshow-homepage {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page.page-homepage .slideshow-homepage .cstm-slideshow,
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page.page-homepage .slideshow-homepage iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page.page-homepage .content-footer {
  display: none !important;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Spectral, serif;
  line-height: 1.4;
  padding: 0;
  padding-top: 170px;
  overflow: visible;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .btn-dark,
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .btn-light {
  border-color: #444 !important;
  background: #444 !important;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .row-quote {
  padding-left: 42px;
  padding-right: 42px;
  background-image: url('https://stored-edge.slickpic.com/MjU3ODA0N2I1MjI1OTk,/20200427/MTY5MDEwMTY1MmI5/p/2560/quote-down.png'), url('https://stored-edge.slickpic.com/MjU3ODA0N2I1MjI1OTk,/20200427/MTY5MDEwMTU5OTVi/p/2560/quote-up.png');
  background-position: right 8px, 0 8px;
  background-repeat: no-repeat, no-repeat;
  background-size: 24px auto, 24px auto;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-description,
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-description {
  display: none !important;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .album-list-view-wrapper .album-list-view-content .album-list-item .album-image img,
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-image img {
  border-radius: 5px;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .album-list-view-wrapper .album-list-view-content .album-list-item .album-image img:hover,
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-image img:hover {
  transform: scale(1.03);
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.4;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content > .row + .row {
  margin-top: 20px;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content .content {
  padding-left: 0;
  padding-right: 0;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content.content-wide,
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content.fullsize {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content.fullsize-padder,
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content.content-wide-padder {
  padding-left: 30px;
  padding-right: 30px;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content.superwide {
  width: 100%;
  padding: 0;
  height: 100%;
  height: calc(100vh - 136px);
  margin-top: -54px;
  margin-bottom: -100px;
  background: #111;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content.superwide ~ * {
  display: none !important;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content.superwide iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-footer {
  padding-top: 24px;
  padding-bottom: 30px;
  max-width: 100%;
  width: 100%;
  background: #333;
  color: white;
  margin: 0;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-footer .footer-logo,
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-footer > hr {
  display: none;
}
@media screen and (max-width: 1200px) {
  html body .pswp .pswp__caption .pswp__caption__center {
    max-width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 40px;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content.superwide {
    height: calc(100vh - 160px);
    margin-top: -30px;
  }
}
body.theme-notch-top.theme-notch-top-triumph .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs > .nav-link:after {
  filter: invert(1);
}
body.theme-notch-top.theme-notch-top-triumph .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs .childs li:first-child {
  display: none !important;
}
body.theme-notch-top.theme-notch-top-triumph .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs .childs .nav-item a {
  color: #333 !important;
}
.nav-item > a[href="javascript:;"] {
  cursor: default !important;
}
.website-page-back-to-top {
  position: fixed;
  z-index: 1004;
  bottom: 34px;
  right: 40px;
  height: 50px;
  line-height: 30px;
  margin: 0 !important;
  color: #fff;
  width: 51px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: all 0.333s ease;
  -moz-transition: all 0.333s ease;
  transition: all 0.333s ease;
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
.website-page-back-to-top:before {
  height: 30px;
  width: 40px;
  background: url('https://assets-edge.slickpic.com/img/common/ico-top.png') no-repeat 0 0;
  content: ' ';
  position: absolute;
  top: 13px;
  left: 5px;
}
.website-page-back-to-top > span {
  padding-left: 16px;
  color: #fff;
  text-indent: -4515px;
  display: none;
}
.theme-notch-bottom .website-page-back-to-top {
  bottom: 90px;
}
.color-white .website-page-back-to-top,
.color-gray-light .website-page-back-to-top {
  filter: invert(1);
}
@media only screen and (min-width: 996px) {
  body .website-page-back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.95) !important;
    -webkit-transition: all 0.333s ease;
    -moz-transition: all 0.333s ease;
    transition: all 0.333s ease;
  }
  body .website-page-back-to-top:hover:before {
    background-position: -40px 0;
  }
}
@media only screen and (max-width: 996px) {
  body .website-page-back-to-top {
    transform: scale(0.75);
  }
}
.website220-page .website220-container .website220-content.content-iframe-fullsize {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}
.website220-page .website220-container .website220-content.content-iframe-fullsize .iframe-photoblog {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}
.website220-page .website220-container .website220-content.content-iframe-fullsize .iframe-photoblog iframe {
  width: 100%;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  height: 480px;
  min-height: 100vh;
  max-height: 100vh;
}
@media only screen and (max-width: 767px) {
  .website220-page .website220-container .website220-content.content-iframe-fullsize {
    max-height: calc(100vh - 70px);
  }
  .website220-page .website220-container .website220-content.content-iframe-fullsize .iframe-photoblog iframe {
    max-height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 767px) {
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item .nav-link,
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item .nav-link {
    color: #333;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container {
    padding-top: 90px;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
    position: absolute;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 32px;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu {
    border: 0;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open {
    z-index: 9999;
    background: white;
    border: 0;
    height: 100vh;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content {
    padding-left: 0;
    padding-right: 0;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content.album-list-view-wrapper,
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content.album-list-view-wrapper-public {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content.album-list-view-wrapper .album-list-view-content .album-list-item,
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content.album-list-view-wrapper-public .album-list-view-content .album-list-item {
    padding: 0 10px 30px 10px;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content .content {
    padding-left: 0;
    padding-right: 0;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content > .row .cell .box-image.content + p + p {
    margin-top: 8px;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content > .row .cell + .cell {
    margin-top: 30px;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content > .row + .row {
    margin-top: 12px;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content.superwide {
    height: calc(100vh - 76px);
    margin-top: -36px;
  }
}
.yurgen {
  color: red;
}
@media screen and (min-width: 768px) {
  a.nav-link[href="https://www.slickpic.com/redirect/457beb4c3543a4c39add80adf1e0f5a4"],
  a.nav-link[href="http://www.instagram.com/jaxpropix"] {
    background: url(https://assets-edge.slickpic.com/img/ico-web-instagram.png) no-repeat center left;
    background-size: 18px auto;
    padding-left: 26px;
    min-height: 20px;
    margin-bottom: 4px;
    text-indent: -4515px;
    font-size: 0;
    color: transparent;
  }
  body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 60px;
  }
  body.theme-notch-top .website220-page .website220-container .content.content-footer .footer-logo img {
    max-height: 96px;
  }
}
@media screen and (max-width: 767px) {
  body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
  body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
  body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img,
  body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img {
    max-height: 64px;
  }
  body.theme-calm-leftmenu .website220-page .website220-container {
    outline: none !important;
    box-shadow: none !important;
  }
  body.theme-calm-leftmenu .website220-page .website220-container .slideshow-container.slideshow-fullsize {
    outline: none !important;
  }
  body.theme-calm-leftmenu .website220-page .website220-container .slideshow-container.slideshow-fullsize .cstm-slideshow {
    height: calc(100vh - 104px) !important;
  }
  body.theme-calm-leftmenu .website220-page .website220-container .slideshow-container.slideshow-fullsize .cstm-slideshow[data-fit="contain"] {
    height: calc(100vh - 200px) !important;
  }
  body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.theme-calm-leftmenu .website220-page .website220-container .slideshow-container.slideshow-fullsize .slideshow-sizer {
    padding-top: calc(100vh - 104px) !important;
  }
  body[data-user-id="254834"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 80px;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item .nav-link,
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item .nav-link {
    color: #333;
  }
  body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul,
  body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul,
  body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item ul {
    opacity: 1 !important;
    max-height: 4515px !important;
  }
}
html body .website220-page .website220-container .website220-sidebar .sidebar-menu *.active,
html body .website220-page .website220-container .website220-sidebar .sidebar-menu *.active > * {
  font-weight: inherit;
  opacity: 0.7;
}
.website220-page .website220-container .content.content-footer .footer-logo img {
  width: auto;
}
.website220-page .website220-container .content .row img {
  height: auto !important;
}
.grecaptcha-badge,
.grecaptcha-logo {
  opacity: 0.005 !important;
  pointer-events: none !important;
}
html body.theme-notch-top.color-black .fullsize-layer-cell .website220-page .website220-container .website220-sidebar {
  background: inherit;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul {
  min-width: 220px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item a,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item a,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item a {
  text-align: left;
}
html > body.public#wrapper .cstm-profile-logo.loaded,
html > body.public#wrapper[data-page-url-host="https://sergeramelliphotos.com"] .cstm-profile-logo.loaded,
html > body.public#wrapper .sidebar-menu .cstm-custom-navigation,
html > body.public#wrapper[data-page-url-host="https://sergeramelliphotos.com"] .sidebar-menu .cstm-custom-navigation {
  opacity: 1 !important;
}
html > .public#wrapper .website220-page .website220-container .cstm-custom-navigation .list-holder.navigation-items-wrapper {
  opacity: 1 !important;
}
body.theme-notch-top.theme-notch-top-triumph .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
  padding-left: 16px;
}
body .website220-content .content-container.dougstratton {
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  height: calc(100vh - 94px);
  position: relative;
}
body .website220-content .content-container.dougstratton .content {
  width: 100%;
  margin: 0;
  padding: 0;
  position: initial;
}
body .website220-content .content-container.dougstratton .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body[data-user-id="254834"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 112px;
}
body[data-user-id="257755"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
body[data-user-id="257755"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
body[data-user-id="257755"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img,
body[data-user-id="257755"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img {
  max-width: 116%;
}
body[data-user-id="262082"] .website220-page .website220-container .website220-sidebar .sidebar-menu * a {
  text-transform: lowercase;
}
body[data-page-id="9706"] .website220-page .website220-container .website220-content {
  padding-bottom: 0 !important;
}
body.theme-notch-top.theme-notch-top-triumph.color-black .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs .childs .nav-item a,
body.theme-notch-top.theme-notch-top-triumph.color-gray-dark .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs .childs .nav-item a {
  color: #fff !important;
}
body.theme-notch-top.theme-notch-top-triumph.color-black .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs > .nav-link:after,
body.theme-notch-top.theme-notch-top-triumph.color-gray-dark .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs > .nav-link:after {
  filter: invert(0);
}
body .justified-gallery > .entry-visible {
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
body .flow-grid .flow-item.loading {
  opacity: 1 !important;
}
body .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .childs {
  display: none !important;
}
body .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item.has-childs .has-childs .nav-link:after {
  display: none !important;
}
body #ijfls5 {
  font-size: 18px;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs,
body.theme-doubleline-nemesis .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs,
body.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs {
  padding-top: 0;
}
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item:first-child,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item:first-child,
body.theme-doubleline-nemesis .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item:first-child,
body.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .childs .nav-item:first-child {
  display: none;
}
html > body[data-page-id="7711"] .website220-page .website220-container .image-splash .slideshow-container,
html > body[data-page-id="7711"] .website220-page .website220-container .image-splash .slideshow-container * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
}
html > body[data-page-id="7711"].public .slideshow-sizer,
html > body[data-page-id="7711"].public .album-actions {
  display: none !important;
}
html > body[data-page-id="2506"].color-gray-dark .website220-page .website220-container .form-control::placeholder,
html > body[data-page-id="2506"].color-black .website220-page .website220-container .form-control::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
html > body[data-page-id="2506"] input[type="button"] {
  background-color: #333;
  border-color: #333;
}
html > body[data-page-id="2507"] .album-list-view-wrapper.content.content-narrow {
  max-width: 960px;
}
html > body[data-page-id="2507"] .album-list-view-wrapper-public.content.content-narrow {
  max-width: 960px;
}
html > body[data-page-id="2507"] .album-list-view-wrapper .album-list-view-content {
  margin-top: 24px;
}
html > body[data-page-id="2507"] .album-list-view-wrapper-public .album-list-view-content {
  margin-top: 24px;
}
html > body[data-page-id="2507"] .album-list-view-wrapper .album-list-view-content .album-list-item,
html > body[data-page-id="2507"] .album-list-view-wrapper-public .album-list-view-content .album-list-item {
  padding: 10px 10px 10px;
  margin: 0;
  max-width: 480px;
}
html > body[data-page-id="2507"] .album-list-view-wrapper .album-list-view-content .album-list-item a,
html > body[data-page-id="2507"] .album-list-view-wrapper-public .album-list-view-content .album-list-item a {
  color: #333;
  font-weight: 400;
}
html > body[data-page-id="2507"] .album-list-view-wrapper .album-list-view-content .album-list-item a:hover,
html > body[data-page-id="2507"] .album-list-view-wrapper-public .album-list-view-content .album-list-item a:hover {
  color: #29a4f9;
}
html > body[data-page-id="2507"] .album-list-view-wrapper .album-list-view-content .album-list-item img,
html > body[data-page-id="2507"] .album-list-view-wrapper-public .album-list-view-content .album-list-item img {
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  border-radius: 5px;
  transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: transform;
}
html > body[data-page-id="2507"] .album-list-view-wrapper .album-list-view-content .album-list-item img:hover,
html > body[data-page-id="2507"] .album-list-view-wrapper-public .album-list-view-content .album-list-item img:hover {
  transform: scale(1.03);
}
html > body.theme-wonder .website220-page.page-homepage {
  overflow-x: hidden;
}
html > body.theme-wonder .website220-page.page-homepage > .website220-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding-top: 0 !important;
}
html > body.theme-wonder .website220-page.page-homepage > .website220-container > .website220-sidebar {
  position: relative;
  top: auto;
  left: auto;
  display: block;
}
html > body.theme-wonder .website220-page.page-homepage > .website220-container > .website220-content {
  flex: 2;
  display: flex;
  padding: 0;
}
html > body.theme-wonder .website220-page.page-homepage > .website220-container > .website220-content .slideshow-homepage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 996px) {
  html > body.theme-notch-top .website220-page .sidebar-logo .cstm-profile-logo,
  html > body.theme-notch-top .website220-page .sidebar-logo .cstm-profile-logo a {
    font-size: 102%;
  }
  html > body.theme-notch-top .website220-page .website220-container {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    max-height: 45150px;
    padding-left: 0;
    padding-right: 0;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar {
    width: 100% !important;
    padding: 20px 0;
    min-height: 1px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-footer {
    display: none !important;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content {
    padding: 0 20px;
    width: 100%;
    flex-direction: row;
    direction: ltr;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
    flex: 4;
    text-align: left;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu {
    flex: 2;
    margin-top: 0;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .list-holder {
    display: none;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation {
    text-align: right;
    justify-content: flex-end;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation,
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation:not(.show) {
    display: block;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1545;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .nav-item.mobile-menu-opener {
    display: none !important;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder {
    display: flex;
    align-items: center;
    height: 100%;
    height: 92vh;
    padding: 0;
    max-height: 92vh;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav {
    margin: 0 !important;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    flex: none;
    max-height: 100%;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item {
    display: block;
    margin: 0;
    padding: 0;
    flex: none;
    border: 0 !important;
    min-height: 40px;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a {
    display: block;
    text-align: center;
    padding: 12px 10px;
    color: #333;
    color: inherit !important;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a:after {
    display: none !important;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link {
    position: relative;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link:before {
    display: block !important;
    content: '›' !important;
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 40px;
    transform: translate(0, -50%);
    margin-top: -6px;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-height: 360px;
    background: transparent;
    bottom: auto;
    overflow: visible;
    pointer-events: auto;
    text-align: center;
    margin-bottom: 6px;
    padding-top: 6px;
    padding-bottom: 12px;
    margin-top: 0;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item:last-child {
    padding-bottom: 80px;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item .nav-link {
    padding: 0;
    background: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current {
    display: none;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current + .childs {
    border: 0 !important;
    box-shadow: none !important;
    display: block;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open.mobile-menu-open-child-active .list-holder > .navbar-nav > li > a {
    display: none !important;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer {
    background: transparent !important;
    color: black !important;
    line-height: 36px;
    font-size: 40px;
    margin-top: 10px !important;
    text-align: center;
    padding: 0 10px !important;
    font-weight: 300 !important;
    filter: none !important;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-content {
    flex: none;
    display: block;
    width: 100%;
    padding: 20px 20px;
    overflow: visible;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-content.nomargin {
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-content .slideshow-container.slideshow-fullsize {
    padding: 0;
    margin: 0;
    max-width: 100% !important;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content.content-wide {
    max-width: 100% !important;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content .columns {
    display: block;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content .columns .column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content .columns .column + .column {
    margin-top: 20px;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content .columns.logos-four {
    display: flex;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content .columns.logos-four .column,
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content .columns.logos-four .column + .column {
    margin-top: 0;
    width: 50%;
    flex-basis: 50%;
    padding: 0 20px;
  }
  html > body.theme-notch-top .website220-page .website220-container .website220-content .content-footer {
    padding-bottom: 36px;
  }
  html > body.theme-notch-top .navbar:before,
  html > body.theme-notch-top .navbar:after {
    content: " ";
    display: table;
  }
  html > body.theme-notch-top .navbar:after {
    clear: both;
  }
  html > body.theme-notch-top .mobile-menu-left {
    float: left;
    width: 10%;
    flex: none;
  }
  html > body.theme-notch-top .mobile-logo-right {
    width: 100%;
    float: left;
    flex: none;
    max-width: 80%;
    text-align: center;
    padding-right: 11% !important;
  }
  html > body.theme-notch-top .cstm-custom-navigation,
  html > body.theme-notch-top .cstm-custom-navigation:not(.show) {
    display: block;
  }
  html > body.theme-notch-top .cstm-custom-navigation .nav-item.mobile-menu-opener {
    display: inline-block !important;
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    vertical-align: middle;
    background-size: 100% 100%;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-indent: -4515px;
  }
  html > body.theme-notch-top .cstm-custom-navigation .navbar-nav {
    display: none;
  }
  html > body.theme-notch-top .cstm-custom-navigation.mobile-open .mobile-menu-closer {
    display: block !important;
    background: #444;
    font-family: Arial !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1502;
    width: 36px;
    height: 36px;
    margin: 12px;
    border-radius: 100%;
    color: white;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
  }
  html > body.theme-notch-top .cstm-custom-navigation.mobile-open .mobile-menu-child-back {
    display: none !important;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1502;
    width: 36px;
    height: 36px;
    margin: 12px;
    border-radius: 100%;
    color: inherit !important;
    text-align: center;
    line-height: 36px;
    font-size: 30px !important;
    padding-top: 7px;
  }
  html > body.theme-notch-top .cstm-custom-navigation.mobile-open.mobile-menu-open-child-active .mobile-menu-child-back {
    display: block !important;
    filter: none !important;
  }
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder.color-black .website220-page .website220-sidebar {
  background: black;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder.color-gray-dark .website220-page .website220-sidebar {
  background: #3f3f3f;
}
body.theme-doubleline.theme-doubleline-nemesis.theme-wonder.color-gray-light .website220-page .website220-sidebar {
  background: #f2f2f2;
}
.window-modal {
  position: fixed;
  display: flex;
  flex-direction: row;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  z-index: 10050;
}
.window-modal.active,
.window-modal.show {
  display: block !important;
}
.window-modal,
.window-modal * {
  font-family: "AwFont", "Helvetica Neue", "Roboto", "Helvetica", "Lato", "Open Sans", "Helvetica Neue LT Std", "Helvetica", "Arial", "Trebuchet MS", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.window-modal .modal-background-overlay {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.window-modal .modal-container {
  position: relative;
  width: 640px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 100%;
  height: auto;
  min-height: 240px;
  max-height: 480px;
  flex-grow: 0;
  flex-basis: 640px;
  align-items: center;
  background: white;
  padding: 30px 20px;
  z-index: 10050;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.031), 0 6.7px 5.3px rgba(0, 0, 0, 0.044), 0 12.5px 10px rgba(0, 0, 0, 0.055), 0 22.3px 17.9px rgba(0, 0, 0, 0.066), 0 41.8px 33.4px rgba(0, 0, 0, 0.079), 0 100px 80px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
}
.window-modal .modal-container .modal-header {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}
.window-modal .modal-container .modal-header h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}
.window-modal .modal-container .modal-header .modal-close {
  position: absolute;
  top: -18px;
  right: -4px;
  font-size: 24px;
  color: #777;
  line-height: 24px;
  text-decoration: none !important;
}
.window-modal .modal-container .modal-header .modal-close:hover {
  color: #c00;
}
.window-modal .modal-container .modal-body {
  max-height: 394px;
  overflow: auto;
  overflow-x: hidden;
  font-size: 13px;
  line-height: 18px;
  padding: 20px 20px 40px 0;
  color: #000;
  white-space: pre-wrap;
}
@media only screen and (max-width: 1080px) {
  html > body .bottom-fixed .button-container.with-cart-items {
    right: 20px;
    bottom: 54px;
  }
  html > body.themeid-calm-leftmenu .products-listing,
  html > body.theme-calm-leftmenu .products-listing {
    margin-bottom: 15px !important;
  }
  html > body.themeid-calm-leftmenu .products-listing .cart-title,
  html > body.theme-calm-leftmenu .products-listing .cart-title {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html > body.themeid-calm-leftmenu .products-listing .listing-product,
  html > body.theme-calm-leftmenu .products-listing .listing-product {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  html > body.themeid-calm-leftmenu .products-listing .listing-product .product-container .product-image,
  html > body.theme-calm-leftmenu .products-listing .listing-product .product-container .product-image {
    width: 48px !important;
    flex-basis: 48px !important;
  }
  html > body.themeid-calm-leftmenu .products-listing .listing-product .product-container .product-image img,
  html > body.theme-calm-leftmenu .products-listing .listing-product .product-container .product-image img {
    max-width: 40px !important;
    max-height: 160px !important;
  }
  html > body.themeid-calm-leftmenu .products-listing .listing-prices:after,
  html > body.theme-calm-leftmenu .products-listing .listing-prices:after {
    display: none !important;
  }
  html > body.themeid-calm-leftmenu .products-listing .prices-line,
  html > body.theme-calm-leftmenu .products-listing .prices-line {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  html > body.themeid-calm-leftmenu .order-form-container,
  html > body.theme-calm-leftmenu .order-form-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  html > body.themeid-calm-leftmenu .order-form-container .panels,
  html > body.theme-calm-leftmenu .order-form-container .panels {
    flex-direction: column !important;
  }
  html > body.themeid-calm-leftmenu .order-form-container .panels .panel-left,
  html > body.theme-calm-leftmenu .order-form-container .panels .panel-left {
    padding-right: 0 !important;
    width: 100% !important;
    flex-basis: 100% !important;
    order: 50 !important;
  }
  html > body.themeid-calm-leftmenu .order-form-container .panels .panel-right,
  html > body.theme-calm-leftmenu .order-form-container .panels .panel-right {
    width: 100% !important;
    flex-basis: 100% !important;
    order: 10 !important;
  }
}
.sp-subscribe-form .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  text-align: center;
}
.sp-subscribe-form .container .success-message,
.sp-subscribe-form .container .error-message {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  text-align: center;
  margin: 10px auto;
}
.sp-subscribe-form .container .success-message {
  color: #43a047;
  font-size: 18px;
  line-height: 24px;
}
.sp-subscribe-form .container .error-message {
  color: #c00;
}
.sp-subscribe-form .form-container {
  display: flex;
  flex: auto;
  width: auto;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.sp-subscribe-form .form-container .form-element {
  position: relative;
  flex-basis: 32%;
  width: 32%;
  margin-left: 0;
  margin-right: 0;
}
.sp-subscribe-form .form-container .form-element:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}
.sp-subscribe-form .form-container .form-element input[type=text],
.sp-subscribe-form .form-container .form-element input[type=number],
.sp-subscribe-form .form-container .form-element input[type=email] {
  display: block;
  width: 100%;
  height: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  transition: all 333ms ease-in-out;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
}
.sp-subscribe-form .form-container .form-element input[type=text]:focus,
.sp-subscribe-form .form-container .form-element input[type=number]:focus,
.sp-subscribe-form .form-container .form-element input[type=email]:focus {
  border-color: rgba(0, 0, 0, 0.2);
}
.sp-subscribe-form .form-container .form-element input[type="button"] {
  display: block;
  width: 100%;
  height: 44px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #333;
  color: white;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
  text-align: center;
  border-radius: 1px;
  transition: all 333ms ease-in-out;
}
body.color-gray-dark .form-container .form-element input[type=email],
body.color-black .form-container .form-element input[type=email],
body.color-gray-dark .form-container .form-element input[type=text],
body.color-black .form-container .form-element input[type=text],
body.color-gray-dark .form-container .form-element input[type=number],
body.color-black .form-container .form-element input[type=number] {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}
body.color-gray-dark .form-container .form-element input[type=email]::placeholder,
body.color-black .form-container .form-element input[type=email]::placeholder,
body.color-gray-dark .form-container .form-element input[type=text]::placeholder,
body.color-black .form-container .form-element input[type=text]::placeholder,
body.color-gray-dark .form-container .form-element input[type=number]::placeholder,
body.color-black .form-container .form-element input[type=number]::placeholder {
  color: #999 !important;
}
body.color-gray-dark .form-container .form-element input[type=email]:focus,
body.color-black .form-container .form-element input[type=email]:focus,
body.color-gray-dark .form-container .form-element input[type=text]:focus,
body.color-black .form-container .form-element input[type=text]:focus,
body.color-gray-dark .form-container .form-element input[type=number]:focus,
body.color-black .form-container .form-element input[type=number]:focus {
  border-color: rgba(255, 255, 255, 0.25);
}
body.color-gray-dark .form-container .form-element input[type="button"],
body.color-black .form-container .form-element input[type="button"] {
  background: #eee;
  color: #111;
}
@media only screen and (max-width: 767px) {
  .sp-subscribe-form .form-container {
    flex-wrap: wrap;
  }
  .sp-subscribe-form .form-container .form-element {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.marketingmodal-container {
  background: rgba(0, 0, 0, 0.33);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 300;
}
.marketingmodal-container.position-center-center {
  align-items: center;
}
.marketingmodal-container.position-center-center .marketingmodal-position .marketingmodal-content {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
.marketingmodal-container.position-center-bottom {
  align-items: flex-end;
}
.marketingmodal-container.position-center-bottom .marketingmodal-position .marketingmodal-content {
  border-radius: 3px 3px 0 0;
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
.marketingmodal-container.position-center-top {
  align-items: flex-start;
}
.marketingmodal-container.position-center-top .marketingmodal-position .marketingmodal-content {
  border-radius: 0 0 3px 3px;
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@media all and (min-width: 768px) {
  .marketingmodal-container.position-right-bottom {
    align-items: flex-end;
  }
  .marketingmodal-container.position-right-bottom .marketingmodal-position .marketingmodal-content {
    margin-right: 0;
    margin-left: auto;
    border-radius: 3px 0 0 0;
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
  }
  .marketingmodal-container.position-center-right {
    align-items: center;
  }
  .marketingmodal-container.position-center-right .marketingmodal-position .marketingmodal-content {
    margin-right: 0;
    margin-left: auto;
    border-radius: 3px 0 0 3px;
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
  }
}
.marketingmodal-container .marketingmodal-position {
  display: block;
  width: 100%;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content {
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  max-width: 100%;
  border-radius: 3px;
  overflow: hidden;
  max-height: 100%;
  width: 600px;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-height: calc(100vh - 100px);
  z-index: 100000;
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 333ms;
  -webkit-animation-duration: 333ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.22, 1);
  visibility: visible !important;
  padding: 12px;
  min-height: 100px;
  overflow: auto;
  overflow-x: hidden;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-subcontent {
  max-height: calc(100vh - 120px);
  overflow: auto;
  padding: 48px 32px;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #bbb !important;
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  background: white;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  text-align: right;
  line-height: 20px;
  z-index: 10 !important;
  opacity: 1 !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  padding-right: 4px !important;
  transition: all 333ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .close:hover {
  color: #d00 !important;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: transparent;
  content: '';
  pointer-events: none;
  border: 2px solid #eee;
  border-radius: 3px;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  padding: 0;
  margin: 0 0 4px;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-header:empty {
  display: none;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form {
  margin-top: 24px;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .close-button {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  margin-bottom: -8px;
  line-height: 20px;
  color: #999;
  transition: all 333ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  text-decoration: none !important;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .close-button:hover {
  color: #333;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .success-message {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-bottom: 10px;
  color: #222 !important;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .success-message.none-i ~ .success-close {
  display: none;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .success-message:not(.none-i) ~ .close-button {
  display: none !important;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .success-close {
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
  background: #333;
  color: white;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 36px;
  border-radius: 1px;
  text-decoration: none;
  outline: none !important;
  transition: all 333ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .success-close:focus,
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .success-close:hover {
  background-color: #444 !important;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .error-message {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  border-top: 1px solid #eee;
  padding-top: 10px;
  color: #d00;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=text],
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=email],
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=password],
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=phone] {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #333 !important;
  transition: all 333ms ease-in-out;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=text]:focus,
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=email]:focus,
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=password]:focus,
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=phone]:focus {
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  color: #333 !important;
  outline: none !important;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=button],
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=submit] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: #333 !important;
  color: white !important;
}
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=button]:focus,
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=submit]:focus,
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=button]:hover,
.marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=submit]:hover {
  transition: all 333ms ease-in-out;
  background-color: #444 !important;
}
@media all and (max-width: 767px) {
  .marketingmodal-container .marketingmodal-position {
    width: calc(100% - 30px) !important;
    margin-left: 15px;
    margin-right: 15px;
  }
  .marketingmodal-container .marketingmodal-position .marketingmodal-content {
    padding: 10px;
  }
  .marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-subcontent {
    padding: 20px;
  }
  .marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-header {
    font-size: 18px;
    line-height: 24px;
  }
  .marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-body {
    font-size: 14px;
    line-height: 20px;
  }
  .marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .close-button {
    margin-bottom: 0;
    margin-top: 8px;
  }
  .marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=button],
  .marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=submit],
  .marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=phone],
  .marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=email],
  .marketingmodal-container .marketingmodal-position .marketingmodal-content .marketingmodal-form .sp-subscribe-form .container .form-container .form-element input[type=text] {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cstm-album-view .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.cstm-album-view:hover .slick-arrow {
  opacity: 1;
}
.cstm-album-view .slick-arrow {
  z-index: 50;
  position: absolute;
  display: block;
  opacity: 0;
  transition: all 333ms ease-in-out;
}
.cstm-album-view .slick-arrow:before {
  height: 30px;
  width: 32px;
  color: transparent;
  display: block;
}
.cstm-album-view .slick-arrow.slick-prev {
  margin-left: 36px;
}
.cstm-album-view .slick-arrow.slick-prev:before {
  background: url(https://assets-edge.slickpic.com/img/common/photo-arrows.png) no-repeat -3px -2px !important;
}
.cstm-album-view .slick-arrow.slick-next {
  margin-right: 48px;
}
.cstm-album-view .slick-arrow.slick-next:before {
  background: url(https://assets-edge.slickpic.com/img/common/photo-arrows.png) no-repeat -29px -2px !important;
}
.cstm-album-view[data-view-horizontal-arrow-enable="hide"] .slick-arrow {
  display: none !important;
}
.cstm-album-view[data-view-horizontal-spacing="small"] .slick-list .slick-track .slick-slide a {
  padding-left: 3px;
  padding-right: 3px;
}
.cstm-album-view[data-view-horizontal-spacing="medium"] .slick-list .slick-track .slick-slide a {
  padding-left: 8px;
  padding-right: 8px;
}
.cstm-album-view[data-view-horizontal-spacing="large"] .slick-list .slick-track .slick-slide a {
  padding-left: 15px;
  padding-right: 15px;
}
.cstm-album-view[data-view-horizontal-block-size="small"] .slick-list {
  padding-top: 0 !important;
  height: 360px;
}
.cstm-album-view[data-view-horizontal-block-size="medium"] .slick-list {
  padding-top: 0 !important;
  height: 55vh;
  min-height: 500px;
  max-height: 720px;
}
.cstm-album-view[data-view-horizontal-block-size="large"] .slick-list {
  padding-top: 0 !important;
  height: calc(100vh - 150px);
  min-height: 560px;
  max-height: 1000px;
}
.cstm-album-view[data-view-horizontal-cover-type="cover"] .slick-list .slick-track .slick-slide img {
  padding-top: 0;
  padding-bottom: 0;
}
.cstm-album-view[data-view-horizontal-cover-type="contain"] .slick-list .slick-track .slick-slide img {
  padding-top: 24px;
  padding-bottom: 24px;
}
.cstm-album-view .slick-list {
  transform: translateZ(0);
  cursor: grab;
  position: relative;
  height: 50vh;
}
.cstm-album-view .slick-list:active {
  cursor: grabbing;
}
.cstm-album-view .slick-list .slick-track {
  height: 100%;
  position: relative;
  transform: translateZ(0);
  position: absolute !important;
  top: 0;
  cursor: grab;
}
.cstm-album-view .slick-list .slick-track:active {
  cursor: grabbing;
}
.cstm-album-view .slick-list .slick-slide {
  position: relative;
  opacity: 1;
  transition: all 333ms ease-in-out;
  text-align: center;
  transform: translateZ(0) !important;
  display: inline-block;
  height: 100%;
  opacity: 1 !important;
}
.cstm-album-view .slick-list .slick-slide > a {
  pointer-events: none;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 1 !important;
  transform: translateZ(0) !important;
}
.cstm-album-view .slick-list .slick-slide img {
  padding: 0;
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100% !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transform: translateZ(0) !important;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .cstm-album-view .slick-list .slick-slide img {
    width: auto !important;
    height: auto;
    max-height: 100% !important;
    min-width: 100vw !important;
    max-width: 100vw;
    min-height: 100%;
    object-fit: cover;
  }
}
.cstm-album-view .slick-list .slick-slide.slick-active.slick-current {
  opacity: 1;
}
.cstm-album-view.slick-initialized {
  outline: 0;
}
.cstm-album-view.slick-initialized.loaded .slick-slide {
  opacity: 1;
}
.public .cstm-album-view:not(.loaded).slick-slider {
  opacity: 1;
}
.public .cstm-album-view:not(.loaded).slick-slider .slick-list > .slick-track .slick-slide img {
  opacity: 0 !important;
}
.public .cstm-album-view:not(.loaded).slick-slider .slick-list:before,
.public .cstm-album-view:not(.loaded).slick-slider .slick-list:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  content: ' ';
}
.public .cstm-album-view:not(.loaded).slick-slider .slick-list:before {
  font-size: 10px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  text-indent: -9999px;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  border-right: 2px solid rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  border-left: 2px solid rgba(0, 0, 0, 0.45);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.ico-blog-preview {
  display: inline-block;
  width: 24px !important;
  height: auto !important;
  vertical-align: middle;
  pointer-events: none;
  padding-bottom: 4px;
}
.blog-builder-dynamic-container-FOR-HIDE-IN-ORGANIZER {
  margin-bottom: 96px;
}
.builder-blog .blog-view-public {
  display: none !important;
  outline: none !important;
}
.builder-blog .blog-view-editor {
  display: none !important;
  outline: none !important;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  padding: 20px 20px 30px;
  box-shadow: 0 0 1px #00000077 inset;
}
.builder-blog .blog-view-editor,
.builder-blog .blog-view-editor * {
  outline: none !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Roboto, Helvetica, Arial, sans-serif !important;
}
.builder-blog .blog-view-editor h2 {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  pointer-events: none !important;
}
.builder-blog .blog-view-editor p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  pointer-events: none !important;
}
.builder-blog .blog-view-editor .editor-buttons {
  margin-top: 24px;
  text-align: center;
}
.builder-blog .blog-view-editor .editor-buttons .button-action {
  width: auto;
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: white !important;
  background: #29a4f8 !important;
  text-align: center;
  padding: 10px 40px !important;
  text-decoration: none !important;
  border-radius: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  font-family: "AwFont", "Helvetica Neue", "Roboto", "Helvetica", "Lato", "Open Sans", "Helvetica Neue LT Std", "Helvetica", "Arial", "Trebuchet MS", sans-serif !important;
}
.content.content-wide .builder-blog {
  width: calc(100vw - 60px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1860px;
  margin-bottom: 192px;
}
.public .builder-blog .blog-view-public {
  display: block !important;
}
.public .blog-view-editor {
  display: none !important;
}
.public .builder-blog-public-container {
  max-width: 830px;
  margin: 30px auto 90px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.public .builder-blog-public-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.public .builder-blog-public-container .blog-dynamic-post .blog-post .post-list-item .post-excerpt p {
  margin-bottom: 12px;
}
.public .builder-blog-public-container .post-footer {
  font-size: 16px;
  line-height: 1.5;
}
.public .builder-blog-public-container .post-footer .author-name {
  font-size: 18px;
  margin-bottom: 9px;
}
.public .builder-blog-public-container .post-footer,
.public .builder-blog-public-container .post-footer * {
  font-family: "SlickPro", "SlickSanFrancisco", "SF Pro Text", "Myriad Set Pro", "San Francisco", "SlickFont", "Helvetica Neue", "Segoe UI", "Roboto", "Helvetica", "Hiragino Kaku Gothic Pro", "Meiryo", Arial, sans-serif;
}
.public .builder-blog-public-container .container-post-comments h3 {
  font-size: 18px;
  line-height: 24px;
}
.public .builder-blog-public-container .container-post-comments .list-empty {
  font-size: 16px;
}
.public .builder-blog-public-container .container-post-comments .comments-container-list .comments-list .list-item {
  font-size: 16px;
  line-height: 24px;
}
.public .builder-blog-public-container .container-post-comments .comments-container-list .comments-list .list-item .item-header {
  font-weight: 400;
}
.public .builder-blog-public-container .container-post-comments .comments-container-list .comments-list .list-item .item-header .item-name {
  font-weight: 600;
}
.blog-sharing {
  display: none;
}
body.public.builder-blog-public .pswp.pswp--open {
  z-index: 100501;
}
body.public.builder-blog-public .share-link-modal-container .share-link-modal-body .overlay-header.header-custom .title {
  font-size: 16px;
  font-weight: 600;
}
body.public.builder-blog-public .blog-sharing {
  display: block;
  width: 204px;
  height: 24px;
  background: url('https://assets-edge.slickpic.com/img/icons-share-all.png') no-repeat center center;
  background-size: 204px 24px;
  margin: 10px 0;
  text-align: left;
  transition: all 500ms ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 4;
  filter: grayscale(100%);
}
body.public.builder-blog-public .blog-sharing:before {
  position: absolute;
  top: 100%;
  margin-top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  content: 'Share';
  display: block;
  width: 80px;
  text-align: center;
  background: #000000;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 20px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.001;
  transition: all 250ms ease-in-out;
}
body.public.builder-blog-public .blog-sharing.center {
  margin-left: auto;
  margin-right: auto;
}
body.public.builder-blog-public .blog-sharing.center:before {
  content: "Share Blog";
}
body.public.builder-blog-public .blog-sharing.sharing-post-bottom {
  margin-top: 30px;
}
body.public.builder-blog-public .blog-sharing.sharing-post-bottom:before {
  content: "Share Post";
}
body.public.builder-blog-public .blog-sharing.sharing-post-header {
  margin-bottom: 16px;
  margin-top: 6px;
}
body.public.builder-blog-public .blog-sharing.sharing-post-header:before {
  content: "Share Post";
}
body.public.builder-blog-public .blog-sharing:hover {
  opacity: 1;
  transition: all 250ms ease-in-out;
  filter: grayscale(0);
}
body.public.builder-blog-public .blog-sharing:hover:before {
  opacity: 1;
}
body.public.builder-blog-public .blog-sharing:active {
  transform: scale(1);
  opacity: 1;
}
.editor .builder-blog .blog-view-editor,
div#wrapper .builder-blog .blog-view-editor {
  display: block !important;
}
.editor .builder-blog .blog-view-public,
div#wrapper .builder-blog .blog-view-public {
  display: none !important;
}
.blog-splash-empty {
  margin: 48px auto;
  opacity: 0.75;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}
.blog-dynamic-header {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  width: 100%;
  max-width: 100%;
}
.blog-dynamic-header[data-title=""] {
  display: none;
}
.blog-dynamic-header[data-title*="a"],
.blog-dynamic-header[data-title*="b"],
.blog-dynamic-header[data-title*="c"],
.blog-dynamic-header[data-title*="d"],
.blog-dynamic-header[data-title*="e"],
.blog-dynamic-header[data-title*="f"],
.blog-dynamic-header[data-title*="g"],
.blog-dynamic-header[data-title*="y"],
.blog-dynamic-header[data-title*="z"],
.blog-dynamic-header[data-title*="m"],
.blog-dynamic-header[data-title*="o"],
.blog-dynamic-header[data-title*="r"],
.blog-dynamic-header[data-title*="n"],
.blog-dynamic-header[data-title*="p"],
.blog-dynamic-header[data-title*="s"],
.blog-dynamic-header[data-title*="0"],
.blog-dynamic-header[data-title*="1"],
.blog-dynamic-header[data-title*="9"],
.blog-dynamic-header[data-title*="2"],
.blog-dynamic-header[data-title*="3"],
.blog-dynamic-header[data-title*="h"] {
  display: block;
}
.blog-dynamic-header h1 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 30px;
  line-height: 36px;
  font-family: inherit;
  text-align: center;
}
.blog-dynamic-header h1 a {
  color: inherit;
  text-decoration: none !important;
  color: #000;
}
.blog-dynamic-header h1 a:hover {
  color: #29a4f8;
}
.blog-dynamic-header p {
  font-size: 16px;
  opacity: 0.75;
  line-height: 24px;
  margin: 0 0 12px !important;
  padding: 0 !important;
  text-align: center;
}
.blog-dynamic-post .blog-post {
  text-align: left;
}
.blog-dynamic-post .blog-post.post-full.hide-featured-photo .post-image {
  display: none;
}
.blog-dynamic-post .blog-post.post-full.hide-featured-photo .blog-sharing {
  margin-top: 12px;
}
.blog-dynamic-post .blog-post.hide-excerpt .post-excerpt {
  display: none !important;
}
.blog-dynamic-post .blog-post + .blog-post {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 36px;
  padding-top: 24px;
}
.blog-dynamic-post .blog-post .post-list-item {
  text-align: left;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.blog-dynamic-post .blog-post .post-list-item .post-top {
  padding-top: 12px;
  margin-bottom: 12px;
  order: 1;
}
.blog-dynamic-post .blog-post .post-list-item .post-title {
  color: inherit;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 6px;
}
.blog-dynamic-post .blog-post .post-list-item .post-title a {
  color: inherit;
  text-decoration: none;
}
.blog-dynamic-post .blog-post .post-list-item .post-title a:hover {
  color: #29a4f8;
}
.blog-dynamic-post .blog-post .post-list-item .post-date {
  font-size: 16px;
  opacity: 0.75;
  line-height: 24px;
}
.blog-dynamic-post .blog-post .post-list-item .post-image {
  order: 2;
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.blog-dynamic-post .blog-post .post-list-item .post-image a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.blog-dynamic-post .blog-post .post-list-item .post-image img {
  max-height: 300vh !important;
  min-height: 128px;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.blog-dynamic-post .blog-post .post-list-item .post-excerpt {
  order: 3;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  outline: none;
}
.blog-dynamic-post .blog-post .post-list-item .post-excerpt iframe {
  display: block;
  width: 100%;
}
.blog-dynamic-post .blog-post .post-list-item .post-excerpt img {
  cursor: pointer;
  margin-top: 6px;
  border-radius: 3px;
  max-width: 100%;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .photo-grid-container .photo-grid-placeholder {
  display: none !important;
}
.blog-dynamic-post .blog-post .post-list-item .post-excerpt p > img:not(.image-tinymce) {
  margin-bottom: -14px;
}
.blog-dynamic-post .blog-post .post-list-item .post-excerpt p > img[style="float: left;"],
.blog-dynamic-post .blog-post .post-list-item .post-excerpt p > img[style="float: left"] {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.blog-dynamic-post .blog-post .post-list-item .post-excerpt p > img[style="float: right;"],
.blog-dynamic-post .blog-post .post-list-item .post-excerpt p > img[style="float: right"] {
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
}
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .mce-video-container,
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .mce-iframe-container,
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .mce-preview-object.mce-object-iframe {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .mce-video-container > video,
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .mce-iframe-container > video,
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .mce-preview-object.mce-object-iframe > video,
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .mce-video-container .mce-video-container,
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .mce-iframe-container .mce-video-container,
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .mce-preview-object.mce-object-iframe .mce-video-container,
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .mce-video-container iframe,
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .mce-iframe-container iframe,
.blog-dynamic-post .blog-post .post-list-item .post-excerpt .mce-preview-object.mce-object-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-dynamic-post .post-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 48px;
  padding-top: 30px;
}
.container-post-comments {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-top: 30px;
  text-align: left;
}
.container-post-comments h3 {
  text-align: left;
  margin-bottom: 16px;
}
.container-post-comments .list-empty {
  opacity: 0.6;
  margin-bottom: 20px;
}
.container-post-comments .comments-container-form {
  text-align: left;
}
.container-post-comments .comments-container-form .form-add {
  margin-top: 12px;
}
.container-post-comments .comments-container-form .form-add .error {
  color: #d00;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.container-post-comments .comments-container-form .form-add .form-line {
  margin-bottom: 12px;
}
.container-post-comments .comments-container-form .form-add .form-line textarea,
.container-post-comments .comments-container-form .form-add .form-line input[type=text],
.container-post-comments .comments-container-form .form-add .form-line input[type=email],
.container-post-comments .comments-container-form .form-add .form-line input[type=password] {
  height: 40px;
  background: #fff;
  border: 1px solid #dee3ea;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  box-shadow: 0 1px 0 #f8f8f8;
  width: 100%;
  transition: all 111ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1px;
  outline: 1px solid rgba(148, 192, 232, 0.001);
  resize: vertical;
  transition: all 333ms ease-in-out;
}
.container-post-comments .comments-container-form .form-add .form-line textarea:focus,
.container-post-comments .comments-container-form .form-add .form-line input[type=text]:focus,
.container-post-comments .comments-container-form .form-add .form-line input[type=email]:focus,
.container-post-comments .comments-container-form .form-add .form-line input[type=password]:focus {
  border-color: #ccc;
}
.container-post-comments .comments-container-form .form-add .form-line textarea::placeholder,
.container-post-comments .comments-container-form .form-add .form-line input[type=text]::placeholder,
.container-post-comments .comments-container-form .form-add .form-line input[type=email]::placeholder,
.container-post-comments .comments-container-form .form-add .form-line input[type=password]::placeholder {
  color: #aaa !important;
}
.container-post-comments .comments-container-form .form-add .form-line textarea {
  width: 100%;
  min-height: 96px;
  max-height: 480px;
}
.container-post-comments .comments-container-form .form-add .form-line button {
  cursor: pointer;
  height: 40px;
  background: #000;
  border: 0;
  outline: none;
  color: white;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  padding: 10px 15px;
  box-shadow: none;
  width: 100%;
  transition: all 111ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
}
.container-post-comments .comments-container-form .form-add .form-line-double:before,
.container-post-comments .comments-container-form .form-add .form-line-double:after {
  content: " ";
  display: table;
}
.container-post-comments .comments-container-form .form-add .form-line-double:after {
  clear: both;
}
.container-post-comments .comments-container-form .form-add .form-line-double .form-line {
  width: 48%;
  float: left;
}
.container-post-comments .comments-container-form .form-add .form-line-double .form-line + .form-line {
  width: 48%;
  float: right;
}
.container-post-comments .comments-container-list {
  text-align: left;
}
.container-post-comments .comments-container-list .comments-list {
  text-align: left;
}
.container-post-comments .comments-container-list .comments-list .list-item {
  margin-bottom: 30px;
}
.container-post-comments .comments-container-list .comments-list .list-item .item-header {
  display: block;
}
.container-post-comments .comments-container-list .comments-list .list-item .item-header .item-name {
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
}
.container-post-comments .comments-container-list .comments-list .list-item .item-header .item-date {
  display: inline-block;
  font-weight: 400;
  opacity: 0.6;
}
html > body.skin-dark .blog-paginator-container .page-item,
html > body.color-black .blog-paginator-container .page-item,
html > body.color-gray-dark .blog-paginator-container .page-item {
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8) !important;
}
html > body.skin-dark .blog-paginator-container .page-item:hover,
html > body.color-black .blog-paginator-container .page-item:hover,
html > body.color-gray-dark .blog-paginator-container .page-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
html > body.skin-dark .blog-paginator-container .page-item.active,
html > body.color-black .blog-paginator-container .page-item.active,
html > body.color-gray-dark .blog-paginator-container .page-item.active,
html > body.skin-dark .blog-paginator-container .page-item.active:hover,
html > body.color-black .blog-paginator-container .page-item.active:hover,
html > body.color-gray-dark .blog-paginator-container .page-item.active:hover {
  background: #fff;
  border-color: white;
  color: black !important;
}
html > body.skin-dark .blog-dynamic-header h1 > a,
html > body.color-black .blog-dynamic-header h1 > a,
html > body.color-gray-dark .blog-dynamic-header h1 > a {
  text-decoration: none !important;
  color: #fff;
  outline: 0;
}
html > body.skin-dark .blog-dynamic-post .blog-post + .blog-post,
html > body.color-black .blog-dynamic-post .blog-post + .blog-post,
html > body.color-gray-dark .blog-dynamic-post .blog-post + .blog-post {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
html > body.skin-dark .builder-blog .blog-view-editor,
html > body.color-black .builder-blog .blog-view-editor,
html > body.color-gray-dark .builder-blog .blog-view-editor {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.3) inset;
}
html > body.skin-dark .builder-blog-public-container,
html > body.color-black .builder-blog-public-container,
html > body.color-gray-dark .builder-blog-public-container {
  color: #fff;
}
html > body.skin-dark .container-post-comments,
html > body.color-black .container-post-comments,
html > body.color-gray-dark .container-post-comments,
html > body.skin-dark .blog-dynamic-post .post-footer,
html > body.color-black .blog-dynamic-post .post-footer,
html > body.color-gray-dark .blog-dynamic-post .post-footer,
html > body.skin-dark .blog-dynamic-header,
html > body.color-black .blog-dynamic-header,
html > body.color-gray-dark .blog-dynamic-header {
  border-color: rgba(255, 255, 255, 0.2);
}
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line textarea,
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line textarea,
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line textarea,
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line input[type=text],
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line input[type=text],
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line input[type=text],
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line input[type=email],
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line input[type=email],
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line input[type=email],
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line input[type=password],
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line input[type=password],
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line input[type=password] {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  box-shadow: none;
}
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line textarea:focus,
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line textarea:focus,
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line textarea:focus,
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line input[type=text]:focus,
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line input[type=text]:focus,
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line input[type=text]:focus,
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line input[type=email]:focus,
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line input[type=email]:focus,
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line input[type=email]:focus,
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line input[type=password]:focus,
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line input[type=password]:focus,
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line input[type=password]:focus {
  border-color: rgba(255, 255, 255, 0.4);
}
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line textarea::placeholder,
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line textarea::placeholder,
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line textarea::placeholder,
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line input[type=text]::placeholder,
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line input[type=text]::placeholder,
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line input[type=text]::placeholder,
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line input[type=email]::placeholder,
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line input[type=email]::placeholder,
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line input[type=email]::placeholder,
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line input[type=password]::placeholder,
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line input[type=password]::placeholder,
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line input[type=password]::placeholder {
  color: #777 !important;
}
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line button,
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line button,
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line button {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  transition: all 333ms ease-in-out;
}
html > body.skin-dark .container-post-comments .comments-container-form .form-add .form-line button:hover,
html > body.color-black .container-post-comments .comments-container-form .form-add .form-line button:hover,
html > body.color-gray-dark .container-post-comments .comments-container-form .form-add .form-line button:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}
html > body .link-blog-builder {
  position: absolute;
  top: -54px;
  right: 30px;
  width: auto;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
  z-index: 100500;
  padding: 4px 20px;
  font-weight: 600;
  transition: all 333ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
html > body .link-blog-builder.link-edit-post,
html > body .link-blog-builder.blog-post {
  right: 172px;
}
html > body.skin-light .link-blog-builder {
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 5px;
  padding-bottom: 5px;
}
html > body.skin-light .link-blog-builder:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}
html > body.skin-dark .link-blog-builder {
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  color: rgba(0, 0, 0, 0.85);
}
html > body.skin-dark .link-blog-builder:hover {
  background-color: rgba(255, 255, 255, 0.99);
}
@media (max-width: 767px) {
  .link-blog-builder {
    display: none;
  }
  .blog-dynamic-post .blog-post .post-list-item .post-title {
    font-size: 24px;
  }
}
.blog-paginator-container {
  display: block;
  margin: 48px 0 36px;
  text-align: center;
}
.blog-paginator-container .page-item {
  position: relative;
  list-style: none;
  display: inline-block;
  padding: 6px 12px 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  text-shadow: none;
  font-weight: 600;
  font-size: 13px;
  color: #111 !important;
  background: transparent;
  border: 1px solid #ddd;
  line-height: 16px;
  height: auto;
  width: auto;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  text-decoration: none !important;
  -webkit-transition: color 111ms cubic-bezier(0.4, 0, 0.22, 1), background 111ms cubic-bezier(0.4, 0, 0.22, 1);
  -moz-transition: color 111ms cubic-bezier(0.4, 0, 0.22, 1), background 111ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: all 111ms cubic-bezier(0.4, 0, 0.22, 1);
  min-width: 42px;
  margin: 0 0 0 -1px;
  border-radius: 2px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  transition: all 333ms ease-in-out;
}
.blog-paginator-container .page-item.disabled,
.blog-paginator-container .page-item[disabled] {
  pointer-events: none;
  opacity: 0.001;
}
.blog-paginator-container .page-item:hover {
  background: rgba(0, 0, 0, 0.02);
  color: #111 !important;
}
.blog-paginator-container .page-item.item-prev {
  margin-right: 10px;
}
.blog-paginator-container .page-item.item-next {
  margin-left: 10px;
}
.blog-paginator-container .page-item.item-next,
.blog-paginator-container .page-item.item-prev {
  font-family: 'Roboto', SlickPro, SlickSanFrancisco, "SF Pro Text", "Myriad Set Pro", "San Francisco", SlickFont, "Helvetica Neue", "Segoe UI", Roboto, Helvetica, "Hiragino Kaku Gothic Pro", Meiryo, Arial, sans-serif;
}
.blog-paginator-container .page-item.active,
.blog-paginator-container .page-item.active:hover {
  background: #111;
  border-color: #111;
  color: #FFFFFF !important;
  opacity: 1;
  box-shadow: 0 0 0 1px #111;
  z-index: 3;
  border-radius: 3px !important;
}
@media (min-width: 768px) {
  .public.blog-public-theme-002 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item,
  .public.blog-public-theme-002 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item {
    display: block;
  }
  .public.blog-public-theme-002 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:before,
  .public.blog-public-theme-002 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:before,
  .public.blog-public-theme-002 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after,
  .public.blog-public-theme-002 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after {
    content: " ";
    display: table;
  }
  .public.blog-public-theme-002 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after,
  .public.blog-public-theme-002 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after {
    clear: both;
  }
  .public.blog-public-theme-002 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top,
  .public.blog-public-theme-002 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top {
    display: block;
    padding-top: 0;
    margin-bottom: 6px;
  }
  .public.blog-public-theme-002 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image,
  .public.blog-public-theme-002 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image {
    float: left;
    max-width: 300px;
    width: 300px;
    max-height: 600px;
    height: auto;
    position: relative;
  }
  .public.blog-public-theme-002 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image img,
  .public.blog-public-theme-002 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image img {
    width: 100%;
    height: auto;
    max-height: 100% !important;
  }
  .public.blog-public-theme-002 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt,
  .public.blog-public-theme-002 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt {
    display: block;
  }
  .public.blog-public-theme-002 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top,
  .public.blog-public-theme-002 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top,
  .public.blog-public-theme-002 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt,
  .public.blog-public-theme-002 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt {
    padding-left: 330px;
  }
}
@media (min-width: 768px) {
  .public.blog-public-theme-003 .blog-view-public,
  .public.blog-public-theme-003 .builder-blog-public-container {
    max-width: 990px;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list:before,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list:before,
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list:after,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list:after {
    content: " ";
    display: table;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list:after,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list:after {
    clear: both;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post {
    text-align: left;
    width: calc(50% - 15px);
    margin-bottom: 36px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    transition: all 333ms ease-in-out;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post:hover,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post:hover {
    transform: scale(1.02);
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post + .blog-post,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post + .blog-post {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post:nth-child(2n+2),
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post:nth-child(2n+2) {
    margin-left: 30px;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post:nth-child(2n+3),
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post:nth-child(2n+3) {
    clear: both;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item {
    display: block;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:before,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:before,
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after {
    content: " ";
    display: table;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after {
    clear: both;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top {
    order: 2;
    padding: 15px 20px 0 20px;
    margin-bottom: 6px;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top .post-title,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top .post-title {
    font-size: 20px;
    line-height: 28px;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt {
    padding: 0 20px 15px 20px;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image {
    order: 1;
    margin-bottom: 0;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image a,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image a {
    display: block;
    width: 100%;
    padding-top: 56%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image a img,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image a img {
    border-radius: 3px 3px 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    width: auto;
    max-height: 300% !important;
    transform: translate(-50%, -50%);
  }
  .public.blog-public-theme-003 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt,
  .public.blog-public-theme-003 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt {
    display: block;
  }
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post {
  text-align: left;
  margin-bottom: 24px;
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post + .blog-post,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post + .blog-post {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  transition: all 333ms ease-in-out;
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:hover,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:hover {
  transform: scale(1.02);
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:before,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:before,
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after {
  content: " ";
  display: table;
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after {
  clear: both;
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top {
  order: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 3px 3px;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  padding: 40px 30px 20px 30px;
  background: #000000;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.54945728) 20%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.54945728) 20%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54945728) 20%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  pointer-events: none;
}
@media (max-width: 768px) {
  .public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top,
  .public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top .post-title,
  .public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top .post-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top .post-date,
  .public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top .post-date {
    font-size: 14px;
    line-height: 18px;
  }
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top:before,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top:before {
  position: absolute;
  top: 20px;
  left: 0;
  background: rgba(0, 0, 0, 0.001);
  content: ' ';
  transition: all 333ms ease-in-out;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top *,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top * {
  color: white !important;
  z-index: 3;
  position: relative;
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:hover .post-top:before,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:hover .post-top:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image {
  order: 1;
  margin-bottom: 0;
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image a,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image a {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  outline: none;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image a img,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  width: auto;
  max-height: 300% !important;
  transform: translate(-50%, -50%);
  min-height: 100%;
}
.public.blog-public-theme-004 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt,
.public.blog-public-theme-004 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt {
  display: none;
}
@media (min-width: 768px) {
  .public.blog-public-theme-005 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item,
  .public.blog-public-theme-005 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item {
    display: block;
  }
  .public.blog-public-theme-005 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:before,
  .public.blog-public-theme-005 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:before,
  .public.blog-public-theme-005 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after,
  .public.blog-public-theme-005 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after {
    content: " ";
    display: table;
  }
  .public.blog-public-theme-005 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after,
  .public.blog-public-theme-005 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item:after {
    clear: both;
  }
  .public.blog-public-theme-005 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top,
  .public.blog-public-theme-005 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top {
    display: block;
    padding-top: 0;
    margin-bottom: 6px;
  }
  .public.blog-public-theme-005 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image,
  .public.blog-public-theme-005 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image {
    float: right;
    max-width: 300px;
    width: 300px;
    max-height: 600px;
    height: auto;
    position: relative;
  }
  .public.blog-public-theme-005 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image img,
  .public.blog-public-theme-005 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-image img {
    width: 100%;
    height: auto;
    max-height: 100% !important;
  }
  .public.blog-public-theme-005 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt,
  .public.blog-public-theme-005 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt {
    display: block;
  }
  .public.blog-public-theme-005 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top,
  .public.blog-public-theme-005 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-top,
  .public.blog-public-theme-005 .blog-view-public .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt,
  .public.blog-public-theme-005 .builder-blog-public-container .blog-dynamic-post-list.blog-dynamic-post .blog-post .post-list-item .post-excerpt {
    padding-right: 330px;
  }
}
.photo-grid-container .photo-grid-placeholder {
  display: none;
}
.photo-grid-container .photo-grid-flow-container {
  display: block;
}
.photo-grid-container .photo-grid-flow-container .photo-grid-flow-item-sizer {
  width: 50%;
}
.photo-grid-container .photo-grid-flow-container .photo-grid-flow-item {
  width: 50%;
  float: left;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 3px;
  opacity: 0;
}
.photo-grid-container .photo-grid-flow-container .photo-grid-flow-item img {
  margin-top: 0 !important;
}
.photo-grid-container .photo-grid-flow-container .photo-grid-flow-item.loaded {
  opacity: 1;
}
html > body.color-gray-dark .pswp .pswp__button--arrow--left:before,
html > body.color-black .pswp .pswp__button--arrow--left:before,
html > body.color-gray-light .pswp .pswp__button--arrow--left:before,
html > body.color-white .pswp .pswp__button--arrow--left:before {
  background: url(https://assets-edge.slickpic.com/img/skin/default/slickpic-ps-30.png) no-repeat -4515px -4515px !important;
  background-size: 600px 160px !important;
  background-position: 0 0 !important;
  width: 20px;
  margin-left: 5px;
}
html > body.color-gray-dark .pswp .pswp__button--arrow--right:before,
html > body.color-black .pswp .pswp__button--arrow--right:before,
html > body.color-gray-light .pswp .pswp__button--arrow--right:before,
html > body.color-white .pswp .pswp__button--arrow--right:before {
  background: url(https://assets-edge.slickpic.com/img/skin/default/slickpic-ps-30.png) no-repeat -4515px -4515px !important;
  background-size: 600px 160px !important;
  background-position: 0 0 !important;
  width: 20px;
  transform: rotate(180deg);
  margin-right: 5px;
}
html > body.color-gray-dark .pswp .pswp__button--arrow--left:before,
html > body.color-black .pswp .pswp__button--arrow--left:before {
  filter: invert(1);
}
html > body.color-gray-dark .pswp .pswp__button--arrow--right:before,
html > body.color-black .pswp .pswp__button--arrow--right:before {
  filter: invert(1);
}
@media all and (min-width: 996px) {
  html > body .pswp.pswp--open {
    display: block;
  }
  html > body .pswp .pswp__scroll-wrap {
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    -o-flex: none;
    flex: none;
    position: absolute;
    transition: right 333ms cubic-bezier(0.4, 0, 0.22, 1);
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  html > body .pswp.padder-small .pswp__scroll-wrap {
    width: calc(100% - 48px);
    margin-left: 24px;
    height: calc(100% - 48px);
    margin-top: 24px;
    overflow: visible;
  }
  html > body .pswp.padder-small .pswp__scroll-wrap .pswp__top-bar {
    margin-top: -4px;
  }
  html > body .pswp.padder-medium .pswp__scroll-wrap {
    width: calc(100% - 96px);
    margin-left: 48px;
    height: calc(100% - 96px);
    margin-top: 48px;
    overflow: visible;
  }
  html > body .pswp.padder-medium .pswp__scroll-wrap .pswp__top-bar {
    margin-top: -48px;
    margin-left: -48px;
    width: calc(100% + 96px);
  }
  html > body .pswp.padder-medium .pswp__scroll-wrap .pswp__caption {
    margin-bottom: -44px;
  }
  html > body .pswp.padder-medium .pswp__scroll-wrap .pswp__button--arrow--left {
    margin-left: -44px;
    margin-top: -24px;
  }
  html > body .pswp.padder-medium .pswp__scroll-wrap .pswp__button--arrow--right {
    margin-right: -44px;
    margin-top: -24px;
  }
  html > body .pswp.padder-large .pswp__scroll-wrap {
    width: calc(100% - 192px);
    margin-left: 96px;
    height: calc(100% - 192px);
    margin-top: 96px;
    overflow: visible;
  }
  html > body .pswp.padder-large .pswp__scroll-wrap .pswp__top-bar {
    margin-top: -96px;
    margin-left: -96px;
    width: calc(100% + 192px);
  }
  html > body .pswp.padder-large .pswp__scroll-wrap .pswp__caption {
    margin-bottom: -96px;
  }
  html > body .pswp.padder-large .pswp__scroll-wrap .pswp__button--arrow--left {
    margin-left: -96px;
    margin-top: -48px;
  }
  html > body .pswp.padder-large .pswp__scroll-wrap .pswp__button--arrow--right {
    margin-right: -96px;
    margin-top: -48px;
  }
}
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::after,
.was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html > body {
  width: 100%;
  height: 100%;
  position: relative;
}
html > body .nowrap {
  white-space: nowrap;
}
html > body a {
  text-decoration: none;
}
html > body a:hover {
  color: inherit;
  text-decoration: underline;
}
html > body .nav-link:hover {
  color: inherit;
  text-decoration: underline;
}
html > body .mobile-menu-child-back,
html > body .mobile-menu-closer,
html > body .nav-item.mobile-menu-opener {
  display: none !important;
}
html > body #wrapper {
  overflow: visible;
  overflow-x: visible;
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Scrollbar width */
}
html > body #wrapper * ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.03);
}
html > body #wrapper * ::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0.06);
}
html > body #wrapper * ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  transition: background 333ms ease-in-out;
}
html > body #wrapper * ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
html > body #wrapper * ::-webkit-scrollbar {
  width: 8px;
}
html > body:not(.public) .cstm-slideshow.gjs-no-pointer {
  pointer-events: auto;
}
html > body .cstm-profile-logo,
html > body .profile-logo-link {
  display: inline-block;
  -webkit-user-select: none;
  user-select: none;
}
html > body .cstm-profile-logo img,
html > body .profile-logo-link img {
  display: inline-block;
  max-width: 100%;
  max-height: 52px;
}
html > body .navbar .navbar-brand {
  font-size: 16px;
}
html > body .navbar a {
  color: #444;
  color: inherit;
}
html > body .navbar a:hover {
  color: #444;
  color: inherit;
}
html > body .btn-html-edit-save {
  z-index: 9999 !important;
}
html > body .cstm-profile-logo:empty:before {
  content: "My Photography";
}
html > body.public .cstm-profile-logo:empty:before {
  content: none;
}
html > body .fotorama__caption {
  display: none !important;
}
html > body .white-on-black {
  color: white;
}
html > body .white-on-black a {
  color: inherit;
}
html > body .white-on-black a:hover {
  color: inherit;
}
html > body .cover-list {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 2000;
  border-radius: 0;
  overflow: hidden;
}
html > body .cover-list,
html > body .cover-list * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html > body .cover-list .list-holder {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  list-style: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  background: rgba(0, 0, 0, 0.97);
  background-color: #f7f9fa;
  z-index: 2000;
  height: auto;
  max-height: 95vh;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 1px) translateZ(0);
  -webkit-filter: blur(0);
  border-radius: 3px;
  overflow: visible;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background-clip: padding-box;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.19), 0 16px 24px 2px rgba(0, 0, 0, 0.13), 0 6px 30px 5px rgba(0, 0, 0, 0.11);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
html > body .cover-list .list-holder > ul {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  list-style: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: rgba(0, 0, 0, 0.97);
  z-index: 2000;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: auto;
  max-height: 65vh;
  border-radius: 0 0 3px 3px;
  overflow-x: hidden;
}
html > body .cover-list .list-holder > ul > li:first-child a {
  font-weight: 600;
  text-transform: uppercase;
}
html > body .cover-list .list-holder > ul li {
  list-style: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html > body .cover-list .list-holder > ul li a {
  position: relative;
  color: #fff;
  padding: 3px 0;
  padding-right: 26px;
  display: block;
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 42px;
  font-size: 14px;
  transition: all 555ms cubic-bezier(0.17, 0.89, 0.32, 1.1);
  padding-left: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  text-decoration: none !important;
}
html > body .cover-list .list-holder > ul li a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
html > body .cover-list .list-holder > ul li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: transparent;
}
html > body .cover-list .list-holder > ul li a.active:before {
  font-family: FontAwesome;
  content: "\f00c";
  text-shadow: none;
  position: absolute;
  top: 50%;
  width: 12px;
  text-align: center;
  display: block;
  margin-top: -10px;
  right: 15px;
  line-height: 20px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.75;
}
html > body .cover-list .list-holder > ul li a img {
  width: 36px;
  height: 36px;
  margin-top: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-right: 12px;
  display: inline-block;
  font-size: 0;
  color: transparent;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.1);
}
html > body .cover-list .list-holder > ul li ul li a {
  padding-left: 64px;
}
html > body .cover-list .list-holder > ul li ul li ul li a {
  padding-left: 108px;
}
html > body .cover-list .list-holder > ul li + li a {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
html > body .cover-list .ico-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 10;
  width: 36px;
  height: 36px;
  background: black;
  border: 2px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
html > body .cover-list .ico-close:hover {
  background-color: #c00;
  border-color: #fff;
  color: white;
}
html > body .cover-list .list-user {
  display: block;
  text-align: center;
  text-transform: none;
  height: auto;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
html > body .cover-list .list-user img {
  margin-top: 0;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
html > body .cover-list .list-user span {
  text-transform: none;
  white-space: nowrap;
  display: inline-block;
  font-size: 24px;
  line-height: 48px;
  color: white;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html > body .cover-list.album-selector-dropdown-v2 {
  background: rgba(0, 0, 0, 0.6);
  font-family: 'AwFont', 'Lato', 'Open Sans', 'Roboto', 'Helvetica Neue', 'Helvetica Neue LT Std', 'Helvetica', 'Arial', 'Trebuchet MS', Arial, sans-serif !important;
}
html > body .cover-list.album-selector-dropdown-v2 * {
  font-family: 'AwFont', 'Lato', 'Open Sans', 'Roboto', 'Helvetica Neue', 'Helvetica Neue LT Std', 'Helvetica', 'Arial', 'Trebuchet MS', Arial, sans-serif !important;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder {
  z-index: 14515;
  max-height: 95vh;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .header {
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  background: white;
  margin-top: -6px;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .header:before,
html > body .cover-list.album-selector-dropdown-v2 .list-holder .header:after {
  content: " ";
  display: table;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .header:after {
  clear: both;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .header.paddings {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px solid #ddd;
  margin-bottom: 0;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .header.paddings + .paddings {
  display: none !important;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .header h2 {
  font-size: 24px;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .header h2 span {
  color: #777;
  font-size: 18px;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .header .album-upload-button-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .header .album-upload-button-wrapper + .album-upload-button-wrapper {
  font-size: 12px;
  max-width: 240px;
  float: right;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container.select-albums {
  padding-top: 0;
  margin-top: -20px;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container.custom-form .header {
  box-sizing: content-box;
  margin: -20px -20px 4px;
  padding: 10px 20px;
  border-radius: 3px 3px 0 0;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .how-to {
  background: white;
  padding: 15px 20px;
  font-size: 14px;
  border-top: 1px solid #ddd;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .how-to .album {
  display: block;
  font-weight: 600;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .how-to .album a {
  color: #1ba2fc;
  font-weight: 600;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-upload-button-wrapper {
  border-top: 1px solid #eee;
  padding-top: 0;
  border: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-upload-button-wrapper a {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  background: #1ba2fc;
  border: 1px solid #1ba2fc;
  display: inline-block;
  height: 36px;
  font-size: 14px;
  color: #fff !important;
  line-height: 20px;
  padding: 7px 24px;
  font-weight: 700;
  border-radius: 100px;
  text-decoration: none;
  vertical-align: top;
  transition: 333ms cubic-bezier(0.4, 0, 0.22, 1);
  margin-left: 10px;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container {
  padding: 15px 20px 20px;
  background-color: #f7f9fa;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container + .album-selector-type-container {
  padding-top: 0;
  margin-top: -42px;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container:before,
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container:after {
  content: " ";
  display: table;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container:after {
  clear: both;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .control-line {
  width: 100%;
  position: relative;
  display: block;
  vertical-align: top;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .control-line.half {
  display: inline-block;
  width: 45%;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .control-line label {
  cursor: pointer;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .control-line .selection .label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 18px;
  padding-bottom: 0;
  color: #999;
  font-family: 'AwFont', 'Lato', 'Open Sans', 'Roboto', 'Helvetica Neue', 'Helvetica Neue LT Std', 'Helvetica', 'Arial', 'Trebuchet MS', Arial, sans-serif;
  margin-bottom: 10px;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .control-line .selection .control {
  display: block;
  width: 100%;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .control-line .selection .control input[type=number],
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .control-line .selection .control input[type=text],
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .control-line .selection .control input[type=search],
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .control-line .selection .control select {
  width: 100%;
  border: 1px solid #ddd;
  background: white;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .control-line .selection .control select {
  background: url(https://assets-edge.slickpic.com/img/billing/ico-arrow-down.png) no-repeat right center;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .control-line .selection .control input[type=radio],
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .control-line .selection .control input[type=checkbox] {
  width: auto;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection {
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection:before,
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection:after {
  content: " ";
  display: table;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection:after {
  clear: both;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection .view-icon {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection .view-icon:before {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -27px;
  background: url(https://assets-edge.slickpic.com/themes/builder/ico-views.png) no-repeat 0 0;
  background-size: 250px 250px;
  content: ' ';
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection .view-icon.grid:before {
  background-position: -61px 0;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection .view-icon.squared:before {
  background-position: -61px -61px;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection .view-icon.flow:before {
  background-position: 0 -61px;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection .values {
  text-align: center;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection .values:before,
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection .values:after {
  content: " ";
  display: table;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection .values:after {
  clear: both;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection .values label {
  cursor: pointer;
  display: inline-block;
  margin-top: 4px;
  vertical-align: top;
  width: 20%;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection .values label .selection {
  display: block;
  text-align: center;
  font-size: 16px;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container .type-selection .label {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 18px;
  padding-bottom: 0;
  color: #999;
  font-family: 'AwFont', 'Lato', 'Open Sans', 'Roboto', 'Helvetica Neue', 'Helvetica Neue LT Std', 'Helvetica', 'Arial', 'Trebuchet MS', Arial, sans-serif;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container label {
  display: block;
  margin: 0;
  margin-right: 16px;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder .album-selector-type-container label span {
  font-size: 14px;
  vertical-align: middle;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder ul {
  margin-left: 0;
  padding-left: 0;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder > ul {
  max-height: calc(100vh - 490px);
  background-color: #fff;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder > ul li {
  position: relative;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder > ul li a {
  padding-right: 120px;
  color: #333;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder > ul li a:hover {
  color: #1ba2fc;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder > ul li a:hover * {
  color: #1ba2fc !important;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder > ul li a span {
  color: #999;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder > ul li a .album-name {
  color: #222;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder > ul li .show-organizer {
  font-weight: 600;
  text-transform: none;
  position: absolute;
  border: 0 !important;
  top: 0;
  right: 0;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 0 !important;
}
html > body .cover-list.album-selector-dropdown-v2 .list-holder > ul li + li a {
  border-top: 1px solid #eee;
}
html > body .cover-list .custom-clients ~ .album-selector-type-container .extended-form h3 {
  display: none !important;
}
html > body .cover-list .custom-clients ~ .album-selector-type-container .extended-form .tab-existing > .albums-list.selectable {
  max-height: calc(100vh - 380px) !important;
}
html > body .cover-list .custom-clients ~ .album-selector-type-container .extended-form .albums-list.selectable {
  max-height: 65535px !important;
}
html > body .cover-list .extended-form {
  position: relative;
}
html > body .cover-list .extended-form .form-spring {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 16px;
}
html > body .cover-list .extended-form .form-spring.spring-100 {
  display: flex;
  flex-direction: column;
}
html > body .cover-list .extended-form .form-spring .spring-column {
  width: 60%;
  position: relative;
  padding-top: 48px;
}
html > body .cover-list .extended-form .form-spring .spring-column.width-50 {
  width: 50% !important;
}
html > body .cover-list .extended-form .form-spring .spring-column.width-40 {
  width: 40% !important;
}
html > body .cover-list .extended-form .form-spring .spring-column.width-60 {
  width: 60% !important;
}
html > body .cover-list .extended-form .form-spring .spring-column h3 {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
}
html > body .cover-list .extended-form .form-spring .spring-column h3 + .block-form {
  margin: 0;
}
html > body .cover-list .extended-form .form-spring .spring-column:last-child {
  width: 40%;
  margin-left: 16px;
}
html > body .cover-list .extended-form .form-spring .spring-column .block-form {
  height: 100%;
  margin-bottom: 0;
}
html > body .cover-list .extended-form .form-spring .spring-column.side-options {
  width: 100% !important;
  margin-left: 0;
  margin-top: -1px !important;
  padding-top: 0 !important;
}
html > body .cover-list .extended-form .form-spring .spring-column.side-options .block-form {
  height: 100%;
  margin-bottom: 0;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  flex-wrap: wrap;
  position: relative;
}
html > body .cover-list .extended-form .form-spring .spring-column.side-options .block-form:after {
  left: 50%;
  height: 100%;
  background: #eee;
  width: 1px;
  content: '';
  display: block;
  position: absolute;
}
html > body .cover-list .extended-form .form-spring .spring-column.side-options .block-form .form-line {
  width: 50%;
  flex-basis: 50%;
  border-bottom: 1px solid #eee;
}
html > body .cover-list .extended-form .form-spring .spring-column.side-options .block-form .form-line .form-control {
  margin-top: 1px;
}
html > body .cover-list .extended-form .form-spring .spring-column.side-options .block-form .form-line + .form-line {
  border-top: 0;
}
html > body .cover-list .extended-form .form-spring .spring-column.side-viewtypes {
  width: 100% !important;
}
html > body .cover-list .extended-form .form-spring .spring-column.side-viewtypes .form-line,
html > body .cover-list .extended-form .form-spring .spring-column.side-viewtypes .form-control {
  width: 100% !important;
  border-radius: 3px 3px 0 0 !important;
}
html > body .cover-list .extended-form .form-spring .spring-column.side-viewtypes .form-line .views-list.small li,
html > body .cover-list .extended-form .form-spring .spring-column.side-viewtypes .form-control .views-list.small li {
  padding: 2px 0;
  width: 20%;
  width: 19.9%;
  float: left;
}
html > body .cover-list .extended-form h3 {
  padding-top: 8px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
html > body .cover-list .extended-form p {
  color: #888;
  font-size: 14px;
  line-height: 20px;
}
html > body .cover-list .extended-form p.selected-album-link {
  position: relative;
  margin-top: -6px;
  padding-right: 190px;
}
html > body .cover-list .extended-form p.selected-album-link a {
  font-weight: bold;
  color: #29a4f9;
}
html > body .cover-list .extended-form p.selected-album-link a:hover {
  color: #29a4f9 !important;
}
html > body .cover-list .extended-form p.selected-album-link.none-i {
  display: block !important;
  opacity: 0;
  height: 0px;
}
html > body .cover-list .extended-form p.selected-album-link.none-i ~ .button-rearrange {
  top: 6px;
}
html > body .cover-list .extended-form .button-upload {
  position: absolute;
  top: 18px;
  right: 0;
  padding: 8px 24px 9px;
  border: 1px solid #29a4f9;
  border-radius: 100px;
  display: inline-block;
  background: #29a4f9;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-shadow: none !important;
  text-decoration: none !important;
  transition: all 333ms ease-in-out;
}
html > body .cover-list .extended-form .button-upload:hover {
  border-color: #29a4f9 !important;
  color: #fff !important;
}
html > body .cover-list .extended-form .button-rearrange {
  position: absolute;
  top: 18px;
  right: 0;
  padding: 8px 24px 9px;
  border: 1px solid #eee;
  border-radius: 100px;
  background: white;
  display: inline-block;
  color: #333 !important;
  font-size: 14px;
  font-weight: 600;
  text-shadow: none !important;
  text-decoration: none !important;
  transition: all 333ms ease-in-out;
}
html > body .cover-list .extended-form .button-rearrange:hover {
  border-color: #ccc !important;
  color: #29a4f9 !important;
}
html > body .cover-list .extended-form h3 + .block-form,
html > body .cover-list .extended-form p + .block-form {
  margin-top: 10px;
}
html > body .cover-list .extended-form .label-pro {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: rgba(51, 51, 51, 0.4515);
  margin-top: 1px;
  border-radius: 20px;
  padding: 0 8px;
  color: white;
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 2px;
  transition: all 333ms ease-in-out;
  cursor: pointer;
}
html > body .cover-list .extended-form .label-pro:before {
  display: block;
  z-index: 10005;
  position: absolute;
  bottom: 120%;
  left: 0;
  text-transform: none;
  white-space: normal;
  font-family: 'AwFont', 'Lato', sans-serif !important;
  width: 240px;
  max-width: 240px;
  height: auto;
  background: #fffae2;
  border: 1px solid #f3eabf;
  border-radius: 5px;
  line-height: 20px;
  padding: 10px 15px;
  opacity: 1;
  color: #333;
  font-synthesis: none;
  -moz-font-feature-settings: 'kern';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  margin-left: -112px;
  text-align: center;
  font-weight: 500;
  text-shadow: none !important;
  font-size: 13px;
  letter-spacing: 0;
  box-sizing: border-box;
  content: 'This feature is available only for PRO, Bespoke and Business accounts.';
  pointer-events: none;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.001);
  -webkit-transition: 333ms ease all;
  -moz-transition: 333ms ease all;
  transition: 333ms ease all;
  overflow: hidden;
}
html > body .cover-list .extended-form .label-pro:hover {
  background: rgba(51, 51, 51, 0.69);
}
html > body .cover-list .extended-form .label-pro:hover:before {
  border-width: 1px;
  max-height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
html > body .cover-list .extended-form .block-form {
  border: 1px solid #ebeff2;
  background: #fff;
  border-radius: 3px;
  vertical-align: top;
  margin-bottom: 10px;
}
html > body .cover-list .extended-form .block-form .form-tabs {
  padding: 0 15px 0;
  border-bottom: 1px solid #eee;
}
html > body .cover-list .extended-form .block-form .form-tabs a {
  display: inline-block;
  font-size: 14px;
  color: #777 !important;
  padding: 10px 0;
  margin-right: 16px;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
}
html > body .cover-list .extended-form .block-form .form-tabs a:hover {
  color: #29a4f9 !important;
}
html > body .cover-list .extended-form .block-form .form-tabs a.active {
  color: #29a4f9 !important;
  border-bottom: 2px solid #29a4f9;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-existing .tabs-content {
  display: none;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-existing .tabs-content.tab-existing {
  display: block;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-existing .tabs-content.tab-existing ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-existing .tabs-content.tab-existing ul li a img {
  margin-top: -12px;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-existing .form-tabs > a.show-tab-existing {
  color: #29a4f9 !important;
  border-bottom: 2px solid #29a4f9;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-new .tabs-content {
  display: none;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-new .tabs-content.tab-new {
  display: block;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-new .form-tabs > a.show-tab-new {
  color: #29a4f9 !important;
  border-bottom: 2px solid #29a4f9;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-existing-mobile .tabs-content {
  display: none;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-existing-mobile .tabs-content.tab-existing-mobile {
  display: block;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-existing-mobile .tabs-content.tab-existing-mobile ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-existing-mobile .tabs-content.tab-existing-mobile ul li a img {
  margin-top: -12px;
}
html > body .cover-list .extended-form .block-form.tabs-container.show-tab-existing-mobile .form-tabs > a.show-tab-existing-mobile {
  color: #29a4f9 !important;
  border-bottom: 2px solid #29a4f9;
}
html > body .cover-list .extended-form .block-form .tab-existing ul,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul {
  background-color: #fff;
  list-style: none;
  max-height: 200px;
  max-height: calc(100vh - 480px);
  margin: 0;
  overflow: auto;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li {
  list-style: none;
  position: relative;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .delete-button-wrapper,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .delete-button-wrapper {
  position: absolute;
  right: 20px;
  top: 8px;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .delete-button-wrapper .delete-button,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .delete-button-wrapper .delete-button {
  background: #D35046;
  color: white !important;
  display: inline-block;
  height: 28px;
  line-height: 26px;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 13px;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .delete-button-wrapper .delete-button:hover,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .delete-button-wrapper .delete-button:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .delete-button-confirm-wrapper,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .delete-button-confirm-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95678);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: saturate(200%) blur(5px);
  backdrop-filter: saturate(200%) blur(5px);
  z-index: 100;
  border-radius: 0 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .delete-button-confirm-wrapper p,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .delete-button-confirm-wrapper p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333;
  font-weight: 400;
  margin-bottom: 8px;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .delete-button-confirm-wrapper .confirm-buttons,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .delete-button-confirm-wrapper .confirm-buttons {
  display: block;
  text-align: center;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .delete-button-confirm-wrapper .confirm-buttons > a,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .delete-button-confirm-wrapper .confirm-buttons > a {
  background: #999;
  color: white !important;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 3px;
  margin: 0 10px;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .delete-button-confirm-wrapper .confirm-buttons > a.delete-button-confirm,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .delete-button-confirm-wrapper .confirm-buttons > a.delete-button-confirm {
  background: #D35046 !important;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper {
  position: absolute;
  right: 94px;
  top: 8px;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper .hide-button,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper .hide-button {
  opacity: 0;
  transition: all 250ms ease-in-out;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper .hide-button,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper .hide-button,
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper .unhide-button,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper .unhide-button {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 26px;
  white-space: nowrap;
  padding: 0 10px;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  position: relative;
  font-size: 0;
  transition: all 250ms ease-in-out;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper .hide-button:before,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper .hide-button:before,
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper .unhide-button:before,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper .unhide-button:before {
  content: ' ';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  display: block;
  background-image: url(https://assets-edge.slickpic.com/img/ico-eye-hide-default.png);
  background-position: 0 0;
  background-size: 16px 16px;
  filter: invert(1);
  opacity: 0.4515;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper .hide-button.unhide-button:before,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper .hide-button.unhide-button:before,
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper .unhide-button.unhide-button:before,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper .unhide-button.unhide-button:before {
  background-image: url(https://assets-edge.slickpic.com/img/ico-eye-hide.png);
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper .hide-button:hover,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper .hide-button:hover,
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper .unhide-button:hover,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper .unhide-button:hover {
  box-shadow: 0 0 100px #1ba2fc22 inset;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper .unhide-button,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper .unhide-button {
  display: none;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper.active .hide-button,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper.active .hide-button {
  display: none;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .hide-button-wrapper.active .unhide-button,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .hide-button-wrapper.active .unhide-button {
  display: block;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li:hover > .actions > .hide-button-wrapper > .hide-button,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li:hover > .actions > .hide-button-wrapper > .hide-button {
  opacity: 1;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li.nophotos,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li.nophotos,
html > body .cover-list .extended-form .block-form .tab-existing ul li.no-photos,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li.no-photos,
html > body .cover-list .extended-form .block-form .tab-existing ul li.nophotos > a,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li.nophotos > a,
html > body .cover-list .extended-form .block-form .tab-existing ul li.no-photos > a,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li.no-photos > a,
html > body .cover-list .extended-form .block-form .tab-existing ul li.nophotos *,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li.nophotos *,
html > body .cover-list .extended-form .block-form .tab-existing ul li.no-photos *,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li.no-photos *,
html > body .cover-list .extended-form .block-form .tab-existing ul li.nophotos > a *,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li.nophotos > a *,
html > body .cover-list .extended-form .block-form .tab-existing ul li.no-photos > a *,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li.no-photos > a * {
  color: #999 !important;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li.nophotos > a,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li.nophotos > a,
html > body .cover-list .extended-form .block-form .tab-existing ul li.no-photos > a,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li.no-photos > a {
  pointer-events: none;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li.nophotos > a.show-organizer,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li.nophotos > a.show-organizer,
html > body .cover-list .extended-form .block-form .tab-existing ul li.no-photos > a.show-organizer,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li.no-photos > a.show-organizer {
  pointer-events: auto;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li a,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li a {
  cursor: pointer;
  color: #333 !important;
  padding: 6px 15px;
  font-size: 14px;
  position: relative;
  height: 44px;
  display: block;
  text-decoration: none !important;
  border-bottom: 1px solid #eee;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li a.nophotos,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li a.nophotos,
html > body .cover-list .extended-form .block-form .tab-existing ul li a.no-photos,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li a.no-photos {
  pointer-events: none !important;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li a.nophotos,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li a.nophotos,
html > body .cover-list .extended-form .block-form .tab-existing ul li a.no-photos,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li a.no-photos,
html > body .cover-list .extended-form .block-form .tab-existing ul li a.nophotos *,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li a.nophotos *,
html > body .cover-list .extended-form .block-form .tab-existing ul li a.no-photos *,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li a.no-photos * {
  color: #999 !important;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li a img,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li a img {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 10px;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li a:hover,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li a:hover {
  color: #1ba2fc;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li a:hover *,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li a:hover * {
  color: #1ba2fc !important;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li a span,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li a span {
  color: #999;
  white-space: nowrap;
  max-width: 300px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li a .album-name,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li a .album-name {
  color: #222;
  white-space: nowrap;
  max-width: 300px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li .show-organizer,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li .show-organizer {
  font-weight: 600;
  text-transform: none;
  position: absolute;
  border: 0 !important;
  top: 7px;
  top: 0;
  right: 0;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 0 !important;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li ul,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li ul {
  max-height: 54515px;
  overflow: visible;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li ul li a,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li ul li a {
  padding-left: 60px;
}
html > body .cover-list .extended-form .block-form .tab-existing ul li ul li ul li a,
html > body .cover-list .extended-form .block-form .tab-existing-mobile ul li ul li ul li a {
  padding-left: 80px;
}
html > body .cover-list .extended-form .block-form .line-fullsize {
  width: 100%;
  height: auto;
}
html > body .cover-list .extended-form .block-form .form-line {
  padding: 8px 15px;
  vertical-align: top;
}
html > body .cover-list .extended-form .block-form .form-line.fullsize {
  padding: 0;
}
html > body .cover-list .extended-form .block-form .form-line + .form-line {
  border-top: 1px solid #f2f2f2;
}
html > body .cover-list .extended-form .block-form .form-line:before,
html > body .cover-list .extended-form .block-form .form-line:after {
  content: " ";
  display: table;
}
html > body .cover-list .extended-form .block-form .form-line:after {
  clear: both;
}
html > body .cover-list .extended-form .block-form .form-line .line-center {
  text-align: center;
  padding: 10px;
}
html > body .cover-list .extended-form .block-form .form-line .form-label {
  vertical-align: top;
  float: left;
  max-width: 65%;
}
html > body .cover-list .extended-form .block-form .form-line .form-label.fullsize {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  text-align: left;
  float: none;
  clear: both;
  height: auto;
  padding: 0;
  border: 0;
}
html > body .cover-list .extended-form .block-form .form-line .form-label.fullsize:before,
html > body .cover-list .extended-form .block-form .form-line .form-label.fullsize:after {
  content: " ";
  display: table;
}
html > body .cover-list .extended-form .block-form .form-line .form-label.fullsize:after {
  clear: both;
}
html > body .cover-list .extended-form .block-form .form-line .form-label.divided {
  margin-bottom: 4px;
}
html > body .cover-list .extended-form .block-form .form-line .form-label.half {
  min-width: 50%;
  max-width: 50%;
  width: 50%;
  text-align: left;
}
html > body .cover-list .extended-form .block-form .form-line .form-label .label {
  color: #111;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  vertical-align: top;
}
html > body .cover-list .extended-form .block-form .form-line .form-label p {
  font-size: 13px;
  line-height: 18px;
  color: #888;
  display: block;
  vertical-align: top;
}
html > body .cover-list .extended-form .block-form .form-line .form-radio {
  vertical-align: top;
  float: none;
  max-width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
html > body .cover-list .extended-form .block-form .form-line .form-radio:hover {
  background: #f6f9fa;
}
html > body .cover-list .extended-form .block-form .form-line .form-radio .p {
  font-size: 13px;
  line-height: 18px;
  color: #888;
  display: block;
  vertical-align: top;
}
html > body .cover-list .extended-form .block-form .form-line .form-radio > span {
  color: #333;
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 20px;
  width: auto;
  text-align: left;
  float: none;
  margin-right: 0;
  margin-top: 0;
}
html > body .cover-list .extended-form .block-form .form-line .form-radio label {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  cursor: pointer;
  float: none;
  margin-top: 6px;
}
html > body .cover-list .extended-form .block-form .form-line .form-radio [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
html > body .cover-list .extended-form .block-form .form-line .form-radio [type="radio"] + span {
  display: block;
  padding-left: 26px;
  position: relative;
  line-height: 18px;
  margin-right: 10px;
  float: none;
}
html > body .cover-list .extended-form .block-form .form-line .form-radio [type="radio"] + span > .ico-tooltip {
  float: right;
  vertical-align: middle;
  margin-right: -10px;
}
html > body .cover-list .extended-form .block-form .form-line .form-radio [type="radio"] + span + span {
  margin-left: 6px;
}
html > body .cover-list .extended-form .block-form .form-line .form-radio [type="radio"] + span:before {
  content: ' ';
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #d8d8d8;
  background: white;
  margin-right: 2px;
  -webkit-transition: 0.15s ease all;
  -moz-transition: 0.15s ease all;
  transition: 0.15s ease all;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}
html > body .cover-list .extended-form .block-form .form-line .form-radio [type="radio"]:checked + span:after {
  content: ' ';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #1ba2fc;
  margin-right: 4px;
  -webkit-transition: 0.15s ease all;
  -moz-transition: 0.15s ease all;
  transition: 0.15s ease all;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 2px;
  left: 2px;
}
html > body .cover-list .extended-form .block-form .form-line.control-design .form-label {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control,
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control.half {
  width: auto;
  min-width: 50%;
  max-width: 90%;
}
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control span.control {
  display: inline-block;
}
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control span.control label {
  cursor: pointer;
}
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control label,
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control .radio-gallery {
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  cursor: pointer;
  float: none;
  margin-top: 0px;
  margin-bottom: 12px;
  width: auto;
  height: auto;
  margin-left: 20px;
}
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control label:first-child,
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control .radio-gallery:first-child {
  margin-left: 0;
}
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control [type="radio"] + span {
  display: block;
  padding-left: 26px;
  position: relative;
  line-height: 18px;
  margin-right: 10px;
  float: none;
  text-align: left;
}
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control [type="radio"] + span > .ico-tooltip {
  float: right;
  vertical-align: middle;
  margin-right: -10px;
}
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control [type="radio"] + span + span {
  margin-left: 26px;
  display: block;
  margin-top: 4px;
}
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control [type="radio"] + span:before {
  content: ' ';
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #d8d8d8;
  background: white;
  margin-right: 2px;
  -webkit-transition: 0.15s ease all;
  -moz-transition: 0.15s ease all;
  transition: 0.15s ease all;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}
html > body .cover-list .extended-form .block-form .form-line.control-design .form-control [type="radio"]:checked + span:after {
  content: ' ';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #1ba2fc;
  margin-right: 4px;
  -webkit-transition: 0.15s ease all;
  -moz-transition: 0.15s ease all;
  transition: 0.15s ease all;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 2px;
  left: 2px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control {
  font-size: 14px;
  line-height: 20px;
  float: right;
  max-width: 35%;
  text-align: right;
  vertical-align: top;
  height: auto;
  border: 0;
  padding: 0;
  width: auto;
}
html > body .cover-list .extended-form .block-form .form-line .form-control a {
  text-decoration: none;
}
html > body .cover-list .extended-form .block-form .form-line .form-control span.control {
  display: inline-block;
}
html > body .cover-list .extended-form .block-form .form-line .form-control span.control label {
  cursor: pointer;
}
html > body .cover-list .extended-form .block-form .form-line .form-control.fullsize {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  text-align: left;
  float: none;
  clear: both;
  height: auto;
  padding: 0;
  border: 0;
}
html > body .cover-list .extended-form .block-form .form-line .form-control.fullsize:before,
html > body .cover-list .extended-form .block-form .form-line .form-control.fullsize:after {
  content: " ";
  display: table;
}
html > body .cover-list .extended-form .block-form .form-line .form-control.fullsize:after {
  clear: both;
}
html > body .cover-list .extended-form .block-form .form-line .form-control.half {
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}
html > body .cover-list .extended-form .block-form .form-line .form-control select,
html > body .cover-list .extended-form .block-form .form-line .form-control input {
  max-width: 100%;
  vertical-align: top;
}
html > body .cover-list .extended-form .block-form .form-line .form-control input.fullsize-input {
  font-size: 16px;
  padding: 12px 15px !important;
  width: 100% !important;
  height: 44px !important;
}
html > body .cover-list .extended-form .block-form .form-line .form-control select {
  text-transform: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: 14px;
  border-radius: 0;
  color: #1ba2fc;
  padding-right: 16px;
  background: #fff url(https://assets-edge.slickpic.com/img/billing/ico-arrow-down.png) no-repeat right center;
  border: 0;
  background-size: 12px;
  vertical-align: top;
  line-height: 18px;
  min-width: 88px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control select:focus {
  border-color: #1ba2fc;
  box-shadow: 0 2px 0 #edf8fd;
  outline: none;
}
html > body .cover-list .extended-form .block-form .form-line .form-control input[type=number],
html > body .cover-list .extended-form .block-form .form-line .form-control input[type=text],
html > body .cover-list .extended-form .block-form .form-line .form-control input[type=password],
html > body .cover-list .extended-form .block-form .form-line .form-control input[type=search] {
  border-radius: 1px;
  border: 1px solid #dee3ea;
  height: 24px;
  margin-top: -2px;
  padding: 4px 8px;
  width: 100%;
  display: block;
  min-width: 70px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control input[type=number]:focus,
html > body .cover-list .extended-form .block-form .form-line .form-control input[type=text]:focus,
html > body .cover-list .extended-form .block-form .form-line .form-control input[type=password]:focus,
html > body .cover-list .extended-form .block-form .form-line .form-control input[type=search]:focus {
  border-color: #aaa;
}
html > body .cover-list .extended-form .block-form .form-line .form-control input[type=number].specific-small,
html > body .cover-list .extended-form .block-form .form-line .form-control input[type=text].specific-small,
html > body .cover-list .extended-form .block-form .form-line .form-control input[type=password].specific-small,
html > body .cover-list .extended-form .block-form .form-line .form-control input[type=search].specific-small {
  max-width: 100%;
  min-width: 10px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .small-input {
  white-space: nowrap;
  width: 160px;
  margin: 0 2px 0 -20px;
  vertical-align: top;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .small-input input[type=text],
html > body .cover-list .extended-form .block-form .form-line .form-control .small-input input[type=number] {
  height: 24px;
  width: 60px;
  text-align: center;
  padding: 0;
  margin-top: -2px;
  vertical-align: top;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .switcher {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 18px;
  vertical-align: top;
  transition: all 333ms ease-in-out;
  cursor: pointer;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .switcher input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .switcher input[type=checkbox] + span:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 14px;
  background: #dcdde0;
  transition: all 444ms ease-in-out;
  border-radius: 100px;
  content: ' ';
}
html > body .cover-list .extended-form .block-form .form-line .form-control .switcher input[type=checkbox] + span:after {
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 100%;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
  top: 0;
  left: -2px;
  transition: all 333ms ease-in-out;
  content: ' ';
}
html > body .cover-list .extended-form .block-form .form-line .form-control .switcher input[type=checkbox]:hover + span:before {
  background: #c8d7e3;
  transition: all 444ms ease-in-out;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .switcher input[type=checkbox]:checked + span:before {
  background: #1ba2fc;
  transition: all 444ms ease-in-out;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .switcher input[type=checkbox]:checked + span:after {
  left: calc(100% - 14px);
  transition: all 333ms ease-in-out;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .switcher input[type=checkbox]:checked:hover + span:before {
  background: #1891e2;
  transition: all 444ms ease-in-out;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input {
  border: 0;
  margin-left: -40px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input input {
  font-family: 'AwFont', 'Lato', sans-serif !important;
  color: #333;
  border: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 24px 0 0;
  text-align: right;
  font-size: 14px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input .tui-ico-date {
  top: 10px;
  right: 0;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker {
  display: block;
  position: relative;
  width: 330px;
  float: right;
  border-color: #ddd;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker .tui-datepicker-selector {
  white-space: nowrap;
  font-size: 0;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker .tui-datepicker-selector button {
  font-size: 12px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker .tui-datepicker-selector .tui-ico-date,
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker .tui-datepicker-selector .tui-ico-time {
  margin-top: -1px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker .tui-timepicker {
  width: 100%;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker * {
  vertical-align: middle;
  font-family: 'AwFont', 'Lato', sans-serif;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker .tui-timepicker-colon {
  line-height: 4px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker .tui-timepicker-spinbox-input {
  width: 100%;
  height: 100%;
  margin: 0;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker .tui-calendar-title-today {
  line-height: 32px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker .tui-datepicker-type-date,
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker .tui-calendar {
  width: 100%;
}
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker .tui-is-selectable.tui-is-selected,
html > body .cover-list .extended-form .block-form .form-line .form-control .tui-datepicker-input + div .tui-datepicker.tui-rangepicker .tui-is-selectable.tui-is-selected {
  border-radius: 5px;
  background-color: #1ba2fc;
}
html > body .cover-list .extended-form .block-form .form-line .form-control.datepicker {
  float: none;
  width: 100%;
  text-align: left;
}
html > body .cover-list .extended-form .block-form .form-line .form-control.datepicker .tui-datepicker-input {
  margin: 0 0 0 26px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control.datepicker .tui-datepicker-input > input[type=text] {
  margin: 0;
  border: 1px solid #eee !important;
  text-align: left;
  height: 26px;
  padding: 2px 10px !important;
}
html > body .cover-list .extended-form .block-form .form-line .form-control.datepicker .tui-datepicker-input > .tui-ico-date {
  top: 12px;
  right: -20px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control.datepicker .tui-datepicker-input + div .tui-datepicker {
  float: none;
  margin-left: 26px;
  margin-top: -3px;
}
html > body .cover-list .extended-form .block-form .form-line .form-control.datepicker .tui-datepicker-input + div .tui-datepicker .tui-ico-date,
html > body .cover-list .extended-form .block-form .form-line .form-control.datepicker .tui-datepicker-input + div .tui-datepicker .tui-ico-time {
  margin-top: 0;
}
html > body .cover-list .extended-form .block-form .form-line .form-control.datepicker .tui-datepicker-input + div .tui-datepicker .tui-datepicker-selector {
  padding: 0;
}
html > body .cover-list .extended-form .block-form .form-line .form-control.datepicker .tui-datepicker-input + div .tui-datepicker .tui-timepicker-spinbox-input {
  width: auto;
  min-width: 100%;
}
html > body .cover-list .extended-form .block-form .form-line .views-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
html > body .cover-list .extended-form .block-form .form-line .views-list:before,
html > body .cover-list .extended-form .block-form .form-line .views-list:after {
  content: " ";
  display: table;
}
html > body .cover-list .extended-form .block-form .form-line .views-list:after {
  clear: both;
}
html > body .cover-list .extended-form .block-form .form-line .views-list.small li {
  padding: 2px 0;
  width: 50%;
  float: left;
}
html > body .cover-list .extended-form .block-form .form-line .views-list.small li .view-selection {
  min-height: 74px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list.small li .view-selection input[type=radio] + span {
  padding-top: 56px;
  font-size: 12px;
  color: #888;
}
html > body .cover-list .extended-form .block-form .form-line .views-list.small li .view-selection input[type=radio] + span:before {
  top: 4px !important;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li {
  list-style: none;
  margin: 0;
  width: 12.5%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  font-size: 14px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  min-height: 96px;
  border-radius: 3px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection input[type=radio] + span {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  padding-top: 70px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection input[type=radio] + span:before {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: 10px;
  content: ' ';
  background: url("https://assets-edge.slickpic.com/img/albumgrids-views-34.png") no-repeat -4515px -4515px;
  background-size: 375px 750px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection input[type=radio]:checked + span {
  color: #fff;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection input[type=radio]:checked ~ .background {
  background: #1ba2fc !important;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.active > span {
  color: #fff !important;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.active > .background {
  background: #1ba2fc !important;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection:hover {
  background: rgba(40, 164, 249, 0.1);
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-justified input[type=radio] + span:before {
  background-position: 0 0;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-justified input[type=radio]:checked + span:before {
  background-position: 0 -372px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-justified.active > span:before {
  background-position: 0 -372px !important;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-horizontal input[type=radio] + span:before {
  background-position: -246px 0;
  opacity: 0.9;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-horizontal input[type=radio]:checked + span:before {
  background-position: -246px 0;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-horizontal.active > span:before {
  background-position: -246px -372px !important;
  opacity: 0.9;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-grid input[type=radio] + span:before {
  background-position: -62px 0;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-grid input[type=radio]:checked + span:before {
  background-position: -62px -372px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-grid.active > span:before {
  background-position: -62px -372px !important;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-flow input[type=radio] + span:before {
  background-position: 0 -62px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-flow input[type=radio]:checked + span:before {
  background-position: 0 -434px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-flow.active > span:before {
  background-position: 0 -434px !important;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-squared input[type=radio] + span:before {
  background-position: -62px -62px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-squared.active > span:before {
  background-position: -62px -434px !important;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-1 input[type=radio] + span:before,
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-2 input[type=radio] + span:before,
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-3 input[type=radio] + span:before,
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-4 input[type=radio] + span:before {
  opacity: 0.5;
  background-image: url('https://assets-edge.slickpic.com/img/albumgrids-views-02.png');
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-1 input[type=radio] + span:before {
  background-position: 0 -508px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-1 input[type=radio]:checked + span:before {
  background-position: 0 -648px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-1.active > span:before {
  background-position: 0 -648px !important;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-2 input[type=radio] + span:before {
  background-position: -62px -508px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-2 input[type=radio]:checked + span:before {
  background-position: -62px -648px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-2.active > span:before {
  background-position: -62px -648px !important;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-3 input[type=radio] + span:before {
  background-position: -124px -508px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-3 input[type=radio]:checked + span:before {
  background-position: -124px -648px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-3.active > span:before {
  background-position: -124px -648px !important;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-4 input[type=radio] + span:before {
  background-position: -186px -508px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-4 input[type=radio]:checked + span:before {
  background-position: -186px -648px;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-4.active > span:before {
  background-position: -186px -648px !important;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-5 input[type=radio] + span:before {
  background-position: -248px -508px;
  opacity: 0.6;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-5 input[type=radio]:checked + span:before {
  background-position: -248px -648px;
  opacity: 1;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-5.active > span:before {
  background-position: -248px -648px !important;
  opacity: 1;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-6 input[type=radio] + span:before {
  background-position: -310px -508px;
  opacity: 0.6;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-6 input[type=radio]:checked + span:before {
  background-position: -310px -648px;
  opacity: 1;
}
html > body .cover-list .extended-form .block-form .form-line .views-list li .view-selection.view-album-grid-theme-6.active > span:before {
  background-position: -310px -648px !important;
  opacity: 1;
}
html > body .cover-list .extended-form .block-form .form-line.disabled .form-label .label {
  color: #666;
}
html > body .cover-list .extended-form .block-form .form-line.disabled .form-label p {
  color: #aaa;
}
html > body .cover-list .extended-form .block-form .form-line.disabled .form-control {
  pointer-events: none;
}
html > body .cover-list .extended-form .block-form .form-line.disabled .form-control .select-simple {
  color: #8c8c8c;
}
html > body .cover-list .extended-form .block-form .form-line.disabled .form-control .select-simple:after {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
html > body .cover-list .extended-form .block-form .form-line.line-long .form-line {
  max-width: 80%;
}
html > body .cover-list .extended-form .block-form .form-line.line-long .form-control {
  max-width: 20%;
}
html > body .cover-list .extended-form .block-form .form-line.line-long-input .form-line {
  max-width: 40%;
}
html > body .cover-list .extended-form .block-form .form-line.line-long-input .form-control {
  max-width: 60%;
}
html > body .cover-list .album-upload-button-wrapper {
  padding: 10px 10px 15px;
  background-color: white;
}
html > body .cover-list .album-upload-button-wrapper label {
  margin-right: 10px;
}
html > body .cover-list .album-upload-button-wrapper label:first-child {
  margin-left: 15px;
}
html > body .cover-list .album-upload-button-wrapper label span {
  font-size: 14px;
  vertical-align: middle;
}
html > body .cover-list .apply-button-container {
  margin: -16px 20px 16px;
  text-align: center;
}
html > body .cover-list .apply-button-container .apply-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  background: #1ba2fc;
  border: 1px solid #1ba2fc;
  display: inline-block;
  height: 36px;
  font-size: 14px;
  color: #fff !important;
  line-height: 20px;
  padding: 7px 24px;
  font-weight: 700;
  border-radius: 100px;
  text-decoration: none;
  vertical-align: top;
  transition: 333ms cubic-bezier(0.4, 0, 0.22, 1);
  margin-left: 10px;
}
html > body .cover-list .albums-list.selectable {
  max-height: calc(100vh - 340px) !important;
}
html > body .cover-list .albums-list.selectable ul {
  max-height: 20000px !important;
}
html > body .cover-list .albums-list.selectable li label input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
html > body .cover-list .albums-list.selectable li label input[type=checkbox]:checked + a:before {
  background: url(https://assets-edge.slickpic.com/img/upload/ico-checkmark-blue-02.png) no-repeat center center;
  background-size: 12px;
}
html > body .cover-list .albums-list.selectable li label input[type=checkbox][disabled] + a:before {
  filter: grayscale(100%) !important;
  cursor: not-allowed !important;
}
html > body .cover-list .albums-list.selectable li label input[type=checkbox] + a {
  padding-left: 44px;
  position: relative;
}
html > body .cover-list .albums-list.selectable li label input[type=checkbox] + a:before {
  position: absolute;
  top: 12px;
  left: 15px;
  content: ' ';
  border: 1px solid #bbb;
  width: 18px;
  height: 18px;
  float: left;
  background: white;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none !important;
}
html > body .cover-list .albums-list.selectable li li label input[type=checkbox] + a:before {
  left: 30px;
}
html > body .cover-list .albums-list.selectable li li li label input[type=checkbox] + a:before {
  left: 48px;
}
html > body .cover-list.album-list-picker-public .extended-form .block-form .tab-existing ul li a.no-photos,
html > body .cover-list.album-list-picker-public .extended-form .block-form .tab-existing ul li a.nophotos,
html > body .cover-list.album-list-picker-public .extended-form .block-form .tab-existing ul li a.no-photos *,
html > body .cover-list.album-list-picker-public .extended-form .block-form .tab-existing ul li a.nophotos * {
  color: #222 !important;
  pointer-events: auto !important;
}
html > body .ul-list {
  list-style: disc;
  text-align: left;
  margin-left: 30px;
}
html > body .ol-list {
  list-style: decimal;
  text-align: left;
  margin-left: 30px;
}
html > body .cell {
  position: relative;
  vertical-align: top;
}
html > body .squared-grid {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
html > body .squared-grid > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  float: left;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  flex-grow: 0;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  align-self: center;
  text-align: center;
}
html > body .squared-grid > a > .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 1px;
  flex-flow: row wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html > body .squared-grid > a .image-container {
  position: relative;
  height: auto;
  width: 100%;
}
html > body .squared-grid > a img {
  width: 100%;
  height: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
html > body .squared-grid > a .caption {
  margin: 10px 0 20px;
  display: none;
  text-align: center;
  font-size: 12px;
  color: #333;
}
html > body .squared-grid:after {
  content: "";
  flex: auto;
  margin-left: 33%;
}
html > body .real-grid {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 10px;
}
html > body .real-grid > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  float: left;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  flex-grow: 0;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  align-self: center;
  text-align: center;
}
html > body .real-grid > a > .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 1px;
  flex-flow: row wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html > body .real-grid > a .image-container {
  position: relative;
  height: auto;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  min-width: 80px;
  min-height: 64px;
  display: inline-block;
  width: auto;
}
html > body .real-grid > a img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
html > body .real-grid > a .caption {
  margin: 10px 0 20px;
  display: none;
  text-align: center;
  font-size: 12px;
  color: #333;
}
html > body .real-grid > a .image-container {
  padding-top: 0;
}
html > body .real-grid > a .image-container img {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
}
html > body .real-grid:after {
  content: "";
  flex: auto;
  margin-left: 33%;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-1 a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-1 a {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-1 a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-1 a .add-to-cart-button {
  width: 108px;
  color: white;
  bottom: 26px;
  right: 6px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-2 a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-2 a {
  border: 10px solid transparent;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-2 a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-2 a .add-to-cart-button {
  bottom: 16px;
  right: 16px;
  width: 108px;
  color: white;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-3 a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-3 a {
  border: 10px solid transparent;
  -webkit-flex-basis: 33.333333%;
  -ms-flex-preferred-size: 33.333333%;
  flex-basis: 33.333333%;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-3 a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-3 a .add-to-cart-button {
  bottom: 16px;
  right: 16px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-3[data-view-gutter-size="small"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-3[data-view-gutter-size="small"] a {
  border: 15px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-3[data-view-gutter-size="small"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-3[data-view-gutter-size="small"] a .add-to-cart-button {
  bottom: 26px;
  right: 26px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-3[data-view-gutter-size="medium"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-3[data-view-gutter-size="medium"] a {
  border: 20px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-3[data-view-gutter-size="medium"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-3[data-view-gutter-size="medium"] a .add-to-cart-button {
  bottom: 36px;
  right: 36px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-3[data-view-gutter-size="large"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-3[data-view-gutter-size="large"] a {
  border: 30px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-3[data-view-gutter-size="large"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-3[data-view-gutter-size="large"] a .add-to-cart-button {
  bottom: 46px;
  right: 46px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-4 a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-4 a {
  border: 10px solid transparent;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-4 a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-4 a .add-to-cart-button {
  bottom: 16px;
  right: 16px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-4[data-view-gutter-size="small"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-4[data-view-gutter-size="small"] a {
  border: 15px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-4[data-view-gutter-size="small"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-4[data-view-gutter-size="small"] a .add-to-cart-button {
  bottom: 26px;
  right: 26px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-4[data-view-gutter-size="medium"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-4[data-view-gutter-size="medium"] a {
  border: 20px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-4[data-view-gutter-size="medium"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-4[data-view-gutter-size="medium"] a .add-to-cart-button {
  bottom: 36px;
  right: 36px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-4[data-view-gutter-size="large"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-4[data-view-gutter-size="large"] a {
  border: 30px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-4[data-view-gutter-size="large"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-4[data-view-gutter-size="large"] a .add-to-cart-button {
  bottom: 46px;
  right: 46px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-5 a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-5 a {
  border: 10px solid transparent;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-5 a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-5 a .add-to-cart-button {
  bottom: 16px;
  right: 16px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-5[data-view-gutter-size="small"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-5[data-view-gutter-size="small"] a {
  border: 15px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-5[data-view-gutter-size="small"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-5[data-view-gutter-size="small"] a .add-to-cart-button {
  bottom: 26px;
  right: 26px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-5[data-view-gutter-size="medium"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-5[data-view-gutter-size="medium"] a {
  border: 20px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-5[data-view-gutter-size="medium"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-5[data-view-gutter-size="medium"] a .add-to-cart-button {
  bottom: 36px;
  right: 36px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-5[data-view-gutter-size="large"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-5[data-view-gutter-size="large"] a {
  border: 30px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-5[data-view-gutter-size="large"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-5[data-view-gutter-size="large"] a .add-to-cart-button {
  bottom: 46px;
  right: 46px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-6 a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-6 a {
  border: 8px solid transparent;
  -webkit-flex-basis: 16.666%;
  -ms-flex-preferred-size: 16.666%;
  flex-basis: 16.666%;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-6 a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-6 a .add-to-cart-button {
  bottom: 14px;
  right: 14px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-6[data-view-gutter-size="small"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-6[data-view-gutter-size="small"] a {
  border: 16px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-6[data-view-gutter-size="small"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-6[data-view-gutter-size="small"] a .add-to-cart-button {
  bottom: 26px;
  right: 26px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-6[data-view-gutter-size="medium"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-6[data-view-gutter-size="medium"] a {
  border: 24px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-6[data-view-gutter-size="medium"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-6[data-view-gutter-size="medium"] a .add-to-cart-button {
  bottom: 30px;
  right: 30px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-6[data-view-gutter-size="large"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-6[data-view-gutter-size="large"] a {
  border: 32px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-6[data-view-gutter-size="large"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-6[data-view-gutter-size="large"] a .add-to-cart-button {
  bottom: 38px;
  right: 38px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-7 a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-7 a {
  border: 6px solid transparent;
  -webkit-flex-basis: 14.28%;
  -ms-flex-preferred-size: 14.28%;
  flex-basis: 14.28%;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-7 a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-7 a .add-to-cart-button {
  bottom: 12px;
  right: 12px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-7[data-view-gutter-size="small"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-7[data-view-gutter-size="small"] a {
  border: 12px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-7[data-view-gutter-size="small"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-7[data-view-gutter-size="small"] a .add-to-cart-button {
  bottom: 18px;
  right: 18px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-7[data-view-gutter-size="medium"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-7[data-view-gutter-size="medium"] a {
  border: 18px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-7[data-view-gutter-size="medium"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-7[data-view-gutter-size="medium"] a .add-to-cart-button {
  bottom: 24px;
  right: 24px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-7[data-view-gutter-size="large"] a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-7[data-view-gutter-size="large"] a {
  border: 24px solid transparent;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-7[data-view-gutter-size="large"] a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-7[data-view-gutter-size="large"] a .add-to-cart-button {
  bottom: 30px;
  right: 30px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-8 a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-8 a {
  border: 6px solid transparent;
  -webkit-flex-basis: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-8 a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-8 a .add-to-cart-button {
  bottom: 12px;
  right: 12px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-9 a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-9 a {
  border: 6px solid transparent;
  -webkit-flex-basis: 11.111%;
  -ms-flex-preferred-size: 11.111%;
  flex-basis: 11.111%;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-9 a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-9 a .add-to-cart-button {
  bottom: 12px;
  right: 12px;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-10 a,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-10 a {
  border: 6px solid transparent;
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
html > body .cstm-album-view[data-view-type="grid"].view-column-count-10 a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="squared"].view-column-count-10 a .add-to-cart-button {
  bottom: 12px;
  right: 12px;
}
html > body .cstm-album-view[data-view-type="justified"] {
  min-height: 560px;
}
html > body .cstm-album-view[data-view-type="flow"] {
  min-height: 560px;
}
html > body .cstm-album-view[data-view-type="flow"] .flow-item a {
  background-color: rgba(175, 175, 175, 0.05);
}
html > body .cstm-album-view[data-view-type="flow"] .flow-item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(175, 175, 175, 0.05);
  font-size: 0;
  color: transparent;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="1"] .flow-grid .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="1"] .flow-grid .flow-item-sizer {
  width: 100%;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="1"] .flow-grid .flow-item a,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="1"] .flow-grid .flow-item-sizer a {
  text-align: center;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="1"] .flow-grid .flow-item a img,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="1"] .flow-grid .flow-item-sizer a img {
  display: inline-block;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="1"] .flow-grid .flow-item a .add-to-cart-button,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="1"] .flow-grid .flow-item-sizer a .add-to-cart-button {
  width: 108px;
  color: white;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="2"] .flow-grid .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="2"] .flow-grid .flow-item-sizer {
  width: calc(50% - 0px);
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="2"] .flow-grid .flow-item .add-to-cart-button,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="2"] .flow-grid .flow-item-sizer .add-to-cart-button {
  width: 108px;
  color: white;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="2"][data-view-gutter-size="small"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="2"][data-view-gutter-size="small"] .flow-item-sizer {
  width: calc(50% - 5px);
  margin-bottom: 10px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="2"][data-view-gutter-size="medium"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="2"][data-view-gutter-size="medium"] .flow-item-sizer {
  width: calc(50% - 20px);
  margin-bottom: 20px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="2"][data-view-gutter-size="large"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="2"][data-view-gutter-size="large"] .flow-item-sizer {
  width: calc(50% - 30px);
  margin-bottom: 30px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="3"] .flow-grid .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="3"] .flow-grid .flow-item-sizer {
  width: 33.333333%;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="3"][data-view-gutter-size="small"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="3"][data-view-gutter-size="small"] .flow-item-sizer {
  width: calc(33.333333% - 10px);
  margin-bottom: 10px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="3"][data-view-gutter-size="medium"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="3"][data-view-gutter-size="medium"] .flow-item-sizer {
  width: calc(33.333333% - 16px);
  margin-bottom: 20px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="3"][data-view-gutter-size="large"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="3"][data-view-gutter-size="large"] .flow-item-sizer {
  width: calc(33.333333% - 30px);
  margin-bottom: 30px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="4"] .flow-grid .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="4"] .flow-grid .flow-item-sizer {
  width: 25%;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="4"][data-view-gutter-size="small"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="4"][data-view-gutter-size="small"] .flow-item-sizer {
  width: calc(25% - 10px);
  margin-bottom: 10px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="4"][data-view-gutter-size="medium"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="4"][data-view-gutter-size="medium"] .flow-item-sizer {
  width: calc(25% - 20px);
  margin-bottom: 20px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="4"][data-view-gutter-size="large"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="4"][data-view-gutter-size="large"] .flow-item-sizer {
  width: calc(25% - 30px);
  margin-bottom: 30px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="5"] .flow-grid .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="5"] .flow-grid .flow-item-sizer {
  width: 20%;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="5"][data-view-gutter-size="small"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="5"][data-view-gutter-size="small"] .flow-item-sizer {
  width: calc(20% - 10px);
  margin-bottom: 10px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="5"][data-view-gutter-size="medium"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="5"][data-view-gutter-size="medium"] .flow-item-sizer {
  width: calc(20% - 20px);
  margin-bottom: 20px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="5"][data-view-gutter-size="large"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="5"][data-view-gutter-size="large"] .flow-item-sizer {
  width: calc(20% - 30px);
  margin-bottom: 30px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="6"] .flow-grid .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="6"] .flow-grid .flow-item-sizer {
  width: 16.666%;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="6"][data-view-gutter-size="small"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="6"][data-view-gutter-size="small"] .flow-item-sizer {
  width: calc(16.666% - 10px);
  margin-bottom: 10px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="6"][data-view-gutter-size="medium"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="6"][data-view-gutter-size="medium"] .flow-item-sizer {
  width: calc(16.666% - 20px);
  margin-bottom: 20px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="6"][data-view-gutter-size="large"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="6"][data-view-gutter-size="large"] .flow-item-sizer {
  width: calc(16.666% - 30px);
  margin-bottom: 30px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="7"] .flow-grid .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="7"] .flow-grid .flow-item-sizer {
  width: 14.28%;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="7"][data-view-gutter-size="small"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="7"][data-view-gutter-size="small"] .flow-item-sizer {
  width: calc(14.28% - 10px);
  margin-bottom: 10px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="7"][data-view-gutter-size="medium"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="7"][data-view-gutter-size="medium"] .flow-item-sizer {
  width: calc(14.28% - 20px);
  margin-bottom: 20px !important;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="7"][data-view-gutter-size="large"] .flow-item,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count="7"][data-view-gutter-size="large"] .flow-item-sizer {
  width: calc(14.28% - 30px);
  margin-bottom: 30px !important;
}
html > body .cstm-album-view a.video-thumb {
  position: relative;
}
html > body .cstm-album-view a.video-thumb:not([data-thumb-autoplay]):after {
  content: ' ';
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  pointer-events: none;
  background: transparent url('https://assets-edge.slickpic.com/img/skin/default/ico-play.png') no-repeat center center;
  opacity: 0.75;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  transform: translateZ(0);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
html > body .cstm-album-view a.video-thumb:not([data-thumb-autoplay]):hover:after {
  opacity: 1;
}
html > body video {
  background: transparent;
}
html > body .row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
html > body .row .cell {
  padding-left: 10px;
  padding-right: 10px;
}
html > body .row .cell:first-child {
  padding-left: 0;
  padding-right: 20px;
}
html > body .row .cell:last-child {
  padding-right: 0;
  padding-left: 20px;
}
html > body .sp-block {
  overflow: visible;
}
html > body .sp-block .row {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
}
html > body .sp-block .row.none-i {
  display: none !important;
}
.particlify {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 150vh;
  overflow: hidden;
  z-index: 5;
  max-height: 100%;
}
.particlify canvas {
  width: 100%;
  height: auto !important;
  min-height: 100%;
}
body[data-user-id="285825"] .website220-404 {
  filter: invert(1);
}
body[data-user-id="285825"] .website220-404 p a {
  filter: invert(1) !important;
  color: #ee263f !important;
  text-decoration: none;
}
body[data-user-id="285825"] .website220-404 p .button-action,
body[data-user-id="285825"] .website220-404 .button-action {
  filter: invert(1) !important;
  background: #ee263f !important;
  border-color: #ee263f !important;
  color: white !important;
}
.website220-404 {
  margin: 0 auto;
  text-align: center;
  padding-top: 0;
  width: 100%;
  max-width: 100vw;
  min-height: 100%;
  background: white;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.website220-404 .container-404 {
  position: relative;
  width: 480px;
  max-width: calc(100% - 30px);
  margin: 15px auto;
  mix-blend-mode: multiply;
}
.website220-404 .img {
  background: transparent;
}
.website220-404 .img img {
  background: transparent;
  transform: scale(1.15);
}
.website220-404,
.website220-404 * {
  font-family: "AwFont", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", "Helvetica", "Lato", "Open Sans", "Helvetica Neue LT Std", "Helvetica", "Arial", "Trebuchet MS", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.website220-404:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://assets-edge.slickpic.com/img/hp/bg-01.svg) no-repeat center center;
  background-position: 42vw -64vh;
  content: ' ';
  z-index: 0;
}
.website220-404 * {
  position: relative;
}
.website220-404 h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.website220-404 h1 + p {
  padding-top: 0;
}
.website220-404 p {
  padding-top: 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #6a727d;
}
.website220-404 .footer {
  font-size: 14px;
  line-height: 20px;
}
.website220-404 .footer.last {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
  margin-top: 20px;
}
.website220-404 .footer a {
  color: #29a4f9 !important;
}
.website220-404 .button-action {
  padding: 14px 50px 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  text-shadow: none;
  font-weight: 600;
  font-size: 13px;
  color: #363642;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
  background-image: -webkit-linear-gradient(#fff, #fafafa);
  background-image: linear-gradient(#fff, #fafafa);
  background-color: #fafafa;
  border: 1px solid #cfd8dc;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  line-height: 18px;
  height: auto;
  width: auto;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  text-decoration: none !important;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white !important;
  background: #29a4f9;
  display: inline-block;
  font-size: 16px;
  border-radius: 100px;
  outline: none;
  border: none;
  transition: box-shadow 333ms ease-in-out;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.01) inset, 5px 10px 20px -15px rgba(41, 164, 249, 0.01);
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  background: #28a4f8;
  border: 1px solid #28a4f8;
}
.website220-404 .button-action:hover {
  transition: box-shadow 333ms ease-in-out;
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.1) inset, 5px 10px 20px -12px rgba(41, 164, 249, 0.75);
}
.website220-404 .button-action:active {
  transition: box-shadow 333ms ease-in-out;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset, 5px 10px 20px -12px rgba(41, 164, 249, 0.01);
}
.flow-grid {
  width: 100%;
  position: relative;
}
.flow-grid:after {
  content: '';
  display: block;
  clear: both;
}
.flow-grid .flow-item,
.flow-grid .flow-item-sizer {
  width: 33.3333%;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 3px;
}
.flow-grid .flow-item {
  display: block;
  float: left;
  margin-bottom: 4px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  cursor: zoom-in;
}
.flow-grid .flow-item a {
  position: relative;
  display: block;
  float: left;
  clear: both;
  min-width: 100%;
}
.flow-grid .flow-item {
  transition: opacity 111ms ease-in-out;
}
.flow-grid .flow-item.none {
  display: none;
}
.flow-grid .flow-item.loading {
  opacity: 0.4515;
}
.flow-grid .flow-item.loaded {
  opacity: 1;
}
.flow-grid .flow-item.loaded.video-thumb-autoplay > .flow-item-url {
  overflow: hidden;
}
.flow-grid .flow-item img {
  display: block;
  max-width: 100%;
}
.cstm-custom-navigation,
.footer-text,
.cstm-profile-logo {
  opacity: 0;
}
#wrapper .cstm-custom-navigation,
.cstm-custom-navigation.loaded,
.footer-text.loaded,
.cstm-profile-logo.loaded {
  opacity: 1;
}
.cstm-custom-navigation .nav-item {
  fill: currentColor !important;
}
.cstm-custom-navigation .nav-item.custom-sharing-item {
  vertical-align: middle;
  fill: currentColor !important;
}
.cstm-custom-navigation .nav-item.custom-sharing-item * {
  fill: currentColor !important;
}
.cstm-custom-navigation .nav-item.custom-sharing-item a {
  vertical-align: middle;
  fill: currentColor !important;
}
.cstm-custom-navigation .nav-item.custom-sharing-item a svg {
  fill: currentColor !important;
  cursor: pointer;
  max-width: 16px;
  height: auto;
  opacity: 0.75;
  vertical-align: middle;
}
.cstm-custom-navigation .nav-item.active a {
  font-weight: bold;
}
.public .open-album-selector-button,
.public .album-actions,
.public .open-photo-selector-button,
.public .open-reorder-button,
.public .open-sale-product-button {
  display: none;
}
.fullsize-layer-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.fullsize-layer-container .slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 200px;
  width: 100%;
  height: 100%;
}
.fullsize-layer-container .slideshow-container > div {
  width: 100%;
  height: 100%;
}
.fullsize-layer-container .fullsize-layer-cell {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 90px);
  height: 100%;
  margin-left: 45px;
  margin-right: 45px;
  box-sizing: border-box;
}
.fullsize-layer-container .fullsize-layer-cell > * {
  width: calc(100% + 90px);
  margin: 0 0 0 -45px;
  padding: 10px 0;
  box-sizing: content-box;
}
.upgrade-user-banner {
  margin-bottom: 24px;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 3px;
  box-shadow: 0px 1px 4.85px 0.15px rgba(0, 0, 0, 0.05);
  position: relative;
  background-clip: padding-box;
  padding: 10px 15px 10px;
  background: rgba(255, 250, 225, 0.93);
  border-color: #dcce87;
  position: fixed;
  bottom: -3px;
  left: 50%;
  width: 748px;
  margin-left: -374px;
  margin-bottom: 0;
  z-index: 10000;
}
.upgrade-user-banner,
.upgrade-user-banner * {
  font-family: "AwFont", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", "Helvetica", "Lato", "Open Sans", "Helvetica Neue LT Std", "Helvetica", "Arial", "Trebuchet MS", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.upgrade-user-banner h2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 6px;
  border-bottom: 1px solid #dcce87;
}
.upgrade-user-banner p {
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
.upgrade-user-banner p a {
  color: #29a4f9 !important;
}
.none-i {
  display: none !important;
}
.public .cstm-album-view {
  opacity: 0;
}
.public .cstm-album-view.loaded {
  opacity: 1;
}
/* ------------------------- */
.navbar-expand-md .navbar-nav .nav-link {
  white-space: nowrap;
}
@media (min-width: 992px) {
  html > body .navbar-expand-md .navbar-nav {
    padding-left: 6px;
    padding-right: 6px;
  }
  html > body .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    white-space: nowrap;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
}
@media (max-width: 767px) {
  html > body .navbar:before,
  html > body .navbar:after {
    content: " ";
    display: table;
  }
  html > body .navbar:after {
    clear: both;
  }
  html > body .cstm-album-view[data-view-title-enable="1"] .real-grid > a .image-container:hover .caption,
  html > body .cstm-album-view[data-view-title-enable="1"] .squared-grid > a .image-container:hover .caption,
  html > body .cstm-album-view[data-view-title-enable="1"] .flow-item:hover .caption {
    display: none !important;
  }
  html > body .mobile-menu-left {
    float: left;
    width: 10%;
    flex: none;
  }
  html > body .mobile-logo-right {
    width: 100%;
    float: left;
    flex: none;
    max-width: 80%;
    text-align: center;
    padding-right: 11% !important;
  }
  html > body .cstm-custom-navigation,
  html > body .cstm-custom-navigation:not(.show) {
    display: block;
  }
  html > body .cstm-custom-navigation .nav-item.mobile-menu-opener {
    display: inline-block !important;
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    vertical-align: middle;
    background-size: 100% 100%;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-indent: -4515px;
  }
  html > body .cstm-custom-navigation .navbar-nav {
    display: none;
  }
  html > body .cstm-custom-navigation.mobile-open .mobile-menu-closer {
    display: block !important;
    background: #444;
    font-family: Arial !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1502;
    width: 36px;
    height: 36px;
    margin: 12px;
    border-radius: 100%;
    color: white;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
  }
  html > body .cstm-custom-navigation.mobile-open .mobile-menu-child-back {
    display: none !important;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1502;
    width: 36px;
    height: 36px;
    margin: 12px;
    border-radius: 100%;
    color: inherit !important;
    text-align: center;
    line-height: 36px;
    font-size: 30px !important;
    padding-top: 7px;
  }
  html > body .cstm-custom-navigation.mobile-open.mobile-menu-open-child-active .mobile-menu-child-back {
    display: block !important;
    filter: none !important;
  }
  html > body .row .cell {
    padding-left: 0;
    padding-right: 0;
    min-height: 10px;
    flex-basis: 100% !important;
  }
  html > body .row .cell + .cell {
    margin-top: 30px;
  }
}
.website-preview {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  outline: 0;
  letter-spacing: inherit;
  width: 100vw;
  height: 100vh;
  background: #f7f9fa;
}
.website-preview * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  outline: 0;
  letter-spacing: inherit;
}
.website-preview .preview-header {
  height: 60px;
  position: relative;
  width: 100%;
  padding: 15px 30px;
}
.website-preview .preview-header:before,
.website-preview .preview-header:after {
  content: " ";
  display: table;
}
.website-preview .preview-header:after {
  clear: both;
}
.website-preview .preview-header .header-devices {
  position: absolute;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
}
.website-preview .preview-header .header-devices > a {
  display: inline-block;
  margin: 0 20px;
}
.website-preview .preview-header .header-devices > a.active svg {
  stroke: #28a4f8;
  fill: #28a4f8;
  transform: scale(1.25);
  transition: all 333ms ease-in-out;
}
.website-preview .preview-header .header-devices svg {
  transition: all 333ms ease-in-out;
  stroke: #000;
  fill: #000;
}
.website-preview .preview-header .header-devices svg:hover {
  stroke: #2c668d;
  fill: #2c668d;
}
.website-preview .preview-header .header-title {
  float: left;
  white-space: nowrap;
  display: inline-block;
  line-height: 34px;
  font-size: 20px;
  font-weight: 600;
}
.website-preview .preview-header .header-actions {
  float: right;
  text-align: right;
}
.website-preview .view-live,
.website-preview .close-preview-button {
  padding: 7px 10px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  width: 70px;
  display: inline-block;
  position: relative;
  padding-right: 0;
  text-align: left;
  padding-left: 0;
  white-space: nowrap;
  border-radius: 100px;
  font-size: 14px;
  width: auto;
  min-width: 10px;
  padding: 7px;
  font-weight: 700;
  padding-left: 24px;
  padding-right: 24px;
  background: white;
  border: 1px solid #ddd;
  color: #333;
  margin-left: 16px;
  transition: 0.15s ease all;
  text-decoration: none !important;
}
.website-preview .view-live svg,
.website-preview .close-preview-button svg {
  fill: #555;
  width: 14px;
  margin-top: 1px;
  vertical-align: top;
  display: inline-block;
  height: 20px;
  margin-left: 2px;
  margin-right: -4px;
}
.website-preview .view-live:hover,
.website-preview .close-preview-button:hover {
  color: #28a4f8;
}
.website-preview .preview-page-container {
  height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  margin: 10px 30px;
  width: auto;
  background: transparent;
  position: relative;
  border-radius: 7px;
}
.website-preview .preview-page-container .preview-sizer {
  border: 0;
  outline: 0;
  outline: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 9px;
  /* overflow: hidden; */
  transition: all 333ms ease-in-out;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.website-preview .preview-page-container .preview-sizer.mobile {
  width: 400px;
}
.website-preview .preview-page-container .preview-sizer.tablet {
  width: 800px;
}
.website-preview .preview-page-container .preview-sizer iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  border-radius: 9px;
}
.close-preview-button a {
  box-sizing: border-box;
  min-height: 36px;
  min-width: 30px;
  line-height: 24px;
  font-size: 18px;
  margin-right: 5px;
  border-radius: 2px;
  padding: 4px;
  cursor: pointer;
  margin-left: 10px;
  padding: 7px 10px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: white;
  width: 70px;
  display: inline-block;
  position: relative;
  padding-right: 0;
  text-align: left;
  padding-left: 0;
  white-space: nowrap;
  border-radius: 100px;
  font-size: 14px;
  background: #4caf50;
  width: auto;
  min-width: 10px;
  padding: 7px;
  font-weight: 700;
  padding-left: 24px;
  padding-right: 24px;
  background: white;
  border: 1px solid #ddd;
  color: #333;
  margin-left: 40px;
  transition: 0.15s ease all;
}
.close-preview-button a:before {
  display: none !important;
  font-family: 'Font Awesome 5 Free', 'FontAwesome', sans-serif !important;
  content: "\f070";
  text-shadow: none;
  position: absolute;
  top: 50%;
  width: 12px;
  text-align: center;
  display: block;
  margin-top: -10px;
  left: 12px;
  line-height: 20px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.75 !important;
}
#wrapper.preview .album-actions,
#wrapper.preview .open-album-selector-button,
#wrapper.preview .open-reorder-button,
#wrapper.preview .open-sale-product-button {
  display: none;
}
body:not(.public) .album-list-view-wrapper.by-theme,
body:not(.public) .album-list-view-wrapper-public.by-theme {
  width: 100%;
  min-height: 300px;
  background-image: url('https://assets-edge.slickpic.com/img/album-grid-transparent-01.png');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 440px !important;
}
body:not(.public) .album-list-view-wrapper.by-theme .album-list-resort-button,
body:not(.public) .album-list-view-wrapper-public.by-theme .album-list-resort-button {
  display: none !important;
}
body:not(.public) .album-list-view-wrapper.by-theme .album-list-open-popup-button,
body:not(.public) .album-list-view-wrapper-public.by-theme .album-list-open-popup-button {
  font-size: 0 !important;
}
body:not(.public) .album-list-view-wrapper.by-theme .album-list-open-popup-button:after,
body:not(.public) .album-list-view-wrapper-public.by-theme .album-list-open-popup-button:after {
  font-size: 14px;
  content: 'Select Albums';
}
.album-actions {
  position: absolute;
  top: 72px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: auto;
  background: rgba(255, 255, 255, 0.95678);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: saturate(200%) blur(16px);
  backdrop-filter: saturate(200%) blur(16px);
  transition: all 333ms ease-in-out;
  border-radius: 5px;
  color: #58666f;
  border: 2px solid rgba(0, 0, 0, 0.33);
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.33);
  -webkit-user-select: none;
  user-select: none;
}
.album-actions > * + * {
  border-top: 1px solid #e5e5e5;
}
.album-actions .album-list-delete-button,
.album-actions .album-list-open-popup-button,
.album-actions .open-reorder-button,
.album-actions .album-list-resort-button,
.album-actions .open-album-selector-button,
.album-actions .open-sale-product-button {
  text-align: left;
  height: 44px;
  line-height: 20px;
  padding: 11px 10px 12px 42px;
  font-size: 14px;
  font-weight: 700 !important;
  font-family: 'Raleway', 'Roboto', 'Rubik', 'Helvetica', 'Arial', sans-serif !important;
  position: relative;
  transition: all 333ms cubic-bezier(0.17, 0.89, 0.32, 1.1);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.album-actions .album-list-delete-button:hover,
.album-actions .album-list-open-popup-button:hover,
.album-actions .open-reorder-button:hover,
.album-actions .album-list-resort-button:hover,
.album-actions .open-album-selector-button:hover,
.album-actions .open-sale-product-button:hover {
  background-color: rgba(41, 164, 249, 0.08);
  transition: all 333ms cubic-bezier(0.17, 0.89, 0.32, 1.1);
}
.album-actions .album-list-delete-button:active,
.album-actions .album-list-open-popup-button:active,
.album-actions .open-reorder-button:active,
.album-actions .album-list-resort-button:active,
.album-actions .open-album-selector-button:active,
.album-actions .open-sale-product-button:active {
  background-color: rgba(41, 164, 249, 0.19);
  transition: all 333ms cubic-bezier(0.17, 0.89, 0.32, 1.1);
}
.album-actions .album-list-delete-button:before,
.album-actions .album-list-open-popup-button:before,
.album-actions .open-reorder-button:before,
.album-actions .album-list-resort-button:before,
.album-actions .open-album-selector-button:before,
.album-actions .open-sale-product-button:before {
  content: ' ';
  width: 16px;
  height: 16px;
  background: url('https://assets-edge.slickpic.com/img/ico-builder-actions-06.png') no-repeat -4515px -4515px;
  background-size: 128px 16px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 15px;
}
.album-actions .album-list-delete-button.open-album-selector-button:before,
.album-actions .album-list-open-popup-button.open-album-selector-button:before,
.album-actions .open-reorder-button.open-album-selector-button:before,
.album-actions .album-list-resort-button.open-album-selector-button:before,
.album-actions .open-album-selector-button.open-album-selector-button:before,
.album-actions .open-sale-product-button.open-album-selector-button:before {
  background-position: -16px 0;
}
.album-actions .album-list-delete-button.open-reorder-button:before,
.album-actions .album-list-open-popup-button.open-reorder-button:before,
.album-actions .open-reorder-button.open-reorder-button:before,
.album-actions .album-list-resort-button.open-reorder-button:before,
.album-actions .open-album-selector-button.open-reorder-button:before,
.album-actions .open-sale-product-button.open-reorder-button:before {
  background-position: 0 0;
}
.album-actions .album-list-delete-button.album-list-open-popup-button:before,
.album-actions .album-list-open-popup-button.album-list-open-popup-button:before,
.album-actions .open-reorder-button.album-list-open-popup-button:before,
.album-actions .album-list-resort-button.album-list-open-popup-button:before,
.album-actions .open-album-selector-button.album-list-open-popup-button:before,
.album-actions .open-sale-product-button.album-list-open-popup-button:before {
  background-position: -32px 0;
}
.album-actions .album-list-delete-button.album-list-delete-button:before,
.album-actions .album-list-open-popup-button.album-list-delete-button:before,
.album-actions .open-reorder-button.album-list-delete-button:before,
.album-actions .album-list-resort-button.album-list-delete-button:before,
.album-actions .open-album-selector-button.album-list-delete-button:before,
.album-actions .open-sale-product-button.album-list-delete-button:before {
  background-position: -48px 0;
}
.album-actions .album-list-delete-button.open-sale-product-button:before,
.album-actions .album-list-open-popup-button.open-sale-product-button:before,
.album-actions .open-reorder-button.open-sale-product-button:before,
.album-actions .album-list-resort-button.open-sale-product-button:before,
.album-actions .open-album-selector-button.open-sale-product-button:before,
.album-actions .open-sale-product-button.open-sale-product-button:before {
  background-position: -64px 0;
}
.album-actions .album-list-delete-button.album-list-resort-button:before,
.album-actions .album-list-open-popup-button.album-list-resort-button:before,
.album-actions .open-reorder-button.album-list-resort-button:before,
.album-actions .album-list-resort-button.album-list-resort-button:before,
.album-actions .open-album-selector-button.album-list-resort-button:before,
.album-actions .open-sale-product-button.album-list-resort-button:before {
  background-position: -80px 0;
}
.album-actions .album-list-delete-button.open-sale-product-button,
.album-actions .album-list-open-popup-button.open-sale-product-button,
.album-actions .open-reorder-button.open-sale-product-button,
.album-actions .album-list-resort-button.open-sale-product-button,
.album-actions .open-album-selector-button.open-sale-product-button,
.album-actions .open-sale-product-button.open-sale-product-button {
  display: none;
}
.album-actions .album-list-resort-button {
  height: 64px;
}
html > body .website220-page .website220-container .album-actions .album-list-delete-button,
html > body .website220-page .website220-container .album-actions .album-list-open-popup-button,
html > body .website220-page .website220-container .album-actions .open-reorder-button,
html > body .website220-page .website220-container .album-actions .album-list-resort-button,
html > body .website220-page .website220-container .album-actions .open-album-selector-button,
html > body .website220-page .website220-container .album-actions .open-sale-product-button *,
html > body .website220-page .website220-container .album-actions .open-sale-product-button {
  font-family: 'AwFont', 'Lato', 'Open Sans', 'Roboto', 'Helvetica Neue', 'Helvetica Neue LT Std', 'Helvetica', 'Arial', 'Trebuchet MS', Arial, sans-serif !important;
}
body .pswp:not(.pswp--open) ~ .commerce-plugin .sale-cart-button-status {
  bottom: 10px !important;
  top: auto !important;
  right: 20px;
  left: auto;
}
body[data-user-id] #wrapper .album-actions .open-sale-product-button,
body[data-user-id="261749"] #wrapper .album-actions .open-sale-product-button,
body[data-user-id="1349"] #wrapper .album-actions .open-sale-product-button,
body[data-user-id="94"] #wrapper .album-actions .open-sale-product-button,
body[data-user-id="51"] #wrapper .album-actions .open-sale-product-button,
body[data-user-id="43"] #wrapper .album-actions .open-sale-product-button,
body[data-user-id="253959"] #wrapper .album-actions .open-sale-product-button,
body[data-user-id="262378"] #wrapper .album-actions .open-sale-product-button,
body[data-user-id="262380"] #wrapper .album-actions .open-sale-product-button,
body[data-user-id="136"] #wrapper .album-actions .open-sale-product-button {
  display: block;
}
.fullsize-layer-container > .open-album-selector-button {
  position: absolute;
  top: 72px;
  left: 50%;
  margin-left: -94px;
  width: 188px;
  height: auto;
  background: rgba(255, 255, 255, 0.95678);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: saturate(200%) blur(16px);
  backdrop-filter: saturate(200%) blur(16px);
  transition: all 333ms ease-in-out;
  border-radius: 5px;
  color: #58666f;
  border: 2px solid rgba(0, 0, 0, 0.33);
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.33);
  -webkit-user-select: none;
  user-select: none;
  height: 44px;
  line-height: 20px;
  padding: 10px 10px 12px 42px;
  font-size: 14px;
  font-weight: 700 !important;
  font-family: 'Raleway', 'Roboto', 'Rubik', 'Helvetica', 'Arial', sans-serif !important;
  transition: all 333ms cubic-bezier(0.17, 0.89, 0.32, 1.1);
  cursor: pointer;
}
.fullsize-layer-container > .open-album-selector-button:hover {
  background-color: rgba(41, 164, 249, 0.08);
  transition: all 333ms cubic-bezier(0.17, 0.89, 0.32, 1.1);
}
.fullsize-layer-container > .open-album-selector-button:active {
  background-color: rgba(41, 164, 249, 0.2);
  transition: all 333ms cubic-bezier(0.17, 0.89, 0.32, 1.1);
}
.fullsize-layer-container > .open-album-selector-button:before {
  content: ' ';
  width: 16px;
  height: 16px;
  background: url('https://assets-edge.slickpic.com/img/ico-builder-actions-05.png') no-repeat -4515px -4515px;
  background-size: 32px 16px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 15px;
  background-position: -16px 0;
}
.fullsize-layer-container > .open-album-selector-button {
  top: 42%;
}
.cstm-slideshow .album-actions,
.cstm-slideshow-inner .album-actions {
  top: 42%;
}
.album-view-container {
  position: relative;
}
.cstm-slideshow {
  position: relative;
}
label[data-radio-name].active .view-icon:before {
  background-image: url(https://assets-edge.slickpic.com/themes/builder/ico-views-active.png) !important;
}
label[data-radio-name].active > span {
  color: #1ba2fc;
}
label[data-radio-name].active .selection {
  color: #1ba2fc;
}
body.public [data-page-status="DRAFT"] {
  display: none;
}
[data-gjs-type=video] {
  min-height: 64px;
}
[data-gjs-type=video] iframe {
  width: inherit !important;
  height: inherit !important;
  width: 100% !important;
  min-height: 96px !important;
}
#wrapper p[contenteditable="true"],
#wrapper h1[contenteditable="true"],
#wrapper h2[contenteditable="true"],
#wrapper h3[contenteditable="true"],
#wrapper h4[contenteditable="true"],
#wrapper h5[contenteditable="true"],
#wrapper h6[contenteditable="true"],
#wrapper h7[contenteditable="true"],
#wrapper li[contenteditable="true"] {
  display: inline-block;
  width: 100%;
}
#wrapper a[contenteditable="true"],
#wrapper span[contenteditable="true"],
#wrapper b[contenteditable="true"],
#wrapper strong[contenteditable="true"],
#wrapper i[contenteditable="true"],
#wrapper u[contenteditable="true"],
#wrapper s[contenteditable="true"],
#wrapper strike[contenteditable="true"] {
  display: inline-block;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.85);
  font-family: inherit;
}
.pswp__top-bar small,
.pswp__caption small {
  line-height: 16px;
}
.pswp__top-bar .pswp__caption__center,
.pswp__caption .pswp__caption__center {
  max-width: calc(100% - 30px);
}
.justified-gallery a[data-pid]:before {
  content: ' ';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(https://assets-edge.slickpic.com/brand/slickpic-blackwhite.svg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 48px;
  box-sizing: border-box;
  opacity: 0.1;
}
.justified-gallery a .caption {
  display: none !important;
}
.justified-gallery[data-view-title-enable="1"] a .caption {
  display: block !important;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 20px 24px 6px 24px;
  filter: alpha(opacity=100);
  text-overflow: ellipsis;
  pointer-events: none;
  overflow: hidden;
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
  hyphens: auto;
  bottom: 0 !important;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.69)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.69) 100%);
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.69) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.69) 100%);
}
.justified-gallery[data-view-title-enable="1"] a:hover .caption {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cstm-album-view .caption {
  display: none !important;
}
.cstm-album-view[data-view-title-enable="1"] .real-grid > a .caption,
.cstm-album-view[data-view-title-enable="1"] .squared-grid > a .caption,
.cstm-album-view[data-view-title-enable="1"] .flow-item .caption {
  display: block !important;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 20px 12px 6px 12px;
  filter: alpha(opacity=100);
  text-overflow: ellipsis;
  pointer-events: none;
  overflow: hidden;
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
  hyphens: auto;
  bottom: 0 !important;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.69)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.69) 100%);
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.69) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.69) 100%);
  margin-bottom: 0;
}
.cstm-album-view[data-view-title-enable="1"] .real-grid > a:hover .caption,
.cstm-album-view[data-view-title-enable="1"] .squared-grid > a:hover .caption,
.cstm-album-view[data-view-title-enable="1"] .flow-item:hover .caption {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.view-photo-page-meta {
  position: absolute;
  top: -4515px;
  left: -4515px;
}
.slideshow-container .album-actions .open-sale-product-button,
.album-view-container .album-actions .open-sale-product-button,
.slideshow-container .album-actions .open-reorder-button,
.album-view-container .album-actions .open-reorder-button {
  display: none !important;
}
.slideshow-container.with-actions .album-actions .open-sale-product-button,
.album-view-container.with-actions .album-actions .open-sale-product-button,
.slideshow-container.with-actions .album-actions .open-reorder-button,
.album-view-container.with-actions .album-actions .open-reorder-button {
  display: block !important;
}
.album-view-container .load-more-item-loading img {
  opacity: 0;
}
.album-view-container .load-more-wrapper {
  opacity: 0;
  pointer-events: none;
}
.album-view-container .load-more-wrapper.active {
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 10px 20px;
  text-transform: uppercase;
  opacity: 0.75;
  pointer-events: auto;
}
.album-view-container .load-more-wrapper.active a {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  min-width: 180px;
  color: #333 !important;
}
.album-view-container .load-more-wrapper.loading {
  background: url(https://assets-edge.slickpic.com/img/explore/294-182.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.album-view-container .load-more-wrapper.loading a {
  opacity: 0;
}
.color-black .album-view-container .load-more-wrapper.active a,
.color-gray-dark .album-view-container .load-more-wrapper.active a {
  background: rgba(255, 255, 255, 0.25);
  color: white !important;
}
.color-black .album-view-container .load-more-wrapper.loading,
.color-gray-dark .album-view-container .load-more-wrapper.loading {
  filter: invert(1);
}
.website-page-back-to-top {
  display: none;
  position: fixed;
  bottom: 36px;
  right: 25px;
}
.website-page-back-to-top.active {
  display: block;
}
.cover-list.album-list-picker .albums-list.selectable {
  max-height: calc(100vh - 400px) !important;
}
.cover-list.album-list-picker .albums-list.selectable .albums-list.selectable {
  max-height: 45150px !important;
}
.cstm-album-view .real-grid a[data-pid],
.cstm-album-view .squared-grid a[data-pid] {
  position: relative;
}
.cstm-album-view .add-to-cart-button {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 12px;
  font-family: Lato;
  bottom: 6px;
  right: 6px;
  padding: 2px 4px;
  width: 32px;
  height: 32px;
  /* background: url(https://assets-edge.slickpic.com/img/ico-carts.png) no-repeat -16px 0; */
  background-size: 48px auto;
  background-color: #29a4f8;
  border: 0;
  appearance: none;
  border-radius: 3px;
  opacity: 1;
  white-space: nowrap !important;
  line-height: 28px;
  padding-left: 0;
  overflow: hidden;
  text-indent: 32px;
  color: transparent;
  font-size: 12px !important;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  transition: all 333ms ease-in-out;
  transform: scale(0.01);
  pointer-events: none;
  opacity: 0;
}
.cstm-album-view .add-to-cart-button.fullview,
.cstm-album-view .add-to-cart-button:hover {
  width: 108px;
  color: white;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2), 0 0 100px rgba(255, 255, 255, 0.1) inset;
}
.cstm-album-view .add-to-cart-button:active {
  width: 108px;
  color: white;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2), 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.cstm-album-view .add-to-cart-button:before {
  width: 16px;
  height: 16px;
  background: url(https://assets-edge.slickpic.com/img/ico-carts.png) no-repeat -16px 0;
  background-size: 48px auto;
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 8px;
  margin-top: -8px;
}
.cstm-album-view a[data-pid][data-object-type="photo"]:hover .add-to-cart-button {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
@font-face {
  font-family: 'laneutra';
  src: url('https://assets-edge.slickpic.com/fonts/Neutra2Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: 'laneutra';
  src: url('https://assets-edge.slickpic.com/fonts/Neutra2Display-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: 'laneutra';
  src: url('https://assets-edge.slickpic.com/fonts/Neutra2Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: 'laneutra';
  src: url('https://assets-edge.slickpic.com/fonts/Neutra2Display-Titling.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: 'labauer';
  src: url('https://assets-edge.slickpic.com/fonts/BauerBodoniStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  unicode-range: U+0020-FB02;
}
@font-face {
  font-family: 'labauer';
  src: url('https://assets-edge.slickpic.com/fonts/BauerBodoniStd-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: 'labauer';
  src: url('https://assets-edge.slickpic.com/fonts/BauerBodoniStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: 'labauer';
  src: url('https://assets-edge.slickpic.com/fonts/BauerBodoniStd-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: 'labauer';
  src: url('https://assets-edge.slickpic.com/fonts/BauerBodoniStd-BoldCond.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
body[data-user-id="257755"] .website220-page .website220-container .sidebar-footer {
  min-height: 120px !important;
}
@font-face {
  font-family: 'Adeq';
  src: url('https://assets-edge.slickpic.com/fonts/adequate-light.woff') format('woff'), url('https://assets-edge.slickpic.com/fonts/adequate.woff2') format('woff2'), url('https://assets-edge.slickpic.com/fonts/adequate.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Adeq';
  src: url('https://assets-edge.slickpic.com/fonts/adequate-light.woff') format('woff'), url('https://assets-edge.slickpic.com/fonts/adequate.woff2') format('woff2'), url('https://assets-edge.slickpic.com/fonts/adequate.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Adeq';
  src: url('https://assets-edge.slickpic.com/fonts/adequate-light.woff') format('woff'), url('https://assets-edge.slickpic.com/fonts/adequate.woff2') format('woff2'), url('https://assets-edge.slickpic.com/fonts/adequate.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Adeq';
  src: url('https://assets-edge.slickpic.com/fonts/adequate-light.woff') format('woff'), url('https://assets-edge.slickpic.com/fonts/adequate.woff2') format('woff2'), url('https://assets-edge.slickpic.com/fonts/adequate.ttf') format('truetype');
  font-weight: 700;
}
html .website220-page .website220-container .content.box-video > sp-video-player.video-object,
html .website220-page .website220-container .content .box-video > sp-video-player.video-object {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
html .website220-page .website220-container .content.box-video[data-provider="sp"],
html .website220-page .website220-container .content .box-video[data-provider="sp"] {
  height: auto;
}
html .website220-page .website220-container .content.box-video[data-provider="sp"] .video-sizer,
html .website220-page .website220-container .content .box-video[data-provider="sp"] .video-sizer {
  display: none !important;
}
html .website220-page .website220-container .content.box-video[data-provider="sp"] > .video-object,
html .website220-page .website220-container .content .box-video[data-provider="sp"] > .video-object {
  position: relative !important;
  max-height: 4515px;
  height: auto !important;
}
html sp-video-player vg-player.vertical-padding-enable {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
html sp-video-player vg-player.vertical-padding-enable video {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-width: 100%;
  right: 0;
  bottom: 0;
  max-height: 4515px;
  overflow: visible;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-webkit-slider-thumb {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-moz-range-track {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-moz-range-thumb {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-webkit-media-controls-enclosure {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-webkit-media-controls {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-moz-media-controls {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-o-media-controls {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-ms-media-controls {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video::-webkit-slider-thumb {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video::-moz-range-track {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video::-moz-range-thumb {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video::-webkit-media-controls-enclosure {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video::-webkit-media-controls {
  opacity: 0.001 !important;
}
html #fullsizePhotoswipeContainer sp-video-player {
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
}
html #fullsizePhotoswipeContainer sp-video-player vg-player {
  padding-top: 0;
  height: 100%;
  width: auto;
  position: relative;
  display: inline-block;
}
html #fullsizePhotoswipeContainer sp-video-player vg-player video {
  margin-top: 0;
  object-fit: contain;
  display: inline-block;
  width: auto;
  position: relative;
  max-height: 100%;
  height: 100%;
  cursor: pointer;
}
html #fullsizePhotoswipeContainer video {
  background: transparent !important;
}
html #fullsizePhotoswipeContainer vg-player.vertical-padding-enable {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html > body[data-user-id="1349"]:after {
  top: -8px;
  left: 0;
  position: fixed;
  width: 100%;
  height: 14px;
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  content: ' ';
}
@media screen and (max-width: 1025px) {
  html > body[data-user-id="268544"] .website220-content *,
  html > body[data-user-id="268544"] #id86at-2 {
    max-width: 100% !important;
  }
}
html > body.theme-eternity .website220-page > .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
html > body.theme-eternity.theme-eternity-to-felicity .website220-page > .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a {
  color: rgba(255, 255, 255, 0.66) !important;
}
html > body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav > .nav-item > a:hover,
html > body.theme-eternity.theme-eternity-to-felicity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav > .nav-item > a:hover {
  color: rgba(255, 255, 255, 0.66) !important;
}
html > body[data-user-id="292068"] sp-landing-builder-social-links {
  margin-top: 10px;
}
html > body[data-user-id="292068"] sp-landing-builder-social-links .landing-builder-social-links .social-icon-instagram:before {
  background-image: url(https://1x.com/assets/img/1x-logo-1.png);
  opacity: 1;
}
html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-content .content#it3xl {
  max-width: 90vw;
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-content .content#it3xl {
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-content .content .album-list-view-wrapper,
html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-content .content .album-list-view-wrapper-public {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-content .content .album-list-view-wrapper,
  html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-content .content .album-list-view-wrapper-public {
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-content .content .album-view-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a,
html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a,
html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a,
html > body[data-user-id="295338"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a,
html > body[data-user-id="289075"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a,
html > body[data-user-id="289699"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a,
html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a,
html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a,
html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a,
html > body[data-user-id="295338"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a,
html > body[data-user-id="289075"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a,
html > body[data-user-id="289699"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a,
html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a,
html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a,
html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a {
  color: black !important;
}
html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover,
html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover,
html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover,
html > body[data-user-id="295338"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover,
html > body[data-user-id="289075"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover,
html > body[data-user-id="289699"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover,
html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover,
html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover,
html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover,
html > body[data-user-id="295338"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover,
html > body[data-user-id="289075"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover,
html > body[data-user-id="289699"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover,
html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover,
html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover,
html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover {
  color: #999 !important;
}
html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo,
html > body[data-user-id="289075"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo,
html > body[data-user-id="289699"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo,
html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a,
html > body[data-user-id="289075"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a,
html > body[data-user-id="289699"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a {
  color: white !important;
}
html > body[data-user-id="164826"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a {
  color: black !important;
}
html > body[data-user-id="164826"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover {
  color: #eac770 !important;
}
html > body[data-user-id="164826"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a {
  color: #eac770 !important;
}
html > body[data-user-id="164826"] .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-title a {
  color: #eac770 !important;
}
@media screen and (min-width: 768px) {
  html > body[data-user-id="257678"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo a,
  html > body[data-user-id="257678"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo a {
    height: 142px;
  }
  html > body[data-user-id="257678"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
  html > body[data-user-id="257678"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img {
    transform: scale(1.5) translate(0, 18px);
  }
}
@media screen and (min-width: 768px) {
  html > body[data-user-id="265867"]#wrapper .cstm-profile-logo {
    transform: scale(1.2);
  }
  html > body[data-user-id="265867"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 38px;
  }
}
html > body[data-user-id="284350"].theme-eternity .website220-page,
html > body[data-user-id="284350"].theme-eternity .website220-page :not(.sp-plus-button-insider) {
  font-family: 'Adeq' !important;
}
html > body[data-user-id="284350"].theme-eternity .website220-page .website220-container .btn-secondary {
  border-color: #111 !important;
  background: #111 !important;
}
html > body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-profile-logo a {
  margin-top: 6px;
}
html > body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1:after {
  background: white !important;
}
html > body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a {
  color: white !important;
  outline: none !important;
}
html > body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a:after {
  background: white !important;
}
html > body[data-user-id="288353"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 60px;
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="288353"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-width: 220px;
  }
}
html > body[data-user-id="288353"].theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
  padding-left: 14px;
}
body .logo-dark {
  display: none !important;
}
body.public .album-list-view-wrapper.by-theme {
  background: transparent !important;
}
body.public .album-list-view-wrapper-public.by-theme {
  background: transparent !important;
}
body .sidebar-footer,
body .sidebar-menu {
  transition: opacity 300ms ease-in-out;
}
body.hide-navigation-onload .sidebar-footer,
body.hide-navigation-onload .sidebar-menu {
  opacity: 0 !important;
}
body img[src*="/serv/auth-dom"] {
  display: none !important;
}
body .feature-beta-internal-show {
  display: none !important;
}
body .feature-beta-internal-hide {
  display: none !important;
}
body .feature-beta-internal-show {
  display: block !important;
}
body.theme-doubleline.color-black .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .childs .nav-item a,
body.theme-notch-top.color-black .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .childs .nav-item a {
  color: #777 !important;
}
body .overlay-content .overlay-body .body-products .products-line .line-cart .cart-button.button-add:before {
  background-position: -32px 0 !important;
}
@media screen and (max-width: 767px) {
  body.themeid-calm-leftmenu,
  body.theme-calm-leftmenu {
    width: 100%;
    height: auto;
    min-height: 90vh;
    position: relative !important;
    overflow: auto !important;
    overflow-x: hidden !important;
  }
}
@media screen and (min-width: 768px) {
  body.themeid-calm-leftmenu,
  body.theme-calm-leftmenu {
    min-height: -webkit-fill-available;
    height: -webkit-fill-available;
  }
  body.themeid-calm-leftmenu .website220-page,
  body.theme-calm-leftmenu .website220-page {
    height: -webkit-fill-available;
    min-height: 50vh;
  }
  body.themeid-calm-leftmenu .website220-page .website220-container,
  body.theme-calm-leftmenu .website220-page .website220-container {
    height: -webkit-fill-available;
    min-height: 50vh;
  }
  body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar,
  body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar {
    padding-bottom: 10px;
    height: -webkit-fill-available;
    height: calc(var(--window-vh) - 6px);
  }
  body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .sidebar-content,
  body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .sidebar-content {
    height: -webkit-fill-available;
    min-height: 95%;
  }
}
body[data-user-id="257497"] .website220-page .website220-container .website220-sidebar .sidebar-menu *.active,
body[data-user-id="257497"] .website220-page .website220-container .website220-sidebar .sidebar-menu *.active > * {
  color: #111 !important;
  opacity: 1;
}
body[data-user-id="87833"] .website220-page .website220-container .cstm-album-view .add-to-cart-button {
  background-color: #a71930 !important;
}
@media screen and (max-width: 767px) {
  body[data-user-id="87833"] .cstm-album-view {
    outline: none !important;
  }
  body[data-user-id="87833"] .cstm-album-view .add-to-cart-button {
    display: none !important;
  }
}
body[data-user-id="87833"].color-black .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo,
body[data-user-id="87833"].color-black .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a {
  color: white !important;
}
body[data-user-id="87833"].color-black .website220-page .website220-container > .website220-sidebar.static {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}
body[data-user-id="87833"].color-black.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item .childs a {
  color: #333 !important;
}
body[data-user-id="87833"].color-black.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item .childs a:hover {
  color: #a71930;
}
body[data-user-id="87833"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a {
  color: white !important;
}
body[data-user-id="87833"] .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-title a {
  color: white !important;
}
body[data-user-id="87833"] .products-listing .listing-product .product-container .product-info .info-container .product-quantity select,
body[data-user-id="87833"] .overlay-content .overlay-body .products-listing .listing-product .product-container .product-info .info-container .product-quantity select {
  color: #000 !important;
}
body[data-user-id="87833"] .order-form-container .panels .order-section.section-finish .action-order,
body[data-user-id="87833"] .bottom-fixed a,
body[data-user-id="87833"] .overlay-content .overlay-footer .total-line .line-actions button {
  background-color: #a71930 !important;
}
@media screen and (max-width: 767px) {
  body[data-user-id="87833"] .website220-page .website220-container > .website220-content .content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body[data-user-id="87833"] .website220-page .website220-container > .website220-content .content .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body[data-user-id="87833"] .order-form-container .panels .order-section.section-finish .terms input[type=checkbox] + span a,
body[data-user-id="87833"] .overlay-content .overlay-footer .total-line .line-label b {
  color: #a71930 !important;
}
body[data-user-id="87833"] .overlay-content .overlay-body .body-products .products-line .line-cart .cart-button.button-incart:before {
  opacity: 0 !important;
}
body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 50px !important;
}
@media screen and (min-width: 997px) {
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
    font-size: 40px;
    max-width: 680px;
  }
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after {
    content: ' ';
    width: 100%;
    height: 2px;
    background: #cfa861 !important;
    position: absolute;
    bottom: -26px;
    left: 0;
  }
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a {
    color: white !important;
  }
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after {
    background: #fff !important;
  }
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item > a:hover {
    color: white !important;
  }
}
body[data-user-id="280661"] .website220-page .website220-container .content.content-footer .footer-logo img {
  max-width: 320px;
  max-height: 128px;
}
body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo:before {
  background: rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-content .content > .sp-subscribe-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-content .content > .sp-subscribe-form input[type="button"] {
    width: 100% !important;
  }
}
body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
  top: auto;
  bottom: 5%;
  transform: none;
}
body[data-user-id="280661"].theme-eternity.public *:not(.cstm-forminp) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
body[data-user-id="278469"].public *,
body[data-user-id="275120"].public * {
  font-family: -apple-system, BlinkMacSystemFont, 'AwFont', 'SF Pro Display', 'SF Pro', 'SF UI Display', 'Lucida Grande', 'Lucida', 'Proxima Nova', 'Helvetica', 'Helvetica Neue', sans-serif;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell,
body[data-user-id="275120"][data-page-id="18526"] .content .cell,
body[data-user-id="278469"][data-page-id="17592"] .content .cell,
body[data-user-id="275120"][data-page-id="17592"] .content .cell {
  background: white;
  margin: 0 15px 20px;
  padding: 0 !important;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-bottom: 42px !important;
  transition: all 1000ms ease-in-out;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell:hover,
body[data-user-id="275120"][data-page-id="18526"] .content .cell:hover,
body[data-user-id="278469"][data-page-id="17592"] .content .cell:hover,
body[data-user-id="275120"][data-page-id="17592"] .content .cell:hover {
  transition: all 250ms ease-in-out;
  transform: translate(0, -5px) scale(1.02);
  box-shadow: 0 15px 30px 7px rgba(0, 0, 0, 0.1);
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell .btn-primary,
body[data-user-id="275120"][data-page-id="18526"] .content .cell .btn-primary,
body[data-user-id="278469"][data-page-id="17592"] .content .cell .btn-primary,
body[data-user-id="275120"][data-page-id="17592"] .content .cell .btn-primary {
  position: absolute;
  left: 0;
  left: 20px;
  width: calc(100% - 40px);
  bottom: 20px;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell > .box-image,
body[data-user-id="275120"][data-page-id="18526"] .content .cell > .box-image,
body[data-user-id="278469"][data-page-id="17592"] .content .cell > .box-image,
body[data-user-id="275120"][data-page-id="17592"] .content .cell > .box-image {
  margin-bottom: 10px !important;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell > .box-image img,
body[data-user-id="275120"][data-page-id="18526"] .content .cell > .box-image img,
body[data-user-id="278469"][data-page-id="17592"] .content .cell > .box-image img,
body[data-user-id="275120"][data-page-id="17592"] .content .cell > .box-image img {
  width: 100%;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell > *:not(.box-image),
body[data-user-id="275120"][data-page-id="18526"] .content .cell > *:not(.box-image),
body[data-user-id="278469"][data-page-id="17592"] .content .cell > *:not(.box-image),
body[data-user-id="275120"][data-page-id="17592"] .content .cell > *:not(.box-image) {
  padding: 0 20px 6px !important;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell#idf9qg ~ *,
body[data-user-id="275120"][data-page-id="18526"] .content .cell#idf9qg ~ *,
body[data-user-id="278469"][data-page-id="17592"] .content .cell#idf9qg ~ *,
body[data-user-id="275120"][data-page-id="17592"] .content .cell#idf9qg ~ *,
body[data-user-id="278469"][data-page-id="18526"] .content .cell#itekng ~ *,
body[data-user-id="275120"][data-page-id="18526"] .content .cell#itekng ~ *,
body[data-user-id="278469"][data-page-id="17592"] .content .cell#itekng ~ *,
body[data-user-id="275120"][data-page-id="17592"] .content .cell#itekng ~ *,
body[data-user-id="278469"][data-page-id="18526"] .content .cell#iadeyg ~ *,
body[data-user-id="275120"][data-page-id="18526"] .content .cell#iadeyg ~ *,
body[data-user-id="278469"][data-page-id="17592"] .content .cell#iadeyg ~ *,
body[data-user-id="275120"][data-page-id="17592"] .content .cell#iadeyg ~ *,
body[data-user-id="278469"][data-page-id="18526"] .content .cell#ieicxe ~ *,
body[data-user-id="275120"][data-page-id="18526"] .content .cell#ieicxe ~ *,
body[data-user-id="278469"][data-page-id="17592"] .content .cell#ieicxe ~ *,
body[data-user-id="275120"][data-page-id="17592"] .content .cell#ieicxe ~ * {
  opacity: 0 !important;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell#it330t,
body[data-user-id="275120"][data-page-id="18526"] .content .cell#it330t,
body[data-user-id="278469"][data-page-id="17592"] .content .cell#it330t,
body[data-user-id="275120"][data-page-id="17592"] .content .cell#it330t {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
body[data-user-id="278469"] .website220-page .website220-container,
body[data-user-id="275120"] .website220-page .website220-container {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}
body[data-user-id="278469"] .website220-page .website220-container .website220-sidebar,
body[data-user-id="275120"] .website220-page .website220-container .website220-sidebar {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
body[data-user-id="278469"] .website220-page .website220-container .website220-sidebar .sidebar-content,
body[data-user-id="275120"] .website220-page .website220-container .website220-sidebar .sidebar-content {
  padding-left: 0;
  padding-right: 0;
}
body[data-user-id="278469"] .website220-page .website220-container .website220-content,
body[data-user-id="275120"] .website220-page .website220-container .website220-content {
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
}
body[data-user-id="278469"] .website220-page .website220-container .website220-content .content img,
body[data-user-id="275120"] .website220-page .website220-container .website220-content .content img {
  mix-blend-mode: multiply;
}
body[data-user-id="254938"] .website220-page a {
  color: #dbb14e;
}
body[data-user-id="254938"] .website220-page a:hover {
  color: #dbb14eBB;
}
body[data-user-id="260589"] .nav-item.custom-sharing-item {
  display: none !important;
}
body[data-user-id="272418"] .cstm-album-view[data-aid="749534"] {
  min-height: 854px;
}
body[data-user-id="267296"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link,
body[data-user-id="272418"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link,
body[data-user-id="267296"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link,
body[data-user-id="272418"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link,
body[data-user-id="267296"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link,
body[data-user-id="272418"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link {
  font-family: 'Oswald';
  letter-spacing: 2px;
}
body[data-user-id="267296"].theme-notch-top .website220-page .website220-container .website220-content .content.content-footer .footer-copyright .cstm-album-list-view-container,
body[data-user-id="272418"].theme-notch-top .website220-page .website220-container .website220-content .content.content-footer .footer-copyright .cstm-album-list-view-container,
body[data-user-id="267296"] .website220-page .website220-container .content.content-wide .cstm-album-list-view-container,
body[data-user-id="272418"] .website220-page .website220-container .content.content-wide .cstm-album-list-view-container {
  max-width: 100%;
}
body[data-user-id="267296"].theme-notch-top .website220-page .website220-container .website220-content .content.content-footer .footer-copyright .content:not(.content-narrow),
body[data-user-id="272418"].theme-notch-top .website220-page .website220-container .website220-content .content.content-footer .footer-copyright .content:not(.content-narrow),
body[data-user-id="267296"] .website220-page .website220-container .content.content-wide .content:not(.content-narrow),
body[data-user-id="272418"] .website220-page .website220-container .content.content-wide .content:not(.content-narrow) {
  max-width: 100%;
}
body[data-user-id="267296"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="272418"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="267296"] .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="272418"] .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="267296"] .website220-page .website220-container .content h1,
body[data-user-id="272418"] .website220-page .website220-container .content h1,
body[data-user-id="267296"] .website220-page .website220-container .content h2,
body[data-user-id="272418"] .website220-page .website220-container .content h2 {
  font-family: 'Oswald';
}
body[data-user-id="272235"] .pswp .pswp__bg,
body[data-user-id="272235"].theme-notch-top {
  background-color: #c1c1c1;
}
body[data-user-id="272235"] input.form-control,
body[data-user-id="272235"] textarea.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-shadow: none;
  background: #eee;
  transition: all 333ms ease-in-out;
}
body[data-user-id="272235"] input.form-control:focus,
body[data-user-id="272235"] textarea.form-control:focus {
  background: white;
}
body[data-user-id="272235"] #irped2 {
  padding-right: 0 !important;
}
body[data-user-id="272235"] #isi9yu,
body[data-user-id="272235"] #ik57i,
body[data-user-id="272235"] #ijfls5 {
  border-radius: 3px;
}
body[data-user-id="272235"] #ijfls5 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
body[data-user-id="271889"] .website220-page .website220-container .website220-sidebar .sidebar-menu * {
  letter-spacing: 0;
}
body[data-user-id="3217"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover,
body[data-user-id="3217"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a {
  color: #e4475d !important;
}
body[data-user-id="271303"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover,
body[data-user-id="271303"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .social-link:hover,
body[data-user-id="271303"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a {
  color: #54c720 !important;
}
body[data-user-id="271303"].theme-doubleline.theme-doubleline-nemesis.theme-wonder sp-landing-builder-social-links .landing-builder-social-links .social-icon-instagram:hover:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-instagram fa-w-14"><path fill="rgb(84,199,32)" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" class=""></path></svg>');
  filter: invert(1) !important;
  opacity: 1 !important;
}
body .page-entrance .album-actions {
  display: none !important;
}
body .page-entrance .splash-top {
  background: rgba(0, 0, 0, 0.1);
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
body .page-entrance .splash-top * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
body .page-entrance .splash-top .top-container {
  display: inline-block;
}
body .page-entrance .splash-top .top-container .top-logo .content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .page-entrance .splash-top .top-container .top-logo img {
  width: 320px;
  max-width: 90vw;
}
body .page-entrance .splash-top .top-container .top-buttons {
  margin-top: 24px;
}
body .page-entrance .splash-top .top-container .top-buttons > a {
  width: 320px;
  display: block;
  margin: 16px 12px;
  padding: 8px 24px;
  white-space: nowrap;
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Spectral, Roboto, Helvetica, Rubik, Arial, sans-serif !important;
  font-weight: 600;
  border-radius: 100px;
  transition: all 600ms ease-in-out;
}
body .page-entrance .splash-top .top-container .top-buttons > a:hover {
  transition: all 300ms ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.15);
}
body .page-entrance .splash-top .top-container .top-buttons > a:after {
  content: " →";
  padding-left: 6px;
}
body .desktop-hide {
  display: none !important;
}
body .website220-page .website220-container .content .social-link {
  min-width: 30px;
  min-height: 30px;
  display: inline-block;
}
body .overlay-content .overlay-body .products-listing .listing-product .product-container .product-info .info-container .cart-button.button-incart {
  color: #777 !important;
}
body .overlay-content .overlay-body .products-listing .listing-product .product-container .product-info .info-container .cart-button.button-incart:hover {
  color: #c00 !important;
}
body .bottom-fixed a {
  color: white !important;
}
body[data-user-id="270592"] .flow-grid {
  opacity: 0;
  animation-name: fadeInPhoto;
  animation-duration: 100ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  background: transparent;
  transition: none !important;
}
body[data-user-id="270592"] .flow-grid .flow-item:not(.loaded) {
  opacity: 0;
  background: transparent;
  transition: none !important;
}
body[data-user-id="270592"] .flow-grid .flow-item:not(.loaded) img {
  display: none;
}
body[data-user-id="270592"] .flow-grid .flow-item:not(.loaded) a {
  background: transparent;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded {
  opacity: 0;
  animation-name: fadeInPhoto;
  animation-duration: 1000ms;
  animation-delay: 100ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  background: transparent;
  transition: none !important;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded img {
  background: transparent;
  display: block;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(2) {
  animation-delay: 100ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(3) {
  animation-delay: 150ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(4) {
  animation-delay: 200ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(5) {
  animation-delay: 250ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(6) {
  animation-delay: 300ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(7) {
  animation-delay: 350ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(8) {
  animation-delay: 400ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(9) {
  animation-delay: 450ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(10) {
  animation-delay: 500ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(11) {
  animation-delay: 550ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(1n+11) {
  animation-delay: 600ms;
}
body[data-user-id="270592"] #ia9wi6 {
  border-radius: 3px !important;
}
body.public .website220-page img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
body.public .website220-page a {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
body.public img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
body.public img[src*="data:image/svg+xml"] {
  display: none !important;
}
body.theme-notch-top .website220-page {
  font-family: Roboto, Helvetica, Rubik, Arial, sans-serif;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
  height: 56px;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 56px;
}
body.theme-notch-top .website220-page .website220-container .content.content-footer {
  top: 0;
}
body.theme-notch-top .website220-page .website220-container .cstm-album-view[data-view-type="flow"] {
  min-height: 400px;
}
body .link-container .block-container.link-container .input-link .line-label .label.preview {
  display: none !important;
}
#wrapper > .has-photos,
html > body > .has-photos {
  display: none !important;
}
body.theme-doubleline[data-user-id="268544"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  transform: scale(1.45);
}
body.theme-doubleline[data-user-id="272235"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  transform: scale(1.2);
  max-height: 78px !important;
}
@media screen and (max-width: 767px) {
  body.theme-doubleline[data-user-id="272235"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    transform: scale(1.4515) translate(12px, -2px) !important;
    max-height: 40px !important;
  }
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu {
    z-index: 99999999;
  }
}
body.theme-notch-top.theme-serenity.theme-lithe .website220-page .website220-container .website220-sidebar .sidebar-content .navbar-nav .nav-item {
  opacity: 1;
}
body.theme-notch-top.theme-serenity.theme-lithe .website220-page .website220-container .website220-sidebar .sidebar-content .navbar-nav .nav-item > a {
  opacity: 0.75;
}
body.theme-notch-top.theme-serenity.theme-lithe .website220-page .website220-container .website220-sidebar .sidebar-content .navbar-nav .nav-item .childs .nav-item a {
  opacity: 0.95;
}
body[data-user-id="259157"] iframe[src*="wufoo"] {
  min-height: 1020px !important;
  height: auto !important;
}
body[data-user-id="267814"] .website220-page .website220-container .content.content-footer .footer-logo:before {
  content: '© 2021 Stan Pechner';
  font-size: 12px;
  line-height: 24px;
  font-family: "Lucida Sans Unicode", "Lucida Console", "Helvetica", "Courier New", monospace;
  display: block;
  margin-bottom: 20px;
}
body[data-user-id="267814"] .website220-page .website220-container .content.content-footer {
  top: auto;
  max-width: 100%;
}
body[data-user-id="267814"] .footer-this .cstm-profile-logo {
  font-family: 'Cormorant Garamond', serif !important;
}
body[data-user-id="267814"] .footer-this .cstm-profile-logo:after {
  display: block;
  content: 'STANOVISION';
  text-align: center;
  font-size: 80%;
  opacity: 0.5;
}
body[data-user-id="267814"] .footer-copyright.footer-text {
  font-style: italic;
  font-weight: bold;
  font-family: 'Cormorant Garamond', serif;
}
.album-list-item[data-gjs-type] .local-page-link,
.album-list-item[data-gjs-type] .album-image,
.album-list-item[data-gjs-type] .album-list-item-title {
  pointer-events: none;
}
body[data-user-id="284366"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 110px;
  margin-top: -20px;
  margin-bottom: -10px;
}
@media screen and (max-width: 1040px) {
  body[data-user-id="284366"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  body[data-user-id="284366"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 52px !important;
    margin-top: -68px !important;
    margin-bottom: 0 !important;
  }
}
body[data-user-id="239781"] .album-list-item-description,
.album-list-item .album-list-item-description {
  display: none !important;
}
body[data-user-id="260948"] #i1mbrl {
  width: 100% !important;
  height: auto !important;
  max-width: 707px !important;
}
@media screen and (min-width: 996px) {
  html > body[data-user-id="263056"] .fullsize-layer-container .slideshow-container {
    height: calc(100% - 90px);
    top: 90px;
  }
  html > body[data-user-id="263056"] .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link {
    font-family: Roboto, Helvetica, Rubik, Arial, sans-serif;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 768px) {
  html > body.theme-notch-bottom .bottom-fixed {
    bottom: 90px;
    transition: all 100ms ease-in-out;
  }
  html > body.theme-notch-bottom .bottom-fixed .button-container {
    bottom: 90px !important;
    transition: all 100ms ease-in-out;
  }
  html > body.theme-notch-bottom .pswp:not(.pswp--open) ~ .commerce-plugin .sale-cart-button-status {
    bottom: 90px !important;
    transition: all 100ms ease-in-out;
  }
  html > body.theme-notch-bottom .pswp.pswp--open ~ .commerce-plugin .sale-cart-button-status {
    bottom: 20px !important;
  }
  html > body.theme-notch-bottom .pswp.pswp--open ~ .commerce-plugin .bottom-fixed {
    bottom: 20px;
  }
  html > body.theme-notch-bottom .pswp.pswp--open ~ .commerce-plugin .bottom-fixed .button-container {
    bottom: 20px !important;
  }
  html > body[data-user-id="267253"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar {
    padding-top: 6px;
  }
  html > body[data-user-id="267253"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-logo {
    padding-bottom: 6px;
  }
  html > body[data-user-id="267253"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container {
    padding-top: 108px;
  }
  body[data-user-id="262778"] .builder-blog {
    padding-bottom: 180px !important;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar {
    background: white url(https://assets-edge.slickpic.com/user-files/yves-background-02.png) no-repeat center center;
    /* height: 210px; */
    background-size: 100% auto;
    background-position: center 80px;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-logo {
    background: transparent;
    max-height: 146px;
    min-height: 146px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-logo img {
    height: 156px;
    opacity: 0;
    max-height: 156px !important;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-logo a {
    display: inline-block;
    background: url('https://stored-edge.slickpic.com/MjYyNzc4ZTMyNzRlZWU,/20201119/MTczMzI5NDA0Mzdl/p/800/yves-gagnon-01.png') no-repeat center center;
    background-size: contain;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-menu {
    background: white;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container {
    padding-top: 220px;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-container .website220-content {
    min-height: calc(100vh - 220px) !important;
    position: relative;
    padding-bottom: 40px !important;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-container .website220-content .content.superwide {
    height: calc(100vh - 210px);
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .sidebar-content .sidebar-logo {
    padding-top: 0 !important;
  }
  html > body .mobile-show {
    display: block !important;
  }
  html > body .mobile-hide {
    display: none !important;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar {
    min-height: 82px;
    background: white url(https://assets-edge.slickpic.com/user-files/yves-background-02.png) no-repeat center center;
    background-size: 100% auto;
    background-position: center 58px;
    padding-top: 10px;
    margin-top: 0;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .profile-logo-link {
    display: inline-block;
    position: fixed;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    width: 240px;
    height: 220px;
    left: 50%;
    margin-left: -120px;
    top: 22px;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .profile-logo-link img {
    max-height: 4515px !important;
    max-width: 4515px;
    width: 100%;
    height: auto;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-menu {
    z-index: 1000;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-menu .nav-item.mobile-menu-opener {
    margin-right: -8px;
  }
}
html > body .website220-page .website220-container .website220-sidebar .sidebar-menu *.active,
html > body .website220-page .website220-container .website220-sidebar .sidebar-menu *.active > * {
  font-weight: 700;
  opacity: inherit;
}
@media screen and (max-width: 996px) {
  body.theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar .sidebar-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item:hover ul {
    margin-top: 3px;
  }
  body[data-user-id="262114"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    transform: scale(1.25);
    transition: transform 333ms ease-in-out;
  }
  body.theme-doubleline[data-user-id="262311"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 56px;
  }
  body.theme-doubleline[data-user-id="263847"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 64px !important;
    transform: scale(1.5) translate(0, -2px);
  }
  body.theme-doubleline[data-user-id="113096"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 56px;
  }
  body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul::before,
  body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul::before,
  body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul::before {
    position: absolute;
    top: -10px;
    left: -15px;
    width: 100%;
    background: white;
    opacity: 0.01;
    content: ' ';
    height: calc(100% + 30px);
    width: calc(100% + 30px);
  }
  body.theme-notch-top .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item,
  body.theme-doubleline .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item {
    transition: none !important;
  }
  body.theme-notch-top .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item a,
  body.theme-doubleline .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item a {
    transition: none !important;
  }
  body.theme-notch-top .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item:nth-child(1n+13),
  body.theme-doubleline .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item:nth-child(1n+13) {
    display: none !important;
  }
}
.cover-list.album-list-picker .albums-list.selectable {
  max-height: calc(100vh - 400px) !important;
}
.cover-list.album-list-picker .albums-list.selectable .albums-list.selectable {
  max-height: 45150px !important;
}
@media screen and (min-width: 768px) {
  body[data-user-id="248491"].theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
    padding-left: 15px;
  }
  body[data-user-id="248491"] .website220-page .website220-container .website220-sidebar .sidebar-menu * {
    letter-spacing: 2px;
  }
  body[data-user-id="248491"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu {
    flex-wrap: wrap;
    width: auto;
    flex-shrink: 0;
    flex-grow: 1;
    overflow: hidden;
    max-width: calc(100vw - 260px);
  }
}
body[data-page-id="367"] .cell img {
  border-radius: 5px !important;
  overflow: hidden;
  padding-bottom: 0 !important;
  margin-bottom: 14px;
  transition: all 333ms ease-in-out;
}
body[data-page-id="367"] .cell img:hover {
  transform: scale(1.03);
}
body[data-page-id="9841"] {
  overflow-y: scroll !important;
}
body[data-page-id="11153"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  filter: invert(1) brightness(1.5);
}
html > body[data-user-id="264108"] body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .btn-dark,
html > body[data-user-id="264108"] body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .btn-light {
  border-color: #583382 !important;
  background: #583382 !important;
}
html > body[data-user-id="264108"] body.theme-doubleline.theme-doubleline-nemesis.theme-wonder[data-user-id="264108"] .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover,
html > body[data-user-id="264108"] body.theme-doubleline.theme-doubleline-nemesis.theme-wonder[data-user-id="264108"] .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a {
  color: #583382 !important;
}
html > body[data-page-id="12356"],
html > body[data-page-id="12589"] {
  overflow: hidden;
}
html > body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 60px;
}
body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-image .box-image {
  overflow: hidden;
}
.slideshowcustom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 996px) {
  html > body[data-user-id="266150"] .cstm-album-view[data-view-type="flow"][data-view-column-count="2"] .flow-grid .flow-item,
  html > body[data-user-id="266150"] .cstm-album-view[data-view-type="flow"][data-view-column-count="2"] .flow-grid .flow-item-sizer {
    padding: 16px !important;
  }
}
html > body.themeid-calm-leftmenu .website220-page .website220-container .website220-content.nomargin {
  max-height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  html > body.themeid-calm-leftmenu .website220-page .website220-container .content-container .slideshow-container.slideshow-fullsize.content.content-wide .cstm-slideshow iframe {
    padding-right: 20px;
  }
}
@media screen and (min-width: 997px) {
  html > body.themeid-calm-leftmenu .website220-page .website220-container .content-container .slideshow-container.slideshow-fullsize.content.content-wide .cstm-slideshow iframe {
    padding-right: 60px;
  }
}
html > body.themeid-calm-leftmenu[data-user-id="276282"] .website220-page .website220-container .website220-content.nomargin {
  overflow: auto;
  overflow-x: hidden;
}
html > body.themeid-calm-leftmenu[data-user-id="276282"] sp-landing-builder-social-links[is-footer] .landing-builder-social-links *[class*=social-icon] {
  width: 28px;
  margin-right: 4px;
}
html > body.themeid-calm-leftmenu[data-user-id="276282"] .sidebar-footer {
  white-space: nowrap;
}
html > body.themeid-calm-leftmenu[data-user-id="276282"] .vidalytics-wrapper iframe {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
html > body.themeid-calm-leftmenu[data-user-id="276282"] #if6hjlf iframe {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
html > body.themeid-calm-leftmenu[data-user-id="276282"] #is7k42 {
  max-width: 100% !important;
  width: 100% !important;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content.content-newsletter-custom {
  max-width: 1020px;
}
@media screen and (max-width: 767px) {
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
    z-index: 110;
  }
  body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    max-width: 1020px;
  }
  body.theme-doubleline[data-user-id="263847"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 36px;
    transform: scale(1.3);
    margin-left: 14px;
  }
  html > body[data-user-id="8023"] .website220-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  html > body[data-user-id="8023"] .website220-sidebar .footer-stevejuba {
    display: none !important;
  }
  html > body[data-user-id="8023"] .website220-sidebar .sidebar-content .sidebar-logo img {
    max-width: 160px;
    transform: translate(0, 5px);
  }
  html > body[data-user-id="8023"] .website220-sidebar .list-holder .navbar-nav > li.nav-item:nth-last-child(3),
  html > body[data-user-id="8023"] .website220-sidebar .list-holder .navbar-nav > li.nav-item:nth-last-child(4),
  html > body[data-user-id="8023"] .website220-sidebar .list-holder .navbar-nav > li.nav-item:nth-last-child(5) {
    display: block !important;
  }
  html > body[data-user-id="8023"] .website220-sidebar .list-holder .navbar-nav > li.nav-item:nth-last-child(2) a:before {
    position: absolute;
    left: auto;
    margin-left: -5px;
  }
  html > body[data-user-id="8023"] .content.content-footer {
    display: block !important;
    padding-bottom: 48px !important;
    top: auto !important;
  }
  html > body[data-user-id="8023"] .content.content-footer .footer-logo {
    display: none !important;
  }
  html > body[data-user-id="8023"] .content.content-footer .footer-stevejuba {
    font-size: 14px;
  }
  html > body[data-user-id="8023"] .content.content-footer .footer-stevejuba .stevejuba-container {
    white-space: pre-wrap;
  }
  html > body[data-user-id="8023"] .content.content-footer .footer-stevejuba .stevejuba-contact {
    color: #777;
    text-decoration: none;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
  }
  html > body[data-user-id="8023"] .content.content-footer .footer-stevejuba .stevejuba-text {
    position: relative;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    color: #777;
  }
  html > body[data-user-id="8023"] .content.content-footer .footer-stevejuba .stevejuba-text:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background: transparent;
    position: relative;
  }
  html > body[data-user-id="8023"] .content.content-footer .footer-stevejuba .stevejuba-share {
    margin-left: 8px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(https://assets-edge.slickpic.com/img/ico-share-gray.png) no-repeat center center;
    vertical-align: top;
    background-size: contain;
    margin-top: 6px;
    position: relative;
  }
  html > body[data-user-id="8023"] .content.content-footer .footer-stevejuba .stevejuba-share:before {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 20px;
    height: 20px;
    content: ' ';
    background: transparent;
  }
}
html > body[data-user-id="261790"] .content-container h1 {
  font-family: Roboto, Helvetica, Rubik, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.commerce-overlays .overlay-background {
  height: 500vh !important;
  width: 500vh !important;
}
body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img,
body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img {
  max-width: 198px;
}
.etsy-images {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 10px;
  min-height: 300px;
}
.etsy-images .etsy-listing {
  margin-bottom: 10px;
  padding: 10px;
  -webkit-flex-basis: 33.333333%;
  -ms-flex-preferred-size: 33.333333%;
  flex-basis: 33.333333%;
}
.etsy-images .etsy-listing .etsy-img {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.etsy-images .etsy-listing .etsy-img:hover img {
  transform: translate(-50%, -50%) scale(1.15);
  transition: transform 1000ms ease-in-out;
}
.etsy-images .etsy-listing .etsy-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 2000ms ease-in-out;
  min-height: 100%;
  min-width: 100%;
  width: auto !important;
}
.etsy-images .etsy-listing .etsy-desc {
  margin-top: 6px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: inherit;
  font-size: 100%;
  text-decoration: none;
}
.etsy-images .etsy-listing a.etsy-desc {
  color: #333;
}
.etsy-images .etsy-listing .etsy-price {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 100%;
  opacity: 0.75;
}
html > body[data-user-id="259367"] .sidebar-footer.footer-text {
  text-align: center;
}
html > body[data-user-id="259367"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
html > body[data-user-id="259367"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
html > body[data-user-id="259367"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img,
html > body[data-user-id="259367"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img {
  max-height: 128px;
}
html > body[data-user-id="259367"] .website220-page .website220-container .website220-sidebar .sidebar-menu * a {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  html > body .real-grid {
    padding: 0;
  }
  html > body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content.album-view-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  html > body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar {
    padding-bottom: 10px;
  }
  html > body.themeid-calm-leftmenu[data-page-id="17378"] .website220-page .website220-container .website220-sidebar {
    margin-bottom: -30px;
    padding-bottom: 0;
  }
  html > body .cstm-album-view[data-view-type="grid"].view-column-count-3 .real-grid a,
  html > body .cstm-album-view[data-view-type="squared"].view-column-count-3 .real-grid a {
    padding: 6px;
  }
  html > body[data-user-id="259367"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
  html > body[data-user-id="259367"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
  html > body[data-user-id="259367"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img,
  html > body[data-user-id="259367"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img {
    max-height: 90px;
  }
}
html body .website220-sidebar .album-selector-dropdown-v2,
html body .website220-sidebar .list-holder,
html body .website220-sidebar .part-menu-mobile-container,
html body .website220-sidebar .keyboard-shortcuts {
  animation: none !important;
}
html > body[data-user-id="262037"] .superwide,
html > body[data-user-id="276861"] .superwide,
html > body[data-user-id="262955"] .superwide,
html > body[data-user-id="261749"] .superwide,
html > body[data-user-id="263642"] .superwide,
html > body[data-user-id="262973"] .superwide,
html > body[data-user-id="261790"] .superwide {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html > body[data-user-id="262037"] .superwide iframe,
html > body[data-user-id="276861"] .superwide iframe,
html > body[data-user-id="262955"] .superwide iframe,
html > body[data-user-id="261749"] .superwide iframe,
html > body[data-user-id="263642"] .superwide iframe,
html > body[data-user-id="262973"] .superwide iframe,
html > body[data-user-id="261790"] .superwide iframe {
  width: 100%;
  height: calc(100vh - 110px);
  overflow: auto;
  max-width: 100%;
}
html > body[data-user-id="261749"][data-page-id="13725"] {
  overflow: hidden;
}
html > body[data-user-id="261749"][data-page-id="13725"] .content-container {
  overflow: hidden;
}
html > body[data-user-id="261749"][data-page-id="13725"] .superwide {
  margin-top: -230px;
  margin-bottom: 0;
  padding-bottom: 0;
}
html > body[data-user-id="261749"][data-page-id="13725"] .superwide iframe {
  height: calc(100vh);
  height: calc(100vh + 80px);
}
html > body[data-user-id="261749"][data-page-id="13725"] .website220-content {
  padding-bottom: 0 !important;
}
html > body[data-user-id="261749"][data-page-id="13725"] .content-footer {
  top: 0 !important;
  display: none !important;
}
@media screen and (min-width: 768px) {
  html > body[data-user-id="261749"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 84px;
    z-index: 10000;
  }
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="262973"].theme-notch-top .website220-page .website220-container .website220-content .content.content-wide.superwide,
  html > body[data-user-id="261790"].theme-notch-top .website220-page .website220-container .website220-content .content.content-wide.superwide {
    margin-left: -10px !important;
    margin-right: -10px !important;
    max-width: 100vw !important;
  }
}
#slickpid {
  border: 1px solid red;
}
@media screen and (min-width: 996px) {
  body[data-user-id="8023"] #i18au,
  body[data-user-id="262955"] #i18au {
    padding-top: 24px;
  }
  body[data-user-id="8023"] .website220-page .cstm-profile-logo,
  body[data-user-id="262955"] .website220-page .cstm-profile-logo,
  body[data-user-id="8023"] .website220-page .cstm-profile-logo a,
  body[data-user-id="262955"] .website220-page .cstm-profile-logo a {
    font-size: 116%;
  }
  body[data-user-id="8023"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu,
  body[data-user-id="262955"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu {
    padding-left: 40px;
    padding-right: 40px;
  }
  body[data-user-id="8023"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu > .navbar-nav li.nav-item,
  body[data-user-id="262955"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu > .navbar-nav li.nav-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  body[data-user-id="8023"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu > .navbar-nav li.nav-item.custom-sharing-item,
  body[data-user-id="262955"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu > .navbar-nav li.nav-item.custom-sharing-item {
    vertical-align: bottom;
  }
  body[data-user-id="8023"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu > .navbar-nav li.nav-item .nav-link,
  body[data-user-id="262955"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu > .navbar-nav li.nav-item .nav-link {
    font-size: 16px;
  }
  body[data-user-id="262955"] .footer-text {
    font-weight: normal !important;
    font-size: 12px;
    margin-top: -10px;
  }
  body[data-user-id="263245"] .website220-page .website220-container .website220-sidebar .sidebar-menu * a {
    font-size: 76%;
  }
  html > body[data-user-id="261749"] #il6ysg {
    margin-top: 44px;
    border-radius: 5px;
    font-size: 18px;
    padding: 3px 5px;
    min-width: 280px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
    background: #2b3c19 !important;
  }
  html > body[data-user-id="261749"] .content.content-footer .sp-block.content {
    float: left;
    position: relative;
    z-index: 1;
  }
  html > body[data-user-id="261749"] .content.content-footer .sp-block + .content {
    padding-top: 16px;
  }
  html > body[data-user-id="261749"] .custom-sharing-item {
    display: none !important;
  }
}
body.theme-notch-bottom .website220-page .website220-container {
  padding-left: 0;
  padding-right: 0;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content {
  padding-left: 40px;
  padding-right: 40px;
  align-items: center;
  justify-content: center;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  float: left;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-footer {
  min-height: 24px;
  white-space: nowrap;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .open-sharing-popup {
  min-width: 10px;
  min-height: 16px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .open-sharing-popup svg {
  position: absolute;
}
.cstm-slideshow .album-actions,
.cstm-slideshow-inner .album-actions {
  z-index: 10;
}
body[data-user-id="264101"] .slideshow-controllable {
  position: relative;
}
body[data-user-id="264101"] .slideshow-controllable .album-actions {
  top: 10px !important;
}
body[data-user-id="264101"] .slideshow-controllable .slideshow-container {
  margin-bottom: 0 !important;
}
body[data-user-id="264101"] .splash-drone {
  pointer-events: auto !important;
}
@media screen and (max-width: 767px) {
  body[data-user-id="264101"] .splash-drone .splash-description {
    font-size: 20px;
  }
  body[data-user-id="264101"] #iljim6 {
    padding-left: 0;
  }
  body[data-user-id="264101"] #iww17s {
    padding-right: 0;
  }
  body[data-user-id="264101"] .googleform iframe {
    width: 100%;
  }
}
body[data-user-id="264101"] .businessnapsingleline {
  background: #222;
  color: white;
  margin-bottom: 40px;
  padding: 20px 12px;
  text-align: center;
}
body[data-user-id="264101"] .businessnapsingleline .v-card {
  font-weight: bold;
}
body[data-user-id="264101"] .businessnapsingleline .v-card .separator {
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
  margin-right: 10px;
}
body[data-user-id="264101"] .businessnapsingleline .v-card a {
  color: white;
}
body[data-user-id="264101"] .googleform {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body[data-user-id="264101"] .googleform iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body[data-user-id="264101"] #i4w3l7 > .row {
  display: flex;
  align-items: center;
}
body[data-user-id="264101"] #ij5ude #i68khr .content {
  height: 100%;
}
body[data-user-id="264101"] #ij5ude #i68khr .content iframe {
  width: 100%;
  height: 100%;
}
body[data-user-id="264101"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a,
body[data-user-id="264101"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover {
  color: #000 !important;
}
body[data-user-id="264101"] .slideshow-container.slideshow-homepage:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
body[data-user-id="264101"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-footer {
  top: 0;
  display: block !important;
  margin-top: 60px;
}
body[data-user-id="264101"].theme-wonder .website220-page.page-homepage > .website220-container {
  height: auto;
  flex-grow: 1;
  min-height: 100vh;
  max-height: 14515px;
}
body[data-user-id="264101"].theme-wonder .website220-page.page-homepage > .website220-container > .website220-content {
  overflow: auto;
  flex-grow: 1;
  height: auto;
  min-height: calc(100vh - 120px);
  position: relative;
  padding-bottom: 0;
}
body[data-user-id="264101"].theme-wonder .website220-page.page-homepage > .website220-container > .website220-content .content-container {
  width: 100%;
  overflow: hidden;
}
body[data-user-id="264101"].theme-wonder .website220-page.page-homepage > .website220-container > .website220-content .slideshow-homepage {
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 50vh;
  min-height: 440px;
  margin-bottom: 30px;
}
body[data-user-id="87711"] .cstm-slideshow[data-aid="732197"] {
  background: url('https://stored-edge.slickpic.com/ODc3MTFkMWQ5YmFmYQ,,/20201007/MTcyMzAwMjBhMWRm/p/2545/San-Francisco-Bay-Overlook.jpg') no-repeat center center !important;
  background-size: cover !important;
}
body[data-user-id="87711"] .cstm-slideshow[data-aid="732197"] iframe {
  display: none !important;
}
body[data-user-id="87711"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a,
body[data-user-id="87711"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover {
  color: #000 !important;
}
body[data-user-id="87711"] .slideshow-container.slideshow-homepage:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
body[data-user-id="87711"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-footer {
  top: 0;
  display: block !important;
  margin-top: 60px;
}
body[data-user-id="87711"].theme-wonder .website220-page.page-homepage > .website220-container {
  height: auto;
  flex-grow: 1;
  min-height: 100vh;
  max-height: 4515px;
}
body[data-user-id="87711"].theme-wonder .website220-page.page-homepage > .website220-container > .website220-content {
  overflow: auto;
  flex-grow: 1;
  height: auto;
  min-height: calc(100vh - 120px);
  position: relative;
  padding-bottom: 0;
}
body[data-user-id="87711"].theme-wonder .website220-page.page-homepage > .website220-container > .website220-content .content-container {
  width: 100%;
  overflow: hidden;
}
body[data-user-id="87711"].theme-wonder .website220-page.page-homepage > .website220-container > .website220-content .slideshow-homepage {
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 50vh;
  min-height: 440px;
  margin-bottom: 30px;
}
body[data-user-id="87711"] #ischdg-3 {
  color: #333 !important;
}
body[data-user-id="87711"] #in4pzr,
body[data-user-id="87711"] #ivsix8 {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.008), 0 6.7px 5.3px rgba(0, 0, 0, 0.012), 0 12.5px 10px rgba(0, 0, 0, 0.015), 0 22.3px 17.9px rgba(0, 0, 0, 0.018), 0 41.8px 33.4px rgba(0, 0, 0, 0.022), 0 100px 80px rgba(0, 0, 0, 0.03);
  transition: all 333ms ease-in-out;
}
body[data-user-id="87711"] #in4pzr:hover,
body[data-user-id="87711"] #ivsix8:hover {
  transform: rotate(1deg) scale(1.05) translate(0, -3px);
}
body[data-user-id="87711"] #in4pzr:hover img,
body[data-user-id="87711"] #ivsix8:hover img {
  box-shadow: 5px 2.8px 2.2px rgba(0, 0, 0, 0.014), 6px 6.7px 5.3px rgba(0, 0, 0, 0.02), 5px 12.5px 10px rgba(0, 0, 0, 0.025), 5px 22.3px 17.9px rgba(0, 0, 0, 0.03), 5px 41.8px 33.4px rgba(0, 0, 0, 0.036), 5px 100px 80px rgba(0, 0, 0, 0.05);
}
body[data-user-id="87711"][data-page-id="366"] .content a {
  color: #f50;
}
body[data-user-id="87711"][data-page-id="366"] .content .box-image ~ p {
  text-align: center;
}
body[data-user-id="87711"][data-page-id="366"] .content .box-image a {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  transition: all 333ms ease-in-out;
  cursor: pointer;
}
body[data-user-id="87711"][data-page-id="366"] .content .box-image a:hover {
  transform: rotate(1deg) scale(1.05) translate(0, -3px);
}
body[data-user-id="87711"][data-page-id="366"] .content .box-image a:hover img {
  box-shadow: 5px 2.8px 2.2px rgba(0, 0, 0, 0.014), 6px 6.7px 5.3px rgba(0, 0, 0, 0.02), 5px 12.5px 10px rgba(0, 0, 0, 0.025), 5px 22.3px 17.9px rgba(0, 0, 0, 0.03), 5px 41.8px 33.4px rgba(0, 0, 0, 0.036), 5px 100px 80px rgba(0, 0, 0, 0.05);
}
body[data-user-id="87711"][data-page-id="366"] .content .box-image a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  background: #eee;
  content: ' ';
  box-sizing: content-box;
  padding: 1px;
  left: -1px;
  top: -1px;
  border-radius: 5px;
}
body[data-user-id="87711"][data-page-id="366"] .content .box-image img {
  float: left;
  transition: all 333ms ease-in-out;
  cursor: pointer;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.008), 0 6.7px 5.3px rgba(0, 0, 0, 0.012), 0 12.5px 10px rgba(0, 0, 0, 0.015), 0 22.3px 17.9px rgba(0, 0, 0, 0.018), 0 41.8px 33.4px rgba(0, 0, 0, 0.022), 0 100px 80px rgba(0, 0, 0, 0.03);
  margin-bottom: 10px !important;
  display: inline-block;
  border-radius: 5px;
  width: 100% !important;
  max-width: 390px !important;
}
body[data-page-id="14360"] .website220-content {
  min-height: calc(100vh - 90px) !important;
}
.psa-splash {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  max-width: calc(100vw - 40px);
  width: 768px;
  height: auto;
  transform: translate(-52%, -50%);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 15px 25px 15px;
  border-radius: 0 1px 1px 0;
  font-family: 'Playfair Display', 'Playfair Display SC', 'Times New Roman', serif;
  text-align: center;
  letter-spacing: 0;
  z-index: 20;
  /* background-color: rgba(0,0,0,0.75); */
  border-radius: 5px;
}
.psa-splash p {
  color: white !important;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  display: inline;
  background: rgba(0, 0, 0, 0.5);
}
.text-splash {
  position: absolute;
  top: 80%;
  left: 0;
  color: #ffffff;
  max-width: calc(100vw - 40px);
  width: 600px;
  height: auto;
  transform: translate(0, -50%);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: saturate(110%) blur(3px);
  backdrop-filter: saturate(110%) blur(3px);
  padding: 15px 25px 15px;
  border-radius: 0 1px 1px 0;
  font-family: Raleway, sans-serif;
  text-align: left;
  letter-spacing: 0.1em;
}
.text-splash .splash-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
}
.text-splash .splash-description {
  font-size: 24px;
  font-weight: 400;
  font-family: inherit;
  text-transform: uppercase;
}
.text-splash .splash-description .button-action {
  color: white;
  border-radius: 3px;
  padding: 6px 24px;
  font-size: 14px;
  text-align: center;
  background: #555;
  text-shadow: none !important;
  margin: 10px auto 5px;
  display: inline-block;
  text-decoration: none;
  transition: all 333ms ease-in-out;
}
.text-splash .splash-description .button-action:hover {
  background: #777;
}
.text-splash .splash-description .button-action:active {
  background: #000;
}
.text-splash.steve {
  left: 50%;
  transform: translate(-50%, 0);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  background: transparent;
  filter: none;
  backdrop-filter: none;
  font-weight: bold;
  bottom: 110px;
  top: auto;
  width: 700px;
  z-index: 10;
  user-select: none;
}
.text-splash.steve .splash-description {
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 25px rgba(0, 0, 0, 0.8), 0 1px 30px rgba(0, 0, 0, 0.3);
  font-family: Neuton, serif;
  line-height: 32px;
  font-weight: 400;
}
.text-splash.steve .splash-description .splash-note {
  font-size: 80%;
  text-align: left;
  font-weight: 300;
}
.text-splash.splash-drone {
  z-index: 100;
  text-transform: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  backdrop-filter: none;
  text-align: center;
  width: 960px;
  pointer-events: none;
}
.text-splash.splash-drone .splash-description {
  text-transform: none;
  line-height: 1.3;
  font-size: 30px;
  font-family: Spectral, serif;
  letter-spacing: 0;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 25px rgba(0, 0, 0, 0.8), 0 1px 30px rgba(0, 0, 0, 0.3);
}
.text-splash.splash-drone .splash-description > small {
  font-size: 20px;
  line-height: 30px;
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: 18px;
}
html > body[data-user-id="264101"] .slideshow-container.slideshow-homepage:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000000;
  content: ' ';
  opacity: 0.3515;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  html > body .row .cell:last-child {
    padding-left: 0;
  }
  html > body[data-user-id="267253"] .sidebar-logo {
    margin-top: 5px;
  }
  html > body[data-user-id="267253"] #i6kj9q-2 {
    text-align: center;
  }
  html > body[data-user-id="267253"] #i6vpn,
  html > body[data-user-id="267253"] #i3qfet {
    padding-left: 0;
    padding-right: 0;
  }
  html > body[data-user-id="267253"] .content.content-footer {
    background-color: #f5f5f5 !important;
    color: #000000 !important;
  }
  .text-splash.steve {
    padding-left: 0;
    padding-right: 0;
    bottom: 40px;
  }
  .text-splash.steve .splash-description {
    font-size: 18px;
    line-height: 24px;
  }
  html > body[data-user-id="261749"] .content.content-footer #imzkft {
    text-align: center;
  }
  html > body[data-user-id="261749"] .custom-sharing-item {
    display: none !important;
  }
}
.public .show-organizer {
  display: none !important;
}
.public .text-splash .splash-title {
  pointer-events: none;
}
.public .text-splash .splash-title + .splash-description {
  pointer-events: none;
}
body[data-user-id="265530"] .website220-page .website220-container .content.content-footer {
  top: auto;
}
body[data-user-id="265530"] .website220-page .website220-container .content.content-footer hr {
  display: none;
}
body[data-user-id="265530"] .website220-page .website220-container .content.content-footer .profile-logo-link {
  background: url('https://stored-edge.slickpic.com/MjY1NTMwZGQwZGIzY2Q,/20201024/MTcyNzUzMjMzY2Rk/p/1800/McKinlay_Photo_Bar_small.png') no-repeat center center;
  background-size: contain;
}
body[data-user-id="265530"] .website220-page .website220-container .content.content-footer .profile-logo-link img {
  height: 56px;
  opacity: 0;
}
body[data-page-id="2943"] #iq8krq-2 {
  margin-top: -20px !important;
}
body[data-page-id="2943"] #iigtm7 {
  margin-top: -40px !important;
}
body[data-page-id="2943"] .error-message {
  margin-top: -30px !important;
  margin-bottom: 20px !important;
}
html > body[data-page-id="2447"] .row .cell:last-child {
  padding-left: 0;
}
html > body[data-page-id="2447"] .row .cell .box-image img {
  min-width: 100% !important;
  height: auto !important;
}
body[data-page-id="12705"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  filter: drop-shadow(2px 4px 6px white) invert(1);
}
@media screen and (min-width: 768px) {
  body[data-user-id="260936"].theme-notch-top .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs,
  body[data-user-id="260936"].theme-doubleline .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs {
    max-height: calc(100vh - 130px);
    overflow: auto;
    overflow-x: hidden;
  }
  body[data-user-id="260936"].theme-notch-top .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item:nth-child(1n+13),
  body[data-user-id="260936"].theme-doubleline .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item:nth-child(1n+13) {
    display: block !important;
  }
  body[data-user-id="260936"] li.nav-item:hover ul::before {
    height: calc(100% + 10px) !important;
  }
}
body[data-user-id="113096"] .website220-page .website220-container .content h1,
body[data-user-id="263847"] .website220-page .website220-container .content h1 {
  font-weight: 700;
  margin-bottom: 0;
}
body[data-user-id="113096"] .website220-page .website220-content p .container-add-to-cart a,
body[data-user-id="263847"] .website220-page .website220-content p .container-add-to-cart a,
body[data-user-id="113096"] .website220-page .website220-content div .container-add-to-cart a,
body[data-user-id="263847"] .website220-page .website220-content div .container-add-to-cart a {
  color: white !important;
}
body[data-user-id="113096"] .website220-page .website220-content p a,
body[data-user-id="263847"] .website220-page .website220-content p a,
body[data-user-id="113096"] .website220-page .website220-content div a,
body[data-user-id="263847"] .website220-page .website220-content div a,
body[data-user-id="113096"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="263847"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="113096"] .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="263847"] .album-list-view-wrapper-public .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="113096"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a,
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a,
body[data-user-id="113096"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover,
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover {
  color: #9a533c !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover,
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a {
  color: white !important;
}
html > body[data-user-id="261507"].theme-eternity {
  background: #728095;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.has-childs a:hover {
  color: #516583 !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item:not(.active).has-childs ul li a,
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item:not(.active).has-childs ul li a {
  color: #516583 !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar.static {
  background: #818aa099;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column img {
  box-shadow: none !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p b {
  color: white !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-content .content.backhighlight {
  background: #818aa0;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-content .content .whitebox {
  background: rgba(0, 0, 0, 0.05);
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo {
  height: 100vh !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container .scroll-down {
  display: none !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .cstm-profile-logo,
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .cstm-profile-logo a {
  overflow: visible;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .cstm-profile-logo img,
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .cstm-profile-logo a img {
  max-height: 48px;
  margin-top: -6px;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .sidebar-content .sidebar-logo {
  padding-bottom: 36px;
  padding-top: 16px;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content:not(.content-footer) {
  max-width: 1080px;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .row-quote {
  filter: brightness(0.6);
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content.content-wide {
  max-width: 100%;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content {
  padding-bottom: 90px;
  padding-top: 30px;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom {
  background: #9a533c;
  border-radius: 5px;
  padding-top: 22px;
  margin-bottom: 60px;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom > .row {
  display: none;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom p {
  display: block;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 18px;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom p > b {
  color: white !important;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom .error-message,
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom .success-message {
  color: white !important;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom .form-container .form-element .btn-dark {
  background: white !important;
  border-color: white !important;
  color: #9a533c !important;
  font-weight: bold !important;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom .sp-subscribe-form .form-container .form-element input[type=text],
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom .sp-subscribe-form .form-container .form-element input[type=number],
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom .sp-subscribe-form .form-container .form-element input[type=email] {
  border-color: rgba(255, 255, 255, 0.75) !important;
  background: transparent !important;
  color: white !important;
}
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom .sp-subscribe-form .form-container .form-element input[type=text]::placeholder,
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom .sp-subscribe-form .form-container .form-element input[type=number]::placeholder,
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom .sp-subscribe-form .form-container .form-element input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body[data-user-id="263847"] .website220-page .website220-container .album-list-item .album-image {
  transition: all 333ms ease-in-out;
}
body[data-user-id="263847"] .website220-page .website220-container .album-list-item .album-image img {
  transition: all 333ms ease-in-out;
}
body[data-user-id="263847"] .website220-page .website220-container .album-list-item .album-image:hover {
  transform: translate(0, -3px) scale(1.05) !important;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.008), 0 6.7px 5.3px rgba(0, 0, 0, 0.012), 0 12.5px 10px rgba(0, 0, 0, 0.015), 0 22.3px 17.9px rgba(0, 0, 0, 0.018), 0 41.8px 33.4px rgba(0, 0, 0, 0.022), 0 100px 80px rgba(0, 0, 0, 0.03);
}
body[data-user-id="262973"].theme-doubleline .album-actions {
  top: 32% !important;
}
body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar {
  padding-left: 20px;
  padding-right: 20px;
}
body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content {
  flex-direction: row;
  width: 100%;
  max-width: 100%;
}
body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
  text-align: left;
  flex: 2;
  white-space: nowrap;
}
body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu {
  margin-top: 10px;
}
body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav {
  justify-content: flex-end;
}
body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
  flex-grow: 0;
  padding-left: 18px;
}
body[data-user-id="262973"].theme-doubleline .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-menu .list-holder {
  padding-right: 40px;
}
body[data-user-id="262973"].theme-doubleline.color-white .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation > .nav-item {
  filter: invert(1) !important;
}
body.theme-wonder.theme-doubleline {
  overflow-y: scroll !important;
}
body #imn17g {
  margin-top: -8px;
  margin-bottom: 20px;
}
body #imn17g li {
  margin-bottom: 2px;
}
body.theme-wonder.theme-doubleline .website220-page:not(.page-homepage) .website220-container .website220-content {
  min-height: calc(100vh - 120px);
  position: relative;
  padding-bottom: 144px;
}
body.theme-wonder.theme-doubleline .website220-page:not(.page-homepage) .website220-container .website220-content .content.content-footer {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
}
.justified-gallery > a,
.justified-gallery > div {
  left: 0;
}
.public .edit-button-container {
  display: none !important;
}
sp-landing-builder-social-links {
  display: block;
  position: relative;
}
sp-landing-builder-social-links .content {
  margin-bottom: 12px !important;
  padding-bottom: 0 !important;
}
sp-landing-builder-social-links:hover .socials-subcontainer .edit-button-container {
  opacity: 1;
  transition: all 333ms ease-in-out;
}
sp-landing-builder-social-links .socials-subcontainer .edit-button-container {
  cursor: pointer;
  transition: all 333ms ease-in-out;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  box-sizing: border-box;
  padding: 15px 20px;
  flex-direction: row;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
sp-landing-builder-social-links .socials-subcontainer .edit-button-container > a,
sp-landing-builder-social-links .socials-subcontainer .edit-button-container > div {
  margin-top: -1px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  padding: 2px 16px;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  text-decoration: none !important;
  text-transform: none;
  font-family: Arial, sans-serif !important;
  border: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  white-space: nowrap !important;
  min-width: 200px;
}
sp-landing-builder-social-links .socials-subcontainer .edit-button-container > a:hover,
sp-landing-builder-social-links .socials-subcontainer .edit-button-container > div:hover {
  color: #29a4f8 !important;
}
sp-landing-builder-social-links .landing-builder-social-links {
  vertical-align: top;
  position: relative;
  width: auto;
}
sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon] {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 40px;
  overflow: hidden;
  padding: 12px 20px;
  margin: 0;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  transition: all 600ms ease-in-out;
}
sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon]:hover:before {
  transition: all 300ms ease-in-out;
  transform: scale(1.25);
}
sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon] span {
  display: none !important;
}
sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon]:before {
  transition: all 333ms ease-in-out;
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: ' ';
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-500px:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="500px" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-500px fa-w-14"><path fill="currentColor" d="M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-facebook:before {
  outline: 0;
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-f" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-facebook-f fa-w-10"><path fill="currentColor" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-instagram:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-instagram fa-w-14"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-twitter:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-twitter fa-w-16"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-youtube:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-youtube fa-w-18"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-vimeo:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="vimeo-v" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-vimeo-v fa-w-14"><path fill="currentColor" d="M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-linkedin:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-linkedin-in fa-w-14"><path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-pinterest:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="pinterest-p" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-pinterest-p fa-w-12"><path fill="currentColor" d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-tumblr:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="tumblr" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-tumblr fa-w-10"><path fill="currentColor" d="M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-flickr:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="flickr" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-flickr fa-w-14"><path fill="currentColor" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-meetup:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="meetup" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-meetup fa-w-16"><path fill="currentColor" d="M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-wechat:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="weixin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-weixin fa-w-18"><path fill="currentColor" d="M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-skype:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="skype" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-skype fa-w-14"><path fill="currentColor" d="M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-behance:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="behance" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-behance fa-w-18"><path fill="currentColor" d="M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-whatsapp:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="whatsapp" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-whatsapp fa-w-14"><path fill="currentColor" d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-telegram:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="telegram-plane" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-telegram-plane fa-w-14"><path fill="currentColor" d="M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-tiktok:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="tiktok" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-tiktok fa-w-14"><path fill="currentColor" d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-snapchat:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="snapchat-ghost" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-snapchat-ghost fa-w-16"><path fill="currentColor" d="M510.846 392.673c-5.211 12.157-27.239 21.089-67.36 27.318-2.064 2.786-3.775 14.686-6.507 23.956-1.625 5.566-5.623 8.869-12.128 8.869l-.297-.005c-9.395 0-19.203-4.323-38.852-4.323-26.521 0-35.662 6.043-56.254 20.588-21.832 15.438-42.771 28.764-74.027 27.399-31.646 2.334-58.025-16.908-72.871-27.404-20.714-14.643-29.828-20.582-56.241-20.582-18.864 0-30.736 4.72-38.852 4.72-8.073 0-11.213-4.922-12.422-9.04-2.703-9.189-4.404-21.263-6.523-24.13-20.679-3.209-67.31-11.344-68.498-32.15a10.627 10.627 0 0 1 8.877-11.069c69.583-11.455 100.924-82.901 102.227-85.934.074-.176.155-.344.237-.515 3.713-7.537 4.544-13.849 2.463-18.753-5.05-11.896-26.872-16.164-36.053-19.796-23.715-9.366-27.015-20.128-25.612-27.504 2.437-12.836 21.725-20.735 33.002-15.453 8.919 4.181 16.843 6.297 23.547 6.297 5.022 0 8.212-1.204 9.96-2.171-2.043-35.936-7.101-87.29 5.687-115.969C158.122 21.304 229.705 15.42 250.826 15.42c.944 0 9.141-.089 10.11-.089 52.148 0 102.254 26.78 126.723 81.643 12.777 28.65 7.749 79.792 5.695 116.009 1.582.872 4.357 1.942 8.599 2.139 6.397-.286 13.815-2.389 22.069-6.257 6.085-2.846 14.406-2.461 20.48.058l.029.01c9.476 3.385 15.439 10.215 15.589 17.87.184 9.747-8.522 18.165-25.878 25.018-2.118.835-4.694 1.655-7.434 2.525-9.797 3.106-24.6 7.805-28.616 17.271-2.079 4.904-1.256 11.211 2.46 18.748.087.168.166.342.239.515 1.301 3.03 32.615 74.46 102.23 85.934 6.427 1.058 11.163 7.877 7.725 15.859z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-x:before {
  background-image: url('data:image/svg+xml; utf8, ');
}
sp-landing-builder-social-links .content-socials-dynamic {
  min-height: 40px;
}
sp-landing-builder-social-links .content-socials-dynamic.list-is-empty {
  min-height: 40px;
}
sp-landing-builder-social-links[is-footer] .content-socials-dynamic.footer-flag-off {
  display: none !important;
}
sp-landing-builder-social-links[is-footer] .content-socials-dynamic.footer-flag-off * {
  display: none !important;
}
sp-landing-builder-social-links[is-footer] .landing-builder-social-links *[class*=social-icon] {
  width: 40px;
  height: 30px;
  padding: 10px 0;
}
sp-landing-builder-social-links[is-footer] .content-socials-dynamic.footer-flag-on {
  min-height: 40px;
}
sp-landing-builder-social-links[is-footer] .socials-subcontainer .edit-button-container {
  opacity: 0;
}
sp-landing-builder-social-links[is-footer] .socials-subcontainer:hover .edit-button-container {
  opacity: 1;
}
html > body.color-black sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon],
html > body.color-gray-dark sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon],
html > body.color-grey-dark sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon] {
  filter: invert(1);
}
html > body.theme-doubleline.theme-doubleline-nemesis.theme-wonder sp-landing-builder-social-links[is-footer] .landing-builder-social-links *[class*=social-icon] {
  filter: invert(1);
  opacity: 0.85;
}
html > body.theme-calm-leftmenu .sidebar-footer-container sp-landing-builder-social-links[is-footer],
html > body.themeid-calm-leftmenu .sidebar-footer-container sp-landing-builder-social-links[is-footer] {
  min-height: 44px;
}
.album-actions .open-sale-product-button > sp-sale-product-button:empty:before {
  content: "Sales not supported";
}
.ico-blog-preview {
  display: inline-block;
  width: 24px !important;
  height: auto !important;
  vertical-align: middle;
  pointer-events: none;
  padding-bottom: 4px;
}
@keyframes fadeInPhoto {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html > body .cstm-album-view .slick-list {
  height: 50vh;
}
html > body .cstm-album-view[data-view-horizontal-block-size="small"] .slick-list {
  padding-top: 0 !important;
  height: 360px;
}
html > body .cstm-album-view[data-view-horizontal-block-size="medium"] .slick-list {
  padding-top: 0 !important;
  height: 55vh;
  min-height: 500px;
  max-height: 720px;
}
html > body .cstm-album-view[data-view-horizontal-block-size="large"] .slick-list {
  padding-top: 0 !important;
  height: calc(100vh - 150px);
  min-height: 560px;
  max-height: 1000px;
}
html > body.public#wrapper .share-link-modal-container,
html > body.public#wrapper .share-link-modal-container * {
  font-family: "SlickPro", "SlickSanFrancisco", "SF Pro Text", "Myriad Set Pro", "San Francisco", "SlickFont", "Helvetica Neue", "Segoe UI", "Roboto", "Helvetica", "Hiragino Kaku Gothic Pro", "Meiryo", Arial, sans-serif;
}
html > body .squared-grid a[data-object-type="video"]:before {
  content: '';
  display: table;
  padding-top: 100%;
}
html > body .squared-grid a[data-object-type="video"] sp-video-player,
html > body .squared-grid a[data-object-type="video"] .image-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html > body .squared-grid a[data-object-type="video"] vg-player.vertical-padding-enable {
  padding-top: 0 !important;
}
html > body .squared-grid a[data-object-type="video"] video {
  object-fit: cover;
}
html > body .real-grid a[data-object-type="video"] .image-container {
  width: 100%;
}
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count] .flow-grid .flow-item sp-video-player,
html > body .cstm-album-view[data-view-type="flow"][data-view-column-count] .flow-grid .flow-item-sizer sp-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html > body .justified-gallery > .entry-visible.video-thumb {
  position: absolute;
}
html > body .justified-gallery > .entry-visible.video-thumb sp-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
body .far,
body .fas {
  font-family: "Font Awesome 5 Free" !important;
}
body .fa.fab.fa-facebook,
body .fa.fab.fa-instagram,
body .fa.fab.fa-twitter,
body .fa.fab.fa-vimeo,
body .fa.fab.fa-linkedin,
body .fa.fab.fa-pinterest,
body .fa.fab.fa-tumblr,
body .fa.fab.fa-youtube,
body .fa.fab.fa-flickr,
body .fa.fab.fa-500px,
body .fa.fab.fa-meetup,
body .fa.fab.fa-wechat,
body .fa.fab.fa-skype,
body .fa.fab.fa-behance,
body .fa.fab.fa-whatsapp {
  font-family: "Font Awesome 5 Brands" !important;
}
body .website220-page > .website220-container > .website220-content.far,
body .website220-page > .website220-container > .website220-content .content.far,
body .website220-page > .website220-container > .website220-content * > *.far,
body .website220-page > .website220-container > .website220-content .content * > *.far,
body .website220-page > .website220-container > .website220-content.fas,
body .website220-page > .website220-container > .website220-content .content.fas,
body .website220-page > .website220-container > .website220-content * > *.fas,
body .website220-page > .website220-container > .website220-content .content * > *.fas {
  font-family: "Font Awesome 5 Free" !important;
}
body .website220-page > .website220-container > .website220-content.fab,
body .website220-page > .website220-container > .website220-content .content.fab,
body .website220-page > .website220-container > .website220-content * > *.fab,
body .website220-page > .website220-container > .website220-content .content * > *.fab {
  font-family: "Font Awesome 5 Brands" !important;
}
body.theme-eternity {
  height: auto;
}
body.theme-eternity .website220-page {
  height: auto;
  min-height: 100px;
  max-height: 45150px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-interpolation-mode: bicubic;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "liga", "kern";
  -moz-osx-font-smoothing: grayscale;
}
body.theme-eternity .website220-page,
body.theme-eternity .website220-page * {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-interpolation-mode: bicubic;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "liga", "kern";
  -moz-osx-font-smoothing: grayscale;
}
body.theme-eternity .website220-page .website220-container {
  padding: 0 !important;
  flex-direction: column;
  overflow: visible;
  max-height: 45150px;
  height: auto;
}
body.theme-eternity .website220-page .website220-container p,
body.theme-eternity .website220-page .website220-container ul,
body.theme-eternity .website220-page .website220-container h1,
body.theme-eternity .website220-page .website220-container h2,
body.theme-eternity .website220-page .website220-container h3 {
  color: #222;
}
body.theme-eternity .website220-page .website220-container p + .site-button,
body.theme-eternity .website220-page .website220-container ul + .site-button,
body.theme-eternity .website220-page .website220-container h1 + .site-button,
body.theme-eternity .website220-page .website220-container h2 + .site-button,
body.theme-eternity .website220-page .website220-container h3 + .site-button {
  margin-top: 12px;
}
body.theme-eternity .website220-page .website220-container h2 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
}
body.theme-eternity .website220-page .website220-container h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
}
body.theme-eternity .website220-page .website220-container h4 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
body.theme-eternity .website220-page .website220-container .text-highlight {
  color: #ff214f;
}
body.theme-eternity .website220-page .website220-container .form-element > input[type="button"],
body.theme-eternity .website220-page .website220-container .site-button {
  display: inline-block;
  letter-spacing: 0.5px;
  line-height: inherit;
  width: auto;
  outline: none;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  font-size: 14px;
  white-space: nowrap;
  background: #ff214f;
  border-color: #ff214f;
  color: #fff !important;
  border-radius: 100px;
  padding: 8px 24px;
  font-weight: 600;
  text-transform: none;
  text-decoration: none !important;
}
body.theme-eternity .website220-page .website220-container .form-element > input[type="button"]:hover,
body.theme-eternity .website220-page .website220-container .site-button:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
body.theme-eternity .website220-page .website220-container .form-element > input[type="button"].larger,
body.theme-eternity .website220-page .website220-container .site-button.larger {
  font-size: 18px;
  padding: 12px 36px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar {
  min-height: 72px;
  padding: 20px 60px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content {
  width: 100%;
  flex-direction: row;
  height: auto;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo {
  flex: none;
  width: 200px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 30px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-icons {
  width: 200px;
  width: auto;
  min-width: 1px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu {
  width: auto;
  flex-grow: 1;
  display: block;
  flex: 1;
  flex-direction: row;
  justify-content: center !important;
  align-items: center;
  justify-content: center;
  display: flex;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav {
  width: 100%;
  flex: none;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper {
  width: 100%;
  flex: none;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav {
  width: 100%;
  flex: none;
  text-align: right;
  list-style: none;
  display: block;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item + .nav-item {
  margin-top: 0;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a {
  padding: 6px 12px;
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  border-radius: 3px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover {
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 997px) {
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.has-childs:hover ul.childs {
    opacity: 1;
    pointer-events: auto;
  }
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item ul.childs {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 220px;
    background: white;
    left: 0;
    height: auto;
    top: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    text-align: left;
    transition: all 333ms ease-in-out;
    z-index: 30;
  }
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item ul.childs > .nav-item {
    display: block !important;
    width: 100%;
    text-align: left;
  }
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item ul.childs > .nav-item:first-child {
    display: none !important;
  }
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item ul.childs > .nav-item a {
    color: #222 !important;
    display: block;
    vertical-align: middle;
    position: relative;
    padding: 10px 15px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item ul.childs > .nav-item.active > a a:hover {
    color: #ff214f;
  }
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay {
  z-index: 50;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .logo-light {
  display: none !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .logo-dark {
  display: inline-block !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-profile-logo,
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-profile-logo a {
  color: #fff !important;
  white-space: nowrap;
  max-width: 400px !important;
  height: 36px;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a {
  color: #fff !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover {
  color: #ff214f !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-custom-navigation,
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-custom-navigation:not(.show) {
  display: block;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-custom-navigation .nav-item.mobile-menu-opener {
  filter: invert(1);
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .logo-light {
  display: inline-block !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .logo-dark {
  display: none !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo,
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a {
  color: #222 !important;
  white-space: nowrap;
  max-width: 400px !important;
  height: 36px;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a {
  color: #222 !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover {
  color: #ff214f !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static + .website220-content {
  margin-top: 0px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static + .website220-content .content-container {
  margin-top: 30px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static + .website220-content .splash-photo {
  height: calc(90vh - 60px);
}
body.theme-eternity .website220-page .website220-container > .website220-content {
  width: 100%;
  padding: 0;
  max-height: 45150px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content {
  max-width: 1200px;
}
@media screen and (max-width: 1260px) {
  body.theme-eternity .website220-page .website220-container > .website220-content .content {
    max-width: 960px;
  }
}
@media screen and (max-width: 996px) {
  body.theme-eternity .website220-page .website220-container > .website220-content .content {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  body.theme-eternity .website220-page .website220-container > .website220-content .content {
    max-width: 100%;
  }
}
body.theme-eternity .website220-page .website220-container > .website220-content .content + .content:not(.album-view-container) {
  margin-top: 90px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content + .content.album-view-container {
  margin-top: 0;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content > .content {
  margin-bottom: 0;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.album-view-container.content-wide {
  padding-left: 60px;
  padding-right: 60px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.content-wide {
  max-width: 100%;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content {
  margin-bottom: 30px;
  text-align: left;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content h3 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content p b {
  color: #ff214f;
  font-weight: 600;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content p.larger {
  font-size: 18px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content.center,
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content .center {
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.backhighlight {
  background: #f8f8f8;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.horizontal-fullsize {
  margin-top: -30px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 60px !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.horizontal-fullsize .open-sale-product-button {
  display: none !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.horizontal-fullsize .cstm-album-view .slick-list {
  height: calc(100vh - 78px);
  max-height: 960px;
  min-height: 480px;
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  body.theme-eternity .website220-page .website220-container > .website220-content .content.horizontal-fullsize .cstm-album-view .slick-list {
    padding-top: 66.66% !important;
    height: auto;
    min-height: 240px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content.horizontal-fullsize .cstm-album-view .slick-list .slick-slide img {
    min-width: 100px !important;
  }
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.horizontal-fullsize.medium .cstm-album-view .slick-list {
  height: calc(100vh - 276px);
  max-height: 960px;
  min-height: 400px;
  padding-top: 0 !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse {
  background: #222;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse h1,
body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse h2,
body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse h3,
body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse h4,
body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse h5,
body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse p {
  color: #fff;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.backhighlight > .content,
body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse > .content {
  padding: 60px 0;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.backhighlight > .content + .content,
body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse > .content + .content {
  padding: 20px 0 60px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.content-newsletter-custom {
  border-top: 1px dotted rgba(0, 0, 0, 0.05);
  padding-top: 60px;
  margin-top: 30px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .whitebox {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #ff214f;
  border-radius: 1px;
  padding: 10%;
  text-align: center;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .whitebox h4 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .whitebox p {
  font-size: 14px;
  line-height: 1.5;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom {
  flex: 1;
  justify-content: space-evenly;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .smallphoto {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .smallphoto img {
  width: 128px;
  display: inline-block;
  height: 128px;
  line-height: 48px;
  font-size: 24px;
  color: white;
  background: #ff214f;
  text-align: center;
  border-radius: 1000px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .icon {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .icon i {
  width: 48px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  color: white;
  background: #ff214f;
  text-align: center;
  border-radius: 1000px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .cell {
  display: flex;
  padding-left: 10px !important;
  padding-right: 10px !important;
  flex-basis: 20%;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: stretch;
  align-self: stretch;
  flex-direction: column;
  margin-bottom: 10px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .cell .sp-plus-button {
  display: none !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .cell,
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .cell:first-child,
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .cell:last-child {
  padding-left: 0;
  padding-right: 0;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half.columns-full {
  width: 100%;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half.columns-full .column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column {
  align-self: center;
  justify-content: flex-start;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column.fullsize {
  padding-right: 0;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column.fullsize img {
  min-width: 100%;
  height: auto;
  box-shadow: none;
  max-height: 45150px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column.fullsize + .column {
  padding-right: 30px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column img {
  max-height: 800px;
  width: auto !important;
  min-width: 24px;
  border-radius: 1px;
  box-shadow: -20px 20px 0 #ff214f, -3px -3px 3px rgba(0, 0, 0, 0.05);
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p b {
  color: #ff214f;
  font-weight: 600;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column:first-child {
  padding-right: 30px;
  text-align: left;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column:last-child {
  padding-left: 30px;
  text-align: left;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.content-footer {
  top: auto;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.content-footer hr {
  border-color: rgba(0, 0, 0, 0.07);
}
body.theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-1 .album-list-view-content .album-list-item .album-list-item-title a,
body.theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper-public.album-grid-theme-1 .album-list-view-content .album-list-item .album-list-item-title a,
body.theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-2 .album-list-view-content .album-list-item .album-list-item-title a,
body.theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper-public.album-grid-theme-2 .album-list-view-content .album-list-item .album-list-item-title a,
body.theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-5 .album-list-view-content .album-list-item .album-list-item-title a,
body.theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper-public.album-grid-theme-5 .album-list-view-content .album-list-item .album-list-item-title a {
  color: #ff214f !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo {
  width: 100%;
  height: 90vh;
  min-height: 440px;
  position: relative;
  overflow: visible;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4001);
  content: ' ';
  pointer-events: none;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .scroll-down {
  position: absolute;
  bottom: 0;
  border: 2px solid rgba(255, 255, 255, 0.001);
  z-index: 10;
  margin-bottom: -24px;
  margin-left: -24px;
  opacity: 1;
  width: 48px;
  height: 48px;
  line-height: 40px;
  border-radius: 1000px;
  background: #ff214f;
  color: #fff !important;
  text-align: center;
  left: 50%;
  font-weight: 600;
  font-size: 30px;
  text-decoration: none !important;
  transition: all 333ms ease-in-out;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .scroll-down:hover {
  border-color: rgba(255, 255, 255, 0.9);
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .sp-plus-button {
  display: none !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100% !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container img {
  width: auto;
  height: auto !important;
  min-height: 100%;
  position: absolute;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video,
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video.content {
  width: 100%;
  max-width: 100%;
  width: auto;
  height: auto !important;
  min-height: 100%;
  position: absolute;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video,
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video.content,
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video video,
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video.content video {
  pointer-events: none;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video video,
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video.content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video video::-webkit-media-controls-panel,
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video.content video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  max-width: 100%;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .slideshow-container .cstm-slideshow .album-actions {
  top: 144px;
  z-index: 1001;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .slideshow-container .cstm-slideshow iframe {
  background: #111;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .slideshow-container .cstm-slideshow,
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .slideshow-container .cstm-slideshow iframe,
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .slideshow-container > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  max-width: 100%;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 60px;
  transform: translate(0, -50%);
  min-width: 280px;
  width: 100%;
  max-width: 960px;
  padding-left: 60px;
  padding-right: 60px;
  color: #fff;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.33);
  font-size: 100%;
  z-index: 10;
}
@media screen and (max-width: 1260px) {
  body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
    max-width: 640px;
  }
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
  text-align: left;
  color: #fff;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 16px;
  padding-top: 16px;
  position: relative;
}
@media screen and (max-width: 1260px) {
  body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
    font-size: 36px;
  }
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  content: ' ';
  background: #ff214f;
}
@media screen and (min-width: 997px) {
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after {
    content: ' ';
    width: 100%;
    height: 2px;
    pointer-events: none;
    position: absolute;
    background: #ff214f;
    bottom: -26px;
    left: 0;
  }
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item:not(.active) a,
body.theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item:not(.active) a {
  color: #fff !important;
}
body.theme-eternity.color-black .website220-page .website220-container p,
body.theme-eternity.color-gray-dark .website220-page .website220-container p,
body.theme-eternity.color-black .website220-page .website220-container ul,
body.theme-eternity.color-gray-dark .website220-page .website220-container ul,
body.theme-eternity.color-black .website220-page .website220-container h1,
body.theme-eternity.color-gray-dark .website220-page .website220-container h1,
body.theme-eternity.color-black .website220-page .website220-container h2,
body.theme-eternity.color-gray-dark .website220-page .website220-container h2,
body.theme-eternity.color-black .website220-page .website220-container h3,
body.theme-eternity.color-gray-dark .website220-page .website220-container h3,
body.theme-eternity.color-black .website220-page .website220-container h2,
body.theme-eternity.color-gray-dark .website220-page .website220-container h2 {
  color: #fff;
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-content .content.backhighlight,
body.theme-eternity.color-gray-dark .website220-page .website220-container > .website220-content .content.backhighlight {
  background: #555;
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-content .content .whitebox,
body.theme-eternity.color-gray-dark .website220-page .website220-container > .website220-content .content .whitebox {
  background: #444;
}
body.theme-eternity.color-black .website220-page .website220-container .content.content-footer .footer-logo .logo-light,
body.theme-eternity.color-gray-dark .website220-page .website220-container .content.content-footer .footer-logo .logo-light {
  display: none !important;
}
body.theme-eternity.color-black .website220-page .website220-container .content.content-footer .footer-logo .logo-dark,
body.theme-eternity.color-gray-dark .website220-page .website220-container .content.content-footer .footer-logo .logo-dark {
  display: block !important;
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .logo-light,
body.theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .logo-light {
  display: none !important;
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .logo-light + .logo-dark,
body.theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .logo-light + .logo-dark {
  display: block !important;
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-content .content.content-footer hr,
body.theme-eternity.color-gray-dark .website220-page .website220-container > .website220-content .content.content-footer hr {
  border-color: rgba(255, 255, 255, 0.07);
}
body.theme-eternity.public .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video video,
body.theme-eternity.public .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video.content video {
  pointer-events: none;
}
body.theme-eternity.public .website220-page .website220-container > .website220-content .splash-photo .container-text {
  pointer-events: none;
}
@media only screen and (max-width: 996px) {
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-footer {
    display: none !important;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .list-holder {
    display: none;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation {
    text-align: right;
    justify-content: flex-end;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation,
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation:not(.show) {
    display: block;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1545;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .nav-item.mobile-menu-opener {
    display: none !important;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder {
    display: flex;
    align-items: center;
    height: 100%;
    height: 92vh;
    padding: 0;
    max-height: 92vh;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav {
    margin: 0 !important;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    flex: none;
    max-height: 100%;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item {
    display: block;
    margin: 0;
    padding: 0;
    flex: none;
    border: 0 !important;
    min-height: 40px;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a {
    display: block;
    text-align: center;
    padding: 12px 10px;
    color: #333;
    color: inherit !important;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a:after {
    display: none !important;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link {
    position: relative;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link:before {
    display: block !important;
    content: '›' !important;
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 40px;
    transform: translate(0, -50%);
    margin-top: -6px;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-height: 360px;
    background: transparent;
    bottom: auto;
    overflow: visible;
    pointer-events: auto;
    text-align: center;
    margin-bottom: 6px;
    padding-top: 6px;
    padding-bottom: 12px;
    margin-top: 0;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item:last-child {
    padding-bottom: 80px;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item .nav-link {
    padding: 0;
    background: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current {
    display: none;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current + .childs {
    border: 0 !important;
    box-shadow: none !important;
    display: block;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open.mobile-menu-open-child-active .list-holder > .navbar-nav > li > a {
    display: none !important;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer {
    background: transparent !important;
    color: black !important;
    line-height: 36px;
    font-size: 40px;
    margin-top: 10px !important;
    text-align: center;
    padding: 0 10px !important;
    font-weight: 300 !important;
    filter: none !important;
  }
  html > body.theme-eternity .navbar:before,
  html > body.theme-eternity .navbar:after {
    content: " ";
    display: table;
  }
  html > body.theme-eternity .navbar:after {
    clear: both;
  }
  html > body.theme-eternity .mobile-menu-left {
    float: left;
    width: 10%;
    flex: none;
  }
  html > body.theme-eternity .mobile-logo-right {
    width: 100%;
    float: left;
    flex: none;
    max-width: 80%;
    text-align: center;
    padding-right: 11% !important;
  }
  html > body.theme-eternity .cstm-custom-navigation,
  html > body.theme-eternity .cstm-custom-navigation:not(.show) {
    display: block;
  }
  html > body.theme-eternity .cstm-custom-navigation .nav-item.mobile-menu-opener {
    display: inline-block !important;
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    vertical-align: middle;
    background-size: 100% 100%;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-indent: -4515px;
    color: transparent;
  }
  html > body.theme-eternity .cstm-custom-navigation .navbar-nav {
    display: none;
  }
  html > body.theme-eternity .cstm-custom-navigation.mobile-open .mobile-menu-closer {
    display: block !important;
    background: #444;
    font-family: Arial !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1502;
    width: 36px;
    height: 36px;
    margin: 12px;
    border-radius: 100%;
    color: white;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
  }
  html > body.theme-eternity .cstm-custom-navigation.mobile-open .mobile-menu-child-back {
    display: none !important;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1502;
    width: 36px;
    height: 36px;
    margin: 12px;
    border-radius: 100%;
    color: inherit !important;
    text-align: center;
    line-height: 36px;
    font-size: 30px !important;
    padding-top: 7px;
  }
  html > body.theme-eternity .cstm-custom-navigation.mobile-open.mobile-menu-open-child-active .mobile-menu-child-back {
    display: block !important;
    filter: none !important;
  }
}
@media screen and (max-width: 1260px) {
  body.theme-eternity .website220-page .website220-container h2 {
    font-size: 30px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.theme-eternity .website220-page .website220-container .content.content-footer .footer-logo img {
    max-height: 36px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
    font-size: 24px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .form-element > input[type=button],
  body.theme-eternity .website220-page .website220-container > .website220-content .site-button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content + .content:not(.album-view-container) {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .content + .content:not(.album-view-container) {
    margin-top: 30px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content.center,
  body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content .center {
    max-width: 100%;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half {
    display: flex;
    flex-direction: column;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column {
    margin-bottom: 30px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column:first-child {
    padding-right: 0 !important;
    order: 2;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column:last-child {
    padding-left: 0 !important;
    order: 1;
  }
}
html > body .website220-page .website220-container .album-actions .album-list-delete-button,
html > body .website220-page .website220-container .album-actions .album-list-open-popup-button,
html > body .website220-page .website220-container .album-actions .open-reorder-button,
html > body .website220-page .website220-container .album-actions .album-list-resort-button,
html > body .website220-page .website220-container .album-actions .open-album-selector-button,
html > body .website220-page .website220-container .album-actions .open-sale-product-button *,
html > body .website220-page .website220-container .album-actions .open-sale-product-button {
  font-family: 'AwFont', 'Lato', 'Open Sans', 'Roboto', 'Helvetica Neue', 'Helvetica Neue LT Std', 'Helvetica', 'Arial', 'Trebuchet MS', Arial, sans-serif !important;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar {
  padding-bottom: 12px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay:before,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  pointer-events: none;
  background: #000000;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.63209034) 90%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.63209034) 90%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.63209034) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  content: ' ';
  opacity: 0.333;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content {
  z-index: 1;
}
@media screen and (min-width: 997px) {
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content,
  body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo,
  body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo {
    width: auto;
    max-width: 100%;
    margin-bottom: 16px;
  }
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .cstm-profile-logo,
  body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .cstm-profile-logo,
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .cstm-profile-logo a,
  body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .cstm-profile-logo a {
    font-size: 36px;
    line-height: 56px;
    height: auto;
  }
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img,
  body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 40px;
    max-width: 360px;
  }
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after,
  body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after {
    bottom: -13px;
  }
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 400;
  color: #555;
}
@media screen and (min-width: 997px) {
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static + .website220-content .splash-photo,
  body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static + .website220-content .splash-photo {
    height: calc(100vh - 132px) !important;
  }
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .icon i,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .icon i {
  background: #222;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content input[type="button"],
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content input[type="button"],
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .form-element > input[type=button],
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .form-element > input[type=button],
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .site-button,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .site-button {
  border-radius: 0;
  background: #222;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .text-content p,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .text-content p {
  font-size: 16px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .text-content h3,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .text-content h3 {
  font-size: 36px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .whitebox,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .whitebox {
  border-bottom-color: #222;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .whitebox h4,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .whitebox h4 {
  font-size: 18px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .whitebox p,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .whitebox p {
  font-size: 16px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p {
  font-size: 16px;
  color: #222;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p b,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p b {
  color: #222;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column img,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column img {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  border-radius: 1px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo {
  height: 100vh;
  max-height: 100vh;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo:before,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo:before,
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo:after,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo:after {
  opacity: 0.15;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .scroll-down,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .scroll-down {
  background: #222;
  display: none;
  margin-bottom: 12px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
  top: 100%;
  margin-top: -20px;
  transform: translate(-50%, -100%);
  left: 50%;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1,
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content p,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content p {
  text-align: center;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
  margin-top: 0;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1:after,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1:after {
  display: none;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover {
  color: #eac770 !important;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container .form-element > input[type=button],
body[data-user-id="284348"].theme-eternity .website220-page .website220-container .form-element > input[type=button],
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container .site-button,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container .site-button,
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container input[type="button"],
body[data-user-id="284348"].theme-eternity .website220-page .website220-container input[type="button"],
body.theme-eternity-to-felicity.theme-eternity,
body[data-user-id="284348"].theme-eternity,
body.theme-eternity-to-felicity.theme-eternity *,
body[data-user-id="284348"].theme-eternity * {
  font-family: 'Cormorant Garamond', 'EB Garamond', serif;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav > .nav-item > a:hover,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav > .nav-item > a:hover {
  color: white !important;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after {
  background: #eac770;
}
html > body.theme-eternity.theme-eternity-to-felicity .website220-page .website220-container > .website220-content .content .columns.columns-half .column img {
  box-shadow: none !important;
}
body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo {
  height: 100vh;
  max-height: 100vh;
}
body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .scroll-down {
  background: #222;
  display: none;
  margin-bottom: 12px;
}
body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
  top: 50%;
  margin-top: 0;
}
body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1,
body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content p {
  text-align: center;
}
body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
  margin-top: 0;
}
body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1:after {
  display: none;
}
body[data-user-id="34859"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-1 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-1 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="34859"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-2 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-2 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="34859"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-5 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-5 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="34859"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper-public.album-grid-theme-1 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper-public.album-grid-theme-1 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="34859"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper-public.album-grid-theme-2 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper-public.album-grid-theme-2 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="34859"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper-public.album-grid-theme-5 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper-public.album-grid-theme-5 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="34859"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body[data-user-id="34859"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover,
body[data-user-id="34859"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body[data-user-id="34859"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover,
body[data-user-id="34859"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body[data-user-id="34859"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover {
  color: #eac770 !important;
}
/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: transparent !important;
  font-size: 0;
  color: transparent;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: relative;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.justified-gallery > div > img[data-recalc-size="1"],
.justified-gallery > a > img[data-recalc-size="1"] {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  font-size: 12px;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  padding: 20px 12px 6px 12px;
  filter: alpha(opacity=100);
  /* IE8 or Earlier */
  text-overflow: ellipsis;
  pointer-events: none;
  overflow: hidden;
  white-space: normal;
  word-break: normal;
  word-wrap: break-word;
  hyphens: auto;
  bottom: 0 !important;
  font-family: "SlickPro", "SlickSanFrancisco", "SF Pro Text", "Myriad Set Pro", "San Francisco", "SlickFont", "Helvetica Neue", "Segoe UI", "Roboto", "Helvetica", "Hiragino Kaku Gothic Pro", "Meiryo", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.001;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: none;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.69)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.69) 100%);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.69) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.69) 100%);
}
.justified-gallery > a > .caption > span,
.justified-gallery > div > .caption > span {
  padding: 3px 6px;
  border-radius: 3px;
  display: block;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.001;
}
.justified-gallery > a:hover .caption,
.justified-gallery > div:hover .caption {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.justified-gallery > a:hover .caption span,
.justified-gallery > div:hover .caption span {
  opacity: 1;
  display: block;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.34);
}
.justified-gallery > a.jg-video:after,
.justified-gallery > div.jg-video:after {
  content: ' ';
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  pointer-events: none;
  background: transparent url('https://assets-edge.slickpic.com/img/skin/default/ico-play.png') no-repeat center center;
  opacity: 0.75;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  transform: translateZ(0);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.justified-gallery > a.jg-video:hover:after,
.justified-gallery > div.jg-video:hover:after {
  opacity: 1;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
  cursor: zoom-in;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.justified-gallery > a sp-video-player,
.justified-gallery > div sp-video-player,
.justified-gallery > .entry-visible sp-video-player {
  display: block;
  position: initial !important;
  top: auto;
  left: auto;
}
.justified-gallery > a sp-video-player.disable-source,
.justified-gallery > div sp-video-player.disable-source,
.justified-gallery > .entry-visible sp-video-player.disable-source {
  display: none !important;
}
.justified-gallery > a sp-video-player.disable-source ~ img,
.justified-gallery > div sp-video-player.disable-source ~ img,
.justified-gallery > .entry-visible sp-video-player.disable-source ~ img {
  display: block;
}
.justified-gallery > a sp-video-player ~ img,
.justified-gallery > div sp-video-player ~ img,
.justified-gallery > .entry-visible sp-video-player ~ img {
  display: none;
}
.justified-gallery > a sp-video-player vg-player,
.justified-gallery > div sp-video-player vg-player,
.justified-gallery > .entry-visible sp-video-player vg-player {
  height: 0 !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}
.justified-gallery > a sp-video-player vg-player > video,
.justified-gallery > div sp-video-player vg-player > video,
.justified-gallery > .entry-visible sp-video-player vg-player > video {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-width: 100%;
  right: 0;
  bottom: 0;
  max-height: 4515px;
  overflow: visible;
}
.justified-gallery > div > img,
.justified-gallery > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}
body .justified-gallery > a.jg-waiting:before,
body .justified-gallery > div.jg-waiting:before,
body .justified-gallery > .entry-visible.jg-waiting:before {
  content: ' ';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.12) url(https://assets-edge.slickpic.com/brand/slickpic-blackwhite.svg) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 48px;
  box-sizing: border-box;
}
body .justified-gallery > a.jg-last-row,
body .justified-gallery > div.jg-last-row,
body .justified-gallery > .entry-visible.jg-last-row {
  display: none;
}
body.skin-light .justified-gallery > div.jg-waiting:before,
body.skin-light .justified-gallery > a.jg-waiting:before,
body.skin-light .justified-gallery > .entry-visible.jg-waiting:before {
  background: rgba(0, 0, 0, 0.33) url(https://assets-edge.slickpic.com/brand/slickpic-blackwhite.svg) no-repeat center center;
  background-size: 48px;
  opacity: 0.15;
}
.body .listAlbums.progress {
  opacity: 0;
}
.body[data-grid-type="grid"] .listAlbums {
  margin-top: 20px;
}
.body[data-grid-type="grid"] .listAlbums .albumItem {
  overflow: visible;
  text-align: center;
  vertical-align: middle;
  height: auto;
}
.body[data-grid-type="grid"] .listAlbums .albumItem:after {
  display: none;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > img {
  max-width: 100%;
  max-height: 4515px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > br {
  display: none;
}
.body[data-grid-type="grid"] .listAlbums .albumItem .pwd-protected-text {
  display: none;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title {
  color: #fff;
  font-weight: 700;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title,
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title.password {
  width: 100%;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title > i,
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title > u {
  float: none;
  margin-left: 4px;
  margin-right: 4px;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title .name-cut {
  display: block;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title .name-cut > span {
  text-align: center;
  color: #fff !important;
  font-size: 14px;
  line-height: 18px;
  display: block;
  overflow: hidden;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul li {
  list-style: none;
  display: block;
  padding-right: 2px;
  color: rgba(117, 117, 117, 0.9) !important;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
  width: auto !important;
  line-height: 18px;
  min-width: 20px;
  font-size: 12px;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul li:before {
  display: none;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul li.album-photos {
  list-style: none;
  display: block;
  padding-right: 2px !important;
  color: #fff !important;
  color: rgba(117, 117, 117, 0.9) !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33) !important;
  width: auto !important;
  line-height: 18px;
  min-width: 20px;
  font-size: 12px !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  text-align: center;
}
.body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul li.album-photos:after {
  content: ' Photos';
}
.body[data-grid-type="grid"] .listAlbums .albumItem.pwd-protect-layer i.lock {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 16px;
  bottom: 0;
  left: 0;
  background: url(https://assets-edge.slickpic.com/img/album/ico-lock-dark.png) no-repeat 0 1px;
  z-index: 1003;
  margin: 0 5px 4px 0;
}
.body[data-grid-type="grid"] .listAlbums .albumItem sp-video-player vg-player video {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
vg-player {
  background: transparent !important;
}
.skin-light .body[data-grid-type="grid"] .listAlbums .albumItem > .album-title {
  color: #222 !important;
  text-shadow: none !important;
}
.skin-light .body[data-grid-type="grid"] .listAlbums .albumItem > .album-title .name-cut > span {
  color: #222 !important;
  text-shadow: none;
}
.skin-light .body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul li {
  text-shadow: none !important;
}
.skin-light .body[data-grid-type="grid"] .listAlbums .albumItem > .album-title ul li.album-photos {
  color: #222 !important;
  text-shadow: none !important;
}
@keyframes fadeInVideo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.body .listAlbums.justified-gallery {
  opacity: 1;
  width: auto !important;
}
.body .listAlbums.justified-gallery .albumItem.splash-type-video img {
  opacity: 0.001;
  animation-name: fadeInVideo;
  -webkit-animation-name: fadeInVideo;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body .listAlbums.justified-gallery sp-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.body .listAlbums.justified-gallery sp-video-player > * {
  pointer-events: none;
}
.body .listAlbums.justified-gallery sp-video-player video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: auto;
  overflow: hidden;
  max-height: 100%;
}
.body .listAlbums.justified-gallery .albumItem {
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transition: none !important;
  transform: translate3d(-45151px, -45151px, 0);
}
.body .listAlbums.justified-gallery .albumItem img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: transform;
}
.body .listAlbums.justified-gallery .albumItem,
.body .listAlbums.justified-gallery .albumItem img {
  border-radius: 5px !important;
}
.body .listAlbums.justified-gallery .albumItem.splash-type-video img {
  display: none;
}
.body .listAlbums.justified-gallery .albumItem sp-video-player .vertical-padding-enable {
  padding-top: 0 !important;
  height: 100% !important;
}
.body .listAlbums.justified-gallery .albumItem sp-video-player .vertical-padding-enable video {
  object-fit: cover;
}
.body .listAlbums.justified-gallery .albumItem h2 {
  display: none !important;
}
.body .listAlbums.justified-gallery .albumItem:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.07) inset;
  border-radius: 7px;
}
@media all and (min-width: 2560px) {
  .justified-gallery > a > img:active,
  .justified-gallery > div > img:active,
  .justified-gallery > a > a > img:active,
  .justified-gallery > div > a > img:active {
    filter: blur(1px);
  }
}
@media all and (max-width: 996px) {
  .justified-gallery > a .caption,
  .justified-gallery > div .caption,
  .justified-gallery > .entry-visible .caption {
    display: none !important;
  }
}
@media all and (max-width: 767px) and (pointer: fine) {
  .body[data-grid-type="grid"] .listAlbums .albumItem {
    width: 150px;
  }
}
@media all and (min-width: 1025px) {
  .body .listAlbums.justified-gallery .albumItem:hover img {
    -moz-transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
    -webkit-transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  .body .listAlbums.justified-gallery .albumItem:active img {
    -webkit-transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
    -moz-transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 555ms cubic-bezier(0.4, 0, 0.22, 1), opacity 555ms cubic-bezier(0.4, 0, 0.22, 1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0.9;
  }
}
@charset "UTF-8";
html > body .slideshow-kenburns-container-wrapper .static-content {
  display: none !important;
}
html > body .cstm-album-view .slick-list .slick-slide a img,
html > body .website220-page .website220-container .website220-content .content.album-view-container.horizontal .slick-list .slick-slide a img {
  transform: rotate(-0.001deg) !important;
  min-width: 120px !important;
  min-height: 60px !important;
  height: 100% !important;
  position: relative !important;
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.001);
  z-index: 20 !important;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: fadeIn !important;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-delay: 0ms;
  opacity: 0;
}
html > body .cstm-album-view .slick-list .slick-slide a img,
html > body .website220-page .website220-container .website220-content .content.album-view-container.horizontal .slick-list .slick-slide a img {
  transform: rotate(0.001deg) !important;
}

#ipk5uf {
  max-width: 100% !important;
  width: 100% !important;
}
#ipk5uf .cstm-album-view .slick-list {
  height: 200px !important;
  max-height: 200px !important;
  min-height: 200px !important;
}

div[id*=google-cache-] {
  display: none !important;
}

body[data-page-id="6903"][data-user-id="1349"] .website220-content {
  padding-right: 0;
}
body[data-page-id="6903"][data-user-id="1349"] .website220-sidebar {
  display: none !important;
}

html > body[data-user-id="307851"] {
  background: #f5f5f5;
}
html > body[data-user-id="307851"] .website220-page a,
html > body[data-user-id="307851"] .website-page a, html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p b, html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a, html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover {
  color: #b76e79 !important;
}
html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-content .content .whitebox {
  border-bottom-color: #b76e79 !important;
}
html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-content .content .whitebox p b {
  color: #b76e79 !important;
}
html > body[data-user-id="307851"] #it8ptg {
  display: none !important;
}
html > body[data-user-id="307851"] .website220-page .website220-container .content.content-footer .footer-logo .profile-logo-link {
  background: url("https://stored-cf.slickpic.com/MzA3ODUxZGQ3NTRiYjA,/20220711/MTg5NDE3NzI1NWIw/p/1200/Bottom_Logo.png") no-repeat center center;
  background-size: contain;
}
html > body[data-user-id="307851"] .website220-page .website220-container .content.content-footer .footer-logo img {
  max-width: 90vw !important;
  width: 960px !important;
  min-height: 172px !important;
  opacity: 0 !important;
}
html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column img {
  box-shadow: -20px 20px 0 #b76e79, -3px -3px 3px rgba(0, 0, 0, 0.05);
}
html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1:after, html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .scroll-down, html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .scroll-down, html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after {
  background: #b76e79 !important;
}

@font-face {
  font-family: "spin";
  src: url("https://assets-edge.slickpic.com/fonts/Spinnaker-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "aidan";
  src: url("https://assets-edge.slickpic.com/fonts/aidan-script.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "laneutra";
  src: url("https://assets-edge.slickpic.com/fonts/Neutra2Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "laneutra";
  src: url("https://assets-edge.slickpic.com/fonts/Neutra2Display-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "laneutra";
  src: url("https://assets-edge.slickpic.com/fonts/Neutra2Display-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "laneutra";
  src: url("https://assets-edge.slickpic.com/fonts/Neutra2Display-Titling.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "labauer";
  src: url("https://assets-edge.slickpic.com/fonts/BauerBodoniStd-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "labauer";
  src: url("https://assets-edge.slickpic.com/fonts/BauerBodoniStd-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "labauer";
  src: url("https://assets-edge.slickpic.com/fonts/BauerBodoniStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "labauer";
  src: url("https://assets-edge.slickpic.com/fonts/BauerBodoniStd-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "labauer";
  src: url("https://assets-edge.slickpic.com/fonts/BauerBodoniStd-BoldCond.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
.gjs-vidalytics-block,
.custom-code_copy,
#custom-code_copy {
  display: none !important;
}

html > body .btn-secondary {
  outline: none !important;
  box-shadow: none !important;
}
html > body .sp-block .button-container-center {
  display: block !important;
  text-align: center;
}
html > body #plus-button-modal .buttons03[data-block-category] {
  font-size: 0;
  height: 140px;
}
html > body #plus-button-modal .buttons03[data-block-category]:before,
html > body #plus-button-modal .buttons03[data-block-category=buttons]:before {
  background: url(https://assets-edge.slickpic.com/img/ico-button.png) no-repeat center center;
  filter: grayscale(1);
  background-size: 80px auto !important;
}

@font-face {
  font-family: "kiona";
  src: url("https://assets-edge.slickpic.com/fonts/Kiona-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "kiona";
  src: url("https://assets-edge.slickpic.com/fonts/Kiona-BoldItallic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "kiona";
  src: url("https://assets-edge.slickpic.com/fonts/Kiona-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "kiona";
  src: url("https://assets-edge.slickpic.com/fonts/Kiona-Itallic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
@font-face {
  font-family: "kiona";
  src: url("https://assets-edge.slickpic.com/fonts/Kiona-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB02;
  font-display: swap;
}
sp-cookie-consent-banner {
  font-size: 0;
}

.notice-cookies {
  animation-name: fadeInBottom;
  -webkit-animation-name: fadeInBottom;
  animation-duration: 600ms;
  -webkit-animation-duration: 600ms;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  opacity: 0;
  background-clip: border-box;
  position: fixed;
  max-width: 688px;
  width: calc(100vw - 40px);
  padding: 20px 30px 24px;
  background-color: rgba(255, 255, 255, 0.975);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: saturate(150%) blur(20px);
  backdrop-filter: saturate(150%) blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 0;
  box-shadow: 0px 1.4px 6.9px rgba(0, 0, 0, 0.022), 0px 3.3px 16.6px rgba(0, 0, 0, 0.032), 0px 6.3px 31.3px rgba(0, 0, 0, 0.04), 0px 11.2px 55.8px rgba(0, 0, 0, 0.048), 0px 20.9px 104.4px rgba(0, 0, 0, 0.058), 0px 50px 250px rgba(0, 0, 0, 0.08);
  font-family: "futura-pt", AwFont, Helvetica, futura-pt, futura, arial, serif;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 15px 15px 0 0;
  z-index: 45150;
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.notice-cookies.right {
  transform: none;
  left: auto;
  right: 30px;
  bottom: 30px;
  border-radius: 15px;
  max-width: 492px;
  width: calc(100vw - 40px);
}
.notice-cookies ::selection, .notice-cookies::selection {
  background: rgba(0, 0, 0, 0.33);
}
.notice-cookies .cookies-container {
  font-size: 16px;
}
.notice-cookies .cookies-container .cookies-header {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 4px;
  color: rgba(0, 0, 0, 0.95);
}
.notice-cookies .cookies-container .cookies-body span,
.notice-cookies .cookies-container .cookies-header {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.notice-cookies .cookies-container .cookies-body {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
  padding-bottom: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.notice-cookies .cookies-container .cookies-body a {
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  text-decoration: underline;
  transition: all 400ms ease-in-out;
}
.notice-cookies .cookies-container .cookies-body a:hover {
  text-decoration: none;
}
.notice-cookies .cookies-container .cookies-body a:active {
  opacity: 0.75;
}
.notice-cookies .cookies-container .cookies-actions {
  font-size: inherit;
}
.notice-cookies .cookies-container .cookies-actions a,
.notice-cookies .cookies-container .cookies-actions button {
  appearance: none;
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  justify-content: center;
  height: 40px;
  padding: 10px 24px;
  line-height: 18px;
  font-weight: 500;
  outline: none !important;
  cursor: pointer;
  min-width: 144px;
  margin-right: 8px;
  border-radius: 150px;
  transition: all 400ms ease-in-out;
}
.notice-cookies .cookies-container .cookies-actions a.button-accept,
.notice-cookies .cookies-container .cookies-actions button.button-accept {
  background-color: rgba(0, 0, 0, 0.95);
  color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.95);
}
.notice-cookies .cookies-container .cookies-actions a.button-accept:hover,
.notice-cookies .cookies-container .cookies-actions button.button-accept:hover {
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.15) inset;
}
.notice-cookies .cookies-container .cookies-actions a.button-decline,
.notice-cookies .cookies-container .cookies-actions button.button-decline {
  border: 1px solid rgba(0, 0, 0, 0.33);
  background: transparent;
  color: rgba(0, 0, 0, 0.95);
}
.notice-cookies .cookies-container .cookies-actions a.button-decline:hover,
.notice-cookies .cookies-container .cookies-actions button.button-decline:hover {
  border: 1px solid rgba(0, 0, 0, 0.66);
}
.notice-cookies .cookies-container .cookies-actions a:active,
.notice-cookies .cookies-container .cookies-actions button:active {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .notice-cookies {
    width: calc(100vw - 24px);
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 16px 20px 20px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: rgba(255, 255, 255, 0.9);
  }
  .notice-cookies .cookies-container {
    font-size: 14px;
  }
  .notice-cookies .cookies-container .cookies-header {
    font-size: 20px;
    line-height: 28px;
  }
  .notice-cookies .cookies-container .cookies-body {
    font-size: 14px;
    line-height: 20px;
  }
  .notice-cookies .cookies-container .cookies-actions {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .notice-cookies .cookies-container .cookies-actions button, .notice-cookies .cookies-container .cookies-actions a {
    min-width: calc(50% - 5px);
  }
  .notice-cookies .cookies-container .cookies-actions button:first-child, .notice-cookies .cookies-container .cookies-actions a:first-child {
    margin-right: 5px !important;
    margin-left: 0 !important;
  }
  .notice-cookies .cookies-container .cookies-actions button:last-child, .notice-cookies .cookies-container .cookies-actions a:last-child {
    margin-left: 5px !important;
    margin-right: 0 !important;
  }
}

html > body.color-black .notice-cookies {
  background: rgba(0, 0, 0, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  html > body.color-black .notice-cookies {
    background: rgba(0, 0, 0, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
}
html > body.color-black .notice-cookies .cookies-container .cookies-header,
html > body.color-black .notice-cookies .cookies-container .cookies-body {
  color: rgba(255, 255, 255, 0.95);
}
html > body.color-black .notice-cookies .cookies-container .cookies-actions a.button-accept, html > body.color-black .notice-cookies .cookies-container .cookies-actions button.button-accept {
  background: rgba(255, 255, 255, 0.975);
  color: rgba(0, 0, 0, 0.95);
}
html > body.color-black .notice-cookies .cookies-container .cookies-actions a.button-accept:hover, html > body.color-black .notice-cookies .cookies-container .cookies-actions button.button-accept:hover {
  background: white;
}
html > body.color-black .notice-cookies .cookies-container .cookies-actions a.button-decline, html > body.color-black .notice-cookies .cookies-container .cookies-actions button.button-decline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.33);
  color: rgba(255, 255, 255, 0.95);
}
html > body.color-black .notice-cookies .cookies-container .cookies-actions a.button-decline:hover, html > body.color-black .notice-cookies .cookies-container .cookies-actions button.button-decline:hover {
  border: 1px solid rgba(255, 255, 255, 0.66);
}

html > body[data-user-id="309559"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  min-height: 48px;
}
@media screen and (max-width: 996px) {
  html > body[data-user-id="309559"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
    z-index: 999999991;
  }
  html > body[data-user-id="309559"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 42px;
    min-height: 42px;
    margin-top: -4px;
  }
  html > body[data-user-id="309559"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer, html > body[data-user-id="309559"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer, html > body[data-user-id="309559"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer, html > body[data-user-id="309559"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer {
    margin-top: 20px !important;
  }
}
html > body[data-user-id="309559"] .website220-page .website220-container .btn-secondary, html > body[data-user-id="309559"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .btn-dark, html > body[data-user-id="309559"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .btn-light {
  background: #1528d8 !important;
  border-color: #1528d8 !important;
  margin-bottom: 20px;
}
html > body[data-user-id="309559"] .website220-page a,
html > body[data-user-id="309559"] a {
  color: #1528d8;
}
html > body[data-user-id="309559"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover, html > body[data-user-id="309559"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a {
  color: #1528d8 !important;
}

html > body.public .iframe-container .cstm-iframe-element[data-iframe-size=small], html > body.builder .iframe-container .cstm-iframe-element[data-iframe-size=small] {
  height: 320px;
  min-height: 32vh;
}
html > body.public .iframe-container .cstm-iframe-element[data-iframe-size=medium], html > body.builder .iframe-container .cstm-iframe-element[data-iframe-size=medium] {
  height: 600px;
  min-height: 60vh;
}
html > body.public .iframe-container .cstm-iframe-element[data-iframe-size=large], html > body.builder .iframe-container .cstm-iframe-element[data-iframe-size=large] {
  height: 800px;
  min-height: 98vh;
}
html > body img:-moz-loading {
  visibility: hidden;
}
html > body img:-moz-broken {
  visibility: hidden;
}
html > body :-moz-loading {
  visibility: hidden;
}
html > body :-moz-broken {
  visibility: hidden;
}
html > body img:not([src]) {
  background: rgba(0, 0, 0, 0.01);
  outline: 0;
  border: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
}
html > body.public .cstm-album-view:not(.loaded).slick-slider .slick-list {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  opacity: 0;
}
html > body .public .cstm-album-view:not(.loaded).slick-slider {
  opacity: 0;
}

html > body:not(.public) .album-list-view-wrapper.by-theme .album-list-open-popup-button:after,
html > body:not(.public) .album-list-view-wrapper-public.by-theme .album-list-open-popup-button:after {
  display: none !important;
}

body.theme-notch-top.theme-serenity[data-user-id="307573"] {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

html > body[data-user-id="308423"] sp-cookie-consent-banner,
html > body[data-user-id="307573"] sp-cookie-consent-banner {
  display: none !important;
}

html > body[data-page-id="32731"] iframe {
  mix-blend-mode: multiply !important;
}

body[data-user-id="294702"][data-page-id="31459"] .blog-dynamic-post .blog-post + .blog-post {
  display: none !important;
}
body[data-user-id="294702"] {
  background-attachment: fixed;
}
body[data-user-id="294702"].theme-doubleline.theme-doubleline-nemesis .website220-page .website220-container .website220-sidebar .cstm-profile-logo a {
  font-family: "Poiret One", cursive !important;
  background: url("https://assets-edge.slickpic.com/img/st3.png") no-repeat center center;
  opacity: 0.95;
  background-size: contain;
  background-repeat: no-repeat;
}
body[data-user-id="294702"].theme-doubleline.theme-doubleline-nemesis .website220-page .website220-container .website220-sidebar .cstm-profile-logo a img {
  opacity: 0;
}
body[data-user-id="294702"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a {
  font-family: "Poiret One", cursive !important;
  text-transform: lowercase !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
body[data-user-id="294702"] #it79c .slideshow-container {
  margin-top: -28px !important;
}
@media screen and (max-width: 1040px) {
  body[data-user-id="294702"] #it79c .slideshow-container {
    margin-top: -42px !important;
  }
}
@media screen and (max-width: 767px) {
  body[data-user-id="294702"] #it79c .slideshow-container {
    margin-top: -16px !important;
  }
}
body[data-user-id="294702"] #it79c .slideshow-container .cstm-slideshow {
  max-height: calc(100vh - 200px) !important;
}
body[data-user-id="294702"] .builder-blog .blog-dynamic-header {
  display: none !important;
}
body[data-user-id="294702"] #ikdja4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body[data-user-id="294702"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar {
  background-color: rgba(255, 255, 255, 0.75);
}
body[data-user-id="294702"] .website220-content #i86hbt {
  padding-bottom: 160px !important;
}
body[data-user-id="294702"] .website220-content, body[data-user-id="294702"] .website220-content * {
  font-family: "Poiret One", cursive !important;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: lowercase !important;
}

body[data-user-id="301540"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
  max-width: 320px;
  max-height: 36px;
}
body[data-user-id="301540"][data-page-id="28843"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
  filter: drop-shadow(0px 2px 0 rgba(0, 0, 0, 0.2)) drop-shadow(0px -2px 0 rgba(0, 0, 0, 0.2)) drop-shadow(-2px 0 0 rgba(0, 0, 0, 0.2)) drop-shadow(2px 0 0 rgba(0, 0, 0, 0.2));
}
body[data-user-id="301540"] .share-link-modal-container .block-text .title {
  color: transparent;
  text-indent: -4515px;
  position: relative;
}
body[data-user-id="301540"] .share-link-modal-container .block-text .title:before {
  content: "Partager cette page";
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 24px;
  color: black;
  text-indent: 0;
}

body[data-user-id="273772"] .website220-page .website220-container .sidebar-footer {
  min-height: 40px;
}

body[data-user-id="257755"] .website220-page .website220-container .sidebar-footer {
  min-height: 120px !important;
}

@font-face {
  font-family: "Adeq";
  src: url("https://assets-edge.slickpic.com/fonts/adequate-light.woff") format("woff"), url("https://assets-edge.slickpic.com/fonts/adequate.woff2") format("woff2"), url("https://assets-edge.slickpic.com/fonts/adequate.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Adeq";
  src: url("https://assets-edge.slickpic.com/fonts/adequate-light.woff") format("woff"), url("https://assets-edge.slickpic.com/fonts/adequate.woff2") format("woff2"), url("https://assets-edge.slickpic.com/fonts/adequate.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Adeq";
  src: url("https://assets-edge.slickpic.com/fonts/adequate-light.woff") format("woff"), url("https://assets-edge.slickpic.com/fonts/adequate.woff2") format("woff2"), url("https://assets-edge.slickpic.com/fonts/adequate.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Adeq";
  src: url("https://assets-edge.slickpic.com/fonts/adequate-light.woff") format("woff"), url("https://assets-edge.slickpic.com/fonts/adequate.woff2") format("woff2"), url("https://assets-edge.slickpic.com/fonts/adequate.ttf") format("truetype");
  font-weight: 700;
}
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

.website220-container .website220-content .content.content-footer a {
  color: inherit;
}
.website220-container .website220-content .content.content-footer a:hover {
  text-decoration: underline !important;
}

html > body[data-user-id="255242"] .website220-404, html > body[data-user-id="257464"] .website220-404, html > body[data-user-id="239781"] .website220-404, html > body[data-user-id="299643"] .website220-404, html > body[data-user-id="306704"] .website220-404 {
  background: black;
}
html > body[data-user-id="255242"] .website220-404, html > body[data-user-id="255242"] .website220-404 *, html > body[data-user-id="257464"] .website220-404, html > body[data-user-id="257464"] .website220-404 *, html > body[data-user-id="239781"] .website220-404, html > body[data-user-id="239781"] .website220-404 *, html > body[data-user-id="299643"] .website220-404, html > body[data-user-id="299643"] .website220-404 *, html > body[data-user-id="306704"] .website220-404, html > body[data-user-id="306704"] .website220-404 * {
  font-family: "futura-pt", futura-pt, futura, arial !important;
}
html > body[data-user-id="255242"] .website220-404:before, html > body[data-user-id="257464"] .website220-404:before, html > body[data-user-id="239781"] .website220-404:before, html > body[data-user-id="299643"] .website220-404:before, html > body[data-user-id="306704"] .website220-404:before {
  opacity: 0.1;
}
html > body[data-user-id="255242"] .website220-404 .container-404, html > body[data-user-id="257464"] .website220-404 .container-404, html > body[data-user-id="239781"] .website220-404 .container-404, html > body[data-user-id="299643"] .website220-404 .container-404, html > body[data-user-id="306704"] .website220-404 .container-404 {
  mix-blend-mode: normal;
  color: white !important;
}
html > body[data-user-id="255242"] .website220-404 .container-404 img, html > body[data-user-id="257464"] .website220-404 .container-404 img, html > body[data-user-id="239781"] .website220-404 .container-404 img, html > body[data-user-id="299643"] .website220-404 .container-404 img, html > body[data-user-id="306704"] .website220-404 .container-404 img {
  display: none !important;
  filter: invert(1);
}
html > body[data-user-id="255242"] .website220-404 .container-404 p, html > body[data-user-id="257464"] .website220-404 .container-404 p, html > body[data-user-id="239781"] .website220-404 .container-404 p, html > body[data-user-id="299643"] .website220-404 .container-404 p, html > body[data-user-id="306704"] .website220-404 .container-404 p {
  color: #aaa !important;
}
html > body[data-user-id="255242"] .website220-404 .container-404 .footer a, html > body[data-user-id="257464"] .website220-404 .container-404 .footer a, html > body[data-user-id="239781"] .website220-404 .container-404 .footer a, html > body[data-user-id="299643"] .website220-404 .container-404 .footer a, html > body[data-user-id="306704"] .website220-404 .container-404 .footer a {
  text-decoration: none;
  color: white !important;
}
html > body[data-user-id="255242"] .website220-404 .container-404 .footer a:hover, html > body[data-user-id="257464"] .website220-404 .container-404 .footer a:hover, html > body[data-user-id="239781"] .website220-404 .container-404 .footer a:hover, html > body[data-user-id="299643"] .website220-404 .container-404 .footer a:hover, html > body[data-user-id="306704"] .website220-404 .container-404 .footer a:hover {
  text-decoration: underline !important;
}
html > body[data-user-id="255242"] .website220-404 .container-404 .button-action, html > body[data-user-id="257464"] .website220-404 .container-404 .button-action, html > body[data-user-id="239781"] .website220-404 .container-404 .button-action, html > body[data-user-id="299643"] .website220-404 .container-404 .button-action, html > body[data-user-id="306704"] .website220-404 .container-404 .button-action {
  background: transparent !important;
  border: 1px solid white !important;
  transition: all 333ms ease-in-out;
}
html > body[data-user-id="255242"] .website220-404 .container-404 .button-action:hover, html > body[data-user-id="257464"] .website220-404 .container-404 .button-action:hover, html > body[data-user-id="239781"] .website220-404 .container-404 .button-action:hover, html > body[data-user-id="299643"] .website220-404 .container-404 .button-action:hover, html > body[data-user-id="306704"] .website220-404 .container-404 .button-action:hover {
  transition: box-shadow 333ms ease-in-out;
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.1) inset;
}

.website220-404 {
  min-height: 100vh;
}

.public.theme-eternity .website220-page .website220-container > .website220-content {
  overflow: visible;
}

html > body .cstm-album-view[data-view-animation-enable=slidedown] .flow-grid-container .flow-grid-wrapper, html > body .cstm-album-view[data-view-animation-enable=slideup] .flow-grid-container .flow-grid-wrapper, html > body .cstm-album-view[data-view-animation-enable=on] .flow-grid-container .flow-grid-wrapper {
  transform: rotate(1deg);
}
html > body .cstm-album-view[data-view-animation-enable=slidedown] .flow-grid-container .flow-grid-wrapper .flow-grid, html > body .cstm-album-view[data-view-animation-enable=slideup] .flow-grid-container .flow-grid-wrapper .flow-grid, html > body .cstm-album-view[data-view-animation-enable=on] .flow-grid-container .flow-grid-wrapper .flow-grid {
  transform: rotate(-1.05deg);
}

.cstm-album-view[data-view-animation-enable=slidedown], .cstm-album-view[data-view-animation-enable=slideup], .cstm-album-view[data-view-animation-enable=on] {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  animation-delay: 500ms;
}
.cstm-album-view[data-view-animation-enable=slidedown] .flow-grid-container, .cstm-album-view[data-view-animation-enable=slideup] .flow-grid-container, .cstm-album-view[data-view-animation-enable=on] .flow-grid-container {
  height: inherit;
  -webkit-animation: slideUp 90s linear infinite;
  -moz-animation: slideUp 90s linear infinite;
  animation: slideUp 90s linear infinite;
  -webkit-transform: translate3d(0, 0, 0) rotate(0.0001deg);
  -moz-transform: translate3d(0, 0, 0) rotate(0.0001deg);
  transform: translate3d(0, 0, 0) rotate(0.0001deg);
  will-change: transform;
}
.cstm-album-view[data-view-animation-enable=slidedown][data-view-animation-speed=fast] .flow-grid-container, .cstm-album-view[data-view-animation-enable=slideup][data-view-animation-speed=fast] .flow-grid-container, .cstm-album-view[data-view-animation-enable=on][data-view-animation-speed=fast] .flow-grid-container {
  -webkit-animation-duration: 48s;
  -moz-animation-duration: 48s;
  animation-duration: 48s;
}
.cstm-album-view[data-view-animation-enable=slidedown][data-view-animation-speed=medium] .flow-grid-container, .cstm-album-view[data-view-animation-enable=slideup][data-view-animation-speed=medium] .flow-grid-container, .cstm-album-view[data-view-animation-enable=on][data-view-animation-speed=medium] .flow-grid-container {
  -webkit-animation-duration: 92s;
  -moz-animation-duration: 92s;
  animation-duration: 92s;
}
.cstm-album-view[data-view-animation-enable=slidedown][data-view-animation-speed=slow] .flow-grid-container, .cstm-album-view[data-view-animation-enable=slideup][data-view-animation-speed=slow] .flow-grid-container, .cstm-album-view[data-view-animation-enable=on][data-view-animation-speed=slow] .flow-grid-container {
  -webkit-animation-duration: 160s;
  -moz-animation-duration: 160s;
  animation-duration: 160s;
}
.cstm-album-view[data-view-animation-enable=slidedown][data-view-animation-block=small], .cstm-album-view[data-view-animation-enable=slideup][data-view-animation-block=small], .cstm-album-view[data-view-animation-enable=on][data-view-animation-block=small] {
  max-height: 32vh;
  min-height: 320px;
}
.cstm-album-view[data-view-animation-enable=slidedown][data-view-animation-block=medium], .cstm-album-view[data-view-animation-enable=slideup][data-view-animation-block=medium], .cstm-album-view[data-view-animation-enable=on][data-view-animation-block=medium] {
  max-height: 64vh;
  min-height: 480px;
}
.cstm-album-view[data-view-animation-enable=slidedown][data-view-animation-block=large], .cstm-album-view[data-view-animation-enable=slideup][data-view-animation-block=large], .cstm-album-view[data-view-animation-enable=on][data-view-animation-block=large] {
  max-height: 100vh;
  min-height: 640px;
}
.cstm-album-view[data-view-animation-enable=slidedown] .flow-grid-container {
  animation-name: slideDown;
  animation-delay: 500ms;
}

@media (max-width: 1024px) {
  .pswp .pswp__preloader {
    top: 50vh !important;
    margin-top: -22px !important;
    position: absolute !important;
    left: 50% !important;
    margin-left: -10px !important;
  }
}
.sp-contacts-form-extended .row-second {
  margin-top: 20px;
}

html > body.builder .sp-contacts-form-extended input, html > body.builder .sp-contacts-form-extended textarea, html > body.builder .sp-contacts-form-extended button, html > body.builder .sp-contacts-form-extended select {
  pointer-events: none !important;
}

.vsc-controller {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.website220-page .website220-container .website220-sidebar .box-image.content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.website220-page .website220-container .website220-sidebar .box-image.content:empty {
  display: none !important;
}

@media (min-width: 768px) {
  .public.blog-public-theme-003 .blog-view-public, .public.blog-public-theme-003 .builder-blog-public-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  html > body[data-page-id="29867"] .website220-page .website220-container .content-container .slideshow-container .cstm-slideshow iframe {
    height: calc(100vh - 192px);
  }
}
@media screen and (min-width: 1025px) {
  body[data-page-id="13843"].flowscrolldown .website220-page .website220-container .website220-content, body[data-page-id="13843"].flowscroll .website220-page .website220-container .website220-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    height: 100vh;
    overflow: hidden;
  }
  body[data-page-id="13843"].flowscrolldown .website220-page .website220-container .website220-content .album-view-container, body[data-page-id="13843"].flowscroll .website220-page .website220-container .website220-content .album-view-container {
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
  }
  body[data-page-id="13843"].flowscrolldown .website220-page .website220-container .website220-content .album-view-container .cstm-album-view, body[data-page-id="13843"].flowscroll .website220-page .website220-container .website220-content .album-view-container .cstm-album-view {
    animation: slideUp 10s linear infinite;
  }
  body[data-page-id="13843"].flowscrolldown .website220-page .website220-container .website220-content .album-view-container .cstm-album-view {
    animation: slideDown 82s linear infinite;
  }

  body[data-page-id="2507"] .album-list-view-wrapper.content.content-narrow {
    padding: 0;
    display: flex;
    width: 100%;
    min-height: 96vh;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  body[data-page-id="2507"] .album-list-view-wrapper.content.content-narrow .album-list-item {
    max-width: 33.3333%;
    padding-bottom: 30px !important;
    flex-basis: 33.3333%;
  }

  body[data-page-id="2505"] .website220-content,
body[data-page-id="2506"] .website220-content {
    padding: 0;
    display: flex;
    width: 100%;
    min-height: 96vh;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  body[data-page-id="2507"] .album-list-view-wrapper.content.content-narrow .album-list-item {
    max-width: 200px;
    padding-bottom: 30px !important;
    flex-basis: 200px;
  }
}
html body.public > a:not(.website-page-back-to-top) {
  display: none !important;
}
html body.public .website-page-back-to-top.active {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
html .website220-page .website220-container .content.box-video > sp-video-player.video-object,
html .website220-page .website220-container .content .box-video > sp-video-player.video-object {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
html .website220-page .website220-container .content.box-video[data-provider=sp],
html .website220-page .website220-container .content .box-video[data-provider=sp] {
  height: auto;
}
html .website220-page .website220-container .content.box-video[data-provider=sp] .video-sizer,
html .website220-page .website220-container .content .box-video[data-provider=sp] .video-sizer {
  display: none !important;
}
html .website220-page .website220-container .content.box-video[data-provider=sp] > .video-object,
html .website220-page .website220-container .content .box-video[data-provider=sp] > .video-object {
  position: relative !important;
  max-height: 4515px;
  height: auto !important;
}
html sp-video-player vg-player.vertical-padding-enable {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
html sp-video-player vg-player.vertical-padding-enable video {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-width: 100%;
  right: 0;
  bottom: 0;
  max-height: 4515px;
  overflow: visible;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-webkit-slider-thumb {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-moz-range-track {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-moz-range-thumb {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-webkit-media-controls-enclosure {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-webkit-media-controls {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-moz-media-controls {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-o-media-controls {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video ::-ms-media-controls {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video::-webkit-slider-thumb {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video::-moz-range-track {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video::-moz-range-thumb {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video::-webkit-media-controls-enclosure {
  opacity: 0.001 !important;
}
html sp-video-player vg-player.hide-controls.hide-controls video::-webkit-media-controls {
  opacity: 0.001 !important;
}
html body[data-user-id="301567"].themeid-calm-leftmenu .website220-content .content-footer {
  display: none !important;
}
html body[data-user-id="301567"].themeid-calm-leftmenu .website220-content .album-view-container.content {
  margin-bottom: 0;
  padding-bottom: 0;
}
html #fullsizePhotoswipeContainer sp-video-player {
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
}
html #fullsizePhotoswipeContainer sp-video-player vg-player {
  padding-top: 0;
  height: 100%;
  width: auto;
  position: relative;
  display: inline-block;
}
html #fullsizePhotoswipeContainer sp-video-player vg-player video {
  margin-top: 0;
  object-fit: contain;
  display: inline-block;
  width: auto;
  position: relative;
  max-height: 100%;
  height: 100%;
  cursor: pointer;
}
html #fullsizePhotoswipeContainer video {
  background: transparent !important;
}
html #fullsizePhotoswipeContainer vg-player.vertical-padding-enable {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
  }
  0% {
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
  }
  98% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
  }
  0% {
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
  }
  98% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 0%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, 0%, 0) rotate(0.0001deg);
    transform: translate3d(0, 0%, 0) rotate(0.0001deg);
  }
  95% {
    -webkit-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    opacity: 1;
    filter: blur(0px);
  }
  97% {
    -webkit-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    opacity: 1;
    filter: blur(0px);
  }
  98% {
    opacity: 0.01;
    filter: blur(5px);
    -webkit-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    transform: translate3d(0, -65%, 0) rotate(0.0001deg);
  }
  99% {
    -webkit-transform: translate3d(0, 0%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, 0%, 0) rotate(0.0001deg);
    transform: translate3d(0, 0%, 0) rotate(0.0001deg);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@-moz-keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 0%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, 0%, 0) rotate(0.0001deg);
    transform: translate3d(0, 0%, 0) rotate(0.0001deg);
  }
  95% {
    -webkit-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    opacity: 1;
    filter: blur(0px);
  }
  97% {
    -webkit-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    opacity: 1;
    filter: blur(0px);
  }
  98% {
    opacity: 0.01;
    filter: blur(5px);
    -webkit-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    transform: translate3d(0, -65%, 0) rotate(0.0001deg);
  }
  99% {
    -webkit-transform: translate3d(0, 0%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, 0%, 0) rotate(0.0001deg);
    transform: translate3d(0, 0%, 0) rotate(0.0001deg);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translate3d(0, 0%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, 0%, 0) rotate(0.0001deg);
    transform: translate3d(0, 0%, 0) rotate(0.0001deg);
  }
  95% {
    -webkit-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    opacity: 1;
    filter: blur(0px);
  }
  97% {
    -webkit-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    opacity: 1;
    filter: blur(0px);
  }
  98% {
    opacity: 0.01;
    filter: blur(5px);
    -webkit-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, -65%, 0) rotate(0.0001deg);
    transform: translate3d(0, -65%, 0) rotate(0.0001deg);
  }
  99% {
    -webkit-transform: translate3d(0, 0%, 0) rotate(0.0001deg);
    -moz-transform: translate3d(0, 0%, 0) rotate(0.0001deg);
    transform: translate3d(0, 0%, 0) rotate(0.0001deg);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes smallrotate {
  0% {
    transform: translate(-50%, 0) scaleX(-1) perspective(300px) translateZ(0px) scale(1.01) rotate(0.5deg);
  }
  50% {
    transform: translate(-50%, 0) scaleX(-1) perspective(300px) translateZ(0px) scale(1.01) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 0) scaleX(-1) perspective(300px) translateZ(0px) scale(1.01) rotate(0.5deg);
  }
}
@keyframes smallrotatetwo {
  0% {
    transform: translate(-50%, -3px) scaleX(-1) perspective(2000px) translateZ(14px) rotate(-0.5deg);
  }
  50% {
    transform: translate(-50%, -3px) scaleX(-1) perspective(2000px) translateZ(14px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -3px) scaleX(-1) perspective(2000px) translateZ(14px) rotate(-0.5deg);
  }
}
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes fadeInBottom {
  0% {
    opacity: 0.01;
    margin-bottom: -480px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.01;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html > body .sbtl-slideshow {
  z-index: 200;
}
html > body #plus-button-modal .gjs-blocks-c .slideshow-kenburns {
  display: none !important;
}
html > body #plus-button-modal .slideshow-kenburns {
  display: none !important;
}
html > body #pixelsshoppingcartiframe {
  min-height: calc(100vh - 50px) !important;
}
html > body.color-black .discount-section {
  background: #000;
}
html > body.color-gray-light .discount-section {
  background: #f2f2f2;
}
html > body[data-user-id="301567"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a {
  color: inherit;
}
html > body[data-user-id="301567"] .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
  font-size: 36px;
  line-height: 1.3;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="301567"] .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
    font-size: 24px;
  }
}
html > body[data-user-id="301567"][data-page-id="28792"] .content-container.content-this,
html > body[data-user-id="301567"][data-page-id="28792"] .scroll-down {
  display: none;
}
html > body[data-user-id="301567"][data-page-id="28792"] #ityoi,
html > body[data-user-id="301567"][data-page-id="28792"] .website220-page .website220-container > .website220-content .splash-photo {
  height: 100vh;
}
html > body[data-user-id="301567"][data-page-id="28792"] #ityoi ~ .content-container.content-this,
html > body[data-user-id="301567"][data-page-id="28792"] .website220-page .website220-container > .website220-content .splash-photo ~ .content-container.content-this {
  display: none;
}
html > body[data-user-id="301567"] #ityoi {
  height: 100vh;
}
html > body[data-user-id="301567"] #ityoi .scroll-down,
html > body[data-user-id="301567"] #ityoi ~ .content-container.content-this {
  display: none;
}
html > body[data-user-id="296214"][data-page-id="26333"] .website220-page {
  overflow: hidden !important;
}
html > body[data-user-id="296214"][data-page-id="26333"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page.page-homepage .slideshow-homepage .cstm-slideshow {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100%;
  height: 100%;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  transform-style: preserve-3d;
}
html > body[data-user-id="296214"][data-page-id="26333"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page.page-homepage .slideshow-homepage .cstm-slideshow .slideshow-sizer {
  transform: perspective(300px) translateZ(15px) scale(0.9);
  content: " ";
  filter: saturate(0.9);
  transform-origin: top center;
}
html > body .link-container .input-link .line-label, html > body .link-container .input-link .line-label .label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
  width: 100%;
  overflow: hidden;
}
html > body .pswp__button--fs,
html > body .pswp__button--zoom {
  display: none !important;
}
html > body .pswp__ui--idle .pswp__top-bar {
  pointer-events: auto;
}
html > body[data-user-id="307464"] .cstm-custom-navigation {
  overflow: hidden !important;
}
@media (hover: hover) and (pointer: fine) {
  html > body[data-wct-id="37"] .pswp__container, html > body[data-user-id="344376"] .pswp__container, html > body[data-user-id="300000"] .pswp__container, html > body[data-user-id="313326"] .pswp__container, html > body[data-user-id="303618"] .pswp__container, html > body[data-user-id="307464"] .pswp__container, html > body[data-user-id="300547"] .pswp__container, html > body[data-user-id="262311"] .pswp__container, html > body[data-user-id="282581"] .pswp__container, html > body[data-user-id="248491"] .pswp__container, html > body[data-user-id="300622"] .pswp__container, html > body[data-user-id="285825"] .pswp__container, html > body[data-user-id="244985"] .pswp__container, html > body[data-user-id="299643"] .pswp__container, html > body[data-user-id="299346"]:not([data-page-id="27790"]) .pswp__container, html > body[data-user-id="1002001"] .pswp__container {
    pointer-events: none;
  }
  html > body[data-wct-id="37"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="344376"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="300000"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="313326"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="303618"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="307464"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="300547"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="262311"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="282581"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="248491"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="300622"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="285825"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="244985"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="299643"] .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="299346"]:not([data-page-id="27790"]) .pswp__top-bar .pswp__button.pswp__button--close, html > body[data-user-id="1002001"] .pswp__top-bar .pswp__button.pswp__button--close {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    cursor: zoom-out;
    background-image: url(https://assets-edge.slickpic.com/img/photoswipe-skin-black-whitestroke-4x.png);
    background-position: calc(100% + 220px) -40px;
  }
  html > body[data-wct-id="37"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="344376"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="300000"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="313326"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="303618"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="307464"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="300547"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="262311"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="282581"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="248491"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="300622"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="285825"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="244985"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="299643"] .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="299346"]:not([data-page-id="27790"]) .pswp__top-bar .pswp__button.pswp__button--close:before, html > body[data-user-id="1002001"] .pswp__top-bar .pswp__button.pswp__button--close:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: red !important;
    opacity: 0.001;
    content: " ";
    cursor: pointer;
  }
}
html > body[data-wct-id="37"] .pswp__button.pswp__button--arrow--right,
html > body[data-wct-id="37"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="344376"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="344376"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="300000"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="300000"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="313326"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="313326"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="303618"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="303618"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="307464"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="307464"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="300547"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="300547"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="262311"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="262311"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="282581"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="282581"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="248491"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="248491"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="300622"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="300622"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="285825"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="285825"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="244985"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="244985"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="299643"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="299643"] .pswp__button.pswp__button--arrow--left, html > body[data-user-id="299346"]:not([data-page-id="27790"]) .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="299346"]:not([data-page-id="27790"]) .pswp__button.pswp__button--arrow--left, html > body[data-user-id="1002001"] .pswp__button.pswp__button--arrow--right,
html > body[data-user-id="1002001"] .pswp__button.pswp__button--arrow--left {
  z-index: 10005;
}
html > body[data-user-id="310373"] .container.container-add-to-cart {
  padding-left: 0 !important;
}
@media screen and (max-width: 996px) {
  html > body[data-user-id="310373"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content, html > body[data-user-id="310373"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content {
    z-index: 9999;
  }
  html > body[data-user-id="310373"].theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="310373"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container {
    min-height: 100vh !important;
  }
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="310373"].theme-eternity .website220-page .website220-container > .website220-content #iai997 ~ .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html > body[data-user-id="261574"] #iag6ho {
  max-width: 960px;
}
html > body[data-user-id="261574"] .content .row .cell,
html > body[data-user-id="261574"] #i53cts-2,
html > body[data-user-id="261574"] #iat0d1-2,
html > body[data-user-id="261574"] #iwtqzg-2 {
  font-size: 18px;
  line-height: 30px;
}
html > body[data-user-id="261574"].theme-notch-top.theme-notch-top-triumph .image-splash .splash-content .slogan-prehead {
  font-size: 150% !important;
}
html > body[data-user-id="261574"].theme-notch-top.theme-notch-top-triumph .image-splash .splash-content .slogan-main {
  font-size: 400% !important;
}
html > body[data-user-id="261574"].theme-notch-top.theme-notch-top-triumph .website220-page .website220-container .website220-sidebar .sidebar-menu * {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 16px;
}
html > body[data-user-id="261574"].theme-notch-top.theme-notch-top-triumph .website220-page .website220-container .website220-sidebar .sidebar-menu *, html > body[data-user-id="261574"].theme-notch-top.theme-notch-top-triumph, html > body[data-user-id="261574"].theme-notch-top.theme-notch-top-triumph * {
  font-family: futura-pt, futura, arial;
}
html > body #i9lt1:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 16px;
  background: #eee;
  content: " ";
  z-index: 99;
  border-bottom: 15px solid white;
}
html > body[data-page-id="1386"] .flow-item {
  pointer-events: none;
}
html > body[data-user-id="255545"].themeid-calm-leftmenu .website220-page .website220-container .content, html > body[data-user-id="255545"].theme-calm-leftmenu .website220-page .website220-container .content {
  max-width: 1020px;
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="255545"].themeid-calm-leftmenu .website220-page .website220-container .content h1, html > body[data-user-id="255545"].theme-calm-leftmenu .website220-page .website220-container .content h1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
html > body[data-user-id="255545"].themeid-calm-leftmenu .slideshow-container, html > body[data-user-id="255545"].themeid-calm-leftmenu .slideshow-container > div, html > body[data-user-id="255545"].themeid-calm-leftmenu .slideshow-container > div > div, html > body[data-user-id="255545"].theme-calm-leftmenu .slideshow-container, html > body[data-user-id="255545"].theme-calm-leftmenu .slideshow-container > div, html > body[data-user-id="255545"].theme-calm-leftmenu .slideshow-container > div > div {
  max-height: 94vh !important;
}
html > body[data-user-id="255545"].themeid-calm-leftmenu .slideshow-container iframe, html > body[data-user-id="255545"].theme-calm-leftmenu .slideshow-container iframe {
  max-height: 100% !important;
}
html > body textarea.form-control.cstm-formtxt.customtext::placeholder {
  color: #999 !important;
}
html > body .mapcontainer {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: auto;
  min-height: 320px;
  min-width: 100% !important;
}
html > body .mapcontainer iframe {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 320px;
  border: 0;
  outline: none;
  min-width: 100% !important;
}
@media screen and (max-width: 767px) {
  html > body.theme-eternity .website220-page .website220-container > .website220-content .content .row .cell .content {
    min-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html > body .footer-copyright.loaded + .powered {
  display: none !important;
}
html > body[data-user-id="1349"] .columns-grid.grid-animate {
  width: 100% !important;
  height: 100% !important;
}
html > body[data-user-id="1349"] .columns-grid.grid-animate .column-1,
html > body[data-user-id="1349"] .columns-grid.grid-animate .column-2,
html > body[data-user-id="1349"] .columns-grid.grid-animate .column-3 {
  animation: none !important;
  transform: none !important;
}
html > body .pswp__preloader {
  top: 50vh !important;
  margin-top: -22px !important;
}
@media screen and (max-width: 1025px) {
  html > body[data-user-id="268544"] .website220-content *,
html > body[data-user-id="268544"] #id86at-2 {
    max-width: 100% !important;
  }
}
html > body.theme-eternity .website220-page > .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a, html > body.theme-eternity.theme-eternity-to-felicity .website220-page > .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a {
  color: rgba(255, 255, 255, 0.66) !important;
}
html > body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav > .nav-item > a:hover, html > body.theme-eternity.theme-eternity-to-felicity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav > .nav-item > a:hover {
  color: rgba(255, 255, 255, 0.66) !important;
}
html > body[data-user-id="239781"] .overlay-content .overlay-body .body-products .products-line .line-cart .cart-button.button-add {
  color: #29a4f8 !important;
}
html > body[data-user-id="239781"] .overlay-content .overlay-body .body-products .products-line .line-cart .cart-button.button-incart {
  color: #29a4f8 !important;
}
html > body[data-user-id="292068"] sp-landing-builder-social-links {
  margin-top: 10px;
}
html > body[data-user-id="292068"] sp-landing-builder-social-links .landing-builder-social-links .social-icon-instagram:before {
  background-image: url(https://1x.com/assets/img/1x-logo-1.png);
  opacity: 1;
}
html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-content .content#it3xl {
  max-width: 90vw;
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-content .content#it3xl {
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-content .content .album-list-view-wrapper {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-content .content .album-list-view-wrapper {
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-content .content .album-view-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
html > body[data-user-id="295669"] .website220-page .website220-container .sidebar-footer {
  min-height: 38px;
}
html > body[data-user-id="293534"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item a:hover, html > body[data-user-id="293534"].theme-eternity.theme-eternity-to-felicity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item a:hover {
  color: black !important;
}
html > body[data-user-id="295824"] .website220-page a {
  color: #ed351b;
}
html > body[data-user-id="295824"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover, html > body[data-user-id="295824"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a {
  color: #ed351b !important;
}
html > body.theme-eternity.color-black:not([data-user-id="285825"]) .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body.theme-eternity.color-gray-dark:not([data-user-id="285825"]) .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a {
  color: black !important;
}
html > body.theme-eternity.color-black:not([data-user-id="285825"]) .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body.theme-eternity.color-gray-dark:not([data-user-id="285825"]) .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover {
  color: #999 !important;
}
@media screen and (max-width: 996px) {
  html > body.theme-eternity.color-black:not([data-user-id="285825"]) .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body.theme-eternity.color-gray-dark:not([data-user-id="285825"]) .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a {
    color: white !important;
  }
}
html > body.theme-eternity.color-black:not([data-user-id="285825"]) .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item:not(.active) a, html > body.theme-eternity.color-gray-dark:not([data-user-id="285825"]) .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item:not(.active) a {
  color: #999 !important;
}
html > body.theme-eternity.colorgray-dark:not([data-user-id="285825"]) .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer, html > body.theme-eternity.color-black:not([data-user-id="285825"]) .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer {
  color: white !important;
}
html > body.theme-eternity.color-black:not([data-user-id="285825"]) .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open {
  background: black !important;
}
html > body[data-user-id="297173"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="297173"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="297173"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="297173"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="297173"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="293534"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="293534"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="293534"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="293534"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="293534"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="295338"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="295338"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="289075"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="289075"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="289699"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="289699"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a {
  color: black !important;
}
html > body[data-user-id="297173"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="297173"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="297173"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="297173"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="297173"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="293534"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="293534"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="293534"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="293534"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="293534"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="295338"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="295338"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="289075"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="289075"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="289699"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="289699"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover {
  color: #999 !important;
}
@media screen and (max-width: 996px) {
  html > body[data-user-id="297173"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="297173"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="297173"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="297173"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="297173"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="293534"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="293534"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="293534"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="293534"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="293534"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="295338"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="295338"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="289075"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="289075"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="289699"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a, html > body[data-user-id="289699"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a, html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a {
    color: white !important;
  }
  html > body[data-user-id="297173"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="297173"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="297173"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="297173"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="297173"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="293534"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="293534"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="293534"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="293534"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="293534"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="295338"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="295338"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="295338"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="289075"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="289075"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="289075"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="289699"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item.active a:hover, html > body[data-user-id="289699"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover, html > body[data-user-id="289699"].theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover {
    color: #fff !important;
  }
  html > body[data-user-id="297173"]#wrapper .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer, html > body[data-user-id="293534"]#wrapper .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer, html > body[data-user-id="295338"]#wrapper .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer, html > body[data-user-id="289075"]#wrapper .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer, html > body[data-user-id="289699"]#wrapper .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer {
    filter: invert(1) !important;
  }
  html > body[data-user-id="297173"]#wrapper .website220-page .website220-container .cstm-custom-navigation .list-holder.navigation-items-wrapper, html > body[data-user-id="293534"]#wrapper .website220-page .website220-container .cstm-custom-navigation .list-holder.navigation-items-wrapper, html > body[data-user-id="295338"]#wrapper .website220-page .website220-container .cstm-custom-navigation .list-holder.navigation-items-wrapper, html > body[data-user-id="289075"]#wrapper .website220-page .website220-container .cstm-custom-navigation .list-holder.navigation-items-wrapper, html > body[data-user-id="289699"]#wrapper .website220-page .website220-container .cstm-custom-navigation .list-holder.navigation-items-wrapper {
    background: black !important;
  }
}
html > body[data-user-id="297173"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo, html > body[data-user-id="297173"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a, html > body[data-user-id="293534"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo, html > body[data-user-id="293534"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a, html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo, html > body[data-user-id="295338"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a, html > body[data-user-id="289075"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo, html > body[data-user-id="289075"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a, html > body[data-user-id="289699"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo, html > body[data-user-id="289699"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a {
  color: white !important;
}
html > body[data-user-id="296010"] #i8dl, html > body[data-user-id="296010"] #i4zx {
  font-size: inherit !important;
}
html > body[data-user-id="164826"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a {
  color: black !important;
}
html > body[data-user-id="164826"].theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .childs .nav-item:not(.active) a:hover {
  color: #eac770 !important;
}
html > body[data-user-id="164826"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a {
  color: #eac770 !important;
}
@media screen and (min-width: 768px) {
  html > body[data-user-id="257678"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo a, html > body[data-user-id="257678"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo a {
    height: 142px;
  }
  html > body[data-user-id="257678"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img, html > body[data-user-id="257678"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img {
    transform: scale(1.5) translate(0, 18px);
  }
}
@media screen and (min-width: 768px) {
  html > body[data-user-id="265867"]#wrapper .cstm-profile-logo {
    transform: scale(1.2);
  }
  html > body[data-user-id="265867"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 38px;
  }
}
html > body[data-user-id="284350"].theme-eternity .website220-page, html > body[data-user-id="284350"].theme-eternity .website220-page :not(.sp-plus-button-insider) {
  font-family: "Adeq" !important;
}
html > body[data-user-id="284350"].theme-eternity .website220-page .website220-container .btn-secondary {
  border-color: #111 !important;
  background: #111 !important;
}
html > body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-profile-logo a {
  margin-top: 6px;
}
html > body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1:after {
  background: white !important;
}
html > body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a {
  color: white !important;
  outline: none !important;
}
html > body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a:after {
  background: white !important;
}
html > body[data-user-id="288353"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 60px;
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="288353"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-width: 220px;
  }
}
html > body[data-user-id="288353"].theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  html > body[data-user-id="294309"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
    max-width: 280px;
    margin-top: 3px;
  }
}

body .logo-dark {
  display: none !important;
}
body.public .album-list-view-wrapper.by-theme {
  background: transparent !important;
}
body .sidebar-footer,
body .sidebar-menu {
  transition: opacity 300ms ease-in-out;
}
body.hide-navigation-onload .sidebar-footer,
body.hide-navigation-onload .sidebar-menu {
  opacity: 0 !important;
}
body img[src*="/serv/auth-dom"] {
  display: none !important;
}
body .feature-beta-internal-show {
  display: none !important;
}
body .feature-beta-internal-hide {
  display: none !important;
}
body .feature-beta-internal-show {
  display: block !important;
}
body.theme-doubleline.color-black .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .childs .nav-item a, body.theme-notch-top.color-black .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .childs .nav-item a {
  color: #777 !important;
}
body .overlay-content .overlay-body .body-products .products-line .line-cart .cart-button.button-add:before {
  background-position: -32px 0 !important;
}
@media screen and (max-width: 767px) {
  body.themeid-calm-leftmenu, body.theme-calm-leftmenu {
    width: 100%;
    height: auto;
    min-height: 90vh;
    position: relative !important;
    overflow: auto !important;
    overflow-x: hidden !important;
  }
  body .link-container .qr-code {
    display: none !important;
  }
  body .link-container .input-link {
    margin-left: 0 !important;
  }
  body .share-link-modal-container {
    z-index: 202220222022;
  }
}
@media screen and (min-width: 768px) {
  body.themeid-calm-leftmenu, body.theme-calm-leftmenu {
    min-height: -webkit-fill-available;
    height: -webkit-fill-available;
  }
  body.themeid-calm-leftmenu .website220-page, body.theme-calm-leftmenu .website220-page {
    height: -webkit-fill-available;
    min-height: 50vh;
  }
  body.themeid-calm-leftmenu .website220-page .website220-container, body.theme-calm-leftmenu .website220-page .website220-container {
    height: -webkit-fill-available;
    min-height: 50vh;
  }
  body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar, body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar {
    padding-bottom: 10px;
    height: -webkit-fill-available;
    height: calc(var(--window-vh) - 6px);
  }
  body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .sidebar-content, body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .sidebar-content {
    height: -webkit-fill-available;
    min-height: 95%;
  }
}
body[data-user-id="257497"] .website220-page .website220-container .website220-sidebar .sidebar-menu *.active,
body[data-user-id="257497"] .website220-page .website220-container .website220-sidebar .sidebar-menu *.active > * {
  color: #111 !important;
  opacity: 1;
}
body[data-user-id="87833"] .website220-page .website220-container .cstm-album-view .add-to-cart-button {
  background-color: #a71930 !important;
}
@media screen and (max-width: 767px) {
  body[data-user-id="87833"] .cstm-album-view {
    outline: none !important;
  }
  body[data-user-id="87833"] .cstm-album-view .add-to-cart-button {
    display: none !important;
  }
}
body[data-user-id="87833"].color-black .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo,
body[data-user-id="87833"].color-black .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a {
  color: white !important;
}
body[data-user-id="87833"].color-black .website220-page .website220-container > .website220-sidebar.static {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}
body[data-user-id="87833"].color-black.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item .childs a {
  color: #333 !important;
}
body[data-user-id="87833"].color-black.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item .childs a:hover {
  color: #a71930;
}
body[data-user-id="87833"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a {
  color: white !important;
}
body[data-user-id="87833"] .products-listing .listing-product .product-container .product-info .info-container .product-quantity select,
body[data-user-id="87833"] .overlay-content .overlay-body .products-listing .listing-product .product-container .product-info .info-container .product-quantity select {
  color: #000 !important;
}
body[data-user-id="87833"] .order-form-container .panels .order-section.section-finish .action-order,
body[data-user-id="87833"] .bottom-fixed a,
body[data-user-id="87833"] .overlay-content .overlay-footer .total-line .line-actions button {
  background-color: #a71930 !important;
}
@media screen and (max-width: 767px) {
  body[data-user-id="87833"] .website220-page .website220-container > .website220-content .content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body[data-user-id="87833"] .website220-page .website220-container > .website220-content .content .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body[data-user-id="87833"] .order-form-container .panels .order-section.section-finish .terms input[type=checkbox] + span a,
body[data-user-id="87833"] .overlay-content .overlay-footer .total-line .line-label b {
  color: #a71930 !important;
}
body[data-user-id="87833"] .overlay-content .overlay-body .body-products .products-line .line-cart .cart-button.button-incart:before {
  opacity: 0 !important;
}
body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 50px !important;
}
@media screen and (min-width: 997px) {
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
    font-size: 40px;
    max-width: 680px;
  }
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after {
    content: " ";
    width: 100%;
    height: 2px;
    background: #cfa861 !important;
    position: absolute;
    bottom: -26px;
    left: 0;
  }
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a {
    color: white !important;
  }
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after {
    background: #fff !important;
  }
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item > a:hover {
    color: white !important;
  }
}
body[data-user-id="280661"] .website220-page .website220-container .content.content-footer .footer-logo img {
  max-width: 320px;
  max-height: 128px;
}
body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo:before {
  background: rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-content .content > .sp-subscribe-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-content .content > .sp-subscribe-form input[type=button] {
    width: 100% !important;
  }
}
body[data-user-id="280661"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
  top: auto;
  bottom: 5%;
  transform: none;
}
body[data-user-id="280661"].theme-eternity.public *:not(.cstm-forminp) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
body[data-user-id="278469"].public *, body[data-user-id="275120"].public * {
  font-family: -apple-system, BlinkMacSystemFont, "AwFont", "SF Pro Display", "SF Pro", "SF UI Display", "Lucida Grande", "Lucida", "Proxima Nova", "Helvetica", "Helvetica Neue", sans-serif;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell, body[data-user-id="278469"][data-page-id="17592"] .content .cell, body[data-user-id="275120"][data-page-id="18526"] .content .cell, body[data-user-id="275120"][data-page-id="17592"] .content .cell {
  background: white;
  margin: 0 15px 20px;
  padding: 0 !important;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-bottom: 42px !important;
  transition: all 1000ms ease-in-out;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell:hover, body[data-user-id="278469"][data-page-id="17592"] .content .cell:hover, body[data-user-id="275120"][data-page-id="18526"] .content .cell:hover, body[data-user-id="275120"][data-page-id="17592"] .content .cell:hover {
  transition: all 250ms ease-in-out;
  transform: translate(0, -5px) scale(1.02);
  box-shadow: 0 15px 30px 7px rgba(0, 0, 0, 0.1);
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell .btn-primary, body[data-user-id="278469"][data-page-id="17592"] .content .cell .btn-primary, body[data-user-id="275120"][data-page-id="18526"] .content .cell .btn-primary, body[data-user-id="275120"][data-page-id="17592"] .content .cell .btn-primary {
  position: absolute;
  left: 0;
  left: 20px;
  width: calc(100% - 40px);
  bottom: 20px;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell > .box-image, body[data-user-id="278469"][data-page-id="17592"] .content .cell > .box-image, body[data-user-id="275120"][data-page-id="18526"] .content .cell > .box-image, body[data-user-id="275120"][data-page-id="17592"] .content .cell > .box-image {
  margin-bottom: 10px !important;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell > .box-image img, body[data-user-id="278469"][data-page-id="17592"] .content .cell > .box-image img, body[data-user-id="275120"][data-page-id="18526"] .content .cell > .box-image img, body[data-user-id="275120"][data-page-id="17592"] .content .cell > .box-image img {
  width: 100%;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell > *:not(.box-image), body[data-user-id="278469"][data-page-id="17592"] .content .cell > *:not(.box-image), body[data-user-id="275120"][data-page-id="18526"] .content .cell > *:not(.box-image), body[data-user-id="275120"][data-page-id="17592"] .content .cell > *:not(.box-image) {
  padding: 0 20px 6px !important;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell#idf9qg ~ *, body[data-user-id="278469"][data-page-id="18526"] .content .cell#itekng ~ *, body[data-user-id="278469"][data-page-id="18526"] .content .cell#iadeyg ~ *, body[data-user-id="278469"][data-page-id="18526"] .content .cell#ieicxe ~ *, body[data-user-id="278469"][data-page-id="17592"] .content .cell#idf9qg ~ *, body[data-user-id="278469"][data-page-id="17592"] .content .cell#itekng ~ *, body[data-user-id="278469"][data-page-id="17592"] .content .cell#iadeyg ~ *, body[data-user-id="278469"][data-page-id="17592"] .content .cell#ieicxe ~ *, body[data-user-id="275120"][data-page-id="18526"] .content .cell#idf9qg ~ *, body[data-user-id="275120"][data-page-id="18526"] .content .cell#itekng ~ *, body[data-user-id="275120"][data-page-id="18526"] .content .cell#iadeyg ~ *, body[data-user-id="275120"][data-page-id="18526"] .content .cell#ieicxe ~ *, body[data-user-id="275120"][data-page-id="17592"] .content .cell#idf9qg ~ *, body[data-user-id="275120"][data-page-id="17592"] .content .cell#itekng ~ *, body[data-user-id="275120"][data-page-id="17592"] .content .cell#iadeyg ~ *, body[data-user-id="275120"][data-page-id="17592"] .content .cell#ieicxe ~ * {
  opacity: 0 !important;
}
body[data-user-id="278469"][data-page-id="18526"] .content .cell#it330t, body[data-user-id="278469"][data-page-id="17592"] .content .cell#it330t, body[data-user-id="275120"][data-page-id="18526"] .content .cell#it330t, body[data-user-id="275120"][data-page-id="17592"] .content .cell#it330t {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
body[data-user-id="278469"] .website220-page .website220-container, body[data-user-id="275120"] .website220-page .website220-container {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}
body[data-user-id="278469"] .website220-page .website220-container .website220-sidebar, body[data-user-id="275120"] .website220-page .website220-container .website220-sidebar {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
body[data-user-id="278469"] .website220-page .website220-container .website220-sidebar .sidebar-content, body[data-user-id="275120"] .website220-page .website220-container .website220-sidebar .sidebar-content {
  padding-left: 0;
  padding-right: 0;
}
body[data-user-id="278469"] .website220-page .website220-container .website220-content, body[data-user-id="275120"] .website220-page .website220-container .website220-content {
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
}
body[data-user-id="278469"] .website220-page .website220-container .website220-content .content img, body[data-user-id="275120"] .website220-page .website220-container .website220-content .content img {
  mix-blend-mode: multiply;
}
body[data-user-id="295458"] .website220-page a, body[data-user-id="254938"] .website220-page a {
  color: #dbb14e;
}
body[data-user-id="295458"] .website220-page a:hover, body[data-user-id="254938"] .website220-page a:hover {
  color: #dbb14eBB;
}
body[data-user-id="260589"] .nav-item.custom-sharing-item {
  display: none !important;
}
body[data-user-id="272418"] .cstm-album-view[data-aid="749534"] {
  min-height: 854px;
}
body[data-user-id="267296"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link, body[data-user-id="267296"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link, body[data-user-id="267296"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link, body[data-user-id="272418"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link, body[data-user-id="272418"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link, body[data-user-id="272418"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link {
  font-family: "Oswald";
  letter-spacing: 2px;
}
body[data-user-id="267296"].theme-notch-top .website220-page .website220-container .website220-content .content.content-footer .footer-copyright .cstm-album-list-view-container,
body[data-user-id="267296"] .website220-page .website220-container .content.content-wide .cstm-album-list-view-container, body[data-user-id="272418"].theme-notch-top .website220-page .website220-container .website220-content .content.content-footer .footer-copyright .cstm-album-list-view-container,
body[data-user-id="272418"] .website220-page .website220-container .content.content-wide .cstm-album-list-view-container {
  max-width: 100%;
}
body[data-user-id="267296"].theme-notch-top .website220-page .website220-container .website220-content .content.content-footer .footer-copyright .content:not(.content-narrow),
body[data-user-id="267296"] .website220-page .website220-container .content.content-wide .content:not(.content-narrow), body[data-user-id="272418"].theme-notch-top .website220-page .website220-container .website220-content .content.content-footer .footer-copyright .content:not(.content-narrow),
body[data-user-id="272418"] .website220-page .website220-container .content.content-wide .content:not(.content-narrow) {
  max-width: 100%;
}
body[data-user-id="267296"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="267296"] .website220-page .website220-container .content h1,
body[data-user-id="267296"] .website220-page .website220-container .content h2, body[data-user-id="272418"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="272418"] .website220-page .website220-container .content h1,
body[data-user-id="272418"] .website220-page .website220-container .content h2 {
  font-family: "Oswald";
}
body[data-user-id="272235"] .pswp .pswp__bg, body[data-user-id="272235"].theme-notch-top {
  background-color: #c1c1c1;
}
body[data-user-id="272235"] input.form-control,
body[data-user-id="272235"] textarea.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-shadow: none;
  background: #eee;
  transition: all 333ms ease-in-out;
}
body[data-user-id="272235"] input.form-control:focus,
body[data-user-id="272235"] textarea.form-control:focus {
  background: white;
}
body[data-user-id="272235"] #irped2 {
  padding-right: 0 !important;
}
body[data-user-id="272235"] #isi9yu,
body[data-user-id="272235"] #ik57i,
body[data-user-id="272235"] #ijfls5 {
  border-radius: 3px;
}
body[data-user-id="272235"] #ijfls5 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
body[data-user-id="271889"] .website220-page .website220-container .website220-sidebar .sidebar-menu * {
  letter-spacing: 0;
}
body[data-user-id="3217"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover, body[data-user-id="3217"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a {
  color: #e4475d !important;
}
body[data-user-id="271303"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover, body[data-user-id="271303"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .social-link:hover, body[data-user-id="271303"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a {
  color: #54c720 !important;
}
body[data-user-id="271303"].theme-doubleline.theme-doubleline-nemesis.theme-wonder sp-landing-builder-social-links .landing-builder-social-links .social-icon-instagram:hover:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-instagram fa-w-14"><path fill="rgb(84,199,32)" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" class=""></path></svg>');
  filter: invert(1) !important;
  opacity: 1 !important;
}
body .page-entrance .album-actions {
  display: none !important;
}
body .page-entrance .splash-top {
  background: rgba(0, 0, 0, 0.1);
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
body .page-entrance .splash-top * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
body .page-entrance .splash-top .top-container {
  display: inline-block;
}
body .page-entrance .splash-top .top-container .top-logo .content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .page-entrance .splash-top .top-container .top-logo img {
  width: 320px;
  max-width: 90vw;
}
body .page-entrance .splash-top .top-container .top-buttons {
  margin-top: 24px;
}
body .page-entrance .splash-top .top-container .top-buttons > a {
  width: 320px;
  display: block;
  margin: 16px 12px;
  padding: 8px 24px;
  white-space: nowrap;
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Spectral, Roboto, Helvetica, Rubik, Arial, sans-serif !important;
  font-weight: 600;
  border-radius: 100px;
  transition: all 600ms ease-in-out;
}
body .page-entrance .splash-top .top-container .top-buttons > a:hover {
  transition: all 300ms ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.15);
}
body .page-entrance .splash-top .top-container .top-buttons > a:after {
  content: " →";
  padding-left: 6px;
}
body .desktop-hide {
  display: none !important;
}
body .website220-page .website220-container .content .social-link {
  min-width: 30px;
  min-height: 30px;
  display: inline-block;
}
body .overlay-content .overlay-body .products-listing .listing-product .product-container .product-info .info-container .cart-button.button-incart {
  color: #777 !important;
}
body .overlay-content .overlay-body .products-listing .listing-product .product-container .product-info .info-container .cart-button.button-incart:hover {
  color: #c00 !important;
}
body .bottom-fixed a {
  color: white !important;
}
body[data-user-id="270592"] .flow-grid {
  opacity: 0;
  animation-name: fadeInPhoto;
  animation-duration: 100ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  background: transparent;
  transition: none !important;
}
body[data-user-id="270592"] .flow-grid .flow-item:not(.loaded) {
  opacity: 0;
  background: transparent;
  transition: none !important;
}
body[data-user-id="270592"] .flow-grid .flow-item:not(.loaded) img {
  display: none;
}
body[data-user-id="270592"] .flow-grid .flow-item:not(.loaded) a {
  background: transparent;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded {
  opacity: 0;
  animation-name: fadeInPhoto;
  animation-duration: 1000ms;
  animation-delay: 100ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  background: transparent;
  transition: none !important;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded img {
  background: transparent;
  display: block;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(2) {
  animation-delay: 100ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(3) {
  animation-delay: 150ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(4) {
  animation-delay: 200ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(5) {
  animation-delay: 250ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(6) {
  animation-delay: 300ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(7) {
  animation-delay: 350ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(8) {
  animation-delay: 400ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(9) {
  animation-delay: 450ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(10) {
  animation-delay: 500ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(11) {
  animation-delay: 550ms;
}
body[data-user-id="270592"] .flow-grid .flow-item.loaded:nth-child(1n+11) {
  animation-delay: 600ms;
}
body[data-user-id="270592"] #ia9wi6 {
  border-radius: 3px !important;
}
body.public .website220-page img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
body.public .website220-page a {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
body.public img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
body.public img[src*="data:image/svg+xml"] {
  display: none !important;
}
body.theme-notch-top .website220-page {
  font-family: Roboto, Helvetica, Rubik, Arial, sans-serif;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
  height: 56px;
}
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 56px;
}
body.theme-notch-top .website220-page .website220-container .content.content-footer {
  top: 0;
}
body.theme-notch-top .website220-page .website220-container .cstm-album-view[data-view-type=flow] {
  min-height: 400px;
}
body .link-container .block-container.link-container .input-link .line-label .label.preview {
  display: none !important;
}

#wrapper > .has-photos,
html > body > .has-photos {
  display: none !important;
}

body.theme-doubleline[data-user-id="268544"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  transform: scale(1.45);
}

body.theme-doubleline[data-user-id="272235"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  transform: scale(1.2);
  max-height: 78px !important;
}

@media screen and (max-width: 767px) {
  body.theme-doubleline[data-user-id="272235"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    transform: scale(1.4515) translate(12px, -2px) !important;
    max-height: 40px !important;
  }

  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu {
    z-index: 99999999;
  }
}
body.theme-notch-top.theme-serenity.theme-lithe .website220-page .website220-container .website220-sidebar .sidebar-content .navbar-nav .nav-item {
  opacity: 1;
}
body.theme-notch-top.theme-serenity.theme-lithe .website220-page .website220-container .website220-sidebar .sidebar-content .navbar-nav .nav-item > a {
  opacity: 0.75;
}
body.theme-notch-top.theme-serenity.theme-lithe .website220-page .website220-container .website220-sidebar .sidebar-content .navbar-nav .nav-item .childs .nav-item a {
  opacity: 0.95;
}

body[data-user-id="259157"] iframe[src*=wufoo] {
  min-height: 1020px !important;
  height: auto !important;
}

body[data-user-id="267814"] .website220-page .website220-container .content.content-footer .footer-logo:before {
  content: "Copyright © 2023 Stan Pechner" !important;
  display: block;
  font-size: 12px;
  line-height: 24px;
  font-family: "Lucida Sans Unicode", "Lucida Console", "Helvetica", "Courier New", monospace;
  display: block;
  margin-bottom: 20px;
}
body[data-user-id="267814"] .website220-page .website220-container .content.content-footer {
  top: auto;
  max-width: 100%;
}
body[data-user-id="267814"] .footer-this .cstm-profile-logo {
  font-family: "Cormorant Garamond", serif !important;
}
body[data-user-id="267814"] .footer-this .cstm-profile-logo:after {
  display: block;
  content: "STANOVISION";
  text-align: center;
  font-size: 80%;
  opacity: 0.5;
}
body[data-user-id="267814"] .footer-copyright.footer-text {
  font-style: italic;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
}

.album-list-item[data-gjs-type] .local-page-link,
.album-list-item[data-gjs-type] .album-image,
.album-list-item[data-gjs-type] .album-list-item-title {
  pointer-events: none;
}

body[data-user-id="284366"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 110px;
  margin-top: -20px;
  margin-bottom: -10px;
}
@media screen and (max-width: 1040px) {
  body[data-user-id="284366"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  body[data-user-id="284366"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 52px !important;
    margin-top: -68px !important;
    margin-bottom: 0 !important;
  }
}

body[data-user-id="239781"] .album-list-item-description,
.album-list-item .album-list-item-description {
  display: none !important;
}

body[data-user-id="260948"] #i1mbrl {
  width: 100% !important;
  height: auto !important;
  max-width: 707px !important;
}

@media screen and (min-width: 996px) {
  html > body[data-user-id="263056"] .fullsize-layer-container .slideshow-container {
    height: calc(100% - 90px);
    top: 90px;
  }
  html > body[data-user-id="263056"] .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item .nav-link {
    font-family: Roboto, Helvetica, Rubik, Arial, sans-serif;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 768px) {
  html > body.theme-notch-bottom .bottom-fixed {
    bottom: 90px;
    transition: all 100ms ease-in-out;
  }
  html > body.theme-notch-bottom .bottom-fixed .button-container {
    bottom: 90px !important;
    transition: all 100ms ease-in-out;
  }
  html > body.theme-notch-bottom .pswp:not(.pswp--open) ~ .commerce-plugin .sale-cart-button-status {
    bottom: 90px !important;
    transition: all 100ms ease-in-out;
  }
  html > body.theme-notch-bottom .pswp.pswp--open ~ .commerce-plugin .sale-cart-button-status {
    bottom: 20px !important;
  }
  html > body.theme-notch-bottom .pswp.pswp--open ~ .commerce-plugin .bottom-fixed {
    bottom: 20px;
  }
  html > body.theme-notch-bottom .pswp.pswp--open ~ .commerce-plugin .bottom-fixed .button-container {
    bottom: 20px !important;
  }

  html > body[data-user-id="267253"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar {
    padding-top: 6px;
  }
  html > body[data-user-id="267253"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-logo {
    padding-bottom: 6px;
  }
  html > body[data-user-id="267253"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container {
    padding-top: 108px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body[data-user-id="296704"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
    max-width: 400px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  body[data-user-id="262778"] .builder-blog {
    padding-bottom: 180px !important;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar {
    background: white url(https://assets-edge.slickpic.com/user-files/yves-background-02.png) no-repeat center center;
    /* height: 210px; */
    background-size: 100% auto;
    background-position: center 80px;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-logo {
    background: transparent;
    max-height: 146px;
    min-height: 146px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-logo img {
    height: 156px;
    opacity: 0;
    max-height: 156px !important;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-logo a {
    display: inline-block;
    background: url("https://stored-edge.slickpic.com/MjYyNzc4ZTMyNzRlZWU,/20201119/MTczMzI5NDA0Mzdl/p/800/yves-gagnon-01.png") no-repeat center center;
    background-size: contain;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-menu {
    background: white;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container {
    padding-top: 220px;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-container .website220-content {
    min-height: calc(100vh - 220px) !important;
    position: relative;
    padding-bottom: 40px !important;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-container .website220-content .content.superwide {
    height: calc(100vh - 210px);
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .sidebar-content .sidebar-logo {
    padding-top: 0 !important;
  }

  html > body .mobile-show {
    display: block !important;
  }
  html > body .mobile-hide {
    display: none !important;
  }

  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar {
    min-height: 82px;
    background: white url(https://assets-edge.slickpic.com/user-files/yves-background-02.png) no-repeat center center;
    background-size: 100% auto;
    background-position: center 58px;
    padding-top: 10px;
    margin-top: 0;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .profile-logo-link {
    display: inline-block;
    position: fixed;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    width: 240px;
    height: 220px;
    left: 50%;
    margin-left: -120px;
    top: 22px;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .profile-logo-link img {
    max-height: 4515px !important;
    max-width: 4515px;
    width: 100%;
    height: auto;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-menu {
    z-index: 1000;
  }
  body[data-user-id="262778"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-menu .nav-item.mobile-menu-opener {
    margin-right: -8px;
  }
}
html > body .website220-page .website220-container .website220-sidebar .sidebar-menu *.active,
html > body .website220-page .website220-container .website220-sidebar .sidebar-menu *.active > * {
  font-weight: 700;
  opacity: inherit;
}

@media screen and (max-width: 996px) {
  body.theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar .sidebar-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
html > body .cstm-album-view[data-view-type=flow] .flow-item a img {
  cursor: pointer;
}

html > body[data-user-id="277178"] div .slideshow-container.with-actions .album-actions .open-sale-product-button,
html > body[data-user-id="277178"] div .album-view-container.with-actions .album-actions .open-sale-product-button,
html > body[data-user-id="277178"] .commerce-overlays,
html > body[data-user-id="277178"] .commerce-plugin,
html > body[data-user-id="277178"] sp-sale-cart-button-status,
html > body[data-user-id="277178"] .add-to-cart-button {
  display: none !important;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -45150px;
  left: -45150px;
  visibility: hidden;
  transform: scale(0.001);
  opacity: 0.001;
}

@media screen and (max-width: 767px) {
  body[data-user-id="302976"][data-page-id="29867"] .website220-page .website220-container .slideshow-container {
    display: none !important;
  }
  body[data-user-id="302976"][data-page-id="29867"] .website220-page .website220-container .website220-content.nomargin {
    max-height: 4515px;
    overflow: visible;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 768px) {
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item:hover ul {
    margin-top: 3px;
  }

  body[data-user-id="262114"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    transform: scale(1.25);
    transition: transform 333ms ease-in-out;
  }

  body.theme-doubleline[data-user-id="262311"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 56px;
  }

  .theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page #isa41 h1 i, html > body[data-user-id="263847"][data-page-id="29105"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page #isa41 h1 * {
    white-space: nowrap;
  }

  body.theme-doubleline[data-user-id="263847"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo .profile-logo-link {
    background: url(https://assets-edge.slickpic.com/img/tonysweetlogo-new-color.png) no-repeat center center;
    background-size: contain;
    width: 600px;
    height: 140px;
    transform: translate(0, -30px);
    transition: all 400ms ease-in-out;
  }
  body.theme-doubleline[data-user-id="263847"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    opacity: 0;
    max-height: 94px !important;
    transform: scale(1) translate(0, -2px);
    transition: all 250ms ease-in-out;
  }
  body.theme-doubleline[data-user-id="263847"] .website220-page .website220-container .website220-sidebar.canbefixed .sidebar-content .sidebar-logo img {
    max-height: 48px !important;
    transform: scale(1) translate(0, -18px);
  }
  body.theme-doubleline[data-user-id="263847"] .website220-page .website220-container .website220-sidebar.canbefixed .sidebar-content .sidebar-logo .profile-logo-link {
    height: 70px;
  }

  body[data-user-id="302976"] .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  body[data-user-id="302976"] .nav-link[href*=galleries] ~ ul {
    display: none;
  }

  body.theme-doubleline[data-user-id="113096"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 56px;
  }

  body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul::before,
body.theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul::before,
body.theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-menu .navbar-nav li.nav-item:hover ul::before {
    position: absolute;
    top: -10px;
    left: -15px;
    width: 100%;
    background: white;
    opacity: 0.01;
    content: " ";
    height: calc(100% + 30px);
    width: calc(100% + 30px);
  }

  body.theme-notch-top .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item, body.theme-doubleline .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item {
    transition: none !important;
  }
  body.theme-notch-top .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item a, body.theme-doubleline .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item a {
    transition: none !important;
  }
  body.theme-notch-top .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item:nth-child(1n+13), body.theme-doubleline .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item:nth-child(1n+13) {
    display: none !important;
  }
}
.cover-list.album-list-picker .albums-list.selectable {
  max-height: calc(100vh - 400px) !important;
}
.cover-list.album-list-picker .albums-list.selectable .albums-list.selectable {
  max-height: 45150px !important;
}

@media screen and (min-width: 768px) {
  body[data-user-id="248491"].theme-notch-top.theme-serenity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
    padding-left: 15px;
  }
  body[data-user-id="248491"] .website220-page .website220-container .website220-sidebar .sidebar-menu * {
    letter-spacing: 2px;
  }
  body[data-user-id="248491"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu {
    flex-wrap: wrap;
    width: auto;
    flex-shrink: 0;
    flex-grow: 1;
    overflow: hidden;
    max-width: calc(100vw - 260px);
  }
}
body[data-page-id="367"] .cell img {
  border-radius: 5px !important;
  overflow: hidden;
  padding-bottom: 0 !important;
  margin-bottom: 14px;
  transition: all 333ms ease-in-out;
}
body[data-page-id="367"] .cell img:hover {
  transform: scale(1.03);
}

body[data-page-id="9841"] {
  overflow-y: scroll !important;
}

body[data-page-id="11153"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  filter: invert(1) brightness(1.5);
}

html > body[data-user-id="264108"] body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .btn-dark, html > body[data-user-id="264108"] body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .btn-light {
  border-color: #583382 !important;
  background: #583382 !important;
}
html > body[data-user-id="264108"] body.theme-doubleline.theme-doubleline-nemesis.theme-wonder[data-user-id="264108"] .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover,
html > body[data-user-id="264108"] body.theme-doubleline.theme-doubleline-nemesis.theme-wonder[data-user-id="264108"] .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a {
  color: #583382 !important;
}

html > body[data-page-id="12356"],
html > body[data-page-id="12589"] {
  overflow: hidden;
}

html > body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 60px;
}

body.theme-notch-top.theme-notch-top-triumph .image-splash .splash-image .box-image {
  overflow: hidden;
}

.slideshowcustom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 996px) {
  html > body[data-user-id="266150"] .cstm-album-view[data-view-type=flow][data-view-column-count="2"] .flow-grid .flow-item,
html > body[data-user-id="266150"] .cstm-album-view[data-view-type=flow][data-view-column-count="2"] .flow-grid .flow-item-sizer {
    padding: 16px !important;
  }
}
html > body.themeid-calm-leftmenu .website220-page .website220-container .website220-content.nomargin {
  max-height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  html > body.themeid-calm-leftmenu .website220-page .website220-container .content-container .slideshow-container.slideshow-fullsize.content.content-wide .cstm-slideshow iframe {
    padding-right: 20px;
  }
}
@media screen and (min-width: 997px) {
  html > body.themeid-calm-leftmenu .website220-page .website220-container .content-container .slideshow-container.slideshow-fullsize.content.content-wide .cstm-slideshow iframe {
    padding-right: 60px;
  }
}

html > body.themeid-calm-leftmenu[data-user-id="276282"] .website220-page .website220-container .website220-content.nomargin {
  overflow: auto;
  overflow-x: hidden;
}
html > body.themeid-calm-leftmenu[data-user-id="276282"] sp-landing-builder-social-links[is-footer] .landing-builder-social-links *[class*=social-icon] {
  width: 28px;
  margin-right: 4px;
}
html > body.themeid-calm-leftmenu[data-user-id="276282"] .sidebar-footer {
  white-space: nowrap;
}
html > body.themeid-calm-leftmenu[data-user-id="276282"] .vidalytics-wrapper iframe {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
html > body.themeid-calm-leftmenu[data-user-id="276282"] #if6hjlf iframe {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
html > body.themeid-calm-leftmenu[data-user-id="276282"] #is7k42 {
  max-width: 100% !important;
  width: 100% !important;
}

.ntest iframe {
  width: 100% !important;
  height: 800px !important;
}

html > body[data-user-id="310373"].theme-eternity-to-felicity.theme-eternity {
  font-family: "Playfair Display", "Playfair Display SC", "Times New Roman", serif;
  letter-spacing: 0.01em;
}
html > body[data-user-id="310373"].theme-eternity .website220-page input[type=text], html > body[data-user-id="310373"].theme-eternity .website220-page input[type=number], html > body[data-user-id="310373"].theme-eternity .website220-page input[type=email], html > body[data-user-id="310373"].theme-eternity .website220-page textarea, html > body[data-user-id="310373"].theme-eternity .website220-page .btn, html > body[data-user-id="310373"].theme-eternity .website220-page input[type=button], html > body[data-user-id="310373"].theme-eternity .website220-page p, html > body[data-user-id="310373"].theme-eternity .website220-page p * {
  font-family: Europa, "Playfair Display", "Playfair Display SC", "Times New Roman", serif;
}

body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content.content-newsletter-custom {
  max-width: 1020px;
}

@media screen and (max-width: 767px) {
  body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
    z-index: 110;
  }

  body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-newsletter-custom {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    max-width: 1020px;
  }

  body.theme-doubleline[data-user-id="263847"] .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 36px;
    transform: scale(1.3);
    margin-left: 14px;
  }
}
html > body[data-user-id="261790"] .content-container h1 {
  font-family: Roboto, Helvetica, Rubik, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.commerce-overlays .overlay-background {
  height: 500vh !important;
  width: 500vh !important;
}

body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img,
body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img,
body.theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img {
  max-width: 200px;
}

.etsy-images {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 10px;
  min-height: 300px;
}
.etsy-images .etsy-listing {
  margin-bottom: 10px;
  padding: 10px;
  -webkit-flex-basis: 33.333333%;
  -ms-flex-preferred-size: 33.333333%;
  flex-basis: 33.333333%;
}
.etsy-images .etsy-listing .etsy-img {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.etsy-images .etsy-listing .etsy-img:hover img {
  transform: translate(-50%, -50%) scale(1.15);
  transition: transform 1000ms ease-in-out;
}
.etsy-images .etsy-listing .etsy-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 2000ms ease-in-out;
  min-height: 100%;
  min-width: 100%;
  width: auto !important;
}
.etsy-images .etsy-listing .etsy-desc {
  margin-top: 6px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: inherit;
  font-size: 100%;
  text-decoration: none;
}
.etsy-images .etsy-listing a.etsy-desc {
  color: #333;
}
.etsy-images .etsy-listing .etsy-price {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 100%;
  opacity: 0.75;
}

html > body[data-user-id="259367"] .sidebar-footer.footer-text {
  text-align: center;
}
html > body[data-user-id="259367"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img, html > body[data-user-id="259367"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img, html > body[data-user-id="259367"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img, html > body[data-user-id="259367"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img {
  max-height: 128px;
}
html > body[data-user-id="259367"] .website220-page .website220-container .website220-sidebar .sidebar-menu * a {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  html > body .real-grid {
    padding: 0;
  }

  html > body.theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .website220-content .content.album-view-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  html > body.themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar {
    padding-bottom: 10px;
  }
  html > body.themeid-calm-leftmenu[data-page-id="17378"] .website220-page .website220-container .website220-sidebar {
    margin-bottom: -30px;
    padding-bottom: 0;
  }

  html > body .cstm-album-view[data-view-type=grid].view-column-count-3 .real-grid a,
html > body .cstm-album-view[data-view-type=squared].view-column-count-3 .real-grid a {
    padding: 6px;
  }

  html > body[data-user-id="259367"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img, html > body[data-user-id="259367"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .cstm-profile-logo img, html > body[data-user-id="259367"].themeid-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img, html > body[data-user-id="259367"].theme-calm-leftmenu .website220-page .website220-container .website220-sidebar .profile-logo-link img {
    max-height: 90px;
  }
}
html body .website220-sidebar .album-selector-dropdown-v2,
html body .website220-sidebar .list-holder,
html body .website220-sidebar .part-menu-mobile-container,
html body .website220-sidebar .keyboard-shortcuts {
  animation: none !important;
}

html > body[data-user-id="295669"] #ivnr5 img {
  width: 100% !important;
  height: auto !important;
}

html > body[data-user-id="262037"] .superwide,
html > body[data-user-id="276861"] .superwide,
html > body[data-user-id="262955"] .superwide,
html > body[data-user-id="261749"] .superwide,
html > body[data-user-id="263642"] .superwide,
html > body[data-user-id="262973"] .superwide,
html > body[data-user-id="261790"] .superwide {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html > body[data-user-id="262037"] .superwide iframe,
html > body[data-user-id="276861"] .superwide iframe,
html > body[data-user-id="262955"] .superwide iframe,
html > body[data-user-id="261749"] .superwide iframe,
html > body[data-user-id="263642"] .superwide iframe,
html > body[data-user-id="262973"] .superwide iframe,
html > body[data-user-id="261790"] .superwide iframe {
  width: 100%;
  height: calc(100vh - 110px);
  overflow: auto;
  max-width: 100%;
}

html > body[data-user-id="295260"].theme-eternity .website220-page .website220-container > .website220-sidebar .cstm-profile-logo, html > body[data-user-id="295260"].theme-eternity .website220-page .website220-container > .website220-sidebar .cstm-profile-logo a {
  overflow: visible !important;
}
html > body[data-user-id="295260"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 54px;
  margin-top: -10px;
}
html > body[data-user-id="295260"][data-page-id="26385"] .content-narrow {
  max-width: 100% !important;
  width: 100% !important;
}
html > body[data-user-id="295260"][data-page-id="26385"] .album-grid-theme-4 {
  max-width: 100% !important;
}
html > body[data-user-id="295260"][data-page-id="26385"] .album-grid-theme-4 .album-list-view-content {
  width: 98vw;
  margin: 0;
  padding: 0;
  max-width: 98vw;
}

html > body[data-user-id="296214"] .slideshow-homepage .cstm-slideshow {
  background: url("https://assets-edge.slickpic.com/img/jerry-birdbackground-05.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden !important;
}
html > body[data-user-id="296214"] .slideshow-homepage .cstm-slideshow iframe {
  display: none !important;
}
html > body[data-user-id="296214"] .slideshow-homepage .cstm-slideshow .slideshow-sizer {
  display: block !important;
  opacity: 1 !important;
  position: absolute;
  top: 2%;
  left: 2%;
  height: 96%;
  width: 96%;
  content: "";
  background: transparent url(https://assets-edge.slickpic.com/img/jerry-bird.png) no-repeat center center;
  background-size: contain;
  z-index: 10;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  html > body[data-user-id="309745"] .columns img {
    width: 100% !important;
    height: auto !important;
  }
  html > body[data-user-id="309745"].theme-eternity.theme-irid .website220-page .website220-container .website220-content .album-list-view-wrapper .album-list-view-content .album-list-item, html > body[data-user-id="309745"].theme-eternity.theme-irid .website220-page .website220-container .website220-content .album-list-view-wrapper .album-list-view-content .album-list-item {
    min-width: 50%;
    width: 50%;
  }
}

html > body[data-user-id="291003"] .superwide {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html > body[data-user-id="291003"] .superwide iframe {
  width: 100%;
  height: 960px;
  overflow: auto;
  max-width: 100%;
  max-height: 90vh;
}

html > body[data-user-id="261749"][data-page-id="13725"] {
  overflow: hidden;
}
html > body[data-user-id="261749"][data-page-id="13725"] .content-container {
  overflow: hidden;
}
html > body[data-user-id="261749"][data-page-id="13725"] .superwide {
  margin-top: -230px;
  margin-bottom: 0;
  padding-bottom: 0;
}
html > body[data-user-id="261749"][data-page-id="13725"] .superwide iframe {
  height: 100vh;
  height: calc(100vh + 80px);
}
html > body[data-user-id="261749"][data-page-id="13725"] .website220-content {
  padding-bottom: 0 !important;
}
html > body[data-user-id="261749"][data-page-id="13725"] .content-footer {
  top: 0 !important;
  display: none !important;
}

@media screen and (min-width: 768px) {
  html > body[data-user-id="261749"].theme-notch-top .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 84px;
    z-index: 10000;
  }
}
body[data-user-id="295464"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a {
  color: #dbb14e !important;
}

@media screen and (max-width: 767px) {
  html > body[data-user-id="262973"].theme-notch-top .website220-page .website220-container .website220-content .content.content-wide.superwide,
html > body[data-user-id="261790"].theme-notch-top .website220-page .website220-container .website220-content .content.content-wide.superwide {
    margin-left: -10px !important;
    margin-right: -10px !important;
    max-width: 100vw !important;
  }

  .upgrade-user-banner {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .n4cpost table, .n4cpost table tr, .n4cpost table td, .n4cpost table tbody {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .n4cpost .tablewrap {
    padding: 20px 0 !important;
  }

  .n4cpost table td {
    padding: 10px 0 !important;
  }
}
@media screen and (min-width: 996px) {
  body[data-user-id="8023"] #i18au,
body[data-user-id="262955"] #i18au {
    padding-top: 24px;
  }
  body[data-user-id="8023"] .website220-page .cstm-profile-logo,
body[data-user-id="8023"] .website220-page .cstm-profile-logo a,
body[data-user-id="262955"] .website220-page .cstm-profile-logo,
body[data-user-id="262955"] .website220-page .cstm-profile-logo a {
    font-size: 116%;
  }
  body[data-user-id="8023"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu,
body[data-user-id="262955"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu {
    padding-left: 40px;
    padding-right: 40px;
  }
  body[data-user-id="8023"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu > .navbar-nav li.nav-item,
body[data-user-id="262955"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu > .navbar-nav li.nav-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  body[data-user-id="8023"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu > .navbar-nav li.nav-item.custom-sharing-item,
body[data-user-id="262955"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu > .navbar-nav li.nav-item.custom-sharing-item {
    vertical-align: bottom;
  }
  body[data-user-id="8023"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu > .navbar-nav li.nav-item .nav-link,
body[data-user-id="262955"].theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-menu > .navbar-nav li.nav-item .nav-link {
    font-size: 16px;
  }

  body[data-user-id="262955"] .footer-text {
    font-weight: normal !important;
    font-size: 12px;
    margin-top: -10px;
  }

  body[data-user-id="263245"] .website220-page .website220-container .website220-sidebar .sidebar-menu * a {
    font-size: 76%;
  }

  html > body[data-user-id="261749"] #il6ysg {
    margin-top: 44px;
    border-radius: 5px;
    font-size: 18px;
    padding: 3px 5px;
    min-width: 280px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
    background: #2b3c19 !important;
  }
  html > body[data-user-id="261749"] .content.content-footer .sp-block.content {
    float: left;
    position: relative;
    z-index: 1;
  }
  html > body[data-user-id="261749"] .content.content-footer .sp-block + .content {
    padding-top: 16px;
  }
  html > body[data-user-id="261749"] .custom-sharing-item {
    display: none !important;
  }
}
body.theme-notch-bottom .website220-page .website220-container {
  padding-left: 0;
  padding-right: 0;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content {
  padding-left: 40px;
  padding-right: 40px;
  align-items: center;
  justify-content: center;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  float: left;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-footer {
  min-height: 24px;
  white-space: nowrap;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .open-sharing-popup {
  min-width: 10px;
  min-height: 16px;
}
body.theme-notch-bottom .website220-page .website220-container .website220-sidebar .sidebar-content .open-sharing-popup svg {
  position: absolute;
}

.cstm-slideshow .album-actions,
.cstm-slideshow-inner .album-actions {
  z-index: 10;
}

body[data-user-id="264101"] .slideshow-controllable {
  position: relative;
}
body[data-user-id="264101"] .slideshow-controllable .album-actions {
  top: 10px !important;
}
body[data-user-id="264101"] .slideshow-controllable .slideshow-container {
  margin-bottom: 0 !important;
}
body[data-user-id="264101"] .splash-drone {
  pointer-events: auto !important;
}
body[data-user-id="264101"] #inof8u {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  body[data-user-id="264101"] .splash-drone .splash-description {
    font-size: 20px;
  }
  body[data-user-id="264101"] #iljim6 {
    padding-left: 0;
  }
  body[data-user-id="264101"] #iww17s {
    padding-right: 0;
  }
  body[data-user-id="264101"] .googleform iframe {
    width: 100%;
  }
  body[data-user-id="264101"] #inof8u {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
body[data-user-id="264101"] .sp-contacts-form {
  max-width: 600px !important;
}
body[data-user-id="264101"] .businessnapsingleline {
  background: #222;
  color: white;
  margin-bottom: 40px;
  padding: 20px 12px;
  text-align: center;
}
body[data-user-id="264101"] .businessnapsingleline .v-card {
  font-weight: bold;
}
body[data-user-id="264101"] .businessnapsingleline .v-card .separator {
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
  margin-right: 10px;
}
body[data-user-id="264101"] .businessnapsingleline .v-card a {
  color: white;
}
body[data-user-id="264101"] .googleform {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body[data-user-id="264101"] .googleform iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body[data-user-id="264101"] #ieklnv {
  width: 100%;
}
body[data-user-id="264101"] #ieklnv #iztjq4 {
  width: 100%;
}
body[data-user-id="264101"] #i4w3l7 > .row {
  display: flex;
  align-items: center;
}
body[data-user-id="264101"] #ij5ude #i68khr .content {
  height: 100%;
}
body[data-user-id="264101"] #ij5ude #i68khr .content iframe {
  width: 100%;
  height: 100%;
}
body[data-user-id="264101"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a, body[data-user-id="264101"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover {
  color: #000 !important;
}
body[data-user-id="264101"] .slideshow-container.slideshow-homepage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
body[data-user-id="264101"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-footer {
  top: 0;
  display: block !important;
  margin-top: 60px;
}
body[data-user-id="264101"].theme-wonder .website220-page.page-homepage > .website220-container {
  height: auto;
  flex-grow: 1;
  min-height: 100vh;
  max-height: 14515px;
}
body[data-user-id="264101"].theme-wonder .website220-page.page-homepage > .website220-container > .website220-content {
  overflow: auto;
  flex-grow: 1;
  height: auto;
  min-height: calc(100vh - 120px);
  position: relative;
  padding-bottom: 0;
}
body[data-user-id="264101"].theme-wonder .website220-page.page-homepage > .website220-container > .website220-content .content-container {
  width: 100%;
  overflow: hidden;
}
body[data-user-id="264101"].theme-wonder .website220-page.page-homepage > .website220-container > .website220-content .slideshow-homepage {
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 50vh;
  min-height: 440px;
  margin-bottom: 30px;
}

body[data-user-id="257571"] .website220-page {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body[data-user-id="257571"] .website220-page .website220-container .website220-sidebar .sidebar-menu * a {
  font-size: 70%;
}

body[data-user-id="87711"] .cstm-slideshow[data-aid="732197"] {
  background: url("https://stored-edge.slickpic.com/ODc3MTFkMWQ5YmFmYQ,,/20201007/MTcyMzAwMjBhMWRm/p/2545/San-Francisco-Bay-Overlook.jpg") no-repeat center center !important;
  background-size: cover !important;
}
body[data-user-id="87711"] .cstm-slideshow[data-aid="732197"] iframe {
  display: none !important;
}
body[data-user-id="87711"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a, body[data-user-id="87711"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover {
  color: #000 !important;
}
body[data-user-id="87711"] .slideshow-container.slideshow-homepage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
body[data-user-id="87711"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-container .content-footer {
  top: 0;
  display: block !important;
  margin-top: 60px;
}
body[data-user-id="87711"].theme-wonder .website220-page.page-homepage > .website220-container {
  height: auto;
  flex-grow: 1;
  min-height: 100vh;
  max-height: 4515px;
}
body[data-user-id="87711"].theme-wonder .website220-page.page-homepage > .website220-container > .website220-content {
  overflow: auto;
  flex-grow: 1;
  height: auto;
  min-height: calc(100vh - 120px);
  position: relative;
  padding-bottom: 0;
}
body[data-user-id="87711"].theme-wonder .website220-page.page-homepage > .website220-container > .website220-content .content-container {
  width: 100%;
  overflow: hidden;
}
body[data-user-id="87711"].theme-wonder .website220-page.page-homepage > .website220-container > .website220-content .slideshow-homepage {
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 50vh;
  min-height: 440px;
  margin-bottom: 30px;
}
body[data-user-id="87711"] #ischdg-3 {
  color: #333 !important;
}
body[data-user-id="87711"] #in4pzr,
body[data-user-id="87711"] #ivsix8 {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.008), 0 6.7px 5.3px rgba(0, 0, 0, 0.012), 0 12.5px 10px rgba(0, 0, 0, 0.015), 0 22.3px 17.9px rgba(0, 0, 0, 0.018), 0 41.8px 33.4px rgba(0, 0, 0, 0.022), 0 100px 80px rgba(0, 0, 0, 0.03);
  transition: all 333ms ease-in-out;
}
body[data-user-id="87711"] #in4pzr:hover,
body[data-user-id="87711"] #ivsix8:hover {
  transform: rotate(1deg) scale(1.05) translate(0, -3px);
}
body[data-user-id="87711"] #in4pzr:hover img,
body[data-user-id="87711"] #ivsix8:hover img {
  box-shadow: 5px 2.8px 2.2px rgba(0, 0, 0, 0.014), 6px 6.7px 5.3px rgba(0, 0, 0, 0.02), 5px 12.5px 10px rgba(0, 0, 0, 0.025), 5px 22.3px 17.9px rgba(0, 0, 0, 0.03), 5px 41.8px 33.4px rgba(0, 0, 0, 0.036), 5px 100px 80px rgba(0, 0, 0, 0.05);
}
body[data-user-id="87711"][data-page-id="366"] .content a {
  color: #f50;
}
body[data-user-id="87711"][data-page-id="366"] .content .box-image ~ p {
  text-align: center;
}
body[data-user-id="87711"][data-page-id="366"] .content .box-image a {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  transition: all 333ms ease-in-out;
  cursor: pointer;
}
body[data-user-id="87711"][data-page-id="366"] .content .box-image a:hover {
  transform: rotate(1deg) scale(1.05) translate(0, -3px);
}
body[data-user-id="87711"][data-page-id="366"] .content .box-image a:hover img {
  box-shadow: 5px 2.8px 2.2px rgba(0, 0, 0, 0.014), 6px 6.7px 5.3px rgba(0, 0, 0, 0.02), 5px 12.5px 10px rgba(0, 0, 0, 0.025), 5px 22.3px 17.9px rgba(0, 0, 0, 0.03), 5px 41.8px 33.4px rgba(0, 0, 0, 0.036), 5px 100px 80px rgba(0, 0, 0, 0.05);
}
body[data-user-id="87711"][data-page-id="366"] .content .box-image a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  background: #eee;
  content: " ";
  box-sizing: content-box;
  padding: 1px;
  left: -1px;
  top: -1px;
  border-radius: 5px;
}
body[data-user-id="87711"][data-page-id="366"] .content .box-image img {
  float: left;
  transition: all 333ms ease-in-out;
  cursor: pointer;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.008), 0 6.7px 5.3px rgba(0, 0, 0, 0.012), 0 12.5px 10px rgba(0, 0, 0, 0.015), 0 22.3px 17.9px rgba(0, 0, 0, 0.018), 0 41.8px 33.4px rgba(0, 0, 0, 0.022), 0 100px 80px rgba(0, 0, 0, 0.03);
  margin-bottom: 10px !important;
  display: inline-block;
  border-radius: 5px;
  width: 100% !important;
  max-width: 390px !important;
}

body[data-page-id="14360"] .website220-content {
  min-height: calc(100vh - 90px) !important;
}

.psa-splash {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  max-width: calc(100vw - 40px);
  width: 768px;
  height: auto;
  transform: translate(-52%, -50%);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 15px 25px 15px;
  border-radius: 0 1px 1px 0;
  font-family: "Playfair Display", "Playfair Display SC", "Times New Roman", serif;
  text-align: center;
  letter-spacing: 0;
  z-index: 20;
  /* background-color: rgba(0,0,0,0.75); */
  border-radius: 5px;
}
.psa-splash p {
  color: white !important;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  display: inline;
  background: rgba(0, 0, 0, 0.5);
}

.text-splash {
  position: absolute;
  top: 80%;
  left: 0;
  color: white;
  max-width: calc(100vw - 40px);
  width: 600px;
  height: auto;
  transform: translate(0, -50%);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: saturate(110%) blur(3px);
  backdrop-filter: saturate(110%) blur(3px);
  padding: 15px 25px 15px;
  border-radius: 0 1px 1px 0;
  font-family: Raleway, sans-serif;
  text-align: left;
  letter-spacing: 0.1em;
}
.text-splash .splash-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  font-family: inherit;
}
.text-splash .splash-description {
  font-size: 24px;
  font-weight: 400;
  font-family: inherit;
  text-transform: uppercase;
}
.text-splash .splash-description .button-action {
  color: white;
  border-radius: 3px;
  padding: 6px 24px;
  font-size: 14px;
  text-align: center;
  background: #555;
  text-shadow: none !important;
  margin: 10px auto 5px;
  display: inline-block;
  text-decoration: none;
  transition: all 333ms ease-in-out;
}
.text-splash .splash-description .button-action:hover {
  background: #777;
}
.text-splash .splash-description .button-action:active {
  background: #000;
}
.text-splash.steve {
  left: 50%;
  transform: translate(-50%, 0);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  background: transparent;
  filter: none;
  backdrop-filter: none;
  font-weight: bold;
  bottom: 110px;
  top: auto;
  width: 700px;
  z-index: 10;
  user-select: none;
}
.text-splash.steve .splash-description {
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 25px rgba(0, 0, 0, 0.8), 0 1px 30px rgba(0, 0, 0, 0.3);
  font-family: Neuton, serif;
  line-height: 32px;
  font-weight: 400;
}
.text-splash.steve .splash-description .splash-note {
  font-size: 80%;
  text-align: left;
  font-weight: 300;
}
.text-splash.splash-drone {
  z-index: 100;
  text-transform: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-align: center;
  width: 960px;
  pointer-events: none;
}
.text-splash.splash-drone .splash-description {
  text-transform: none;
  line-height: 1.3;
  font-size: 30px;
  font-family: Spectral, serif;
  letter-spacing: 0;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 25px rgba(0, 0, 0, 0.8), 0 1px 30px rgba(0, 0, 0, 0.3);
}
.text-splash.splash-drone .splash-description > small {
  font-size: 20px;
  line-height: 30px;
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: 18px;
}

html > body[data-user-id="264101"] .slideshow-container.slideshow-homepage:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: black;
  content: " ";
  opacity: 0.3515;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  html > body .row .cell:last-child {
    padding-left: 0;
  }

  html > body[data-user-id="267253"] .sidebar-logo {
    margin-top: 5px;
  }
  html > body[data-user-id="267253"] #i6kj9q-2 {
    text-align: center;
  }
  html > body[data-user-id="267253"] #i6vpn,
html > body[data-user-id="267253"] #i3qfet {
    padding-left: 0;
    padding-right: 0;
  }
  html > body[data-user-id="267253"] .content.content-footer {
    background-color: whitesmoke !important;
    color: black !important;
  }

  .text-splash.steve {
    padding-left: 0;
    padding-right: 0;
    bottom: 40px;
  }
  .text-splash.steve .splash-description {
    font-size: 18px;
    line-height: 24px;
  }

  html > body[data-user-id="261749"] .content.content-footer #imzkft {
    text-align: center;
  }
  html > body[data-user-id="261749"] .custom-sharing-item {
    display: none !important;
  }
}
.public .show-organizer {
  display: none !important;
}
.public .text-splash .splash-title {
  pointer-events: none;
}
.public .text-splash .splash-title + .splash-description {
  pointer-events: none;
}

body[data-user-id="265530"] .website220-page .website220-container .content.content-footer {
  top: auto;
}
body[data-user-id="265530"] .website220-page .website220-container .content.content-footer hr {
  display: none;
}
body[data-user-id="265530"] .website220-page .website220-container .content.content-footer .profile-logo-link {
  background: url("https://stored-edge.slickpic.com/MjY1NTMwZGQwZGIzY2Q,/20201024/MTcyNzUzMjMzY2Rk/p/1800/McKinlay_Photo_Bar_small.png") no-repeat center center;
  background-size: contain;
}
body[data-user-id="265530"] .website220-page .website220-container .content.content-footer .profile-logo-link img {
  height: 56px;
  opacity: 0;
}

body[data-page-id="2943"] #iq8krq-2 {
  margin-top: -20px !important;
}
body[data-page-id="2943"] #iigtm7 {
  margin-top: -40px !important;
}
body[data-page-id="2943"] .error-message {
  margin-top: -30px !important;
  margin-bottom: 20px !important;
}

html > body[data-page-id="2447"] .row .cell:last-child {
  padding-left: 0;
}
html > body[data-page-id="2447"] .row .cell .box-image img {
  min-width: 100% !important;
  height: auto !important;
}

body[data-page-id="12705"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo img {
  filter: drop-shadow(2px 4px 6px white) invert(1);
}

@media screen and (min-width: 768px) {
  body[data-user-id="260936"].theme-notch-top .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs, body[data-user-id="260936"].theme-doubleline .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs {
    max-height: calc(100vh - 130px);
    overflow: auto;
    overflow-x: hidden;
  }
  body[data-user-id="260936"].theme-notch-top .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item:nth-child(1n+13), body[data-user-id="260936"].theme-doubleline .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.has-childs .childs .nav-item:nth-child(1n+13) {
    display: block !important;
  }
  body[data-user-id="260936"] li.nav-item:hover ul::before {
    height: calc(100% + 10px) !important;
  }
}
body[data-user-id="113096"] .website220-page .website220-container .content h1,
body[data-user-id="263847"] .website220-page .website220-container .content h1 {
  font-weight: 700;
  margin-bottom: 0;
}
body[data-user-id="113096"] .website220-page .website220-content p .container-add-to-cart a,
body[data-user-id="113096"] .website220-page .website220-content div .container-add-to-cart a,
body[data-user-id="263847"] .website220-page .website220-content p .container-add-to-cart a,
body[data-user-id="263847"] .website220-page .website220-content div .container-add-to-cart a {
  color: white !important;
}
body[data-user-id="113096"] .website220-page .website220-content p a,
body[data-user-id="113096"] .website220-page .website220-content div a,
body[data-user-id="113096"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a, body[data-user-id="113096"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a, body[data-user-id="113096"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover,
body[data-user-id="263847"] .website220-page .website220-content p a,
body[data-user-id="263847"] .website220-page .website220-content div a,
body[data-user-id="263847"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item.active a,
body[data-user-id="263847"].theme-doubleline.theme-doubleline-nemesis.theme-wonder .website220-page .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item a:hover {
  color: #0068b5 !important;
}

html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover,
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a {
  color: white !important;
}
html > body[data-user-id="261507"].theme-eternity {
  background: #728095;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.has-childs a:hover {
  color: #516583 !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item:not(.active).has-childs ul li a,
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item:not(.active).has-childs ul li a {
  color: #516583 !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar.static {
  background: #818aa099;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column img {
  box-shadow: none !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p b {
  color: white !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-content .content.backhighlight {
  background: #818aa0;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-content .content .whitebox {
  background: rgba(0, 0, 0, 0.05);
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo {
  height: 100vh !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container .scroll-down {
  display: none !important;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .cstm-profile-logo, html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .cstm-profile-logo a {
  overflow: visible;
}
html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .cstm-profile-logo img, html > body[data-user-id="261507"].theme-eternity .website220-page .website220-container > .website220-sidebar .cstm-profile-logo a img {
  max-height: 48px;
  margin-top: -6px;
}

@media screen and (min-width: 997px) {
  body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item > a[href*=book-now],
body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a[href*=book-now],
body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .nav-link[href*=book-now], body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item > a[href*=book-now],
body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a[href*=book-now],
body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .nav-link[href*=book-now] {
    background: #eac770 !important;
    color: white !important;
    font-weight: bolder;
    letter-spacing: 1px;
    box-shadow: 0 2px 0 #d6ad45;
    margin-top: 1px;
    margin-left: 10px;
    border-radius: 3px !important;
  }
  body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item > a[href*=book-now]:after,
body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a[href*=book-now]:after,
body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .nav-link[href*=book-now]:after, body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item > a[href*=book-now]:after,
body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a[href*=book-now]:after,
body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .nav-link[href*=book-now]:after {
    display: none !important;
  }
  body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-logo, body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo {
    margin-bottom: 12px;
  }
  body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-logo img, body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 42px;
    max-width: 360px;
    margin-top: 8px;
  }
}
body[data-user-id="302169"] sp-landing-builder-social-links {
  margin-top: 10px !important;
}
body[data-user-id="302169"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-5 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="302169"] .album-list-view-wrapper .album-list-view-content .album-list-item .album-list-item-title a {
  color: #eac770 !important;
  font-weight: bold;
}
body[data-user-id="302169"] .website220-page .website220-container .content-container .custom-frame iframe {
  width: 100%;
  min-height: 1440px;
}
@media screen and (max-width: 996px) {
  body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content {
    z-index: 1000;
  }
  body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container .custom-frame {
    margin-left: -10px;
    margin-right: -10px;
  }
  body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a[href*=book-now], body[data-user-id="302169"].theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a[href*=book-now] {
    background: #eac770 !important;
    color: white !important;
    font-weight: bolder;
    letter-spacing: 1px;
    box-shadow: 0 2px 0 #d6ad45;
    margin-top: 1px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo {
    margin-bottom: 12px;
  }
  body[data-user-id="302169"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 42px;
    max-width: 210px;
    margin-top: 8px;
  }
}

body[data-user-id="301567"].color-gray-dark .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .list-holder .nav-item a, body[data-user-id="301567"].color-black .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .list-holder .nav-item a {
  color: #ff4216 !important;
  color: #fff !important;
  font-weight: 600 !important;
}

body[data-user-id="292516"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
  top: 60px;
}
body[data-user-id="292516"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text *:after,
body[data-user-id="292516"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text *:before {
  opacity: 0;
}
body[data-user-id="292516"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
  font-size: 24px;
}
@media (max-width: 767px) {
  body[data-user-id="292516"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
    font-size: 18px;
  }
}
body[data-user-id="292516"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-profile-logo, body[data-user-id="292516"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-profile-logo a {
  font-size: 30px;
}
@media (max-width: 767px) {
  body[data-user-id="292516"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-profile-logo, body[data-user-id="292516"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-profile-logo a {
    font-size: 22px;
    margin-top: 5px;
  }
}

html > body[data-user-id="307464"] .override-css .imp-logo-font, html > body[data-user-id="307464"] .override-css .profile-logo-link,
html > body[data-user-id="307464"] .profile-logo-link {
  font-family: Great Vibes, cursive !important;
}

body[data-user-id="302081"].theme-eternity.theme-irid .website220-page .website220-container .website220-content .content .text-content h3 {
  text-transform: none;
}
@media screen and (max-width: 1220px) and (min-width: 997px) {
  body[data-user-id="302081"] .sidebar-icons {
    display: none !important;
  }
  body[data-user-id="302081"].theme-eternity.theme-irid .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav {
    text-align: right !important;
    padding-right: 30px !important;
  }
  body[data-user-id="302081"].theme-eternity.theme-irid .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav > .nav-item > a {
    font-size: 16px;
  }
}
body[data-user-id="302081"] .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1420px) {
  body[data-user-id="302081"] .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1260px) {
  body[data-user-id="302081"] .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body[data-user-id="302997"][data-page-id="33727"] #iz4wud-2 .js-reframe,
body[data-user-id="302997"][data-page-id="33727"] #iz4wud .js-reframe {
  padding-top: 0 !important;
}
body[data-user-id="302997"][data-page-id="33727"] #iz4wud-2 .js-reframe iframe,
body[data-user-id="302997"][data-page-id="33727"] #iz4wud .js-reframe iframe {
  position: relative !important;
  min-height: 1650px !important;
}
body[data-user-id="302997"] #iahckj-2,
body[data-user-id="302997"] #iahckj {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  width: 100%;
}
body[data-user-id="302997"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo {
  transform: scale(2);
  margin-bottom: 48px;
}
@media (max-width: 996px) {
  body[data-user-id="302997"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo {
    transform: scale(1.3);
    margin-bottom: 0;
    margin-left: 30px;
  }
}
body[data-user-id="302997"] #icl4hy-2-2 .box-video,
body[data-user-id="302997"] #icl4hy-2 .box-video {
  clear: both;
  float: left;
}
body[data-user-id="302997"] #icl4hy-2-2 .box-image,
body[data-user-id="302997"] #icl4hy-2 .box-image {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 0 !important;
}
body[data-user-id="302997"] #icl4hy-2-2 .box-image a,
body[data-user-id="302997"] #icl4hy-2 .box-image a {
  display: block;
  flaot: left;
  width: 100%;
  clear: both;
}
body[data-user-id="302997"] #icl4hy-2-2 .box-image .image-overlay-text,
body[data-user-id="302997"] #icl4hy-2 .box-image .image-overlay-text {
  position: absolute;
  top: 5%;
  left: 5%;
  font-family: "Kiona", "Cormorant Garamond", "EB Garamond", sans-serif !important;
  font-size: 36px;
  line-height: 1;
  width: 90%;
  height: 90%;
  display: flex;
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.33);
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}
body[data-user-id="302997"].public #icl4hy-2-2 .box-image .image-overlay-text,
body[data-user-id="302997"].public #icl4hy-2 .box-image .image-overlay-text {
  opacity: 0;
  pointer-events: none;
}
body[data-user-id="302997"].public #icl4hy-2-2 .box-image .image-overlay-text,
body[data-user-id="302997"].public #icl4hy-2 .box-image .image-overlay-text {
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body[data-user-id="302997"].public #icl4hy-2-2 .box-image:hover .image-overlay-text,
body[data-user-id="302997"].public #icl4hy-2 .box-image:hover .image-overlay-text {
  opacity: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body[data-user-id="302997"] #igmw2f-2,
body[data-user-id="302997"] #ivzcj6-2,
body[data-user-id="302997"] #irsi8h-2,
body[data-user-id="302997"] #iery9l-2,
body[data-user-id="302997"] #inf9qh-2,
body[data-user-id="302997"] #igmw2f,
body[data-user-id="302997"] #ivzcj6,
body[data-user-id="302997"] #irsi8h,
body[data-user-id="302997"] #iery9l,
body[data-user-id="302997"] #inf9qh {
  clear: both;
}
body[data-user-id="302997"] #igmw2f-2:before, body[data-user-id="302997"] #igmw2f-2:after,
body[data-user-id="302997"] #ivzcj6-2:before,
body[data-user-id="302997"] #ivzcj6-2:after,
body[data-user-id="302997"] #irsi8h-2:before,
body[data-user-id="302997"] #irsi8h-2:after,
body[data-user-id="302997"] #iery9l-2:before,
body[data-user-id="302997"] #iery9l-2:after,
body[data-user-id="302997"] #inf9qh-2:before,
body[data-user-id="302997"] #inf9qh-2:after,
body[data-user-id="302997"] #igmw2f:before,
body[data-user-id="302997"] #igmw2f:after,
body[data-user-id="302997"] #ivzcj6:before,
body[data-user-id="302997"] #ivzcj6:after,
body[data-user-id="302997"] #irsi8h:before,
body[data-user-id="302997"] #irsi8h:after,
body[data-user-id="302997"] #iery9l:before,
body[data-user-id="302997"] #iery9l:after,
body[data-user-id="302997"] #inf9qh:before,
body[data-user-id="302997"] #inf9qh:after {
  content: " ";
  display: table;
}
body[data-user-id="302997"] #igmw2f-2:after,
body[data-user-id="302997"] #ivzcj6-2:after,
body[data-user-id="302997"] #irsi8h-2:after,
body[data-user-id="302997"] #iery9l-2:after,
body[data-user-id="302997"] #inf9qh-2:after,
body[data-user-id="302997"] #igmw2f:after,
body[data-user-id="302997"] #ivzcj6:after,
body[data-user-id="302997"] #irsi8h:after,
body[data-user-id="302997"] #iery9l:after,
body[data-user-id="302997"] #inf9qh:after {
  clear: both;
}
body[data-user-id="302997"] #igmw2f-2 a,
body[data-user-id="302997"] #ivzcj6-2 a,
body[data-user-id="302997"] #irsi8h-2 a,
body[data-user-id="302997"] #iery9l-2 a,
body[data-user-id="302997"] #inf9qh-2 a,
body[data-user-id="302997"] #igmw2f a,
body[data-user-id="302997"] #ivzcj6 a,
body[data-user-id="302997"] #irsi8h a,
body[data-user-id="302997"] #iery9l a,
body[data-user-id="302997"] #inf9qh a {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
body[data-user-id="302997"] #igmw2f-2 a:before,
body[data-user-id="302997"] #ivzcj6-2 a:before,
body[data-user-id="302997"] #irsi8h-2 a:before,
body[data-user-id="302997"] #iery9l-2 a:before,
body[data-user-id="302997"] #inf9qh-2 a:before,
body[data-user-id="302997"] #igmw2f a:before,
body[data-user-id="302997"] #ivzcj6 a:before,
body[data-user-id="302997"] #irsi8h a:before,
body[data-user-id="302997"] #iery9l a:before,
body[data-user-id="302997"] #inf9qh a:before {
  position: absolute;
  content: "MY AGING FAMILY";
  font-family: "Kiona", "Cormorant Garamond", "EB Garamond", sans-serif !important;
  font-size: 36px;
  line-height: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.33);
  opacity: 0;
  transition: all 500ms ease-in-out;
  pointer-events: none;
  display: none !important;
}
body[data-user-id="302997"] #igmw2f-2 a:hover:before,
body[data-user-id="302997"] #ivzcj6-2 a:hover:before,
body[data-user-id="302997"] #irsi8h-2 a:hover:before,
body[data-user-id="302997"] #iery9l-2 a:hover:before,
body[data-user-id="302997"] #inf9qh-2 a:hover:before,
body[data-user-id="302997"] #igmw2f a:hover:before,
body[data-user-id="302997"] #ivzcj6 a:hover:before,
body[data-user-id="302997"] #irsi8h a:hover:before,
body[data-user-id="302997"] #iery9l a:hover:before,
body[data-user-id="302997"] #inf9qh a:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  body[data-user-id="302997"] #igmw2f-2 a, body[data-user-id="302997"] #igmw2f-2 img,
body[data-user-id="302997"] #ivzcj6-2 a,
body[data-user-id="302997"] #ivzcj6-2 img,
body[data-user-id="302997"] #irsi8h-2 a,
body[data-user-id="302997"] #irsi8h-2 img,
body[data-user-id="302997"] #iery9l-2 a,
body[data-user-id="302997"] #iery9l-2 img,
body[data-user-id="302997"] #inf9qh-2 a,
body[data-user-id="302997"] #inf9qh-2 img,
body[data-user-id="302997"] #igmw2f a,
body[data-user-id="302997"] #igmw2f img,
body[data-user-id="302997"] #ivzcj6 a,
body[data-user-id="302997"] #ivzcj6 img,
body[data-user-id="302997"] #irsi8h a,
body[data-user-id="302997"] #irsi8h img,
body[data-user-id="302997"] #iery9l a,
body[data-user-id="302997"] #iery9l img,
body[data-user-id="302997"] #inf9qh a,
body[data-user-id="302997"] #inf9qh img {
    min-width: 100%;
  }
  body[data-user-id="302997"] #igmw2f-2 a:before, body[data-user-id="302997"] #igmw2f-2 img:before,
body[data-user-id="302997"] #ivzcj6-2 a:before,
body[data-user-id="302997"] #ivzcj6-2 img:before,
body[data-user-id="302997"] #irsi8h-2 a:before,
body[data-user-id="302997"] #irsi8h-2 img:before,
body[data-user-id="302997"] #iery9l-2 a:before,
body[data-user-id="302997"] #iery9l-2 img:before,
body[data-user-id="302997"] #inf9qh-2 a:before,
body[data-user-id="302997"] #inf9qh-2 img:before,
body[data-user-id="302997"] #igmw2f a:before,
body[data-user-id="302997"] #igmw2f img:before,
body[data-user-id="302997"] #ivzcj6 a:before,
body[data-user-id="302997"] #ivzcj6 img:before,
body[data-user-id="302997"] #irsi8h a:before,
body[data-user-id="302997"] #irsi8h img:before,
body[data-user-id="302997"] #iery9l a:before,
body[data-user-id="302997"] #iery9l img:before,
body[data-user-id="302997"] #inf9qh a:before,
body[data-user-id="302997"] #inf9qh img:before {
    font-size: 18px !important;
  }
}
body[data-user-id="302997"] #iery9l a:before {
  content: "CLING WRAP";
}
body[data-user-id="302997"] #irsi8h a:before {
  content: "CLIENT GALLERIES";
}
body[data-user-id="302997"] #ivzcj6 a:before {
  content: "HEALTHCARE";
}
body[data-user-id="302997"] #igmw2f-2 > .box-image.content,
body[data-user-id="302997"] #igmw2f > .box-image.content {
  display: none !important;
}
body[data-user-id="302997"] #ix8xl8-2-2 img,
body[data-user-id="302997"] #ix8xl8-2 img {
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain;
}
body[data-user-id="302997"] a {
  color: #c2a357;
}
body[data-user-id="302997"].theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a, body[data-user-id="302997"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a {
  font-family: "Kiona", "Cormorant Garamond", "EB Garamond", sans-serif !important;
  font-weight: 600 !important;
}
body[data-user-id="302997"] #imvik9 br,
body[data-user-id="302997"] #imvik9-2 br {
  display: none !important;
}
body[data-user-id="302997"] #imvik9,
body[data-user-id="302997"] #imvik9-2, body[data-user-id="302997"].theme-eternity .website220-page .website220-container h1, body[data-user-id="302997"].theme-eternity .website220-page .website220-container h2, body[data-user-id="302997"].theme-eternity .website220-page .website220-container h3,
body[data-user-id="302997"] h1, body[data-user-id="302997"] h2, body[data-user-id="302997"] h3 {
  font-family: "Kiona", "Cormorant Garamond", "EB Garamond", sans-serif !important;
}
@media (max-width: 767px) {
  body[data-user-id="302997"] .col-10,
body[data-user-id="302997"] .col-8 {
    width: 100% !important;
    min-width: 100%;
  }
  body[data-user-id="302997"].theme-eternity .website220-page .website220-container > .website220-content .content + .content:not(.album-view-container):not(.box-text) {
    margin-top: 30px;
  }
  body[data-user-id="302997"].theme-eternity .website220-page .website220-container h2 {
    margin-top: 10px;
  }
  body[data-user-id="302997"].theme-eternity .website220-page .website220-container h2 + p {
    margin-top: 10px;
  }
  body[data-user-id="302997"].theme-eternity .website220-page .website220-container *[class*=col-sm] {
    margin-bottom: 24px;
  }
  body[data-user-id="302997"] .cstm-album-view[data-aid="838853"] {
    margin-left: -20px;
    margin-right: -20px;
  }
  body[data-user-id="302997"] .cstm-album-view[data-aid="838853"] .slick-list {
    height: 35vh;
    min-height: 260px;
    max-height: 720px;
  }
}

body[data-user-id="262973"].theme-doubleline .album-actions {
  top: 32% !important;
}
body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar {
  padding-left: 20px;
  padding-right: 20px;
}
body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content {
  flex-direction: row;
  width: 100%;
  max-width: 100%;
}
body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-logo {
  text-align: left;
  flex: 2;
  white-space: nowrap;
}
body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu {
  margin-top: 10px;
}
body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav {
  justify-content: flex-end;
}
body[data-user-id="262973"].theme-doubleline .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .nav-item {
  flex-grow: 0;
  padding-left: 18px;
}
body[data-user-id="262973"].theme-doubleline .fullsize-layer-container .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-menu .list-holder {
  padding-right: 40px;
}
body[data-user-id="262973"].theme-doubleline.color-white .fullsize-layer-cell .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation > .nav-item {
  filter: invert(1) !important;
}

body.theme-wonder.theme-doubleline {
  overflow-y: scroll !important;
}

html > body #imn17g {
  margin-top: -8px;
  margin-bottom: 20px;
}
html > body #imn17g li {
  margin-bottom: 2px;
}
html > body[data-page-id="26486"] .flow-grid .flow-item, html > body[data-page-id="26486"] .flow-grid .flow-item-sizer {
  margin-bottom: 24px !important;
}
html > body[data-page-id="26486"] .cstm-album-view a.video-thumb:not([data-thumb-autoplay]):after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -72px;
  margin-top: -72px;
  pointer-events: none;
  background: transparent url(https://assets-edge.slickpic.com/img/ico-play-circle.png) no-repeat center center;
  opacity: 0.75;
  width: 144px;
  height: 144px;
  background-size: 92px auto;
  transform: translateZ(0) scale(1) rotate(0deg);
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
  opacity: 0.88;
  pointer-events: none;
}
html > body[data-page-id="26486"] .cstm-album-view a.video-thumb:not([data-thumb-autoplay]):hover {
  cursor: pointer;
}
html > body[data-page-id="26486"] .cstm-album-view a.video-thumb:not([data-thumb-autoplay]):hover * {
  cursor: pointer;
}
html > body[data-page-id="26486"] .cstm-album-view a.video-thumb:not([data-thumb-autoplay]):hover:after {
  opacity: 1;
  transform: translateZ(0) scale(1.5) rotate(-1deg);
}

body.theme-wonder.theme-doubleline .website220-page:not(.page-homepage) .website220-container .website220-content {
  min-height: calc(100vh - 120px);
  position: relative;
  padding-bottom: 144px;
}
body.theme-wonder.theme-doubleline .website220-page:not(.page-homepage) .website220-container .website220-content .content.content-footer {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
}

.justified-gallery > a,
.justified-gallery > div {
  left: 0;
}

.public .edit-button-container {
  display: none !important;
}

sp-landing-builder-social-links {
  display: block;
  position: relative;
}
sp-landing-builder-social-links .content {
  margin-bottom: 12px !important;
  padding-bottom: 0 !important;
}
sp-landing-builder-social-links:hover .socials-subcontainer .edit-button-container {
  opacity: 1;
  transition: all 333ms ease-in-out;
}
sp-landing-builder-social-links .socials-subcontainer .edit-button-container {
  cursor: pointer;
  transition: all 333ms ease-in-out;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  box-sizing: border-box;
  padding: 15px 20px;
  flex-direction: row;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
sp-landing-builder-social-links .socials-subcontainer .edit-button-container > a, sp-landing-builder-social-links .socials-subcontainer .edit-button-container > div {
  margin-top: -1px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  padding: 2px 16px;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  text-decoration: none !important;
  text-transform: none;
  font-family: Arial, sans-serif !important;
  border: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  white-space: nowrap !important;
  min-width: 200px;
}
sp-landing-builder-social-links .socials-subcontainer .edit-button-container > a:hover, sp-landing-builder-social-links .socials-subcontainer .edit-button-container > div:hover {
  color: #29a4f8 !important;
}
sp-landing-builder-social-links .landing-builder-social-links {
  vertical-align: top;
  position: relative;
  width: auto;
}
sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon] {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 40px;
  overflow: hidden;
  padding: 12px 20px;
  margin: 0;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  transition: all 600ms ease-in-out;
}
sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon]:hover:before {
  transition: all 300ms ease-in-out;
  transform: scale(1.25);
}
sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon] span {
  display: none !important;
}
sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon]:before {
  transition: all 333ms ease-in-out;
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: " ";
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-500px:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="500px" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-500px fa-w-14"><path fill="currentColor" d="M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-facebook:before {
  outline: 0;
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-f" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-facebook-f fa-w-10"><path fill="currentColor" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-instagram:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-instagram fa-w-14"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-twitter:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-twitter fa-w-16"><path fill="currentColor" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-youtube:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="youtube" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-youtube fa-w-18"><path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-vimeo:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="vimeo-v" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-vimeo-v fa-w-14"><path fill="currentColor" d="M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-linkedin:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-linkedin-in fa-w-14"><path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-pinterest:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="pinterest-p" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-pinterest-p fa-w-12"><path fill="currentColor" d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-tumblr:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="tumblr" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-tumblr fa-w-10"><path fill="currentColor" d="M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-flickr:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="flickr" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-flickr fa-w-14"><path fill="currentColor" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-meetup:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="meetup" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-meetup fa-w-16"><path fill="currentColor" d="M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-wechat:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="weixin" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-weixin fa-w-18"><path fill="currentColor" d="M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 72.9-154 165.3-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2.1-14.7 14.6-24.4 29.3-24.4zm-136.4 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.7 19.6-24.4 19.6zm107.1 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3.1 10-9.9 19.6-24.4 19.6z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-skype:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="skype" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-skype fa-w-14"><path fill="currentColor" d="M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-behance:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="behance" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-behance fa-w-18"><path fill="currentColor" d="M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-whatsapp:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="whatsapp" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-whatsapp fa-w-14"><path fill="currentColor" d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-telegram:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="telegram-plane" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-telegram-plane fa-w-14"><path fill="currentColor" d="M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-tiktok:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="tiktok" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-tiktok fa-w-14"><path fill="currentColor" d="M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-snapchat:before {
  background-image: url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="snapchat-ghost" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-snapchat-ghost fa-w-16"><path fill="currentColor" d="M510.846 392.673c-5.211 12.157-27.239 21.089-67.36 27.318-2.064 2.786-3.775 14.686-6.507 23.956-1.625 5.566-5.623 8.869-12.128 8.869l-.297-.005c-9.395 0-19.203-4.323-38.852-4.323-26.521 0-35.662 6.043-56.254 20.588-21.832 15.438-42.771 28.764-74.027 27.399-31.646 2.334-58.025-16.908-72.871-27.404-20.714-14.643-29.828-20.582-56.241-20.582-18.864 0-30.736 4.72-38.852 4.72-8.073 0-11.213-4.922-12.422-9.04-2.703-9.189-4.404-21.263-6.523-24.13-20.679-3.209-67.31-11.344-68.498-32.15a10.627 10.627 0 0 1 8.877-11.069c69.583-11.455 100.924-82.901 102.227-85.934.074-.176.155-.344.237-.515 3.713-7.537 4.544-13.849 2.463-18.753-5.05-11.896-26.872-16.164-36.053-19.796-23.715-9.366-27.015-20.128-25.612-27.504 2.437-12.836 21.725-20.735 33.002-15.453 8.919 4.181 16.843 6.297 23.547 6.297 5.022 0 8.212-1.204 9.96-2.171-2.043-35.936-7.101-87.29 5.687-115.969C158.122 21.304 229.705 15.42 250.826 15.42c.944 0 9.141-.089 10.11-.089 52.148 0 102.254 26.78 126.723 81.643 12.777 28.65 7.749 79.792 5.695 116.009 1.582.872 4.357 1.942 8.599 2.139 6.397-.286 13.815-2.389 22.069-6.257 6.085-2.846 14.406-2.461 20.48.058l.029.01c9.476 3.385 15.439 10.215 15.589 17.87.184 9.747-8.522 18.165-25.878 25.018-2.118.835-4.694 1.655-7.434 2.525-9.797 3.106-24.6 7.805-28.616 17.271-2.079 4.904-1.256 11.211 2.46 18.748.087.168.166.342.239.515 1.301 3.03 32.615 74.46 102.23 85.934 6.427 1.058 11.163 7.877 7.725 15.859z" class=""></path></svg>');
}
sp-landing-builder-social-links .landing-builder-social-links .social-icon-x:before {
  background-image: url("data:image/svg+xml; utf8, ");
}
sp-landing-builder-social-links .content-socials-dynamic {
  min-height: 40px;
}
sp-landing-builder-social-links .content-socials-dynamic.list-is-empty {
  min-height: 40px;
}
sp-landing-builder-social-links[is-footer] .content-socials-dynamic.footer-flag-off {
  display: none !important;
}
sp-landing-builder-social-links[is-footer] .content-socials-dynamic.footer-flag-off * {
  display: none !important;
}
sp-landing-builder-social-links[is-footer] .landing-builder-social-links *[class*=social-icon] {
  width: 40px;
  height: 30px;
  padding: 10px 0;
}
sp-landing-builder-social-links[is-footer] .content-socials-dynamic.footer-flag-on {
  min-height: 40px;
}
sp-landing-builder-social-links[is-footer] .socials-subcontainer .edit-button-container {
  opacity: 0;
}
sp-landing-builder-social-links[is-footer] .socials-subcontainer:hover .edit-button-container {
  opacity: 1;
}

html > body[data-user-id="255141"] .sidebar-logo {
  background-image: url(https://assets-edge.slickpic.com/img/logo-jeremy.png);
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position-x: 0%;
  background-position-y: 50%;
  transform: scale(1.1);
  background-size: contain;
}
@media (max-width: 767px) {
  html > body[data-user-id="255141"] .sidebar-logo {
    transform: scale(1.5) translate(34px, 4px);
  }
}
html > body #wrapper a[contenteditable=true], html > body #wrapper span[contenteditable=true], html > body #wrapper b[contenteditable=true], html > body #wrapper strong[contenteditable=true], html > body #wrapper i[contenteditable=true], html > body #wrapper u[contenteditable=true], html > body #wrapper s[contenteditable=true], html > body #wrapper strike[contenteditable=true] {
  display: inline;
}
html > body.color-black sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon], html > body.color-gray-dark sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon], html > body.color-grey-dark sp-landing-builder-social-links .landing-builder-social-links *[class*=social-icon] {
  filter: invert(1);
}
html > body .order-form-container .panels .order-section .section-header p {
  color: white !important;
}
html > body.theme-doubleline.theme-doubleline-nemesis.theme-wonder sp-landing-builder-social-links[is-footer] .landing-builder-social-links *[class*=social-icon] {
  filter: invert(1);
  opacity: 0.85;
}
html > body.theme-calm-leftmenu .sidebar-footer-container sp-landing-builder-social-links[is-footer], html > body.themeid-calm-leftmenu .sidebar-footer-container sp-landing-builder-social-links[is-footer] {
  min-height: 44px;
}
.album-actions .open-sale-product-button > sp-sale-product-button:empty:before {
  content: "Sales not supported";
}

.ico-blog-preview {
  display: inline-block;
  width: 24px !important;
  height: auto !important;
  vertical-align: middle;
  pointer-events: none;
  padding-bottom: 4px;
}

@keyframes fadeInPhoto {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html > body .cstm-album-view .slick-list {
  height: 50vh;
}
html > body .cstm-album-view[data-view-horizontal-block-size=small] .slick-list {
  padding-top: 0 !important;
  height: 360px;
}
html > body .cstm-album-view[data-view-horizontal-block-size=medium] .slick-list {
  padding-top: 0 !important;
  height: 55vh;
  min-height: 500px;
  max-height: 720px;
}
html > body .cstm-album-view[data-view-horizontal-block-size=large] .slick-list {
  padding-top: 0 !important;
  height: calc(100vh - 150px);
  min-height: 560px;
  max-height: 1000px;
}

html > body.public#wrapper .share-link-modal-container, html > body.public#wrapper .share-link-modal-container * {
  font-family: "SlickPro", "SlickSanFrancisco", "SF Pro Text", "Myriad Set Pro", "San Francisco", "SlickFont", "Helvetica Neue", "Segoe UI", "Roboto", "Helvetica", "Hiragino Kaku Gothic Pro", "Meiryo", Arial, sans-serif;
}

html > body .squared-grid a[data-object-type=video]:before {
  content: "";
  display: table;
  padding-top: 100%;
}
html > body .squared-grid a[data-object-type=video] sp-video-player,
html > body .squared-grid a[data-object-type=video] .image-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html > body .squared-grid a[data-object-type=video] sp-video-player.disable-source {
  display: none !important;
}
html > body .squared-grid a[data-object-type=video] sp-video-player.disable-source ~ img {
  display: block;
}
html > body .squared-grid a[data-object-type=video] sp-video-player ~ img {
  display: none;
}
html > body .squared-grid a[data-object-type=video] vg-player.vertical-padding-enable {
  padding-top: 0 !important;
}
html > body .squared-grid a[data-object-type=video] video {
  object-fit: cover;
}
html > body .slick-track sp-video-player.disable-source {
  display: none !important;
}
html > body .slick-track sp-video-player.disable-source ~ img {
  opacity: 1;
  pointer-events: auto;
}
html > body .slick-track sp-video-player ~ img {
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
}
html > body .real-grid a[data-object-type=video] .image-container {
  width: 100%;
}
html > body .real-grid a[data-object-type=video] .image-container sp-video-player.disable-source {
  display: none !important;
}
html > body .real-grid a[data-object-type=video] .image-container sp-video-player.disable-source ~ img {
  display: block;
}
html > body .real-grid a[data-object-type=video] .image-container sp-video-player ~ img {
  display: none;
}
html > body .cstm-album-view[data-view-type=flow][data-view-column-count] .flow-grid .flow-item sp-video-player,
html > body .cstm-album-view[data-view-type=flow][data-view-column-count] .flow-grid .flow-item-sizer sp-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}
html > body .cstm-album-view[data-view-type=flow][data-view-column-count] .flow-grid .flow-item sp-video-player ~ img,
html > body .cstm-album-view[data-view-type=flow][data-view-column-count] .flow-grid .flow-item-sizer sp-video-player ~ img {
  display: none;
}
html > body .cstm-album-view[data-view-type=flow][data-view-column-count] .flow-grid .flow-item sp-video-player.disable-source ~ img,
html > body .cstm-album-view[data-view-type=flow][data-view-column-count] .flow-grid .flow-item-sizer sp-video-player.disable-source ~ img {
  display: block;
}
html > body .justified-gallery > .entry-visible.video-thumb {
  position: absolute;
}
html > body .justified-gallery > .entry-visible.video-thumb sp-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
html > body .box-flex-popup {
  z-index: 1049;
  top: 0;
  left: 0;
  transform: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: saturate(110%) blur(3px);
  backdrop-filter: saturate(110%) blur(3px);
}
html > body .box-flex-popup .ico-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
}
html > body .box-flex-popup .flex-popup-container {
  z-index: 1051;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  width: 520px;
  min-height: 320px;
  height: auto;
  background: white;
  padding: 30px 45px;
  border-radius: 10px;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
}
html > body .box-flex-popup .flex-popup-container .header .title {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-family: "AwFont", "Helvetica Neue", "Roboto", "Helvetica", "Lato", "Open Sans", "Helvetica Neue LT Std", "Helvetica", "Arial", "Trebuchet MS", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 16px;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
html > body .box-flex-popup .flex-popup-container .header p, html > body .box-flex-popup .flex-popup-container .header .description {
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout li {
  width: 33%;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option {
  position: relative;
  width: 100%;
  border-radius: 3px;
  transition: all 333ms ease-in-out;
  cursor: pointer;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option input + span {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  padding-top: 108px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #333;
  width: 100%;
  padding-bottom: 15px;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option input:checked ~ span {
  color: white !important;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option input:checked ~ span:before {
  opacity: 1 !important;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option input:checked ~ .background {
  background: #1ba2fc !important;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
  border-radius: 3px;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option:hover .background {
  background: rgba(40, 164, 249, 0.1);
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option span:not(.background) {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option span:not(.background):before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 132px;
  height: 104px;
  margin-left: -66px;
  background: url(https://assets-edge.slickpic.com/img/ico-layouts-10.png) no-repeat 0 0;
  display: block;
  transform: scale(0.75);
  opacity: 0.66;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-1 span:not(.background):before {
  background-position: 0 0;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-1.active input,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-1 input:checked {
  outline: none;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-1.active input + span:before,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-1 input:checked + span:before {
  background-position: 0 -220px;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-1.active input + span,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-1 input:checked + span {
  color: white;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-1.active input ~ .background,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-1 input:checked ~ .background {
  background: #1ba2fc;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-2 span:not(.background):before {
  background-position: -142px 0;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-2.active input,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-2 input:checked {
  outline: none;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-2.active input + span:before,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-2 input:checked + span:before {
  background-position: -142px -220px;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-2.active input + span,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-2 input:checked + span {
  color: white;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-2.active input ~ .background,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-2 input:checked ~ .background {
  background: #1ba2fc;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-3 span:not(.background):before {
  background-position: -284px 0;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-3.active input,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-3 input:checked {
  outline: none;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-3.active input + span:before,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-3 input:checked + span:before {
  background-position: -284px -220px;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-3.active input + span,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-3 input:checked + span {
  color: white;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-3.active input ~ .background,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-3 input:checked ~ .background {
  background: #1ba2fc;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-4 span:not(.background):before {
  background-position: -426px 0;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-4.active input,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-4 input:checked {
  outline: none;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-4.active input + span:before,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-4 input:checked + span:before {
  background-position: -426px -220px;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-4.active input + span,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-4 input:checked + span {
  color: white;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-4.active input ~ .background,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-4 input:checked ~ .background {
  background: #1ba2fc;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-6 span:not(.background):before {
  background-position: -568px 0;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-6.active input,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-6 input:checked {
  outline: none;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-6.active input + span:before,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-6 input:checked + span:before {
  background-position: -568px -220px;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-6.active input + span,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-6 input:checked + span {
  color: white;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-6.active input ~ .background,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-6 input:checked ~ .background {
  background: #1ba2fc;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-5 span:not(.background):before {
  background-position: -710px 0;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-5.active input,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-5 input:checked {
  outline: none;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-5.active input + span:before,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-5 input:checked + span:before {
  background-position: -710px -220px;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-5.active input + span,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-5 input:checked + span {
  color: white;
}
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-5.active input ~ .background,
html > body .box-flex-popup .flex-popup-container .sp-flex-layout .sp-flex-layout-option.layout-5 input:checked ~ .background {
  background: #1ba2fc;
}
html > body .box-flex-popup .flex-popup-container .ico-close-inside {
  position: relative;
  display: block;
  width: 100%;
  background: #222;
  border-radius: 2px;
  display: inline-block;
  padding: 6px 20px 6px;
  box-shadow: none;
  border-radius: 50px;
  text-shadow: none;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background: #28a4f8;
  border: 1px solid #28a4f8;
  transition: 0.15s ease all;
  line-height: 24px;
  height: auto;
  width: auto;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  text-decoration: none !important;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: white;
  border-color: #e5e5e5;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  border: 0;
  margin-top: -6px;
  margin-bottom: 20px;
  top: auto;
  left: auto;
  right: auto;
}
html > body .box-flex-actions {
  position: absolute;
  top: 0;
  right: 0;
}
html > body .box-flex-actions .open-popup-button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 6px 16px;
  height: 28px;
  line-height: 16px;
  background: #3B97E3;
  border-radius: 5px 0 5px 5px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  transition: all 300ms ease-in-out;
}
html > body .box-flex-actions .open-popup-button:hover {
  opacity: 0.9;
}
html > body .reframer {
  width: 100%;
  min-height: 240px;
}
html > body .reframer iframe {
  width: 100%;
  min-height: 240px;
}
html > body[data-user-id="277178"] .reframer {
  min-height: 100vh;
  height: 100vh;
}
html > body[data-user-id="277178"] .reframer iframe {
  height: 100vh;
  min-height: 100vh;
}
html > body[data-user-id="277178"][data-page-id="29913"] .content.content-footer {
  display: none;
}
html > body[data-user-id="277178"][data-page-id="29913"] .website220-content,
html > body[data-user-id="277178"][data-page-id="29913"] .vidalytics-wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
html > body[data-user-id="277178"][data-page-id="29913"], html > body[data-user-id="277178"][data-page-id="29913"] .website220-content {
  overflow-y: hidden;
}
html > body .sp-block.content.sp-block-flex {
  padding-bottom: 24px;
}
html > body .sp-block.content.sp-block-flex .sp-block-flex-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}
html > body .sp-block.content.sp-block-flex .sp-block-flex-container > .box-image,
html > body .sp-block.content.sp-block-flex .sp-block-flex-container > img,
html > body .sp-block.content.sp-block-flex .sp-block-flex-container > div:not(.container-flex) {
  display: none !important;
}
html > body .sp-block.content.sp-block-flex .sp-block-flex-container .container-flex {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  min-width: 50%;
}
html > body .sp-block.content.sp-block-flex .sp-block-flex-container .container-flex .flex-content .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html > body .sp-block.content.sp-block-flex .sp-block-flex-container .container-flex .sp-contacts-form .col,
html > body .sp-block.content.sp-block-flex .sp-block-flex-container .container-flex .sp-contacts-form .col-12.col-md {
  padding-left: 0;
}
html > body .sp-block.content.sp-block-flex .sp-block-flex-container .container-flex.flex-01 ~ .flex-01 {
  display: none !important;
}
html > body .sp-block.content.sp-block-flex .sp-block-flex-container .container-flex.flex-02 ~ .flex-02 {
  display: none !important;
}
html > body .sp-block.content.sp-block-flex .sp-block-flex-container .container-flex.flex-03 ~ .flex-03 {
  display: none !important;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-1] .sp-block-flex-container .container-flex {
  text-align: center;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-1] .sp-block-flex-container .container-flex.flex-01 {
  width: 100%;
  padding-bottom: 30px;
  display: none;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-1] .sp-block-flex-container .container-flex.flex-02 {
  flex-basis: 50%;
  min-width: 50%;
  flex-grow: 1;
  padding-right: 30px;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-1] .sp-block-flex-container .container-flex.flex-03 {
  text-align: left;
  flex-basis: 50%;
  min-width: 50%;
  flex-grow: 1;
  padding-left: 30px;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-2] .sp-block-flex-container .container-flex {
  text-align: center;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-2] .sp-block-flex-container .container-flex.flex-01 {
  width: 100%;
  padding-bottom: 30px;
  display: none !important;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-2] .sp-block-flex-container .container-flex.flex-02 {
  flex-basis: 50%;
  min-width: 50%;
  flex-grow: 1;
  padding-left: 30px;
  order: 3;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-2] .sp-block-flex-container .container-flex.flex-03 {
  text-align: left;
  flex-basis: 50%;
  min-width: 50%;
  flex-grow: 1;
  padding-right: 30px;
  order: 2;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-3] .sp-block-flex-container .container-flex {
  text-align: center;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-3] .sp-block-flex-container .container-flex.flex-01 {
  width: 100%;
  padding-bottom: 30px;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-3] .sp-block-flex-container .container-flex.flex-02 {
  flex-basis: 50%;
  min-width: 50%;
  flex-grow: 1;
  padding-right: 30px;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-3] .sp-block-flex-container .container-flex.flex-03 {
  text-align: left;
  flex-basis: 50%;
  min-width: 50%;
  flex-grow: 1;
  padding-left: 30px;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-3] .sp-block-flex-container .container-flex.flex-03 h2 {
  display: none;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-4] .sp-block-flex-container .container-flex {
  text-align: center;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-4] .sp-block-flex-container .container-flex.flex-01 {
  width: 100%;
  padding-bottom: 30px;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-4] .sp-block-flex-container .container-flex.flex-02 {
  flex-basis: 50%;
  min-width: 50%;
  flex-grow: 1;
  padding-left: 30px;
  order: 3;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-4] .sp-block-flex-container .container-flex.flex-03 {
  text-align: left;
  flex-basis: 50%;
  min-width: 50%;
  flex-grow: 1;
  padding-right: 30px;
  order: 2;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-4] .sp-block-flex-container .container-flex.flex-03 h2 {
  display: none;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-5] .sp-block-flex-container .container-flex {
  text-align: center;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-5] .sp-block-flex-container .container-flex.flex-01 {
  width: 100%;
  padding-bottom: 30px;
  order: 2;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-5] .sp-block-flex-container .container-flex.flex-02 {
  flex-basis: 100%;
  min-width: 100%;
  flex-grow: 1;
  padding-bottom: 30px;
  order: 1;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-5] .sp-block-flex-container .container-flex.flex-03 {
  text-align: left;
  flex-basis: 100%;
  min-width: 100%;
  flex-grow: 1;
  padding-bottom: 30px;
  order: 3;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-5] .sp-block-flex-container .container-flex.flex-03 .block-body {
  display: none;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-6] .sp-block-flex-container .container-flex {
  text-align: center;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-6] .sp-block-flex-container .container-flex.flex-01 {
  width: 100%;
  padding-bottom: 30px;
  order: 1;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-6] .sp-block-flex-container .container-flex.flex-02 {
  flex-basis: 100%;
  min-width: 100%;
  flex-grow: 1;
  padding-bottom: 30px;
  order: 3;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-6] .sp-block-flex-container .container-flex.flex-03 {
  text-align: left;
  flex-basis: 100%;
  min-width: 100%;
  flex-grow: 1;
  padding-bottom: 60px;
  order: 2;
}
html > body .sp-block.content.sp-block-flex[data-flex-type=layout-6] .sp-block-flex-container .container-flex.flex-03 .block-body {
  display: none;
}
@media (max-width: 767px) {
  html > body .sp-block.content.sp-block-flex[data-flex-type*=layout] .sp-block-flex-container .container-flex.flex-03, html > body .sp-block.content.sp-block-flex[data-flex-type*=layout] .sp-block-flex-container .container-flex.flex-02, html > body .sp-block.content.sp-block-flex[data-flex-type*=layout] .sp-block-flex-container .container-flex.flex-01 {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    flex-basis: 100%;
    min-width: 100%;
    padding-bottom: 30px;
  }
  html > body .sp-block.content.sp-block-flex[data-flex-type*=layout][data-flex-type=layout-1] .sp-block-flex-container .container-flex.flex-01, html > body .sp-block.content.sp-block-flex[data-flex-type*=layout][data-flex-type=layout-2] .sp-block-flex-container .container-flex.flex-01 {
    display: none;
  }
}
html > body.theme-notch-top.theme-serenity.theme-lithe .website220-page .website220-container .website220-sidebar,
html > body.theme-notch-top.theme-serenity.theme-lithe .website220-page .website220-container .content {
  max-width: 1200px;
  font-family: futura-pt, futura, arial;
}
html > body .collections-wrapper-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: 35px;
}
html > body .collections-wrapper-row .collection {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  html > body .collections-wrapper-row .collection {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
html > body .collections-wrapper-row .collection .collection__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
html > body .collections-wrapper-row .collection .collection__photo {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: opacity 0.2s ease-out;
  max-width: 100%;
  padding-bottom: 66.66%;
  width: 100%;
}
html > body .collections-wrapper-row .collection .collection__photo .box-image,
html > body .collections-wrapper-row .collection .collection__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
html > body .collections-wrapper-row .collection .absolute-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-in-out;
}
html > body .collections-wrapper-row .collection .collection__text {
  text-align: center;
  bottom: 15px;
  left: 15px;
  padding: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.2s ease-out;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
html > body .collections-wrapper-row .collection:hover .collection__text {
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
}
html > body .collections-wrapper-row .collection:hover .absolute-fill {
  background-color: rgba(0, 0, 0, 0.35);
}
html > body .collections-wrapper-row .collection .collection__title {
  color: #fff !important;
  padding: 0 10px;
  line-height: 1.1 !important;
}
html > body .collections-wrapper-row .collection .collection__date {
  color: #fff !important;
  padding: 0 10px;
}
html > body.theme-eternity .content.content-footer .footer-logo img {
  max-width: 160px;
}
html > body.theme-eternity .content.content-footer .footer-copyright {
  font-size: 14px !important;
  color: #555 !important;
  margin-top: 12px !important;
  margin-bottom: 10px !important;
}
html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 60px;
}
html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo {
  width: 240px;
}
html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo .cstm-profile-logo {
  max-height: 64px;
}
html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo .cstm-profile-logo a {
  position: absolute;
  overflow: visible;
  margin-top: -12px;
  height: 60px;
  background: url(https://stored-cf.slickpic.com/MzA3ODUxZGQ3NTRiYjA,/20220719/MTg5NzM4MjM0NzA0/p/1000/blob.webp) no-repeat center center;
  background-size: contain;
}
html > body[data-user-id="307851"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo .cstm-profile-logo a img {
  image-rendering: crisp-edges;
}

html > body .dotcaption {
  pointer-events: none !important;
  opacity: 0.001 !important;
  visibility: hidden !important;
  font-size: 0 !important;
  text-indent: -4515px !important;
  background: transparent !important;
}
@media (any-pointer: fine) and (hover: hover) {
  html > body .pointer div {
    transition: transform 500ms ease-in-out !important;
  }
  html > body .pointer:hover div {
    transform: scale(1.25) !important;
    transition: transform 250ms ease-in-out !important;
  }
}
html > body div[data-tippy-root] .tippy-box {
  background: #fffae1;
  border: 1px solid #f2e5a6;
  border-radius: 3px;
  font-size: 13px;
  color: #111;
  padding: 4px 10px;
  box-shadow: 2.7px 2.1px 2.7px rgba(0, 0, 0, 0.009), 6.9px 5.4px 6.9px rgba(0, 0, 0, 0.013), 14px 11px 14.2px rgba(0, 0, 0, 0.017), 28.8px 22.6px 29.2px rgba(0, 0, 0, 0.021), 79px 62px 80px rgba(0, 0, 0, 0.03);
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
}
html > body #ic7fd {
  display: none !important;
}

body .far, body .fas {
  font-family: "Font Awesome 5 Free" !important;
}
body .fa.fab.fa-facebook,
body .fa.fab.fa-instagram,
body .fa.fab.fa-twitter,
body .fa.fab.fa-vimeo,
body .fa.fab.fa-linkedin,
body .fa.fab.fa-pinterest,
body .fa.fab.fa-tumblr,
body .fa.fab.fa-youtube,
body .fa.fab.fa-flickr,
body .fa.fab.fa-500px,
body .fa.fab.fa-meetup,
body .fa.fab.fa-wechat,
body .fa.fab.fa-skype,
body .fa.fab.fa-behance,
body .fa.fab.fa-whatsapp {
  font-family: "Font Awesome 5 Brands" !important;
}
body .website220-page > .website220-container > .website220-content.far, body .website220-page > .website220-container > .website220-content.fas, body .website220-page > .website220-container > .website220-content * > *.far, body .website220-page > .website220-container > .website220-content * > *.fas,
body .website220-page > .website220-container > .website220-content .content.far,
body .website220-page > .website220-container > .website220-content .content.fas,
body .website220-page > .website220-container > .website220-content .content * > *.far,
body .website220-page > .website220-container > .website220-content .content * > *.fas {
  font-family: "Font Awesome 5 Free" !important;
}
body .website220-page > .website220-container > .website220-content.fab, body .website220-page > .website220-container > .website220-content * > *.fab,
body .website220-page > .website220-container > .website220-content .content.fab,
body .website220-page > .website220-container > .website220-content .content * > *.fab {
  font-family: "Font Awesome 5 Brands" !important;
}
body.theme-eternity {
  height: auto;
  outline: none;
  overflow: scroll;
  overflow-x: hidden;
}
body.theme-eternity .website220-page {
  height: auto;
  min-height: 100px;
  max-height: 45150px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-interpolation-mode: bicubic;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "liga", "kern";
  -moz-osx-font-smoothing: grayscale;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
body.theme-eternity .website220-page .splash-photo .container-text .text-content p, body.theme-eternity .website220-page, body.theme-eternity .website220-page * {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-interpolation-mode: bicubic;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "liga", "kern";
  -moz-osx-font-smoothing: grayscale;
}
body.theme-eternity .website220-page input[type=text],
body.theme-eternity .website220-page input[type=number],
body.theme-eternity .website220-page input[type=email],
body.theme-eternity .website220-page textarea,
body.theme-eternity .website220-page .btn,
body.theme-eternity .website220-page input[type=button],
body.theme-eternity .website220-page p, body.theme-eternity .website220-page p * {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
body.theme-eternity .website220-page .website220-container {
  padding: 0 !important;
  flex-direction: column;
  overflow: visible;
  max-height: 45150px;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}
body.theme-eternity .website220-page .website220-container p,
body.theme-eternity .website220-page .website220-container ul,
body.theme-eternity .website220-page .website220-container h1,
body.theme-eternity .website220-page .website220-container h2,
body.theme-eternity .website220-page .website220-container h3 {
  color: #222;
}
body.theme-eternity .website220-page .website220-container p + .site-button,
body.theme-eternity .website220-page .website220-container ul + .site-button,
body.theme-eternity .website220-page .website220-container h1 + .site-button,
body.theme-eternity .website220-page .website220-container h2 + .site-button,
body.theme-eternity .website220-page .website220-container h3 + .site-button {
  margin-top: 12px;
}
body.theme-eternity .website220-page .website220-container h2 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
}
body.theme-eternity .website220-page .website220-container h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
}
body.theme-eternity .website220-page .website220-container h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
body.theme-eternity .website220-page .website220-container .text-highlight {
  color: #ff214f;
}
body.theme-eternity .website220-page .website220-container .form-element > input[type=button],
body.theme-eternity .website220-page .website220-container .site-button {
  display: inline-block;
  letter-spacing: 0.5px;
  line-height: inherit;
  width: auto;
  outline: none;
  border: 0;
  font-family: "Montserrat", sans-serif;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  font-size: 14px;
  white-space: nowrap;
  background: #ff214f;
  border-color: #ff214f;
  color: #fff !important;
  border-radius: 100px;
  padding: 8px 24px;
  font-weight: 600;
  text-transform: none;
  text-decoration: none !important;
}
body.theme-eternity .website220-page .website220-container .form-element > input[type=button]:hover,
body.theme-eternity .website220-page .website220-container .site-button:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
body.theme-eternity .website220-page .website220-container .form-element > input[type=button].larger,
body.theme-eternity .website220-page .website220-container .site-button.larger {
  font-size: 18px;
  padding: 12px 36px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar {
  min-height: 72px;
  padding: 20px 60px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content {
  width: 100%;
  flex-direction: row;
  height: auto;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-footer {
  display: none !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo {
  flex: none;
  width: 200px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
  max-height: 30px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-icons {
  width: 200px;
  width: auto;
  min-width: 1px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu {
  width: auto;
  flex-grow: 1;
  display: block;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: center !important;
  align-items: center;
  justify-content: center;
  display: flex;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav {
  width: 100%;
  flex: none;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper {
  width: 100%;
  flex: none;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav {
  width: 100%;
  flex: none;
  text-align: right;
  list-style: none;
  display: block;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item + .nav-item {
  margin-top: 0;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a {
  padding: 6px 12px;
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  border-radius: 3px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover {
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 997px) {
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.has-childs:hover ul.childs {
    opacity: 1;
    pointer-events: auto;
  }
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item ul.childs {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 220px;
    background: white;
    left: 0;
    height: auto;
    top: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    text-align: left;
    transition: all 333ms ease-in-out;
    z-index: 30;
  }
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item ul.childs > .nav-item {
    display: block !important;
    width: 100%;
    text-align: left;
  }
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item ul.childs > .nav-item:first-child {
    display: none !important;
  }
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item ul.childs > .nav-item a {
    color: #222 !important;
    display: block;
    vertical-align: middle;
    position: relative;
    padding: 10px 15px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item ul.childs > .nav-item.active > a a:hover {
    color: #ff214f;
  }
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay {
  z-index: 50;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .logo-light {
  display: none !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .logo-dark {
  display: inline-block !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-profile-logo,
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-profile-logo a {
  color: #fff !important;
  white-space: nowrap;
  max-width: 400px !important;
  height: 36px;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a {
  color: #fff !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover {
  color: #ff214f !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-custom-navigation, body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-custom-navigation:not(.show) {
  display: block;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .cstm-custom-navigation .nav-item.mobile-menu-opener {
  filter: invert(1);
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .logo-light {
  display: inline-block !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .logo-dark {
  display: none !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo,
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a {
  color: #222 !important;
  white-space: nowrap;
  max-width: 400px !important;
  height: 36px;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a {
  color: #222 !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover {
  color: #ff214f !important;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static + .website220-content {
  margin-top: 0px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static + .website220-content .content-container {
  margin-top: 30px;
}
body.theme-eternity .website220-page .website220-container > .website220-sidebar.static + .website220-content .splash-photo {
  height: calc(90vh - 60px);
}
body.theme-eternity .website220-page .website220-container > .website220-content {
  width: 100%;
  padding: 0;
  max-height: 45150px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content {
  max-width: 1200px;
}
@media screen and (max-width: 1260px) {
  body.theme-eternity .website220-page .website220-container > .website220-content .content {
    max-width: 960px;
  }
}
@media screen and (max-width: 996px) {
  body.theme-eternity .website220-page .website220-container > .website220-content .content {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  body.theme-eternity .website220-page .website220-container > .website220-content .content {
    max-width: 100%;
  }
}
body.theme-eternity .website220-page .website220-container > .website220-content .content + .content:not(.album-view-container):not(.box-text) {
  margin-top: 60px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content + .content.box-text {
  margin-top: 0 !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content + .content.album-view-container {
  margin-top: 0;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content > .content {
  margin-bottom: 0;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.album-view-container.content-wide {
  padding-left: 60px;
  padding-right: 60px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.content-wide {
  max-width: 100%;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content {
  margin-bottom: 30px;
  text-align: left;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content h3 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content p b {
  color: #ff214f;
  font-weight: 600;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content p.larger {
  font-size: 18px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content.center, body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content .center {
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.backhighlight {
  background: #f8f8f8;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.horizontal-fullsize {
  margin-top: -30px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 60px !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.horizontal-fullsize .open-sale-product-button {
  display: none !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.horizontal-fullsize .cstm-album-view .slick-list {
  height: calc(100vh - 78px);
  max-height: 960px;
  min-height: 480px;
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  body.theme-eternity .website220-page .website220-container > .website220-content .content.horizontal-fullsize .cstm-album-view .slick-list {
    padding-top: 66.66% !important;
    height: auto;
    min-height: 240px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content.horizontal-fullsize .cstm-album-view .slick-list .slick-slide img {
    min-width: 100px !important;
  }
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.horizontal-fullsize.medium .cstm-album-view .slick-list {
  height: calc(100vh - 276px);
  max-height: 960px;
  min-height: 400px;
  padding-top: 0 !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse {
  background: #222;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse h1, body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse h2, body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse h3, body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse h4, body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse h5, body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse p {
  color: #fff;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.backhighlight > .content, body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse > .content {
  padding: 60px 0;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.backhighlight > .content + .content, body.theme-eternity .website220-page .website220-container > .website220-content .content.backinverse > .content + .content {
  padding: 20px 0 60px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.content-newsletter-custom {
  border-top: 1px dotted rgba(0, 0, 0, 0.05);
  padding-top: 60px;
  margin-top: 30px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .whitebox {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #ff214f;
  border-radius: 1px;
  padding: 10%;
  text-align: center;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .whitebox h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .whitebox p {
  font-size: 16px;
  line-height: 1.5;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom {
  flex: 1;
  justify-content: space-evenly;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .smallphoto {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .smallphoto img {
  width: 128px;
  display: inline-block;
  height: 128px;
  line-height: 48px;
  font-size: 24px;
  color: white;
  background: #ff214f;
  text-align: center;
  border-radius: 1000px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .icon {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .icon i {
  width: 48px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  color: white;
  background: #ff214f;
  text-align: center;
  border-radius: 1000px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .cell {
  display: flex;
  padding-left: 10px !important;
  padding-right: 10px !important;
  flex-basis: 20%;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: stretch;
  align-self: stretch;
  flex-direction: column;
  margin-bottom: 10px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .cell .sp-plus-button {
  display: none !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .cell, body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .cell:first-child, body.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .cell:last-child {
  padding-left: 0;
  padding-right: 0;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half.columns-full {
  width: 100%;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half.columns-full .column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column {
  align-self: center;
  justify-content: flex-start;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column.fullsize {
  padding-right: 0;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column.fullsize img {
  min-width: 100%;
  height: auto;
  box-shadow: none;
  max-height: 45150px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column.fullsize + .column {
  padding-right: 30px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column img {
  max-height: 960px;
  width: auto !important;
  min-width: 24px;
  border-radius: 1px;
  box-shadow: -20px 20px 0 #ff214f, -3px -3px 3px rgba(0, 0, 0, 0.05);
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p b {
  color: #ff214f;
  font-weight: 600;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column:first-child {
  padding-right: 30px;
  text-align: left;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column:last-child {
  padding-left: 30px;
  text-align: left;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.content-footer {
  top: auto;
}
body.theme-eternity .website220-page .website220-container > .website220-content .content.content-footer hr {
  border-color: rgba(0, 0, 0, 0.07);
}
body.theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-1 .album-list-view-content .album-list-item .album-list-item-title a, body.theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-2 .album-list-view-content .album-list-item .album-list-item-title a, body.theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-5 .album-list-view-content .album-list-item .album-list-item-title a {
  color: #ff214f !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo {
  width: 100%;
  height: 90vh;
  min-height: 440px;
  position: relative;
  overflow: visible;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4001);
  content: " ";
  pointer-events: none;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .scroll-down {
  position: absolute;
  bottom: 0;
  border: 2px solid rgba(255, 255, 255, 0.001);
  z-index: 10;
  margin-bottom: -24px;
  margin-left: -24px;
  opacity: 1;
  width: 48px;
  height: 48px;
  line-height: 40px;
  border-radius: 1000px;
  background: #ff214f;
  color: #fff !important;
  text-align: center;
  left: 50%;
  font-weight: 600;
  font-size: 30px;
  text-decoration: none !important;
  transition: all 333ms ease-in-out;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .scroll-down:hover {
  border-color: rgba(255, 255, 255, 0.9);
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .sp-plus-button {
  display: none !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100% !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container img {
  width: auto;
  height: auto !important;
  min-height: 100%;
  position: absolute;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video, body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video.content {
  width: 100%;
  max-width: 100%;
  width: auto;
  height: auto !important;
  min-height: 100%;
  position: absolute;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video, body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video video, body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video.content, body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video.content video {
  pointer-events: none;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video video, body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video.content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video video::-webkit-media-controls-panel, body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video.content video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  max-width: 100%;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .slideshow-container .cstm-slideshow .album-actions {
  top: 144px;
  z-index: 1001;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .slideshow-container .cstm-slideshow iframe {
  background: #111;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .slideshow-container .cstm-slideshow,
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .slideshow-container .cstm-slideshow iframe,
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .photo-container .slideshow-container > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  max-width: 100%;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 60px;
  transform: translate(0, -50%);
  min-width: 280px;
  width: 100%;
  max-width: 960px;
  padding-left: 60px;
  padding-right: 60px;
  color: #fff;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.33);
  font-size: 100%;
  z-index: 10;
}
@media screen and (max-width: 1260px) {
  body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
    max-width: 640px;
  }
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
  text-align: left;
  color: #fff;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 16px;
  padding-top: 16px;
  position: relative;
}
@media screen and (max-width: 1260px) {
  body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
    font-size: 36px;
  }
}
body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  content: " ";
  background: #ff214f;
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo, body.theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .cstm-profile-logo a {
  color: white !important;
}
@media screen and (min-width: 997px) {
  body.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after {
    content: " ";
    width: 100%;
    height: 2px;
    pointer-events: none;
    position: absolute;
    background: #ff214f;
    bottom: -26px;
    left: 0;
  }
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item:not(.active) a, body.theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item:not(.active) a {
  color: #fff !important;
}
body.theme-eternity.color-black .website220-page .website220-container p,
body.theme-eternity.color-black .website220-page .website220-container ul,
body.theme-eternity.color-black .website220-page .website220-container h1,
body.theme-eternity.color-black .website220-page .website220-container h2,
body.theme-eternity.color-black .website220-page .website220-container h3,
body.theme-eternity.color-black .website220-page .website220-container h2, body.theme-eternity.color-gray-dark .website220-page .website220-container p,
body.theme-eternity.color-gray-dark .website220-page .website220-container ul,
body.theme-eternity.color-gray-dark .website220-page .website220-container h1,
body.theme-eternity.color-gray-dark .website220-page .website220-container h2,
body.theme-eternity.color-gray-dark .website220-page .website220-container h3,
body.theme-eternity.color-gray-dark .website220-page .website220-container h2 {
  color: #fff;
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-content .content.backhighlight, body.theme-eternity.color-gray-dark .website220-page .website220-container > .website220-content .content.backhighlight {
  background: #555;
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-content .content .whitebox, body.theme-eternity.color-gray-dark .website220-page .website220-container > .website220-content .content .whitebox {
  background: #444;
}
body.theme-eternity.color-black .website220-page .website220-container .content.content-footer .footer-logo .logo-light, body.theme-eternity.color-gray-dark .website220-page .website220-container .content.content-footer .footer-logo .logo-light {
  display: none !important;
}
body.theme-eternity.color-black .website220-page .website220-container .content.content-footer .footer-logo .logo-dark, body.theme-eternity.color-gray-dark .website220-page .website220-container .content.content-footer .footer-logo .logo-dark {
  display: block !important;
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .logo-light, body.theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .logo-light {
  display: none !important;
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-sidebar.static .logo-light + .logo-dark, body.theme-eternity.color-gray-dark .website220-page .website220-container > .website220-sidebar.static .logo-light + .logo-dark {
  display: block !important;
}
body.theme-eternity.color-black .website220-page .website220-container > .website220-content .content.content-footer hr, body.theme-eternity.color-gray-dark .website220-page .website220-container > .website220-content .content.content-footer hr {
  border-color: rgba(255, 255, 255, 0.07);
}
body.theme-eternity.public .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video video,
body.theme-eternity.public .website220-page .website220-container > .website220-content .splash-photo .photo-container .box-video.content video {
  pointer-events: none;
}
body.theme-eternity.public .website220-page .website220-container > .website220-content .splash-photo .container-text {
  pointer-events: none;
}
body.theme-eternity[data-user-id="292486"] .website220-page .website220-container > .website220-content .content .columns.columns-half .column img {
  box-shadow: -20px 20px 0 var(--sp-accent-color), -3px -3px 3px rgba(0, 0, 0, 0.05);
}
body.theme-eternity[data-user-id="292486"] .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after {
  background: var(--sp-accent-color) !important;
}
body.theme-eternity[data-user-id="292486"] .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body.theme-eternity[data-user-id="292486"] .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover,
body.theme-eternity[data-user-id="292486"] .website220-page .website220-container > .website220-content .content .columns.columns-half .column p b {
  color: var(--sp-accent-color) !important;
}

@media only screen and (max-width: 996px) {
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-footer {
    display: none !important;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .list-holder {
    display: none;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation {
    text-align: right;
    justify-content: flex-end;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation, html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation:not(.show) {
    display: block;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1545;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .nav-item.mobile-menu-opener {
    display: none !important;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder {
    display: flex;
    align-items: center;
    height: 100%;
    height: 92vh;
    padding: 0;
    max-height: 92vh;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav {
    margin: 0 !important;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    flex: none;
    max-height: 100%;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item {
    display: block;
    margin: 0;
    padding: 0;
    flex: none;
    border: 0 !important;
    min-height: 40px;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a {
    display: block;
    text-align: center;
    padding: 12px 10px;
    color: #333;
    color: inherit !important;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item a:after {
    display: none !important;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link {
    position: relative;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item.has-childs > .nav-link:before {
    display: block !important;
    content: "›" !important;
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 40px;
    transform: translate(0, -50%);
    margin-top: -6px;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-height: 360px;
    background: transparent;
    bottom: auto;
    overflow: visible;
    pointer-events: auto;
    text-align: center;
    margin-bottom: 6px;
    padding-top: 6px;
    padding-bottom: 12px;
    margin-top: 0;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item:last-child {
    padding-bottom: 2px;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .childs .nav-item .nav-link {
    padding: 0;
    background: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current {
    display: none;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open .list-holder .navbar-nav .nav-item .mobile-menu-open-child-current + .childs {
    border: 0 !important;
    box-shadow: none !important;
    display: block;
    z-index: 10;
    min-width: 100%;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation.mobile-open.mobile-menu-open-child-active .list-holder > .navbar-nav > li > a {
    display: none !important;
  }
  html > body.theme-eternity .website220-page .website220-container .website220-sidebar .sidebar-content .sidebar-menu .cstm-custom-navigation .mobile-menu-closer {
    background: transparent !important;
    color: black !important;
    line-height: 36px;
    font-size: 40px;
    margin-top: 10px !important;
    text-align: center;
    padding: 0 10px !important;
    font-weight: 300 !important;
    filter: none !important;
  }
  html > body.theme-eternity .navbar:before, html > body.theme-eternity .navbar:after {
    content: " ";
    display: table;
  }
  html > body.theme-eternity .navbar:after {
    clear: both;
  }
  html > body.theme-eternity .mobile-menu-left {
    float: left;
    width: 10%;
    flex: none;
  }
  html > body.theme-eternity .mobile-logo-right {
    width: 100%;
    float: left;
    flex: none;
    max-width: 80%;
    text-align: center;
    padding-right: 11% !important;
  }
  html > body.theme-eternity .cstm-custom-navigation, html > body.theme-eternity .cstm-custom-navigation:not(.show) {
    display: block;
  }
  html > body.theme-eternity .cstm-custom-navigation .nav-item.mobile-menu-opener {
    display: inline-block !important;
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    vertical-align: middle;
    background-size: 100% 100%;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-indent: -4515px;
    color: transparent;
  }
  html > body.theme-eternity .cstm-custom-navigation .navbar-nav {
    display: none;
  }
  html > body.theme-eternity .cstm-custom-navigation.mobile-open .mobile-menu-closer {
    display: block !important;
    background: #444;
    font-family: Arial !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1502;
    width: 36px;
    height: 36px;
    margin: 12px;
    border-radius: 100%;
    color: white;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
  }
  html > body.theme-eternity .cstm-custom-navigation.mobile-open .mobile-menu-child-back {
    display: none !important;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1502;
    width: 36px;
    height: 36px;
    margin: 12px;
    border-radius: 100%;
    color: inherit !important;
    text-align: center;
    line-height: 36px;
    font-size: 30px !important;
    padding-top: 7px;
  }
  html > body.theme-eternity .cstm-custom-navigation.mobile-open.mobile-menu-open-child-active .mobile-menu-child-back {
    display: block !important;
    filter: none !important;
  }
}
@media screen and (max-width: 1260px) {
  body.theme-eternity .website220-page .website220-container h2 {
    font-size: 30px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.theme-eternity .website220-page .website220-container .content.content-footer .footer-logo img {
    max-height: 36px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
    font-size: 24px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .form-element > input[type=button],
body.theme-eternity .website220-page .website220-container > .website220-content .site-button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content + .content:not(.album-view-container) {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .content + .content:not(.album-view-container) {
    margin-top: 30px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content.center,
body.theme-eternity .website220-page .website220-container > .website220-content .content .text-content .center {
    max-width: 100%;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half {
    display: flex;
    flex-direction: column;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column {
    margin-bottom: 30px;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column:first-child {
    padding-right: 0 !important;
    order: 2;
  }
  body.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column:last-child {
    padding-left: 0 !important;
    order: 1;
  }
}
html > body .website220-page .website220-container .album-actions .album-list-delete-button,
html > body .website220-page .website220-container .album-actions .album-list-open-popup-button,
html > body .website220-page .website220-container .album-actions .open-reorder-button,
html > body .website220-page .website220-container .album-actions .album-list-resort-button,
html > body .website220-page .website220-container .album-actions .open-album-selector-button,
html > body .website220-page .website220-container .album-actions .open-sale-product-button *,
html > body .website220-page .website220-container .album-actions .open-sale-product-button {
  font-family: "AwFont", "Lato", "Open Sans", "Roboto", "Helvetica Neue", "Helvetica Neue LT Std", "Helvetica", "Arial", "Trebuchet MS", Arial, sans-serif !important;
  font-size: 14px !important;
}

body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar {
  padding-bottom: 12px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay:before,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  pointer-events: none;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6320903361) 90%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6320903361) 90%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6320903361) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  content: " ";
  opacity: 0.333;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content {
  z-index: 1;
}
@media screen and (min-width: 997px) {
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo {
    width: auto;
    max-width: 100%;
    margin-bottom: 16px;
  }
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .cstm-profile-logo,
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .cstm-profile-logo a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .cstm-profile-logo,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .cstm-profile-logo a {
    font-size: 36px;
    line-height: 56px;
    height: auto;
  }
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-logo img {
    max-height: 40px;
    max-width: 360px;
  }
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after {
    bottom: -13px;
  }
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 400;
  color: #555;
}
@media screen and (min-width: 997px) {
  body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static + .website220-content .splash-photo,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static + .website220-content .splash-photo {
    height: calc(100vh - 132px) !important;
  }
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .icon i,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .row.columns-custom .icon i {
  background: #222;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content input[type=button],
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .form-element > input[type=button],
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .site-button,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content input[type=button],
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .form-element > input[type=button],
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .site-button {
  border-radius: 0;
  background: #222;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .text-content p,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .text-content p {
  font-size: 16px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .text-content h3,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .text-content h3 {
  font-size: 36px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .whitebox,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .whitebox {
  border-bottom-color: #222;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .whitebox h4,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .whitebox h4 {
  font-size: 18px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .whitebox p,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .whitebox p {
  font-size: 16px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p {
  font-size: 16px;
  color: #222;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p b,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column p b {
  color: #222;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column img,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .content .columns.columns-half .column img {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  border-radius: 1px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo {
  height: 100vh;
  max-height: 100vh;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo:before, body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo:after,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo:before,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo:after {
  opacity: 0.15;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .scroll-down,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .scroll-down {
  background: #222;
  display: none;
  margin-bottom: 12px;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
  top: 100%;
  margin-top: -20px;
  transform: translate(-50%, -100%);
  left: 50%;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1, body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content p,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content p {
  text-align: center;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
  margin-top: 0;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1:after,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1:after {
  display: none;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover {
  color: #eac770 !important;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container .form-element > input[type=button],
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container .site-button,
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container input[type=button], body.theme-eternity-to-felicity.theme-eternity, body.theme-eternity-to-felicity.theme-eternity *,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container .form-element > input[type=button],
body[data-user-id="284348"].theme-eternity .website220-page .website220-container .site-button,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container input[type=button],
body[data-user-id="284348"].theme-eternity,
body[data-user-id="284348"].theme-eternity * {
  font-family: "Cormorant Garamond", "EB Garamond", serif;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav > .nav-item > a:hover,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav > .nav-item > a:hover {
  color: white !important;
}
body.theme-eternity-to-felicity.theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav.ml-auto > .nav-item.active > a:after {
  background: #eac770;
}

html > body.theme-eternity.theme-eternity-to-felicity .website220-page .website220-container > .website220-content .content .columns.columns-half .column img {
  box-shadow: none !important;
}

body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo {
  height: 100vh;
  max-height: 100vh;
}
body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .scroll-down {
  background: #222;
  display: none;
  margin-bottom: 12px;
}
body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text {
  top: 50%;
  margin-top: 0;
}
body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1, body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content p {
  text-align: center;
}
body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1 {
  margin-top: 0;
}
body[data-user-id="284350"].theme-eternity .website220-page .website220-container > .website220-content .splash-photo .container-text .text-content h1:after {
  display: none;
}
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-1 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-2 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-content .album-list-view-wrapper.album-grid-theme-5 .album-list-view-content .album-list-item .album-list-item-title a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.static .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item.active > a,
body[data-user-id="284348"].theme-eternity .website220-page .website220-container > .website220-sidebar.overlay .sidebar-content .sidebar-menu .navbar-nav .navigation-items-wrapper .navbar-nav .nav-item a:hover {
  color: #eac770 !important;
}

/*# sourceMappingURL=theme-01.css.map */

