.product-list .product-name {
  font-family: "Archivo Black", sans-serif;
  font-weight: normal;
  color: #afcad2;
  font-size: 26px; }

.product-list .product-price {
  font-family: "Work Sans Regular", sans-serif;
  color: #afcad2;
  font-size: 16px;
  line-height: 1.5; }

.product-list .product-name,
.product-list .product-price {
  text-align: center; }

.product-info .xl-headline {
  font-size: 42px; }

.product-order-form button.f-add-to-cart-button {
  color: #afcad2 !important;
  font-size: 15px !important;
  font-family: "Archivo Black", sans-serif !important;
  border-radius: 2px;
  background: #2e37fe;
  border: 1px solid rgba(175, 202, 210, 0.2) !important;
  transition: background 250ms ease, border-color 250ms ease; }
  .product-order-form button.f-add-to-cart-button:hover {
    border-color: rgba(175, 202, 210, 0.8) !important;
    background: rgba(175, 202, 210, 0.05) !important; }
  .product-order-form button.f-add-to-cart-button:disabled {
    cursor: not-allowed; }
    .product-order-form button.f-add-to-cart-button:disabled:hover {
      background: #2e37fe !important; }

h2, p, li {
  transition: font-size ease-in-out 130ms; }

.proofing-header__project-title {
  color: #afcad2 !important;
  font-size: 28px !important;
  font-family: "Archivo Black", sans-serif !important;
  font-weight: normal !important;
  line-height: 1.5 !important; }

.proofing-header__client-name {
  color: #afcad2;
  font-family: "Work Sans Regular", sans-serif;
  font-size: 14px;
  line-height: 1.4; }

.proofing-header__actions__container {
  background: #2e37fe; }

.proofing-header__action {
  font-family: "Work Sans Regular", sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #afcad2;
  border: 1px solid #afcad2; }
  .proofing-header__action:hover {
    color: #afcad2; }
  .proofing-header__action--download, .proofing-header__action--favorites, .proofing-header__action--view, .proofing-header__action--cart--desktop {
    color: #afcad2 !important;
    font-size: 15px;
    font-family: "Archivo Black", sans-serif;
    border-radius: 2px;
    background: #2e37fe;
    border-color: rgba(175, 202, 210, 0.5) !important;
    transition: background 250ms ease, border-color 250ms ease; }
    .proofing-header__action--download:hover, .proofing-header__action--favorites:hover, .proofing-header__action--view:hover, .proofing-header__action--cart--desktop:hover {
      color: #afcad2 !important;
      border-color: rgba(175, 202, 210, 0.8) !important;
      background: rgba(175, 202, 210, 0.05) !important; }

.private-page {
  color: #afcad2;
  font-family: "Work Sans Regular", sans-serif;
  font-size: 14px;
  line-height: 1.4; }

.private-page__header {
  color: #afcad2;
  font-family: "Archivo Black", sans-serif;
  font-size: 28px;
  font-weight: normal; }

.private-page__logo {
  color: #c7be89;
  font-family: "Bluu Next", serif;
  font-weight: normal;
  font-size: 24px;
  font-style: normal; }

.private-page__form-submit {
  color: #afcad2 !important;
  font-size: 15px !important;
  font-family: "Archivo Black", sans-serif !important;
  border-radius: 2px !important;
  background: #2e37fe !important;
  border-color: rgba(175, 202, 210, 0.5) !important;
  transition: background 250ms ease, border-color 250ms ease; }
  .private-page__form-submit:hover {
    border-color: rgba(175, 202, 210, 0.8) !important;
    background: rgba(175, 202, 210, 0.05) !important; }

.private-page__field-input:not(.private-page__field-input--invalid),
.download-folder__download-button,
.private-page__form-submit {
  border-color: rgba(175, 202, 210, 0.5); }
  .private-page__field-input:not(.private-page__field-input--invalid):focus,
  .download-folder__download-button:focus,
  .private-page__form-submit:focus {
    border-color: rgba(175, 202, 210, 0.8); }

.client_page .f_assets-container {
  font-size: 14px; }

.img-title .f_asset-title_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, calc(0 / 100));
  z-index: 0;
  pointer-events: none; }

.f_assets-container .overlay_text_copy {
  color: #afcad2;
  font-size: 80px;
  font-family: "Archivo Black", sans-serif;
  font-weight: normal;
  line-height: 1.5 !important; }
  @media only screen and (max-width: 767px) {
    .f_assets-container .overlay_text_copy {
      font-size: 8vw; } }
  @media only screen and (max-width: 767px) and (max-width: 250px) {
    .f_assets-container .overlay_text_copy {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) and (min-width: 1000px) {
    .f_assets-container .overlay_text_copy {
      font-size: 80px; } }
.f-load-more .spinner-wrap .spinner-circle {
  stroke: #afcad2; }

.private-page__back-button {
  color: #afcad2;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; }

.private-page__form-container {
  background-color: #2e37fe; }

.f_asset-filename, .f_asset-filename * {
  text-align: Left; }

.f_asset-filename, .f_asset-filename * {
  color: #afcad2 !important;
  font-family: "Work Sans Regular", sans-serif !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: inherit !important; }

/* ---- Start Flexible Grid Styles ---- */
.flexible_grid {
  margin: 0 20px;
  max-width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .flexible_grid {
      margin: 0 20px !important; } }
/* ---- End Flexible Grid Styles ---- */
.f_client_gallery {
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, 160px); }
  @media only screen and (min-width: 768px) {
    .f_client_gallery {
      grid-gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .f_client_gallery {
      grid-template-columns: repeat(2, 160px); } }
  @media only screen and (min-width: 768px) {
    .f_client_gallery {
      grid-template-columns: repeat(auto-fill, 200px); } }
  .f_client_gallery .f_asset-image {
    margin: 0 !important; }
  .f_client_gallery .f_asset_inner {
    height: 160px;
    width: 160px; }
    @media only screen and (max-width: 767px) {
      .f_client_gallery .f_asset_inner {
        height: auto;
        width: auto; } }
    @media only screen and (min-width: 768px) {
      .f_client_gallery .f_asset_inner {
        height: 200px;
        width: 200px; } }
    .f_client_gallery .f_asset_inner img {
      max-height: 160px;
      max-width: 160px; }
      @media only screen and (max-width: 767px) {
        .f_client_gallery .f_asset_inner img {
          max-height: auto;
          max-width: auto; } }
      @media only screen and (min-width: 768px) {
        .f_client_gallery .f_asset_inner img {
          max-height: 200px;
          max-width: 200px; } }
#content_page_wrapper ._4ORMAT_module_image_set_04 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_03 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_02 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 18px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_01 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 18px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_05 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_map_02 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_map_04 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_map_03 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_map_01 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_slideshow_02 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --secondary-color: #2F333F;
  --navigation-icon-color: #ffffff;
  --button-style: solid;
  --button-padding: 15px 30px;
  --button-font-size: 14px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 26px;
  --heading-typography-line-height: 1.5;
  --description-typography-font-family: ;
  --description-typography-font-size: 12px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --slide-cta-items-align: start;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --image-spacing: 20px; }

#content_page_wrapper ._4ORMAT_module_mailing_list_02 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --secondary-color: #000000;
  --button-style: solid;
  --content-padding: 100px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 36px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 14px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_mailing_list_01 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --button-style: solid;
  --overlay-opacity: 0.5;
  --content-padding: 100px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 36px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 14px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_slideshow_05 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --secondary-color: #fbfbfb;
  --button-style: solid;
  --button-padding: 15px 30px;
  --button-font-size: 14px;
  --navigation-color: #000000;
  --overlay-opacity: 0.45;
  --overlay-color: #000000;
  --overlay-color-rgb: 0, 0, 0;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 26px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 12px;
  --description-typography-line-height: 1.6;
  --pagination-display: block;
  --slideshow-height: 726px;
  --slide-cta-items-align: start;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_slideshow_01 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --button-style: solid;
  --button-padding: 15px 30px;
  --button-font-size: 14px;
  --overlay-opacity: 0.5;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 42px;
  --heading-typography-line-height: 1.5;
  --description-typography-font-family: ;
  --description-typography-font-size: 15px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --slide-content-align: center;
  --slide-items-align: center;
  --slide-description-text-align: center;
  --slide-link-position: absolute;
  --slide-link-width: 100%;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_layered_02 {
  --primary-color: #FFFFFF;
  --inverted-primary-color: #000000;
  --button-style: solid;
  --content-padding: 100px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 36px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 14px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_layered_01 {
  --primary-color: #FFFFFF;
  --inverted-primary-color: #000000;
  --button-style: solid;
  --overlay-opacity: 0.5;
  --content-padding: 100px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 36px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 14px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_title_24 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --overlay-opacity: 0.35;
  --title-text-size: 100px;
  --overlay-color: #000000;
  --overlay-color-rgb: 0, 0, 0;
  --title_text_hover_state: underline;
  --title-typography-font-family: ;
  --title-typography-line-height: ;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_title_25 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --overlay-opacity: 0.35;
  --title-text-size: 100px;
  --overlay-color: #000000;
  --overlay-color-rgb: 0, 0, 0;
  --title_text_hover_state: underline;
  --title-typography-font-family: ;
  --title-typography-line-height: ;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_title_26 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --overlay-opacity: 0.35;
  --title-text-size: 100px;
  --description-text-size: 16px;
  --title-page-flexbox-alignment: center;
  --title-page-text-alignment: center;
  --overlay-color: #000000;
  --overlay-color-rgb: 0, 0, 0;
  --title-typography-font-family: ;
  --title-typography-line-height: 1.7;
  --description-typography-font-family: ;
  --description-typography-font-size: px;
  --description-typography-line-height: 1.7;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_01 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_02 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_image_set_06 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_03 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_05 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_07 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_08 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_image_set_07 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 0px;
  --horizontal-offset: 25%;
  --horizontal-spacing: 0px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_09 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 0px;
  --horizontal-offset: 50%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_08 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 0px;
  --horizontal-offset: 25%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_09 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_06 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_image_set_12 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 48px;
  --grid-column-count: 3;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_10 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 0px;
  --grid-column-count: 3;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_11 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 48px;
  --grid-column-count: 2;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_13 {
  --slideshow-background: transparent;
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 48px;
  --grid-column-count: 3;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_comparison_slider_01 {
  --slideshow-height: 726px;
  --slider-default-position: 50;
  --slider-color: #000000;
  --slider-icon-color: #FFFFFF;
  --label-text-color: #afcad2;
  --label-font: ;
  --label-font-size: 14;
  --label-overlay-background-color: 0, 0, 0;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-line-thickness: 6;
  --slider-size: 48;
  --slider-icon-width: 9px;
  --slider-icon-height: 14px;
  --slider-icon-margin: 6px;
  --slider-icon-shape: 50%; }

h2, p, li {
  transition: font-size ease-in-out 130ms; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row {
  color: #afcad2; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline span,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline span {
  color: #afcad2;
  font-family: "Archivo Black", sans-serif;
  line-height: 1.4 !important;
  font-size: 48px; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 {
  color: #afcad2;
  font-family: "Archivo Black", sans-serif;
  line-height: 1.4 !important;
  font-size: 32px;
  font-weight: bold; }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 span,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 span {
    font-family: "Archivo Regular", "Archivo Book", 'sans-serif'; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
  color: #afcad2;
  font-family: "Work Sans Regular", sans-serif;
  line-height: 1.7 !important;
  font-size: 14px; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text {
  color: #afcad2;
  font-family: Cousine, monospace;
  line-height: 1.7 !important;
  font-size: 11px; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a span,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a span {
  color: #afcad2;
  text-decoration: none;
  font-weight: bold;
  font-style: normal; }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a:hover, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a:hover, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a span:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a span:hover {
    color: #afcad2;
    text-decoration: underline; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input:not(.btn),
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input:not(.btn) {
  color: #afcad2 !important;
  font-size: 14px !important;
  font-family: Cousine, monospace !important;
  border-color: rgba(175, 202, 210, 0.5) !important; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input.btn, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a.format_flex_button,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input.btn,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a.format_flex_button {
  color: #afcad2 !important;
  font-size: 15px !important;
  font-family: "Archivo Black", sans-serif !important;
  border-radius: 0px !important;
  background: #2e37fe !important;
  border: 1px solid rgba(175, 202, 210, 0.5) !important;
  transition: background 250ms ease, border-color 250ms ease; }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input.btn:hover, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a.format_flex_button:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input.btn:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a.format_flex_button:hover {
    border-color: rgba(175, 202, 210, 0.8) !important;
    background: rgba(175, 202, 210, 0.05) !important; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row {
  padding-top: 36px;
  padding-bottom: 36px; }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .format-slideshow .format-slideshow__slide-heading--link,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .format-slideshow .format-slideshow__slide-heading--link {
    text-decoration: none;
    font-weight: bold;
    font-style: normal; }
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .format-slideshow .format-slideshow__slide-heading--link:hover,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .format-slideshow .format-slideshow__slide-heading--link:hover {
      text-decoration: underline; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1500ms, transform 950ms;
  transition-timing-function: cubic-bezier(0.5, 0, 0.2, 1); }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row.in-viewport,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row.in-viewport {
    opacity: 1;
    transform: translateY(0px); }

@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline {
    font-size: 8vw; } }
  @media only screen and (max-width: 767px) and (max-width: 250px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) and (min-width: 600px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline {
      font-size: 48px; } }
@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 {
    font-size: 6vw; } }
  @media only screen and (max-width: 767px) and (max-width: 266.6666666667px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) and (min-width: 533.3333333333px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 {
      font-size: 32px; } }
@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
    font-size: 4vw; } }
  @media only screen and (max-width: 767px) and (max-width: 300px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
      font-size: 12px; } }
  @media only screen and (max-width: 767px) and (min-width: 350px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
      font-size: 14px; } }
@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text {
    font-size: 3vw; } }
  @media only screen and (max-width: 767px) and (max-width: 266.6666666667px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text {
      font-size: 8px; } }
  @media only screen and (max-width: 767px) and (min-width: 366.6666666667px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text {
      font-size: 11px; } }
@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input {
    font-size: 4vw; } }
  @media only screen and (max-width: 767px) and (max-width: 300px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input {
      font-size: 12px; } }
  @media only screen and (max-width: 767px) and (min-width: 350px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input {
      font-size: 14px; } }
/* https://css-tricks.com/snippets/sass/viewport-sized-typography-minimum-maximum-sizes/ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.js-reframe {
  padding-top: 56.25%;
  position: relative;
  width: 100%; }

.js-reframe iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.ps-scrollbar-x-rail {
  opacity: 0 !important; }

html, body {
  height: 100%; }

body {
  background-color: #2e37fe;
  color: #afcad2;
  font-family: "Work Sans Regular", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100vw; }
  body.lock-scroll {
    overflow: hidden; }
  body.menu-open .main {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: blur(4px);
    filter: blur(4px); }

/*
------------------------------------------------------------------
General Styles
------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility; }

body:not(.content) h2 {
  color: #afcad2;
  font-family: "Archivo Black", sans-serif;
  font-size: 28px;
  font-weight: normal; }

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

body.gallery .caption a,
body.gallery .text a,
body.nested_gallery .text a,
body.nested_gallery .caption a,
body.gallery .title-element a,
body.listing .title-element a,
body.simple main a,
body.content main a,
body.nested_content main a {
  color: #afcad2;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; }
  body.gallery .caption a:hover,
  body.gallery .text a:hover,
  body.nested_gallery .text a:hover,
  body.nested_gallery .caption a:hover,
  body.gallery .title-element a:hover,
  body.listing .title-element a:hover,
  body.simple main a:hover,
  body.content main a:hover,
  body.nested_content main a:hover {
    color: #afcad2;
    text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

.lazyload,
.lazyloading {
  opacity: 0; }
  .lazyload + .caption,
  .lazyloading + .caption {
    opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear; }
  .lazyloaded + .caption {
    opacity: 1;
    -webkit-transition: opacity 500ms linear;
    transition: opacity 500ms linear; }

.main {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, -webkit-transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease;
  transition: opacity 250ms ease, transform 250ms ease, -webkit-transform 250ms ease; }
  .main.leaving {
    transform: translate3d(-20px, 0, 0) !important;
    opacity: 0; }
  .main.leaving-reverse {
    transform: translate3d(20px, 0, 0) !important;
    opacity: 0; }
  .main.blurred {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.is-changing .page-name-small .separator, .is-changing .page-name-small .page-name, .is-changing .page-name-small .overview-icon {
  opacity: 0;
  transform: translate3d(-10px, 0, 0) !important; }

.page-name-small .separator {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin: 0 15px; }

.page-name-small .page-name {
  display: inline-block;
  -webkit-transition: all 200ms 200ms ease-in-out;
  transition: all 200ms 200ms ease-in-out; }

.page-name-small .overview-icon {
  -webkit-transition: all 200ms 300ms ease-in-out !important;
  transition: all 200ms 300ms ease-in-out !important; }

/*
------------------------------------------------------------------
Header / Menu Styles
------------------------------------------------------------------
*/
.header {
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .header.hidden {
    transform: translate3d(0, -100%, 0); }
  .header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    position: relative;
    z-index: 2; }
    .header .logo a {
      color: #c7be89;
      font-family: "Bluu Next", serif;
      font-weight: normal;
      font-size: 24px;
      font-style: normal;
      text-decoration: none; }
    .header .logo img {
      max-width: 250px;
      max-height: 100px;
      transform-origin: left;
      transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1); }
      @media screen and (max-width: 767px) {
        .header .logo img {
          max-height: 60px;
          transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          -moz-transform: scale(1);
          -webkit-transform: scale(1); } }
  .header .page-name-small {
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    color: #afcad2;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; }
    .header .page-name-small.active {
      opacity: 1;
      pointer-events: auto; }
    .header .page-name-small .overview-icon {
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 250ms ease-in-out;
      transition: all 250ms ease;
      cursor: pointer;
      margin-left: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header .page-name-small .overview-icon #Rectangle {
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
      .header .page-name-small .overview-icon.active {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8); }
        .header .page-name-small .overview-icon.active #Rectangle {
          fill: #afcad2; }

.burger {
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  cursor: pointer;
  margin-left: auto;
  position: fixed;
  top: 5px;
  right: 35px;
  z-index: 999;
  padding: 15px; }
  .burger .burger-top {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    background: #afcad2;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0; }
  .burger .burger-bottom {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    background: #afcad2;
    width: 18px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0; }

.burger-segments {
  position: relative;
  width: 16px;
  height: 14px; }

body:not(.menu-open) .burger:hover .burger-top {
  -webkit-transform: rotate(0deg) translateY(1px);
  -ms-transform: rotate(0deg) translateY(1px);
  transform: rotate(0deg) translateY(1px); }

body:not(.menu-open) .burger:hover .burger-bottom {
  -webkit-transform: rotate(0deg) translateY(-1px);
  -ms-transform: rotate(0deg) translateY(-1px);
  transform: rotate(0deg) translateY(-1px); }

body.menu-open .burger-top {
  -webkit-transform: rotate(45deg) translateY(0);
  -ms-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0); }

body.menu-open .burger-bottom {
  -webkit-transform: rotate(-45deg) translateY(0);
  -ms-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0); }

.menu-container {
  transition: opacity 250ms ease-in-out 250ms;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  z-index: 99; }
  .menu-container .menu {
    transition: all 250ms ease-in-out;
    transform: translate3d(20px, 0, 0);
    background: #2e37fe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50vw; }
    .menu-container .menu ul {
      list-style: none;
      padding-left: 0;
      text-align: center; }
      .menu-container .menu ul.main-menu {
        -webkit-overflow-scrolling: touch;
        width: 100%;
        max-height: 100vh;
        overflow: auto;
        padding-top: 20px; }
    .menu-container .menu li {
      margin: 0;
      margin-bottom: 24px; }
      .menu-container .menu li > a {
        color: #afcad2;
        font-family: "Work Sans Regular", sans-serif;
        font-size: 21px;
        font-weight: normal;
        line-height: 1.6;
        display: inline-block;
        transition: color 200ms ease-in-out;
        text-decoration: none; }
      .menu-container .menu li.item > a:hover {
        color: #afcad2;
        text-decoration: none; }
      .menu-container .menu li.item.selected a {
        color: #afcad2;
        text-decoration: none; }
        .menu-container .menu li.item.selected a:hover {
          color: #afcad2;
          text-decoration: none; }
      .menu-container .menu li.category {
        margin: 50px 0; }
      .menu-container .menu li.category > a {
        font-size: 11px;
        font-weight: normal;
        color: #afcad2;
        font-family: Cousine, monospace; }
        .menu-container .menu li.category > a.selected > a {
          color: #afcad2;
          text-decoration: none; }
      .menu-container .menu li.footer footer {
        color: #afcad2;
        font-family: "CoFo Sans Light", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal; }
  .menu-container.active {
    transition: opacity 250ms ease-in-out;
    opacity: 1;
    pointer-events: auto; }
    .menu-container.active .menu {
      transition: all 250ms ease-in-out 250ms;
      transform: translate3d(0, 0, 0);
      opacity: 1;
      pointer-events: auto; }

/*
------------------------------------------------------------------
Gallery Styles
------------------------------------------------------------------
*/
html.is-changing body.gallery .main, html.is-changing body.nested_gallery .main {
  transform: translate3d(20px, 0, 0);
  opacity: 0; }

body.gallery, body.nested_gallery {
  overflow-y: hidden;
  position: relative;
  height: 100%; }
  body.gallery .page-name-small, body.nested_gallery .page-name-small {
    opacity: 1 !important;
    pointer-events: auto !important;
    top: -2px; }
  body.gallery .breadcrumb-link.bottom, body.nested_gallery .breadcrumb-link.bottom {
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    display: none;
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 96; }
    body.gallery .breadcrumb-link.bottom.hidden, body.nested_gallery .breadcrumb-link.bottom.hidden {
      opacity: 0; }
  body.gallery .overview-icon-bottom, body.nested_gallery .overview-icon-bottom {
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 9px;
    right: 100px;
    z-index: 96; }
    body.gallery .overview-icon-bottom.hidden, body.nested_gallery .overview-icon-bottom.hidden {
      opacity: 0;
      pointer-events: none; }
  body.gallery .assets-container, body.nested_gallery .assets-container {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden; }
    body.gallery .assets-container.is-draggable .asset.img img, body.nested_gallery .assets-container.is-draggable .asset.img img {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    body.gallery .assets-container.is-draggable.is-dragging, body.nested_gallery .assets-container.is-draggable.is-dragging {
      cursor: grabbing !important;
      cursor: -moz-grabbing !important;
      cursor: -webkit-grabbing !important; }
  body.gallery .main, body.nested_gallery .main {
    -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
    transition: opacity 250ms ease, -webkit-transform 250ms ease;
    transition: opacity 250ms ease, transform 250ms ease;
    transition: opacity 250ms ease, transform 250ms ease, -webkit-transform 250ms ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
    body.gallery .main .assets-container, body.nested_gallery .main .assets-container {
      display: flex;
      height: 100vh; }
  body.gallery .title-element, body.nested_gallery .title-element {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 50vw; }
    body.gallery .title-element .text, body.nested_gallery .title-element .text {
      position: relative;
      max-width: 500px;
      padding: 20px;
      width: 80%; }
    body.gallery .title-element img, body.nested_gallery .title-element img {
      max-width: 600px;
      width: 80%; }
  body.gallery .cover-image, body.nested_gallery .cover-image {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 50vw; }
    body.gallery .cover-image.is-landscape img, body.gallery .cover-image.is-square img, body.nested_gallery .cover-image.is-landscape img, body.nested_gallery .cover-image.is-square img {
      max-width: 600px;
      width: 80%; }
    body.gallery .cover-image.is-portrait img, body.nested_gallery .cover-image.is-portrait img {
      max-height: 600px;
      height: 80vh; }
  body.gallery .caption, body.nested_gallery .caption {
    max-width: 80%;
    margin-top: 20px;
    position: relative; }
    body.gallery .caption p, body.nested_gallery .caption p {
      margin: 0; }
    body.gallery .caption p + p, body.nested_gallery .caption p + p {
      margin-top: 1em; }
  body.gallery .asset, body.nested_gallery .asset {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 50vw; }
    body.gallery .asset.is-landscape img, body.gallery .asset.is-square img, body.nested_gallery .asset.is-landscape img, body.nested_gallery .asset.is-square img {
      -o-object-fit: contain;
      object-fit: contain;
      max-width: 550px;
      width: 80%; }
    body.gallery .asset.is-portrait img, body.nested_gallery .asset.is-portrait img {
      -o-object-fit: contain;
      object-fit: contain;
      max-height: 700px;
      height: 64vh; }
      @media screen and (max-width: 991px) {
        body.gallery .asset.is-portrait img, body.nested_gallery .asset.is-portrait img {
          max-width: 90%; } }
    body.gallery .asset.image img, body.gallery .asset.video img, body.nested_gallery .asset.image img, body.nested_gallery .asset.video img {
      cursor: pointer; }
    @media screen and (hover: none) and (max-width: 991px) {
      body.gallery .asset img, body.nested_gallery .asset img {
        pointer-events: all; } }
    body.gallery .asset.video .video-thumb-container, body.nested_gallery .asset.video .video-thumb-container {
      position: relative;
      width: 80%;
      max-width: 600px; }
      body.gallery .asset.video .video-thumb-container .vimeo_cont, body.gallery .asset.video .video-thumb-container .youtube_cont, body.nested_gallery .asset.video .video-thumb-container .vimeo_cont, body.nested_gallery .asset.video .video-thumb-container .youtube_cont {
        width: 100%; }
      body.gallery .asset.video .video-thumb-container .video-play-icon, body.nested_gallery .asset.video .video-thumb-container .video-play-icon {
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease;
        opacity: 0.9;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -23px;
        margin-left: -23px; }
      body.gallery .asset.video .video-thumb-container:hover .video-play-icon, body.nested_gallery .asset.video .video-thumb-container:hover .video-play-icon {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
        opacity: 1; }
    body.gallery .asset.text .text-content, body.nested_gallery .asset.text .text-content {
      max-width: 500px;
      padding: 20px;
      position: relative;
      width: 80%; }
  body.gallery .next-nested-page, body.nested_gallery .next-nested-page {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 50vw; }
    body.gallery .next-nested-page .nexted-nested-page-title, body.nested_gallery .next-nested-page .nexted-nested-page-title {
      padding-left: 20px;
      padding-right: 110px; }
      body.gallery .next-nested-page .nexted-nested-page-title .title, body.nested_gallery .next-nested-page .nexted-nested-page-title .title {
        color: #afcad2;
        font-family: "Archivo Black", sans-serif;
        font-size: 28px;
        font-weight: normal; }
      body.gallery .next-nested-page .nexted-nested-page-title .see-more, body.nested_gallery .next-nested-page .nexted-nested-page-title .see-more {
        color: rgba(175, 202, 210, 0.75);
        font-size: 14px; }
    body.gallery .next-nested-page.is-landscape img, body.gallery .next-nested-page.is-square img, body.nested_gallery .next-nested-page.is-landscape img, body.nested_gallery .next-nested-page.is-square img {
      max-width: 600px;
      width: 80%; }
    body.gallery .next-nested-page.is-portrait img, body.nested_gallery .next-nested-page.is-portrait img {
      max-height: 400px;
      height: 80vh; }
    body.gallery .next-nested-page .nexted-nested-page-cover-image, body.nested_gallery .next-nested-page .nexted-nested-page-cover-image {
      transition: opacity 250ms ease;
      transform: translate(100%, -50%);
      opacity: 0.5;
      position: absolute;
      top: 50%;
      right: 90px; }
    body.gallery .next-nested-page:hover .nexted-nested-page-cover-image, body.nested_gallery .next-nested-page:hover .nexted-nested-page-cover-image {
      opacity: 1; }
  body.gallery .caption, body.nested_gallery .caption {
    color: #afcad2;
    font-size: 15px;
    line-height: 1.4;
    font-family: "Work Sans Regular", sans-serif; }
  body.gallery .gallery-zoom-container, body.nested_gallery .gallery-zoom-container {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 97;
    overflow: auto; }
    body.gallery .gallery-zoom-container .vimeo_cont,
    body.gallery .gallery-zoom-container .youtube_cont, body.nested_gallery .gallery-zoom-container .vimeo_cont,
    body.nested_gallery .gallery-zoom-container .youtube_cont {
      width: 85vw; }
    body.gallery .gallery-zoom-container .portrait-video, body.nested_gallery .gallery-zoom-container .portrait-video {
      max-height: 95vh !important; }
    body.gallery .gallery-zoom-container img.fit-h, body.nested_gallery .gallery-zoom-container img.fit-h {
      width: 100vw !important;
      height: auto !important; }
    body.gallery .gallery-zoom-container img.fit-v, body.nested_gallery .gallery-zoom-container img.fit-v {
      width: auto !important;
      height: 100vh !important; }
    body.gallery .gallery-zoom-container.landscape img, body.nested_gallery .gallery-zoom-container.landscape img {
      width: auto;
      height: 100vh; }
    body.gallery .gallery-zoom-container.portrait img.is-landscape, body.nested_gallery .gallery-zoom-container.portrait img.is-landscape {
      width: 100vw;
      height: auto; }
    body.gallery .gallery-zoom-container.portrait img.is-portrait, body.nested_gallery .gallery-zoom-container.portrait img.is-portrait {
      width: auto;
      height: 100vh; }
    body.gallery .gallery-zoom-container.active, body.nested_gallery .gallery-zoom-container.active {
      opacity: 1;
      pointer-events: auto; }
  body.gallery .gallery-counter, body.nested_gallery .gallery-counter {
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    position: fixed;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 96; }
    body.gallery .gallery-counter.hidden, body.nested_gallery .gallery-counter.hidden {
      opacity: 0; }
  body.gallery .gallery-overview-overlay, body.nested_gallery .gallery-overview-overlay {
    background: rgba(46, 55, 254, 0.75);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 97; }
    body.gallery .gallery-overview-overlay .gallery-overview-inner, body.nested_gallery .gallery-overview-overlay .gallery-overview-inner {
      -webkit-overflow-scrolling: touch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 20px; }
    body.gallery .gallery-overview-overlay .lazyload, body.nested_gallery .gallery-overview-overlay .lazyload {
      display: none; }
    body.gallery .gallery-overview-overlay.active, body.nested_gallery .gallery-overview-overlay.active {
      opacity: 1;
      pointer-events: auto; }
      body.gallery .gallery-overview-overlay.active .gallery-overview-inner, body.nested_gallery .gallery-overview-overlay.active .gallery-overview-inner {
        overflow-y: auto; }
      body.gallery .gallery-overview-overlay.active .lazyload, body.nested_gallery .gallery-overview-overlay.active .lazyload {
        display: block; }
    body.gallery .gallery-overview-overlay .overview-asset, body.nested_gallery .gallery-overview-overlay .overview-asset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 500px;
      margin: 40px;
      padding: 50px;
      width: calc(33.3333% - 80px); }
      body.gallery .gallery-overview-overlay .overview-asset .overview-asset-content, body.nested_gallery .gallery-overview-overlay .overview-asset .overview-asset-content {
        cursor: pointer;
        position: relative;
        max-height: 100%;
        width: 100%; }
        body.gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-left, body.nested_gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-left {
          left: -50px;
          margin-right: auto; }
        body.gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-right, body.nested_gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-right {
          left: 50px;
          margin-left: auto; }
        body.gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-top, body.nested_gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-top {
          -ms-flex-item-align: start;
          align-self: flex-start; }
        body.gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-bottom, body.nested_gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-bottom {
          -ms-flex-item-align: end;
          align-self: flex-end; }
        body.gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-h-center, body.nested_gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-h-center {
          margin-left: auto;
          margin-right: auto; }
        body.gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-v-center, body.nested_gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-v-center {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-self: center; }
      body.gallery .gallery-overview-overlay .overview-asset.text .text-content, body.nested_gallery .gallery-overview-overlay .overview-asset.text .text-content {
        background: #2e37fe;
        border: 2px solid #afcad2;
        padding: 50px 30px; }
    body.gallery .gallery-overview-overlay .close-overview, body.nested_gallery .gallery-overview-overlay .close-overview {
      font-size: 4rem;
      color: #afcad2;
      cursor: pointer;
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -1rem; }

.is-changing .gallery-counter {
  opacity: 0; }

/*
------------------------------------------------------------------
Mobile Caption Trigger
------------------------------------------------------------------
*/
.caption-copy-expanded {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateZ(0);
  padding: 40px 20px;
  position: fixed;
  z-index: 10;
  top: 0;
  height: 100vh;
  right: 0;
  left: 0;
  background: rgba(46, 55, 254, 0.75); }
  .caption-active .caption-copy-expanded {
    display: flex;
    display: -webkit-flex; }
  .caption-copy-expanded .caption-trigger-close {
    background: transparent;
    padding: 0 10px;
    font-size: 2rem;
    -webkit-appearance: none;
    border: 0;
    color: #afcad2; }
  .caption-copy-expanded .caption {
    max-width: none !important;
    white-space: normal !important;
    text-overflow: clip !important;
    margin: 0 0 1em !important; }

.caption-trigger {
  display: none;
  background: transparent;
  -webkit-appearance: none;
  border: 0;
  position: absolute;
  right: 0;
  top: -50%;
  padding: 0;
  line-height: 1em;
  font-size: 2rem; }

body.nested_gallery .assets-container {
  right: -20px; }

/*
------------------------------------------------------------------
Listing Styles
------------------------------------------------------------------
*/
html.is-changing body.listing:not([class*=nested]) .main {
  transform: translate3d(-20px, 0, 0);
  opacity: 0; }

body.listing:not([class*=nested]) .page-name {
  max-width: 400px;
  margin: 0 auto;
  text-align: center; }

body.listing:not([class*=nested]) .collection-page-title {
  padding: 40px 20px 0px 20px; }
  body.listing:not([class*=nested]) .collection-page-title .title-element {
    max-width: 500px;
    margin: 0 auto; }
    body.listing:not([class*=nested]) .collection-page-title .title-element h1, body.listing:not([class*=nested]) .collection-page-title .title-element h2, body.listing:not([class*=nested]) .collection-page-title .title-element h3, body.listing:not([class*=nested]) .collection-page-title .title-element h4, body.listing:not([class*=nested]) .collection-page-title .title-element h5, body.listing:not([class*=nested]) .collection-page-title .title-element h6 {
      text-align: center; }

body.listing:not([class*=nested]) .collection-assets-container {
  margin-top: 100px; }
  body.listing:not([class*=nested]) .collection-assets-container .asset a {
    display: flex;
    min-height: 100vh; }
    body.listing:not([class*=nested]) .collection-assets-container .asset a:hover .collection-image-container img {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.15); }
  body.listing:not([class*=nested]) .collection-assets-container .asset .collection-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    width: 50%; }
    body.listing:not([class*=nested]) .collection-assets-container .asset .collection-image-container .collection-image-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    body.listing:not([class*=nested]) .collection-assets-container .asset .collection-image-container img {
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0); }
    body.listing:not([class*=nested]) .collection-assets-container .asset .collection-image-container .collection-image-title {
      display: none;
      margin-top: 20px; }
      body.listing:not([class*=nested]) .collection-assets-container .asset .collection-image-container .collection-image-title .title {
        -webkit-transition: color 250ms ease;
        transition: color 250ms ease;
        color: #afcad2;
        font-family: "Archivo Black", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 21px;
        line-height: 1.2; }
      body.listing:not([class*=nested]) .collection-assets-container .asset .collection-image-container .collection-image-title .see-more {
        color: rgba(175, 202, 210, 0.5);
        font-size: 14px; }
  body.listing:not([class*=nested]) .collection-assets-container .asset .collection-caption-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    width: 50%; }
    body.listing:not([class*=nested]) .collection-assets-container .asset .collection-caption-container .title {
      -webkit-transition: color 250ms ease;
      transition: color 250ms ease;
      color: #afcad2;
      font-family: "Archivo Black", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 21px;
      line-height: 1.2; }
    body.listing:not([class*=nested]) .collection-assets-container .asset .collection-caption-container .see-more {
      color: rgba(175, 202, 210, 0.75);
      font-size: 14px; }
  body.listing:not([class*=nested]) .collection-assets-container .asset:hover .title {
    color: #afcad2; }
  body.listing:not([class*=nested]) .collection-assets-container .asset:hover .collection-image-title .title {
    color: #afcad2; }
  body.listing:not([class*=nested]) .collection-assets-container .asset.is-landscape img, body.listing:not([class*=nested]) .collection-assets-container .asset.is-square img {
    width: 61.8%;
    height: auto; }
    body.listing:not([class*=nested]) .collection-assets-container .asset.is-landscape img + .collection-image-title, body.listing:not([class*=nested]) .collection-assets-container .asset.is-square img + .collection-image-title {
      width: 61.8%; }
  body.listing:not([class*=nested]) .collection-assets-container .asset.is-portrait img {
    max-height: 80%;
    width: auto; }
  body.listing:not([class*=nested]) .collection-assets-container .asset.image-right a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  body.listing:not([class*=nested]) .collection-assets-container.is-compact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.listing:not([class*=nested]) .collection-assets-container.is-compact .asset {
      width: 50vw;
      min-height: 50vw; }
      body.listing:not([class*=nested]) .collection-assets-container.is-compact .asset .collection-image-container {
        width: 100%; }
        body.listing:not([class*=nested]) .collection-assets-container.is-compact .asset .collection-image-container .collection-image-title {
          display: block; }
      body.listing:not([class*=nested]) .collection-assets-container.is-compact .asset .collection-caption-container {
        display: none; }
      body.listing:not([class*=nested]) .collection-assets-container.is-compact .asset a {
        height: 100%; }

/*
------------------------------------------------------------------
Content Page Styles
------------------------------------------------------------------
*/
body.simple ._4ORMAT_content_wrapper,
body.content ._4ORMAT_content_wrapper,
body.nested_content ._4ORMAT_content_wrapper,
body.blog ._4ORMAT_content_wrapper {
  margin: 0 auto; }

body.simple .breadcrumb-link.bottom,
body.content .breadcrumb-link.bottom,
body.nested_content .breadcrumb-link.bottom,
body.blog .breadcrumb-link.bottom {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  display: none;
  position: fixed;
  bottom: 10px;
  left: 20px;
  z-index: 96; }
  body.simple .breadcrumb-link.bottom.hidden,
  body.content .breadcrumb-link.bottom.hidden,
  body.nested_content .breadcrumb-link.bottom.hidden,
  body.blog .breadcrumb-link.bottom.hidden {
    opacity: 0; }

body.simple .page-name-small,
body.content .page-name-small,
body.nested_content .page-name-small,
body.blog .page-name-small {
  opacity: 1 !important;
  pointer-events: auto !important;
  top: -2px; }

body.store ._4ORMAT_content_wrapper,
body.product ._4ORMAT_content_wrapper,
body.order_confirmation ._4ORMAT_content_wrapper,
body.order_thank_you_page ._4ORMAT_content_wrapper,
body.order_download_page ._4ORMAT_content_wrapper,
body.order_payment_error_page ._4ORMAT_content_wrapper {
  margin: 65px auto 0 auto;
  padding: 0 20px; }

/*
------------------------------------------------------------------
Client Access Pages
------------------------------------------------------------------
*/
.client .private_page form p {
  color: #afcad2 !important;
  font-size: 14px !important; }

.client .private_page form input[type='submit'] {
  color: #afcad2 !important;
  border: 1px solid #afcad2 !important; }

.client .f_client_header,
.client .f_assets-container {
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 768px) {
    .client .f_client_header,
    .client .f_assets-container {
      margin: 0 8%; } }
.client .f_client_header.proofing-header_fullwidth {
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 768px) {
    .client .f_client_header.proofing-header_fullwidth {
      margin-left: 20px;
      margin-right: 20px; } }
.client .f_assets-container {
  font-size: 14px !important; }

.f_client_header_copy p {
  color: #afcad2 !important;
  font-size: 14px !important; }

.f-load-more .spinner-wrap .spinner-circle {
  stroke: #afcad2 !important; }

/*
------------------------------------------------------------------
Blog Styles
------------------------------------------------------------------
*/
body.blog .f_blog_wrapper {
  margin: 0 auto;
  padding: 10px 20px; }
  body.blog .f_blog_wrapper > h1 {
    color: #afcad2;
    font-family: "Archivo Black", sans-serif;
    font-size: 28px;
    font-weight: normal; }

body.blog .f_blog_title_typography,
body.blog .f_blog_title_typography:hover {
  font-family: "Archivo Black", sans-serif;
  color: #afcad2;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  font-size: 36px !important;
  font-style: normal !important;
  font-weight: normal !important; }

body.blog .f_blog_body_typography,
body.blog .f_blog_body_typography:hover {
  font-family: "Work Sans Regular", sans-serif;
  color: #afcad2;
  line-height: 1.7;
  font-size: 18px;
  font-size: 18px !important;
  line-height: 1.7 !important; }

body.blog .f_blog_body_typography > p {
  line-height: 1.7 !important; }

body.blog .f_blog_separator {
  border-color: #afcad2; }

body.blog .f_blog_image_caption {
  font-family: "Work Sans Regular", sans-serif;
  font-size: 14px;
  color: #222222; }

body.blog .f_blog_date_svg g {
  fill: #afcad2; }

/*
------------------------------------------------------------------
Social Styles
------------------------------------------------------------------
*/
.social .social-link,
.social .social-share {
  color: #afcad2;
  font-size: 14px;
  font-weight: normal;
  margin: 0 10px;
  text-decoration: none;
  display: inline-block;
  width: 14px; }
  .social .social-link:hover,
  .social .social-share:hover {
    color: #afcad2; }

.social .social-icon {
  fill: #afcad2;
  height: 14px;
  width: auto;
  overflow: visible !important; }

/*
------------------------------------------------------------------
Store Pages
------------------------------------------------------------------
*/
html.cart-enabled .burger {
  right: 70px; }

body.order_confirmation .btn-cancel,
.product-order-form .select2-choice {
  background: transparent !important;
  border: 1px solid rgba(175, 202, 210, 0.2) !important;
  color: #afcad2 !important; }

body.product #content_page_wrapper {
  max-width: 1140px; }

body.product .product-info h1 {
  font-size: 28px !important; }

body.product .product-info .price {
  font-size: 14px !important; }

body.product .product-info .product-shipping-option {
  border-color: #afcad2; }

body.product .select2-drop {
  background: #2e37fe !important;
  border: 1px solid rgba(175, 202, 210, 0.2) !important;
  color: #afcad2 !important; }

body.product .select2-drop ul,
body.product .select2-drop ul .select2-result-label {
  border-color: rgba(175, 202, 210, 0.2) !important; }

body.product .select2-results .select2-highlighted {
  background: rgba(175, 202, 210, 0.1) !important; }

body.product .select2-results .select2-highlighted {
  color: #afcad2 !important; }

body.product .product-order-form .select2-container .select2-choice div b:before {
  border-top-color: rgba(175, 202, 210, 0.6) !important; }

body.order_confirmation .order-confirmation {
  border: 1px solid #afcad2 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details {
  border-top: 1px solid #afcad2 !important;
  border-bottom: 1px solid #afcad2 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details .order-confirmation-products th,
body.order_confirmation .order-confirmation.mobile .order-confirmation-details dl,
body.order_confirmation .order-confirmation.mobile .order-confirmation-products .order-confirmation-product {
  border-bottom: 1px solid #afcad2 !important; }

body.order_confirmation .order-confirmation .order-confirmation-total tr:last-child td,
body.order_confirmation .order-confirmation.mobile .order-confirmation-details {
  border-top: 1px solid #afcad2 !important; }

body.order_confirmation .order-confirmation.mobile .order-confirmation-payment {
  border: 0 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details dl dt,
body.order_confirmation .order-confirmation .order-confirmation-details dl dd,
body.order_confirmation .order-confirmation .order-confirmation-details th,
body.order_confirmation .order-confirmation .order-confirmation-details td {
  color: #afcad2 !important; }

body.order_confirmation .btn-confirm,
body.order_download .btn-return,
body.order_thank_you .btn-return,
body.order_payment_error .btn-return {
  background: #afcad2 !important;
  border: none !important;
  color: #2e37fe !important; }

body.order_download svg {
  fill: #afcad2; }

.f-back-to-store-link {
  color: #afcad2;
  font-style: normal;
  font-weight: bold;
  text-decoration: none; }
  .f-back-to-store-link svg {
    fill: #afcad2; }
  .f-back-to-store-link:hover {
    color: #afcad2;
    text-decoration: underline; }
    .f-back-to-store-link:hover svg {
      fill: #afcad2; }

.order-download ul {
  padding: 0px; }

/*
------------------------------------------------------------------
Media Queries
------------------------------------------------------------------
*/
@media screen and (max-width: 1140px) {
  body.gallery .gallery-overview-overlay .overview-asset, body.nested_gallery .gallery-overview-overlay .overview-asset {
    margin: 20px;
    min-height: 400px;
    width: calc(33.3333% - 40px); } }

@media screen and (max-width: 1024px) {
  body.gallery .gallery-overview-overlay .overview-asset, body.nested_gallery .gallery-overview-overlay .overview-asset {
    margin: 20px;
    width: calc(50% - 40px); } }

@media screen and (max-width: 767px) {
  html.cart-enabled .header {
    padding-right: 20px; }
  html.cart-enabled .burger {
    right: 5px; }
  .header {
    padding: 25px 20px; }
  .burger {
    right: 5px; }
  .menu-container .menu {
    width: 100vw; }
  body.listing:not([class*=nested]) .collection-assets-container.is-compact .asset {
    width: 100vw;
    height: 100vh; }
  body.listing:not([class*=nested]) .collection-assets-container .asset.is-portrait img {
    max-height: 70%; }
  body.listing:not([class*=nested]) .collection-assets-container .asset.is-landscape img {
    width: 80%; }
  body.listing:not([class*=nested]) .collection-assets-container .asset.is-landscape img + .collection-image-title,
  body.listing:not([class*=nested]) .collection-assets-container .asset.is-square img + .collection-image-title {
    width: 80%; }
  body.listing:not([class*=nested]) .collection-assets-container .asset .collection-image-container {
    width: 100%;
    padding: 40px 20px; }
  body.listing:not([class*=nested]) .collection-assets-container .asset .collection-caption-container {
    display: none; }
  body.listing:not([class*=nested]) .collection-assets-container .asset .collection-image-container .collection-image-title {
    display: block; }
  body.gallery .asset, body.nested_gallery .asset {
    width: 100vw; }
    body.gallery .asset.caption-active img, body.gallery .asset.caption-active .caption.truncated, body.nested_gallery .asset.caption-active img, body.nested_gallery .asset.caption-active .caption.truncated {
      -webkit-filter: blur(4px);
      filter: blur(4px); }
  body.gallery .cover-image, body.nested_gallery .cover-image {
    width: 100vw; }
  body.gallery .title-element, body.nested_gallery .title-element {
    width: 100vw; }
  body.gallery .next-nested-page, body.nested_gallery .next-nested-page {
    width: 100vw; }
  body.gallery .page-name-small, body.nested_gallery .page-name-small {
    display: none; }
  body.gallery .breadcrumb-link.bottom, body.nested_gallery .breadcrumb-link.bottom, body.nested_content .breadcrumb-link.bottom {
    display: inline-block; }
  body.gallery .gallery-counter, body.nested_gallery .gallery-counter {
    bottom: 10px; }
  body.gallery .caption, body.nested_gallery .caption {
    white-space: nowrap;
    text-overflow: ellipsis; }
    body.gallery .caption.truncated .caption-copy, body.nested_gallery .caption.truncated .caption-copy {
      margin-right: 23px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      body.gallery .caption.truncated .caption-copy p, body.nested_gallery .caption.truncated .caption-copy p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    body.gallery .caption.truncated .caption-trigger, body.nested_gallery .caption.truncated .caption-trigger {
      display: block; }
  body.gallery .gallery-overview-overlay .overview-asset, body.nested_gallery .gallery-overview-overlay .overview-asset {
    min-height: 200px;
    margin: 10px;
    padding: 20px;
    width: calc(50% - 20px); }
    body.gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-left, body.nested_gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-left {
      left: -20px;
      margin-right: auto; }
    body.gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-right, body.nested_gallery .gallery-overview-overlay .overview-asset .overview-asset-content.flush-right {
      left: 20px;
      margin-left: auto; }
    body.gallery .gallery-overview-overlay .overview-asset.text, body.nested_gallery .gallery-overview-overlay .overview-asset.text {
      width: 100%; }
      body.gallery .gallery-overview-overlay .overview-asset.text .text-content, body.nested_gallery .gallery-overview-overlay .overview-asset.text .text-content {
        padding: 20px; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  body.listing:not([class*=nested]) .collection-assets-container .asset.is-portrait img {
    max-height: 50%; } }

@media screen and (min-device-width: 767px) and (max-device-width: 1024px) and (orientation: portrait) {
  body.listing:not([class*=nested]) .collection-assets-container .asset a {
    height: 50vh; }
    body.listing:not([class*=nested]) .collection-assets-container .asset a .collection-image-container img {
      max-height: 75%; }
    body.listing:not([class*=nested]) .collection-assets-container .asset a:hover .collection-image-container img {
      box-shadow: none;
      filter: drop-shadow(0px 12px 20px rgba(0, 0, 0, 0.15)); } }

@media screen and (max-device-width: 767px) and (orientation: portrait) {
  body.listing:not([class*=nested]) .collection-assets-container .asset .collection-image-container .collection-image-title .title {
    font-size: 36px; } }

@media screen and (max-width: 425px), screen and (max-height: 500px) {
  .menu-container .menu li {
    padding: 0 15px; }
  body.listing:not([class*=nested]) .collection-assets-container .asset a {
    height: auto !important;
    min-height: 100vh; } }

@media screen and (max-width: 374px) {
  body.listing:not([class*=nested]) .collection-assets-container .asset .collection-image-container .collection-image-title .title {
    font-size: 30px; } }
