<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.primary-color {
  color: #860036;
}

.section--two--columns .two__columns__item:first-child {
  margin-right: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-normal {
  text-transform: none;
}

.border-bottom-row .col-md-6 {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #9999;
}

.d-flex {
  display: flex;
}

.section__share__to {
  background: white;
  padding: 25px;
}

.m-xs-10 {
  margin: 10px;
}

.ml-xs-10 {
  margin-left: 10px;
}

.mr-xs-10 {
  margin-right: 10px;
}

.mt-xs-15 {
  margin-top: 15px;
}

.mt-xs-20 {
  margin-top: 20px;
}

.mb-xs-20 {
  margin-bottom: 20px;
}

.pl-xs-20 {
  padding-left: 20px;
}

.pr-xs-20 {
  padding-right: 20px;
}

.pr-xs-5 {
  padding-right: 5px;
}

.pl-xs-5 {
  padding-left: 5px;
}

.bold {
  font-weight: 700 !important;
}

.text-center {
  text-align: center;
}

.display-inline-block {
  display: inline-block;
}

.bkg-primary {
  background: #b02e60 !important;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.cursor-pointer {
  cursor: pointer;
}

.dashboard__button {
  padding: 10px 25px;
  text-align: center;
  cursor: pointer;
  font-family: brandon_grotesquemedium;
  font-size: 19px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.25s ease-in-out;
  font-weight: 500;
  border: solid 1px #fff;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.dashboard__button.small {
  padding: 7px 15px;
  font-size: 16px;
}

.dashboard__button.small.cancel {
  color: rgba(0, 0, 0, 0.3);
  background: white;
  border-color: rgba(0, 0, 0, 0.3);
}

.section.online-world {
  margin-bottom: 70px;
}

.dashboard__title {
  margin-top: 35px;
  line-height: 70px;
  font-size: 60px;
}

.dashboard__subtitle {
  margin-top: 20px;
  font-weight: 500;
}

.dashboard__subtitle .fa-arrow-right {
  margin-right: 10px;
}

.dashboard__menu-item {
  text-decoration: none;
  color: black;
}

.dashboard__menu-item.active {
  font-weight: 700;
}

.dashboard__main-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.shooting__actions {
  text-align: center;
  color: white;
  font-size: 30px;
}

.shooting__actions i {
  cursor: pointer;
  margin-right: 5px;
}

.last-shooting-album {
  margin-top: 50px;
}

.shooting__item {
  position: relative;
  height: 360px;
}

.shooting__item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.shooting__item--hover .overlay--hover {
  opacity: 1;
  background: linear-gradient(0deg, rgba(25, 25, 25, 0.8), transparent 40%);
  transition: all 1s;
  -webkit-transition: all 1s;
}

.error-message {
  display: none;
  color: red;
  font-size: 15px;
  line-height: 25px;
}

.overlay--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.overlay--hover:hover {
  opacity: 1;
  /*background: linear-gradient(0deg,rgba(25,25,25,0.4),transparent 40%);*/
  background: linear-gradient(0deg, rgba(25, 25, 25, 0.8), transparent 40%);
  transition: all 1s;
  -webkit-transition: all 1s;
}

.overlay-wr {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  color: white;
}

.shootings-list {
  gap: 15px;
}

.shootings-list .shooting__item {
  width: 50%;
}

.shooting__item_title {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.shooting__item_subtitle {
  font-size: 25px;
  font-weight: 700;
  line-height: 70px;
  text-align: right;
}

.arrow-icon {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  height: 20px;
  margin: -7px -7px 0 12px;
}

.arrow-icon svg {
  height: 20px;
  width: auto;
  fill: white;
}

.shooting__main-image-wr {
  position: relative;
  width: 100%;
  height: 100%;
  height: 95vh;
}

.shooting__main-image {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 26%;
}

.shooting__main-image__content {
  position: absolute;
  bottom: 25vh;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  left: 50%;
  width: 100%;
}

.shooting__title {
  margin: 0;
  color: white;
  font-size: 45px;
  text-transform: uppercase;
  white-space: normal;
  word-break: break-word;
  letter-spacing: 4px;
}

.slide-cta .arrow-icon {
  margin-top: 30px;
}

.grid-item__buy {
  padding: 25px;
  font-size: 25px;
  color: white;
  font-weight: 700;
}

.grid-item__buy .fa-hand-pointer {
  margin-right: 5px;
}

.shooting__actions .fa-solid:hover {
  color: rgba(255, 255, 255, 0.4);
}

/* .arrow-icon.down {
} */

.arrow-icon.down svg {
  height: 30px;
  transform: rotate(90deg);
}

.transparent-overlay {
  background-color: rgba(25, 25, 25, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.grid-wr {
  margin: 30px 0;
  padding: 30px 0;
  background: white;
}

.grid {
  margin: 20px auto;
  max-width: 80vw;
}

/* fluid 4 columns */
.grid-sizer,
.grid-item {
  width: 25%;
}

.grid-item {
  cursor: pointer;
  /*width: 480px;*/
}

.grid-item img {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  height: auto;
  /*max-height: 250px;*/
}

.grid-item--hover {
  display: block;
  height: calc(100% - 6px);
  position: absolute;
  width: 100%;
  /*top: 0;*/
  bottom: 6px;
  opacity: 0;
}

.grid-item--hover:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  /*background: linear-gradient(0deg,rgba(25,25,25,0.4),transparent 40%);*/
  background: rgba(25, 25, 25, 0.4);
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}

.grid-item__content {
  bottom: 10px;
  left: 10px;
  font-size: 20px;
  position: absolute;
  width: 100%;
  display: flex;
  color: white;
}

.grid-item__content .fa-solid {
  margin: 5px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 25px;
  position: relative;
}

.grid-item__content .fa-solid .tooltip {
  display: none;
}

.grid-item__content .fa-solid:hover {
  color: white;
}

.grid-item__content .fa-solid:hover .tooltip {
  display: block;
  position: absolute;
  top: -25px;
  left: -10px;
  font-size: 15px;
  width: 140px;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.section__login {
  margin-top: 40px;
  padding: 30px;
  background: white;
  text-align: center;
}

.login__title {
  margin-top: 30px;
  line-height: 50px;
  font-size: 32px;
}

.login__subtitle {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
}

.login__input {
  border: 1px solid grey;
  padding: 13px 0 13px 23px;
  font-family: brandon_grotesqueregular;
  font-size: 24px;
  color: #000;
  outline: none;
}

.margin-left-25 {
  margin-left: 25%;
}

.no-bullets {
  padding: 0;
  list-style-type: none;
}

.share__email__row {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #9999;
  font-size: 20px;
  font-weight: 700;
}

.share__email__row .fa-xmark {
  line-height: 30px;
}

.modal__gallery {
  display: flex;
  flex-wrap: wrap;
  height: 635px;
  overflow-y: scroll;
  justify-content: space-evenly;
}

.picture-item {
  position: relative;
  cursor: pointer;
  opacity: 0.6;
}

.picture-item.selected {
  opacity: 1;
}

.picture-item img {
  /*  width: 100%;
  max-width: 250px;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  object-position: top;*/

  cursor: pointer;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.picture-item__selection {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 25px;
}

.selected-pictures {
  margin: 0 20px;
  line-height: 50px;
  font-size: 25px;
  font-weight: 700;
  /*color: #b1b1b1;*/
  color: #b02e60;
}

.no-scroll {
  height: 100vh;
  overflow: hidden;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  overflow: hidden;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  min-width: 300px;
  width: 40%; /* Could be more or less, depending on screen size */
}

.modal-content.large {
  width: 100%;
  max-width: 1570px;
  height: 90vh;
  margin: 50px auto;
}

.modal-content.medium {
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*page loader*/
.loader-wr {
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#shoppingModal {
  height: 100vh;
  overflow: hidden;
}

.share__email {
  text-align: left;
  margin-bottom: 0;
  width: 300px;
}

.invalid {
  border-color: red;
}

.color-white {
  color: white;
}

.input__label {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
}

.login__input.read-only {
  background: rgba(0, 0, 0, 0.1);
}

/*.newsletter-checkbox {
  color: #860036;
  font-size: 22px;
}*/

.newsletter-subscribe {
  cursor: pointer;
  font-size: 22px;
  line-height: 22px;
  color: #860036;
}

.button-feature--ghost {
  border: 1px solid rgba(134, 0, 54, 0.2);
  display: inline-block;
  padding: 10px;
  color: #860036;
  line-height: 50px;
  font-size: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}

.button-feature--ghost svg {
  height: 28px;
}

.lg-container .lg-outer {
  z-index: 10100;
}

.lg-backdrop {
  z-index: 10000 !important;
}

@media only screen and (max-width: 768px) {
  .dashboard__menu {
    margin-left: 10px;
  }

  .dashboard__title {
    margin-top: 15px;
    font-size: 30px;
  }

  .dashboard__subtitle {
    margin: 10px 0;
    font-size: 20px;
  }

  .grid {
    width: 100%;
    max-width: 100%;
  }

  .grid-item--hover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(25, 25, 25, 0.4);
    opacity: 1;
  }

  .grid-item {
    width: 360px;
  }

  .grid-item__content {
    justify-content: center;
    padding-right: 25px;
  }

  .grid-item__content .fa-solid {
    margin: 7px;
    font-size: 40px;
  }

  /* .section__login {
    margin: 0 15px;
  } */

  .shootings-list .shooting__item {
    width: 100%;
  }

  .modal-content.large {
    width: 100%;
    max-width: 100%;
  }

  .modal-content.medium {
    width: 100%;
    max-width: 100%;
  }

  .modal-content.large {
    margin: 0 auto;
    height: 100vh;
  }
  .modal-content.large h1 {
    font-size: 20px;
  }
  .modal-content.large .d-flex {
    flex-basis: 100%;
  }

  .login__input {
    margin: 10px 0;
  }

  .share__email {
    width: 100%;
  }

  .d-flex {
    flex-wrap: wrap;
  }

  h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .modal-content .d-flex {
    flex-wrap: wrap;
    width: 100%;
  }
  .dashboard__button {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .shooting__title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .shooting__main-image__content {
    bottom: 40vh;
  }
}

@media only screen and (max-width: 568px) {
  .modal__gallery {
    justify-content: center;
  }

  .modal-content .justify-between {
    flex-wrap: wrap;
  }

  .modal-content .d-flex {
    flex-wrap: wrap;
  }

  .picture-item img {
    width: 100%;
  }

  .dashboard__button {
    width: 100%;
  }

  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}
</pre></body></html>