/* @font-face {
	font-family: "lg";
	src: url("../fonts/lg.woff2?io9a6k") format("woff2"),
		url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"),
		url("../fonts/lg.svg?io9a6k#lg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
} */
.lg-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "lg" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-container {
    font-family: "Founders Grotesk text Regular", "Times New Roman", Times, serif;
}

.lg-container .rlc-title {
    font-family: "Founders Grotesk Text Medium", "Times New Roman", Times, serif;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.75em;
    letter-spacing: 0.417em;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 1.333em 0;
}

.lg-container .rlc-dek {
    font-family: "Founders Grotesk Text Medium", "Times New Roman", Times, serif;
    font-size: 1em;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.lg-container .rlc-dek2 {
    font-family: "Founders Grotesk Text Medium", "Times New Roman", Times, serif;
    font-size: 0.625em;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-top: 2.25em;
}

.lg-container .rlc-footnote .rlc-dek {
    font-size: 0.75em;
}

.lg-next,
.lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1084;
    outline: none;
    border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
    opacity: 0 !important;
    cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none;
}

.lg-next {
    right: 20px;
}

.lg-next:before {
    content: "\e095";
}

.lg-prev {
    left: 20px;
}

.lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-media-overlap .lg-toolbar {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: none;
    border: none;
    box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-maximize {
    font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
    content: "\e90a";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    color: #eee;
    text-align: center;
    z-index: 1080;
    /* opacity: 0; */
    transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html .rlc-footnote {
    position: absolute;
    bottom: 0;
}

.lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.lg-error-msg {
    color: #999;
}

.lg-counter {
    color: #999;
    display: inline-block;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle;
    opacity: 0;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
    opacity: 0;
    transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
    opacity: 0;
    /* transform: scale3d(0.5, 0.5, 0.5); */
    will-change: opacity;
    transition: opacity 1s cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
    opacity: 1;
    /* transform: scale3d(1, 1, 1); */
}

.lg-icon:focus-visible {
    color: #fff;
    border-radius: 3px;
    outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
    border-radius: 8px;
    outline-offset: -5px;
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-container {
    display: none;
    outline: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-on {
    scroll-behavior: unset;
}

.lg-overlay-open {
    overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
    /* opacity: 0; */
    will-change: transform, opacity;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
        opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
    opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1;
}

/* .lg-show-in .lg-hide-items .lg-prev {
      opacity: 0;
      transform: translate3d(-10px, 0, 0);
  }
  .lg-show-in .lg-hide-items .lg-next {
      opacity: 0;
      transform: translate3d(10px, 0, 0);
  }
  .lg-show-in .lg-hide-items .lg-toolbar {
      opacity: 0;
      transform: translate3d(0, -10px, 0);
  } */
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0.001;
    outline: none;
    will-change: auto;
    overflow: hidden;
    transition: opacity 0.35s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
    opacity: 1;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: grabbing;
}

.lg-outer .lg-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0 !important;
    bottom: 0 !important;
}

.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap;
    direction: ltr;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-height: 100vh;
    max-width: fit-content;
    width: 32.6875em;
    height: 47.125em;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .lg-outer .lg-object {
        /* height: 400px;
          width: auto; */
        transform: translate3d(-16.25em, 0, 0);
        /* max-height: 80vh; */
    }

    .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html .rlc-copygroup-in {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*
  @media only screen and (min-width: 1024px) {
      .lg-outer .lg-object {
          height: 565px;
          width: 392px;
      }
  }
  @media only screen and (min-width: 1440px) {
      .lg-outer .lg-object {
          height: 754px;
          width: 523px;
      }
  } */

@media screen and (min-width: 768px) and (max-height: 61.875em) {
    .lg-outer .lg-object {
        max-height: 90vh !important;
        width: auto !important;
    }

    .lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
        max-height: 90vh !important;
    }
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
    display: none;
}

.lg-outer.lg-hide-download .lg-download {
    opacity: 0.75;
    pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    opacity: 1;
    height: 100%;
    transition: opacity 0.35s ease;
    height: 47.125em;
    top: 0;
    bottom: 0;
    margin: auto;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    /* opacity: 1; */
    transition: opacity 0.35s ease;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    right: 0;
    width: 45em;
    padding: 0 7.610em 0 3.75em;
    text-align: left;
    height: 100%;
}

.lg-outer .lg-media-cont {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.lg-outer .lg-media-cont .lg-object {
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-media-cont {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: #fff;
    opacity: 0;
    will-change: auto;
    transition: opacity 0.2s ease-in 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-container {
    display: none;
}

.lg-container.lg-show {
    display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute;
}

.lg-inline .lg-backdrop {
    z-index: 1;
}

.lg-inline .lg-outer {
    z-index: 2;
}

.lg-inline .lg-maximize:after {
    content: "\e909";
}

.lg-components {
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

/* lightgallery MODAL CSS overrides */
#lg-container-1 .lg-next,
#lg-container-1 .lg-prev {
    color: inherit;
    font: inherit;
    outline: inherit;
    letter-spacing: initial;
    text-transform: inherit;

    top: 50%;
    margin: 0;
    width: 39px;
    height: 39px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: inline-block !important;
    padding: 0;
    cursor: pointer;
    max-width: none;
    min-height: auto;
    font-size: 1em;
    border: 1px solid #f0eeed;
}

#lg-container-1 .lg-next {
    right: 3.125em;
}

#lg-container-1 .lg-prev {
    left: 3.125em;
}

#lg-container-1 .lg-prev:after,
#lg-container-1 .lg-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    opacity: 0.8;
}

#lg-container-1 .lg-next:before {
    transform: translate(-6px, -50%) rotate(-45deg);
}

#lg-container-1 .lg-prev:after {
    transform: translate(-2px, -50%) rotate(134deg);
}

#lg-container-1 #lg-download-1 {
    display: none;
}

#lg-container-1 #lg-close-1 {
    color: #000;
    margin: 0;
}

#lg-container-1 .lg-toolbar .lg-close {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    min-height: 0;
    margin: 0 auto;
    letter-spacing: initial;
    text-transform: inherit;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2.75em;
    right: 3.125em;
    transform: rotate(45deg);
    z-index: 2;
}

#lg-container-1 .lg-toolbar .lg-close:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#lg-container-1 .lg-toolbar .lg-close:after {
    transform: translateX(-50%) rotate(90deg);
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
}

#lg-container-1 .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    color: #000;
}

/* #lg-container-1 .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html span::after {
    content: attr(data-index);
    display: inline-block;
    position: relative;
} */

@media only screen and (min-width: 768px) {
    .lg-container span.rlc-num {
        font-size: 1.125em;
    }
}

@media only screen and (max-width: 767px) {
    .lg-container .rlc-title {
        font-size: 1.125em;
        line-height: 2em;
        letter-spacing: 0.3125em;
        margin: 1.667em 0 0.889em 0;
    }

    .lg-container span.rlc-num {
        font-size: 1.125em;
    }

    .lg-container .rlc-dek {
        font-size: 0.75em;
    }

    .lg-container .rlc-footnote .rlc-dek {
        font-size: 0.75em;
    }

    .lg-container .rlc-dek2 {
        font-size: 0.5rem;
        margin-top: 1.5em;
    }

    .lg-outer.lg-grab img.lg-object {
        cursor: grab;
        width: 23.4375em;
        height: 33.75em;
    }

    .lg-outer.lg-grabbing img.lg-object {
        cursor: move;
        cursor: grabbing;
        width: 23.4375em;
        height: 33.75em;
    }

    .lg-outer .lg-item,
    .lg-outer .lg-img-wrap {
        width: 23.4375em;
        height: 33.75em;
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
        height: auto;
        bottom: auto;
        position: relative;
        height: 100%;
    }

    .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
        opacity: 1;
        /* top: 34.25em; */
        bottom: auto;
        transform: none;
        width: 100%;
        padding: 0 2em;
        height: 100%;
        top: 0;
    }

    .lg-sub-html .rlc-copygroup-in {
        position: absolute;
        top: 33.75em;
    }

    .lg-sub-html .rlc-footnote {
        display: none !important;
        bottom: 2.25em;
    }

    #lg-container-1 .lg-toolbar .lg-close {
        top: 1.25em;
        right: 1.125em;
    }

    #lg-container-1 .lg-toolbar .lg-close:before {
        background: #fff;
    }

    #lg-container-1 .lg-toolbar .lg-close:after {
        background: #fff;
    }

    #lg-container-1 .lg-next,
    #lg-container-1 .lg-prev {
        top: 17.5em;
    }

    #lg-container-1 .lg-next {
        right: 1.125em;
    }

    #lg-container-1 .lg-prev {
        left: 1.125em;
    }
}

/* @media screen and (max-width: 767px) and (max-height: 47.125em) {
  
  } */

/* :root {
      --scrollbar-width: 0px;
  }
  
  @media only screen and (min-width: 768px) {
      .lg-container.rlc-fullbleed {
          max-width: 1920px;
      }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1919px) {
      .lg-container.rlc-fullbleed {
          font-size: 1.111111111111111vw !important;
          font-size: calc(0.0111111111111 * (100vw - var(--scrollbar-width))) !important;
      }
  }
  
  @media only screen and (min-width: 1440px) {
      .lg-container.rlc-1440_375.rlc-fullbleed {
          font-size: 16px !important;
          max-width: 1440px;
      }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1439px) {
      .lg-container.rlc-1440_375.rlc-fullbleed {
          font-size: 1.111111111111111vw !important;
          font-size: calc(0.0111111111111 * (100vw - var(--scrollbar-width))) !important;
      }
  }
  
  @media only screen and (max-width: 767px) {
      .lg-container.rlc-1440_375.rlc-fullbleed {
          font-size: 4.266666666666667vw !important;
          font-size: calc(0.04266666666666667 * (100vw - var(--scrollbar-width))) !important;
      }
  }
  
  @media only screen and (min-width: 1920px) {
      .lg-container.rlc-1440_375_max1920.rlc-fullbleed {
          font-size: 21.3333333px !important;
          max-width: 1920px;
      }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1919px) {
      .lg-container.rlc-1440_375_max1920.rlc-fullbleed {
          font-size: 1.111111111111111vw !important;
          font-size: calc(0.0111111111111 * (100vw - var(--scrollbar-width))) !important;
      }
  }
  
  @media only screen and (max-width: 767px) {
      .lg-container.rlc-1440_375_max1920.rlc-fullbleed {
          font-size: 4.266666666666667vw !important;
          font-size: calc(0.04266666666666667 * (100vw - var(--scrollbar-width))) !important;
      }
  }
  
  .lg-container.rlc-fullbleed {
      transition: font-size 0.1s ease-in-out;
  } */