/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/templates/custom-design.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.topSection {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
}
.topSection .thumbnail, .topSection video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.topSection video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topSection .container {
  padding-bottom: 130px;
}
.topSection .text {
  padding-bottom: 28px;
}
.topSection .text.white {
  color: #fff;
}
.topSection .text.white h1, .topSection .text.white h2, .topSection .text.white h3 {
  color: #fff;
}
.topSection .text.white .letter svg path {
  fill: #fff;
}
.topSection .text.white .letter svg rect {
  stroke: #fff;
}
.topSection .text.black .letter svg path {
  fill: #101828;
}
.topSection .text.black .letter svg rect {
  stroke: #101828;
}
.topSection .letter {
  display: inline-block;
  width: 56px;
  margin-bottom: 40px;
}
.topSection .letter svg {
  width: 100%;
  height: 100%;
}
.topSection .buttons {
  margin-bottom: 40px;
  font-size: 0;
}
.topSection .buttons .button {
  margin: 0 2px 4px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  .topSection .buttons .button {
    margin: 0 4px 8px;
  }
}
.topSection .logos {
  gap: 28px;
  align-items: center;
}
.topSection .logos .item img {
  max-height: 48px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .topSection h1 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .topSection .container {
    padding-bottom: 100px;
  }
  .topSection .text {
    padding-bottom: 48px;
  }
  .topSection .buttons {
    margin-bottom: 56px;
  }
}

.posts {
  display: grid;
  gap: 16px;
  padding-bottom: 195px;
}
@media screen and (max-width: 767px) {
  .posts {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .posts.col4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .posts {
    padding-bottom: 261px;
  }
  .posts.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .posts.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .posts.col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.post-item {
  text-decoration: none;
  display: block;
  transition: all 0.4s ease;
}
.post-item figure {
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
.post-item figure img {
  margin: 0 auto;
}
.post-item figure .project-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
}
.post-item figure .project-logo img {
  margin: 0 0 0 auto;
}
.post-item figure .award {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFD95E;
  padding: 16px;
  line-height: 1;
  width: 106px;
}
.post-item figure .award svg {
  margin: 0 auto;
}
.post-item figure .rewards {
  position: absolute;
  left: 20px;
  top: 20px;
}
.post-item figure .rewards .project-reward {
  display: block;
  width: 70px;
  margin-bottom: 8px;
}
.post-item figure .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}
.post-item .info time {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  display: block;
  padding-bottom: 8px;
}
.post-item .info h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 6px;
}
.post-item .info p {
  color: rgba(0, 0, 0, 0.8);
}
.post-item .info .cats {
  color: #808080;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-item .info .external {
  color: #808080;
  font-size: 15px;
  position: relative;
  display: block;
}
.post-item .info .external:before {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  font-size: 24px;
}
.post-item.publication-item figure {
  border: 1px solid #D4D2D0;
}
.post-item.has-gallery {
  cursor: pointer;
}
@media screen and (min-width: 1081px) {
  .post-item figure > img {
    transform: scale(1);
    transition: all 0.4s ease;
  }
  .post-item:hover figure > img {
    transform: scale(1.05);
  }
}

.relatedPosts {
  padding-top: 34px;
  padding-bottom: 34px;
  background: #fff;
  position: relative;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .relatedPosts {
    padding-bottom: 48px;
  }
}

.title-button {
  margin-bottom: 24px;
}
.title-button h2 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.title-button .button {
  padding: 10px;
}
@media screen and (min-width: 1081px) {
  .title-button .button {
    padding: 10px 16px;
  }
}

.bullets {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(to bottom, #FFF1DD 0%, #F9E6CB 100%);
}
.bullets .bg1 {
  background: linear-gradient(to bottom, #FFDEB4 0%, #FEF0DC 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -420px;
  width: 1862px;
  height: 921px;
  filter: blur(100px);
  animation: bg1Float 30s ease-in-out infinite;
  border-radius: 50%;
}
.bullets .bg2 {
  background: #FFF1E1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1264px;
  height: 625px;
  bottom: -310px;
  filter: blur(100px);
  animation: bg2Float 60s ease-in-out infinite;
  border-radius: 50%;
}

@keyframes bg1Float {
  0% {
    transform: translate(-50%, 0);
  }
  25% {
    transform: translate(-40%, -30%);
  }
  50% {
    transform: translate(-60%, -60%);
  }
  75% {
    transform: translate(-50%, -30%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes bg2Float {
  0% {
    transform: translate(-50%, 0);
  }
  20% {
    transform: translate(-30%, -20%);
  }
  50% {
    transform: translate(-70%, -50%);
  }
  80% {
    transform: translate(-50%, -20%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.content {
  background: #FDF6E9;
  padding-top: 40px;
  z-index: 0;
}
.content:before {
  background: #FDF6E9;
}
.content h2 {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.customizationBox {
  padding-bottom: 48px;
}
@media screen and (min-width: 1081px) {
  .customizationBox {
    padding-bottom: 96px;
  }
}

.customization {
  display: grid;
  gap: 8px;
}
.customization .item {
  padding-bottom: 40px;
}
.customization figure {
  margin-bottom: 16px;
}
.customization figure img {
  margin: 0 auto;
}
.customization .info {
  padding: 0 8px;
}
.customization h3 {
  font-size: 24px;
  line-height: 1.1;
  padding-bottom: 8px;
  font-weight: 400;
}
.customization p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .customization {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .customization {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .customization {
    grid-template-columns: repeat(3, 1fr);
  }
  .customization figure {
    margin-bottom: 32px;
  }
}

.processBox {
  padding-bottom: 52px;
}
.processBox .item {
  padding: 20px 0;
}
.processBox figure img {
  margin: 0 auto;
}
.processBox h3 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 0;
}
.processBox p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .processBox .item {
    margin-bottom: 30px;
  }
  .processBox figure {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .processBox .item {
    gap: 0 24px;
    align-items: center;
  }
  .processBox .item:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
  }
  .processBox figure {
    flex: 1;
  }
  .processBox .info {
    width: 50%;
  }
}
@media screen and (min-width: 1081px) {
  .processBox .item {
    gap: 0 48px;
  }
  .processBox h3 {
    font-size: 36px;
  }
}

.floatie {
  filter: blur(50px);
  background: radial-gradient(ellipse at center, #FFB300 0%, rgba(255, 188, 95, 0.3) 100%);
  width: 1200px;
  height: 1200px;
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
}

.floatie1 {
  right: 0;
  top: 300px;
  animation: move1 90s ease-in-out infinite;
}

.floatie2 {
  left: 0;
  top: 1000px;
  animation: move2 80s ease-in-out infinite;
}

.floatie3 {
  right: 0;
  top: 1600px;
  animation: move3 70s ease-in-out infinite;
}

@keyframes move1 {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(500px, 200px);
  }
  20% {
    transform: translate(-300px, 100px);
  }
  35% {
    transform: translate(600px, 300px);
  }
  50% {
    transform: translate(-400px, 200px);
  }
  65% {
    transform: translate(300px, 150px);
  }
  80% {
    transform: translate(-200px, 250px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes move2 {
  0% {
    transform: translate(0, 0);
  }
  8% {
    transform: translate(-600px, 250px);
  }
  18% {
    transform: translate(400px, 400px);
  }
  30% {
    transform: translate(-500px, 200px);
  }
  45% {
    transform: translate(300px, 300px);
  }
  60% {
    transform: translate(-200px, 100px);
  }
  85% {
    transform: translate(100px, 200px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes move3 {
  0% {
    transform: translate(0, 0);
  }
  12% {
    transform: translate(700px, 300px);
  }
  25% {
    transform: translate(-500px, 600px);
  }
  40% {
    transform: translate(600px, 900px);
  }
  55% {
    transform: translate(-300px, 700px);
  }
  70% {
    transform: translate(200px, 500px);
  }
  90% {
    transform: translate(-100px, 300px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*# sourceMappingURL=custom-design_style.css.map*/