.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Generalsans Regular, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.8125rem;
  font-weight: 400;
  line-height: 1.06557;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.8125rem;
  font-weight: 400;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

.margin-bottom-96 {
  margin-bottom: 96px;
}

.styletitle {
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  margin: 20px 15px 30px;
  font-size: 14px;
}

.absolute-btn-layer {
  background-color: rgba(13, 0, 30, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.cta-button {
  min-width: 10rem;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 1000px;
  padding: .5rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  animation: buttonOut 0.7s linear  infinite;
}
.cta-button:hover{
  animation: buttonIn 0.5s linear forwards;
}
.cta-button.ghost {
  box-shadow: none;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.margin-bottom-76 {
  margin-bottom: 76px;
}

.heading-extrasmall {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.41;
}

.margin-bottom-60 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.vertical-spacing {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.vertical-spacing.h-100 {
  height: 100%;
}

.vertical-spacing.form-spacing {
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-bottom-72 {
  margin-bottom: 72px;
}

.para-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57143;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.heading-xxs-h6 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.margin-bottom-88 {
  margin-bottom: 88px;
}

.margin-bottom-92 {
  margin-bottom: 92px;
}

.margin-bottom-68 {
  margin-bottom: 68px;
}

.container {
  z-index: 2;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.h-100 {
  height: 100%;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.flex3col.full {
  width: 100%;
}

.colorbox {
  width: 100%;
  height: 100px;
  background-color: #dcdcdd;
  border-radius: 6px;
  margin-right: 25px;
  display: inline-block;
}

.colorbox.violet-red {
  background-color: #d13291;
}

.colorbox.dark-grey {
  background-color: #4b5563;
}

.colorbox.dark-slate-blue {
  background-color: #62e0fd;
}

.colorbox.royal-blue {
  background-color: #536dfb;
}

.colorbox.pure-white {
  background-color: #fff;
  border: 1px solid #000;
}

.colorbox.black {
  background-color: #000;
  border: 1px solid #fff;
}

.colorbox.turqoise {
  background-color: #b57aff;
}

.bottom-margin-4 {
  margin-bottom: 4px;
}

.heading-extralarge {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

.nuterals {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.margin-bottom-84 {
  margin-bottom: 84px;
}

.bottom-margin {
  margin-bottom: 2rem;
}

.heading-large {
  font-size: 52px;
  font-weight: 300;
  line-height: 1.2;
}

.hidden-classes {
  display: none;
}

.page-padding {
  padding-top: 0;
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
}

.page-padding.relative-top {
  z-index: 2;
}

.page-padding.loader-padding, .page-padding.full-height {
  z-index: 2;
  height: 100%;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.margin-bottom-52 {
  margin-bottom: 3rem;
  font-size: 1rem;
  line-height: 1rem;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.flexcolwrap {
  flex-wrap: wrap;
  display: flex;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.heading-medium {
  letter-spacing: -.015em;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.25;
}

.paragraph-medium {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  text-decoration: none;
}

.margin-bottom-44 {
  margin-bottom: 2.75rem;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.357;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.bottom-margin-28 {
  margin-bottom: 1.75rem;
}

.stylename {
  text-transform: uppercase;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0 #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.flex2col._2 {
  width: 100%;
}

.loader {
  z-index: 2000;
  background-color: #000;
  flex-direction: column;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader-section-wrap {
  height: 100%;
  position: relative;
}

.loader-bar-wrap {
  z-index: 3;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  align-items: center;
  display: flex;
  position: relative;
}

.loader-bar {
  width: 40%;
  height: 100%;
  background-color: #fff;
}

.loader-flex {
  z-index: 2;
  height: 100%;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.loader-left {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.loader-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.loader-text {
  text-transform: uppercase;
  font-size: 3.8125rem;
  line-height: 1.2;
}

.italic-span {
  font-family: ltc-bodoni-175, sans-serif;
  font-style: italic;
}

.loader-small-text-flex {
  grid-column-gap: 1.5rem;
  color: #e24c4a;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.loader-small-text-flex.grey {
  color: rgba(255, 255, 255, .4);
}

.text-13px {
  font-size: .8125rem;
}

.loader-dash {
  width: 25px;
  height: 1px;
  background-color: #e24c4a;
}

.loader-dash.grey {
  background-color: rgba(255, 255, 255, .4);
}

.counter-text {
  color: rgba(255, 255, 255, .4);
  font-family: ltc-bodoni-175, sans-serif;
  font-size: 25rem;
  line-height: 1;
}

.loader-image-absolute-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader-image-wrap {
  width: 50%;
}

.image-100 {
  width: 100%;
}

.image-100.cover {
  height: 100%;
  object-fit: cover;
}

.gallery-section {
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-nav {
  padding-block: .5rem;
  overflow: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.absolute-nav.upload {
  display: block;
}

.gallery-nav-flwx {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.nav-menu-flex {
  grid-column-gap: 2rem;
  display: flex;
}

.nav-link {
  grid-column-gap: 1rem;
  text-transform: uppercase;
  align-items: center;
  font-size: .8rem;
  display: flex;
  color: white;
  text-decoration: none;
}

.main-icon {
  width: 3.75rem;
  height: 3.75rem;
  min-height: 3.75rem;
  min-width: 3.75rem;
}

.main-icon.onln {
  width: 4.625rem;
  height: 4.625rem;
  min-height: 4.625rem;
  min-width: 4.625rem;
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.menu-middle {
  grid-column-gap: 1rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.online-flex {
  grid-column-gap: 6px;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.online-flex.dsk-hidden {
  display: none;
}

.user-icon {
  width: 1rem;
  display: flex;
}

.gallery-inner-wrap {
  height: 100%;
  grid-row-gap: 6.25rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.gallery-top {
  justify-content: space-between;
  display: flex;
}

.gallery-left {
  width: 55%;
  padding-bottom: 6.25rem;
}

.para {
  color: rgba(255, 255, 255, .4);
  font-size: 1rem;
}

.gallery-right {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.max {
  max-width: 28rem;
}

.text-12-8 {
  font-size: .8rem;
}

.text-12-8.opacity-50 {
  color: rgba(255, 255, 255, .5);
}

.gallery-team-flex {
  grid-column-gap: 7rem;
  display: flex;
}

.team-left, .team-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-flex.main {
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.footer-right {
  grid-column-gap: 3.5rem;
  align-items: center;
  display: flex;
}

.cover-bg {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.upload-content.is-1, .upload-content.is-2, .upload-content.is-3 {
  display: none;
}

.upload-section-wrap {
  height: 100%;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.upload-formm-block {
  margin-bottom: 0;
}

.upload-form-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.upload-form-left, .upload-form-right {
  width: 50%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bottom-margin-36 {
  margin-bottom: 2.25rem;
}

.field-grid {
  width: 100%;
  max-width: 28rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5rem;
  display: grid;
}

.upload-input {
  height: 2.875rem;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 1.5rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .8rem;
}

.upload-input.msg {
  height: 8.375rem;
  max-height: 8.375rem;
  min-height: 8.375rem;
  border-radius: 1.5rem;
}

.upload-input.checkbox {
  height: auto;
  grid-column-gap: 0px;
  color: rgba(255, 255, 255, .5);
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.chckbx {
  width: 1rem;
  height: 1rem;
  min-height: 1rem;
  min-width: 1rem;
  border-color: #fff;
  border-radius: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: .625rem;
}

.all-caps {
  text-transform: uppercase;
}

.image-uploader {
  width: 100%;
  max-width: 27rem;
  margin-bottom: 3.125rem;
}

.upload-form-bottom {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.max-35rem {
  max-width: 35rem;
}

.upload-nav-section-wrap {
  justify-content: flex-end;
  display: flex;
}

.upload-sequence-wrap {
  height: 100%;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-55rem {
  max-width: 55rem;
}

.gallery-sections-wrap {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-footer {
  position: fixed;
  display: flex;
  justify-content: space-between;
  /*margin-inline: 6rem;*/
  padding-block: 1.5vh;
  font-size: 0.6rem;
  padding-left: 20px;
  padding-right: 20px;
  left: 0;
  bottom: 0;
  width: 100vw;
}

.graph {
  width: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.scroll-item {
  grid-row-gap: .875rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand {
  width: 14rem;
}

._1-rem {
  font-size: 1rem;
}

.photo-display-section {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-gallery-flex {
  height: 100%;
  align-items: center;
  display: flex;
}

.photo-discription {
  max-width: 32rem;
}

.photo-title {
  font-size: 3rem;
  line-height: 1.3;
}

.para-16 {
  font-size: 1rem;
  line-height: 1.875;
}

.like-dislike-flex {
  grid-column-gap: .625rem;
  align-items: center;
  display: flex;
}

.section-upload {
  height: 100vh;
  text-align: center;
  background-image: url('../images/roses-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.msf-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.msf-hidden {
  display: none;
}

.ca {
  text-align: center;
}

.success-state {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.next-button {
  display: none;
}

.form-h2 {
  text-align: center;
}

.cta-inner-wrap {
  border: 1px solid #fff;
  border-radius: 1000px;
  padding: .75rem 2rem;
}
.landing-hero{
  height: 100vh;
  text-align: center;

}
.landing-hero .landing-text:first-of-type{
  padding-top: 30vh;
}

#landing-video-container{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
#landing-video{
  width: 100vw;
  height: 100vh;
  object-fit: cover;

}
.landing-title span{
  font-family: "ltc-bodoni-175", serif;
  font-weight: 400;
  font-style: italic;
  display: block;
}
.landing-title{
  margin-block: 1vh;
}
.landing-text-2{
  margin-block: 2.5vh;
  
}
.landing-text-2, .landing-text{
  font-size : 0.9rem
}
.side-icon{
  border: white solid 1px;
  padding: 10px;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#counter-online{
  font-size: 0.7rem;
    border: 1px solid white;
    padding: 5px 10px;
    border-radius: 50%;
    margin: auto;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.circle{
  border: 1px solid #c1b6b6d1;
  border-radius: 50%;
  padding: 4px;
}
nav{
  width: 100vw;
  height: 100vh;
  background: black;
  position: absolute;
  top: 0;
  left: 100vw;
  z-index: 100;

}
#btn-home:hover img{
  animation: rotateIt 0.7s alternate ;


}
.openNav{
  animation: slideInNav 1s forwards;
}
.closeNav{
  left: 0;
  animation: slideOutNav 0.6s forwards;
}
.openNav ul{
  list-style: none;
  padding: 0;
}
#credits-content{
  position: relative;
}
#credits-content div{
 
  position: absolute;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
}
#credits-content section{
  display: flex;
  gap: 2rem;
  width: fit-content;
}
#credits-content h2{
  font-family: "ltc-bodoni-175", serif;
  font-weight: 400;
  font-style: italic;
}
@keyframes slideInNav {
  to{
    left: 0;
  }
}
@keyframes slideOutNav {
  to{
    left: 100vw;
  }
}
@keyframes rotateIt {
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(365deg);
  }
}
.invisible{
  display: none !important;
}

#privacy-content div{
 
  position: absolute;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
}
#privacy-content  h2{
  font-family: "ltc-bodoni-175", serif;
  font-weight: 400;
  font-style: italic;
}
footer{
  z-index: 400;
  overflow: hidden;
}
.footer--contact{
  display: flex;
  align-items: center;
  text-transform: uppercase ;
  transform: translateY(-300%);
  animation: slideDown 3.5s forwards;
}
.footer--contact img{
  width: 1rem;
}
.footer--middle{
  transform: translateY(-300%);
  animation: slideDown 3.3s forwards;
  color: #b9b1b1;
  width: 40%;
  text-align: center;
}
.footer--middle a{
  display: block;
}

.footer--credits{
  transform: translateY(-300%);
  animation: slideDown 3.5s forwards;
  display: flex;
  align-items: center;
  gap: 1.5vw; 
  text-transform: uppercase ;
}
#header-subcontainer{
  transform: translateY(-300%);
  animation: slideDown 3s forwards;
}
@keyframes slideDown {
    to{
      transform: translateY(0%);
    }
}
.desktop{
  display: none;
}
/* 
*
* Start Mediaquery
*
*/ 
@media screen and (max-width: 991px) {
  .margin-bottom-48 {
    margin-bottom: .8rem;
  }

  .heading-extralarge {
    font-size: 52px;
  }

  .page-padding {
    padding-left: 36px;
    padding-right: 36px;
  }

  .margin-bottom-20 {
    margin-bottom: .5rem;
  }

  .heading-medium {
    font-size: 32px;
    line-height: 1.35714;
  }

  .bottom-margin-28 {
    margin-bottom: .5rem;
  }

  .loader-text {
    font-size: 3rem;
  }

  .counter-text {
    font-size: 16rem;
  }

  .loader-image-wrap {
    width: 100%;
  }

  .absolute-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .main-icon {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
  }

  .main-icon.onln {
    width: 3.25rem;
    height: 3.25rem;
    min-height: 3.25rem;
    min-width: 3.25rem;
  }

  .scroll-item {
    grid-row-gap: .4rem;
  }

  .photo-discription {
    max-width: none;
  }

  .photo-title {
    font-size: 2rem;
  }

  .para-16 {
    font-size: .9rem;
  }

  .section-upload {
    height: auto;
    min-height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom-48 {
    margin-bottom: .5rem;
  }

  .heading-extrasmall {
    font-size: 20px;
    line-height: 1.5;
  }

  .vertical-spacing {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .para-small {
    font-size: 12px;
    line-height: 1.83333;
  }

  .flex3col {
    width: 100%;
  }

  .colorbox {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .heading-extralarge {
    font-size: 48px;
  }

  .nuterals {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bottom-margin {
    margin-bottom: 1rem;
  }

  .heading-large {
    font-size: 32px;
  }

  .page-padding {
    padding-left: 28px;
    padding-right: 28px;
  }

  .margin-bottom-52 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .flexcolwrap {
    flex-direction: column;
  }

  .margin-bottom-20 {
    margin-bottom: .5rem;
  }

  .heading-medium {
    font-size: 28px;
  }

  .margin-bottom-44 {
    margin-bottom: 20px;
  }

  .heading-small {
    font-size: 25px;
    line-height: 1.4;
  }

  .bottom-margin-28 {
    margin-bottom: .5rem;
  }

  .stylename {
    grid-template-columns: 1fr 1fr;
  }

  .flex2col {
    width: 100%;
  }

  .loader-flex {
    grid-row-gap: 5rem;
    flex-direction: column;
    justify-content: flex-end;
  }

  .nav-menu-flex {
    grid-column-gap: 1rem;
  }

  .nav-link {
    grid-column-gap: .2rem;
    font-size: .6rem;
  }

  .main-icon {
    width: 2rem;
    height: 2rem;
    min-height: 2rem;
    min-width: 2rem;
  }

  .menu-middle {
    display: none;
  }

  .online-flex.dsk-hidden {
    display: flex;
  }

  .user-icon {
    width: .6rem;
  }

  .text-12-8 {
    font-size: .4rem;
  }

  .footer-flex.main {
    justify-content: space-between;
  }

  .upload-form-flex {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .upload-form-left {
    width: auto;
  }

  .upload-form-right {
    width: 70%;
  }

  .graph {
    position: static;
  }

  .brand {
    width: 11rem;
  }

  ._1-rem {
    font-size: .6rem;
  }

  .text-hidden-mobo {
    display: none;
  }

  .photo-title {
    font-size: 1.3rem;
  }

  .para-16 {
    font-size: .5rem;
  }

  .form-h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .absolute-btn-layer {
    display: none;
  }

  .margin-bottom-48 {
    margin-bottom: 3rem;
  }

  .cta-button {
    font-size: 1.1rem;
  }

  .heading-extralarge {
    font-size: 40px;
  }

  .nuterals {
    grid-template-rows: auto auto auto auto auto;
  }

  .heading-large {
    font-size: 30px;
  }

  .page-padding {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom-20 {
    margin-bottom: 1.25rem;
  }

  .heading-small {
    font-size: 24px;
    line-height: 1.083;
  }

  .bottom-margin-28 {
    margin-bottom: 1.75rem;
  }

  .loader-right {
    flex-direction: row;
    justify-content: space-between;
  }

  .counter-text {
    font-size: 4.5rem;
  }

  .loader-image-absolute-wrap {
    width: 140%;
    margin-left: -20%;
  }

  .main-icon {
    width: 3.75rem;
    height: 3.75rem;
    min-height: 3.75rem;
    min-width: 3.75rem;
  }

  .user-icon {
    width: 1rem;
  }

  .text-12-8 {
    font-size: .8rem;
  }

  .brand {
    width: 14rem;
  }

  ._1-rem {
    font-size: 1.1rem;
  }

  .photo-title {
    font-size: 3rem;
  }

  .para-16 {
    font-size: 1rem;
  }

  .form-h2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 991px) {
  .absolute-footer{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .desktop{
    display: block;
  }
}


#w-node-_435088d6-190e-c302-66c3-e76272619654-c08c62f1, #w-node-a7013cff-a543-d483-e7b7-4a791c34781a-c08c62f1, #w-node-_2f79b686-a9d6-ae35-abdd-bd7b8bad994e-c08c62f1, #w-node-cabb51b3-71e0-4b0c-dfa1-65b5581bb152-c08c62f1, #w-node-_20934115-dcdd-86cd-68bb-6c3ab06b6dbf-c08c62f1, #w-node-a1e1e423-d3d5-bfca-3f06-3917128e4f46-c08c62f1, #w-node-a1e1e423-d3d5-bfca-3f06-3917128e4f48-c08c62f1, #w-node-a1e1e423-d3d5-bfca-3f06-3917128e4f4a-c08c62f1, #w-node-a1e1e423-d3d5-bfca-3f06-3917128e4f4c-c08c62f1, #w-node-a1e1e423-d3d5-bfca-3f06-3917128e4f4e-c08c62f1, #field.w-node-fd97d2c4-95d9-8ee1-f151-9d6f86f71f31-75abce14, #Twitter-username.w-node-fd97d2c4-95d9-8ee1-f151-9d6f86f71f32-75abce14, #Artwork-title.w-node-fd97d2c4-95d9-8ee1-f151-9d6f86f71f33-75abce14, #Artwork-description.w-node-fd97d2c4-95d9-8ee1-f151-9d6f86f71f34-75abce14, #w-node-fd97d2c4-95d9-8ee1-f151-9d6f86f71f35-75abce14, #Name.w-node-_8aaf0009-afea-3940-d4e3-12ec1880f7ae-75abce14, #Twitter-Username-3.w-node-_8aaf0009-afea-3940-d4e3-12ec1880f7af-75abce14, #Artwork-Title-3.w-node-_8aaf0009-afea-3940-d4e3-12ec1880f7b0-75abce14, #Artwork-Description-3.w-node-_8aaf0009-afea-3940-d4e3-12ec1880f7b1-75abce14, #w-node-_8aaf0009-afea-3940-d4e3-12ec1880f7b2-75abce14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Generalsans Bold';
  src: url('../fonts/GeneralSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Medium';
  src: url('../fonts/GeneralSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Regular';
  src: url('../fonts/GeneralSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Light';
  src: url('../fonts/GeneralSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@keyframes buttonIn {
  from {
    padding: 0.5rem;
    margin-block: 0rem;
  }

  to {
    padding: 0rem;
    margin-block: 0.5rem;

  }
}
@keyframes buttonOut {
  from {
    padding: 0rem;
    margin-block: 0.5rem;
  }

  to {
    padding: 0.5rem;
    margin-block: 0rem;

  }
}