@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  font-family: 'Poppins', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-color: white;
}

body .cursor {
  pointer-events: none;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  body .cursor {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  body .cursor {
    display: none;
  }
}

body .cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1000;
}

body .cursor__ball circle {
  fill: #f1f1f1;
}

header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  bottom: 0;
  margin-bottom: 1.2rem;
  width: 100%;
  text-align: center;
  color: #181818;
  z-index: 100;
}

header a {
  text-decoration: none;
  color: #181818;
  padding: 0.5rem 1.5rem;
  margin: 0rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e20b1a)) 0% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
  background: linear-gradient(#e20b1a 0 0) 0% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
  -webkit-transition: 0.3s, background-size 0.3s 0.3s;
  transition: 0.3s, background-size 0.3s 0.3s;
}

header a:hover {
  --d: 100%;
  background-position: 50% 0%;
  color: #fff;
  -webkit-transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
  transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
}

.nav {
  height: 60px;
  width: 100%;
  background-color: #f8f8f8;
  position: relative;
  z-index: 100;
  display: none;
}

@media only screen and (max-width: 599px) {
  .nav {
    display: inline-block;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .nav {
    display: inline-block;
  }
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 1rem;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-header > .nav-title a {
  text-decoration: none;
  color: #181818;
  padding: 0.5rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e20b1a)) 0% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
  background: linear-gradient(#e20b1a 0 0) 0% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
  -webkit-transition: 0.3s, background-size 0.3s 0.3s;
  transition: 0.3s, background-size 0.3s 0.3s;
}

.nav > .nav-header > .nav-title a:hover {
  --d: 100%;
  background-position: 50% 0%;
  color: #fff;
  -webkit-transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
  transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 1rem;
}

.nav > .nav-links .created-by {
  color: #383838;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  right: 0px;
  bottom: 0px;
  margin-top: 2rem;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 2rem;
  text-decoration: none;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e20b1a)) 0% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
  background: linear-gradient(#e20b1a 0 0) 0% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
  -webkit-transition: 0.3s, background-size 0.3s 0.3s;
  transition: 0.3s, background-size 0.3s 0.3s;
}

.nav > .nav-links > a:hover {
  --d: 100%;
  background-position: 50% 0%;
  color: #fff;
  -webkit-transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
  transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
}

.nav > #nav-check {
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn {
    display: inline-block;
    cursor: pointer;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    margin-right: 0.3rem;
    padding: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e7e7e7)) 50% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
    background: linear-gradient(#e7e7e7 0 0) 50% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
    -webkit-transition: 0.3s, background-size 0.3s 0.3s;
    transition: 0.3s, background-size 0.3s 0.3s;
  }
  .nav #nav-check:checked ~ .nav-btn {
    --d: 100%;
    background-position: 50% 0%;
    color: #181818;
    -webkit-transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
    transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #181818;
    height: 0px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 60px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #181818;
  text-align: center;
}

.top .top-description-title {
  font-size: 5rem;
  font-weight: 600;
}

@media only screen and (max-width: 599px) {
  .top .top-description-title {
    font-size: 3.5rem;
    text-align: left;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .top .top-description-title {
    font-size: 5rem;
  }
}

.top .top-description-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 599px) {
  .top .top-description-subtitle {
    font-size: 1rem;
    text-align: left;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .top .top-description-subtitle {
    font-size: 1.3rem;
  }
}

.top-designer {
  color: #181818;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.top-designer:hover {
  color: #e20b1a;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  cursor: pointer;
}

.top-info {
  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;
  color: #181818;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60vh;
  margin: auto;
  width: 100%;
}

.top-info .top-info-subtitle {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #e20b1a;
}

.top-info .top-info-paragraph {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.top-info .top-info-paragraph p {
  width: 50%;
  margin: auto;
  text-align: left;
  line-height: 1.4rem;
}

@media only screen and (max-width: 599px) {
  .top-info .top-info-paragraph p {
    width: 90%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .top-info .top-info-paragraph p {
    width: 90%;
  }
}

.sticky-header {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.4rem;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .sticky-header {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .sticky-header {
    display: none;
  }
}

.logo-header {
  width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .logo-header {
    width: 80vw;
  }
}

.logo-header img {
  height: 100vh;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 599px) {
  .logo-header img {
    height: 60vh;
  }
}

.video-container .video-header {
  width: 80vw;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.2px 1.9px rgba(0, 0, 0, 0.018), 0 0.5px 4.3px rgba(0, 0, 0, 0.026), 0 0.9px 7.7px rgba(0, 0, 0, 0.032), 0 1.4px 12.8px rgba(0, 0, 0, 0.038), 0 2.4px 21.2px rgba(0, 0, 0, 0.044), 0 4.2px 37px rgba(0, 0, 0, 0.052), 0 9px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.2px 1.9px rgba(0, 0, 0, 0.018), 0 0.5px 4.3px rgba(0, 0, 0, 0.026), 0 0.9px 7.7px rgba(0, 0, 0, 0.032), 0 1.4px 12.8px rgba(0, 0, 0, 0.038), 0 2.4px 21.2px rgba(0, 0, 0, 0.044), 0 4.2px 37px rgba(0, 0, 0, 0.052), 0 9px 80px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 599px) {
  .video-container .video-header {
    width: 100vw;
    border-radius: 0rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .video-container .video-header {
    width: 100vw;
    border-radius: 0rem;
  }
}

.breadcrumbs {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  top: 0;
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
  color: #181818;
  z-index: 100;
}

.breadcrumbs a {
  text-decoration: none;
  color: #181818;
  padding: 0.5rem 1rem;
  margin: 0rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e20b1a)) 0% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
  background: linear-gradient(#e20b1a 0 0) 0% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
  -webkit-transition: 0.3s, background-size 0.3s 0.3s;
  transition: 0.3s, background-size 0.3s 0.3s;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs a {
    font-size: 0.6rem;
    margin: 0 0.6;
  }
}

.breadcrumbs a:hover {
  --d: 100%;
  background-position: 50% 0%;
  color: #fff;
  -webkit-transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
  transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
}

.breadcrumbs p {
  color: #181818;
}

.breadcrumbs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 599px) {
  .breadcrumbs-content {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .breadcrumbs-content {
    display: none;
  }
}

.breadcrumbs-content p {
  font-size: 0.6rem;
  font-weight: bold;
}

.breadcrumbs-mobile {
  position: fixed;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f8f8f8;
  bottom: 0;
  height: 60px;
  width: 100%;
  text-align: center;
  color: #181818;
  z-index: 100;
}

@media only screen and (max-width: 599px) {
  .breadcrumbs-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .breadcrumbs-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.breadcrumbs-mobile .breadcrumbs-mobile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.breadcrumbs-mobile .breadcrumbs-mobile-container a {
  text-decoration: none;
  color: #181818;
  padding: 0.5rem 1rem;
  margin: 0rem 1rem;
  font-size: 0.8rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e20b1a)) 0% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
  background: linear-gradient(#e20b1a 0 0) 0% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
  -webkit-transition: 0.3s, background-size 0.3s 0.3s;
  transition: 0.3s, background-size 0.3s 0.3s;
}

.breadcrumbs-mobile .breadcrumbs-mobile-container a:hover {
  --d: 100%;
  background-position: 50% 0%;
  color: #fff;
  -webkit-transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
  transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
}

.breadcrumbs-mobile .breadcrumbs-mobile-container p {
  font-size: 0.6rem;
  color: red;
}

section:not(#sectionPin) {
  min-height: 100vh;
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  padding: 50px 10vw;
  margin: auto;
  place-items: center;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  section:not(#sectionPin) {
    min-height: 70vh;
  }
}

@media only screen and (max-width: 599px) {
  section:not(#sectionPin) {
    min-height: 70vh;
  }
}

img {
  height: 80vh;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-size: 5rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 1rem;
  position: absolute;
  top: 10vw;
  left: 10vw;
  z-index: 4;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 768px) {
  h1 {
    font-size: 16vw;
  }
}

h1 span {
  display: block;
}

h2 {
  font-size: 2rem;
  max-width: 400px;
}

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

#sectionPin {
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  background: var(--text-color);
  color: var(--bg-color);
}

.pin-wrap {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 10vw;
}

.pin-wrap > * {
  min-width: 60vw;
  padding: 0 6vw;
}

.pin-wrap-text {
  width: 100px;
}

.pin-wrap-text h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #c80000;
}

@media only screen and (max-width: 599px) {
  .pin-wrap-text h3 {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .pin-wrap-text h3 {
    font-size: 1rem;
  }
}

.pin-wrap-text p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 599px) {
  .pin-wrap-text p {
    font-size: 0.6rem;
    line-height: 1rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .pin-wrap-text p {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
}

.download-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.download-container img {
  height: 60vh;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .download-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .download-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.download-btn a {
  text-decoration: none;
  color: #181818;
  padding: 0.5rem 1rem;
  margin: 0rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e20b1a)) 0% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
  background: linear-gradient(#e20b1a 0 0) 0% calc(-3px - 100%)/var(--d, 0%) 200% no-repeat;
  -webkit-transition: 0.3s, background-size 0.3s 0.3s;
  transition: 0.3s, background-size 0.3s 0.3s;
}

@media only screen and (max-width: 599px) {
  .download-btn a {
    font-size: 0.7rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .download-btn a {
    font-size: 0.7rem;
  }
}

.download-btn a .fa {
  margin-right: 1rem;
}

.download-btn a:hover {
  --d: 100%;
  background-position: 50% 0%;
  color: #fff;
  -webkit-transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
  transition: 0.3s, background-position 0.3s 0.3s, color 0.3s 0.3s;
}

.download-btn svg {
  color: white;
}

.video-carousel {
  height: 750px;
}

@media only screen and (max-width: 599px) {
  .video-carousel {
    height: 300px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .video-carousel {
    height: 600px;
  }
}

.video-title {
  font-size: 0.8rem;
  color: #6a6a6a;
  font-weight: 500;
  margin-bottom: 1.3rem;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .video-title {
    font-size: 0.6rem;
  }
}
/*# sourceMappingURL=main.css.map */