@font-face {
  font-family: Inter;
  src: url("./Inter-VariableFont_opsz_wght-c8O0ljhh.0a77e23a8fdb.ttf");
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
button {
  cursor: url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5508%2012.4058L16.8838%2015.8921L16.2012%2016.2026L15.8906%2016.8853L12.4053%2024.5513L4.81445%204.81592L24.5508%2012.4058Z'%20fill='%23658FFF'%20stroke='white'%20stroke-width='4'/%3e%3c/svg%3e"), auto !important;
}

.under-dev {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #140c59;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  align-items: center;
  justify-content: center;
}

.under-dev svg {
  width: 20vw;
  height: auto;
}

@media (orientation: landscape) {
  .br-mobile {
    display: none;
  }
  .br-desktop {
    display: block;
  }
}

@media (orientation: landscape) and (max-width: 1080px) {
  .under-dev {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}

@media (orientation: portrait) {
  /* .under-dev {
    display: flex;
    opacity: 1;
    visibility: visible;
  } */

  .br-mobile {
    display: block;
  }
  .br-desktop {
    display: none;
  }
}

#hero-section {
  width: 100%;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: visible;
  z-index: -1;
}

.difumado-hero {
  filter: unset !important;
  -webkit-filter: unset !important;
  width: 150vw;
  height: 100vw;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(#0034a1, rgba(0, 0, 0, 0) 65%);
}

h1 {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: calc(7.5vw * 0.83);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

#hero-section p {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: clamp(16px, 1.6vw, 1.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  z-index: 1;
  position: relative;
}

#story-section {
  width: 100%;
  padding: 0 2.5vw;
  position: relative;
  overflow: hidden;
}

#story-section h2 {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: calc(7.5vw * 0.83);
  font-style: normal;
  line-height: normal;
  font-weight: 400;
  display: none;
}

#story-section h2 span {
  font-weight: 700;
}

#story-section .text {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: calc(3.125vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: calc(1.25vw * 0.83);
  margin-left: 34vw;
  display: none !important;
}

#story-section p {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: calc(4.875vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: 1.17; /* 117.949% */
  margin: 0 auto;
  margin-top: calc(12.875vw * 0.83);
}

#story-section p strong {
  font-weight: 700;
}

#story-section .our-story {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: "SF Pro Display";
  font-size: calc(28.125vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 34.889% */
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.075;
  color: rgba(100, 194, 230, 0.55);
  pointer-events: none;
}

#figures-section {
  width: 100%;
  height: initial;
  position: relative;
  margin-top: 5vw;
  padding: 15vw 5vw;
  overflow: visible;
  z-index: 1;
  /* border: 1px solid #eee; */
}

#figures-section .bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  z-index: -1;
}

.figures-img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
  object-position: top center;
  margin-right: 5%;
  display: none !important;
}

.figures {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 0 3.5vw;
}

.figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.samples-container {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: calc(5vw * 0.83);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: calc(1.61vw * 0.83);
  display: flex;
  align-items: center;
}

.samples-scroller {
  height: calc(5vw * 0.83);
  overflow: hidden;
}

.figure:nth-of-type(1) .samples-container .samples-scroller {
  width: calc(6vw * 0.83);
}

.figure:nth-of-type(2) .samples-container .samples-scroller {
  width: calc(4vw * 0.83);
}

.figure:nth-of-type(3) .samples-container .samples-scroller {
  width: calc(10vw * 0.83);
}

.samples {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.figure span {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: calc(1.5vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#figures-section h2 {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: calc(6.25vw * 0.83);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 150%);
}

#timeline-section {
  width: 100%;
  height: 400vh;
  position: relative;
  margin-top: -50vh;
  margin-bottom: 10vw;
  overflow: visible;
}

.canvas-world-wrapper {
  width: 100%;
  height: 100vh;
}

.world-html {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.milestone-wrapper {
  width: calc(4vw * 0.83);
  height: calc(4vw * 0.83);
  overflow: visible;
}

.milestone {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #0788ce;
  background-color: #0788ce7e;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow: 0 0 5px #0788ce;
  border-radius: 50%;
  overflow: visible;
}

.milestone::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  border: 1px solid #0788ce;
  border-radius: 50%;
}

.milestone::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background-image: url("../milestone_icon.b6a0eee2ff86.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.milestone-text {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: calc(1.875vw * 0.83);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 125%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.milestone-year {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(100, 194, 230, 0.55);
  font-family: "SF Pro Display";
  font-size: calc(7.5vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3; /* 130.833% */
  position: absolute;
  top: 0;
  transform: translateY(-125%);
  /* color:  */
  color: transparent;
}

.milestone-year.right {
  right: 400%;
}

.milestone-year.right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #64c2e6;
  bottom: 0;
  left: 50%;
  transform: translate(0%, 0%);
}

.milestone-year.right::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #64c2e6;
  bottom: 0;
  left: 150%;
  transform: translate(0%, 0%) rotate(38.5deg);
  transform-origin: left center;
}

.milestone-year.left {
  left: 400%;
}

.milestone-year.left::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #64c2e6;
  bottom: 0;
  right: 50%;
  transform: translate(0%, 0%);
}

.milestone-year.left::before {
  content: "";
  position: absolute;
  width: 26.5%;
  height: 1px;
  background-color: #64c2e6;
  bottom: 0;
  right: 150%;
  transform: translate(0%, 0%) rotate(-42.5deg);
  transform-origin: right center;
}

canvas.world {
  width: 100%;
  height: 100%;
}

.welcome {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 2.5vw;
  place-items: center;
  position: absolute;
  bottom: -5vw;
  left: 50%;
  transform: translate(-50%, 0%);
  pointer-events: none;
  display: none !important;
}

.welcome p {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: calc(1.125vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  width: initial;
}

.welcome span {
  width: calc(4.1875vw * 0.83);
  height: 1px;
  background-color: #fff;
  display: block;
  opacity: 0.35;
}

.welcome span,
.welcome p {
  margin: 0;
  padding: 0;
}

.welcome .arrows {
  position: absolute;
  top: 150%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.welcome .arrows img {
  width: calc(0.815vw * 0.83);
  height: 0calc (0.4075vw * 0.83);
}

.welcome .arrows img:first-of-type {
  opacity: 0.35;
}

#tech-section {
  width: 100%;
  padding: 0;
}

.tech-wrapper {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  pointer-events: auto;
}

.tech-wrapper h2 {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: calc(12.5vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.tech-wrapper h2 span,
.tech-wrapper h2 strong {
  display: block;
}

.scaled-img-container,
.img-particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.scaled-img-container .scaled-img {
  width: calc(42.625vw * 0.83);
  height: calc(65.75vw * 0.83);
  flex-shrink: 0;
  z-index: 0;
  pointer-events: none;
}

.img-particles-container .img-particles {
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: -1;
  opacity: 0.25;
}

.quote {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: calc(8.69vw * 0.83);
  width: 100%;
  margin-top: -25vw;
  padding: 0 2.5vw;
  padding-bottom: 25vh;
  position: relative;
  z-index: 1;
}

.cto {
  width: calc(29.3125vw * 0.83);
  height: calc(33.0625vw * 0.83);
  border-radius: calc(1.4375vw * 0.83);
  object-fit: cover;
  overflow: hidden;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.author {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: calc(2.625vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: 179.5%;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  justify-self: end;
  margin-top: calc(3.12vw * 0.83);
}

.author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.author span {
  font-size: calc(1.8125vw * 0.83);
  line-height: 1.5;
}

.text {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: calc(3.125vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: calc(72.4275vw * 0.83);
  position: relative;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  display: block;
}

.text img {
  width: calc(7.3125vw * 0.83);
  height: calc(5.625vw * 0.83);
  display: block;
  margin-bottom: calc(3.25vw * 0.83);
}

#white-section {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

#white-section > .img-particles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: auto;
  pointer-events: none;
  z-index: -1;
  opacity: 0.25;
}

.eng-span {
  color: #140c59;
  font-family: Inter;
  font-size: calc(0.9375vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(14vw * 0.83);
  height: calc(2.75vw * 0.83);
  background: rgba(20, 12, 89, 0.08);
  border-radius: calc(1.875vw * 0.83);
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: calc(2.37vw * 0.83);
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.eng-span .icon {
  width: calc(1.6875vw * 0.83);
  height: calc(1.6875vw * 0.83);
  margin-right: calc(1.13vw * 0.83);
  display: block;
}

.eng-span .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  margin-bottom: calc(2.5vw * 0.83);
  display: block;
}

#white-section .bck {
  position: absolute;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

#white-section > .img-particles {
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}

#white-section p {
  color: #140c59;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: calc(4.875vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: 1.18; /* 117.949% */
  position: relative;
  z-index: 1;
}

.articles-carousel {
  opacity: 0;
  visibility: hidden;
}

@media (orientation: portrait) {
  /* .under-dev {
    display: flex;
    opacity: 1;
    visibility: visible;
  } */
  .difumado-hero {
    top: 45%;
    width: 200vw;
    height: 200vw;
    background: radial-gradient(#0034a1, rgba(0, 0, 0, 0) 50%);
    opacity: 0.8;
  }

  #hero-section {
  }
  h1 {
    font-size: calc(3.125vw * 4);
  }
  #hero-section p {
    font-weight: 400;
  }

  #story-section {
    width: 100%;
    padding: 0 5vw;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  #story-section h2 {
    font-size: calc(2.5vw * 4);
  }

  #story-section .text {
    font-size: calc(1.125vw * 4);
    margin-top: calc(3.5vw * 4);
    margin-left: 0;
    align-self: flex-end;
    display: block;
    width: initial;
  }
  #story-section p {
    font-size: calc(1.5625vw * 4);
    margin-top: calc(5.62vw * 4);
    width: 95%;
  }

  #story-section .our-story {
    transform: translate(-50%, -10%);
    -webkit-text-stroke-width: 0.55px;
    font-size: calc(15.5vw * 4);
  }

  #figures-section {
    width: 100%;
    height: initial;
    position: relative;
    margin-top: 15vw;
    padding: 15vw 5vw;
    overflow: visible;
  }

  #figures-section .bg {
    width: 200%;
    opacity: 1;
    height: auto;
    z-index: -1;
  }
  .figures-img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
    object-position: top center;
    margin-right: 0;
    display: block;
    transform: translateX(-2%);
  }

  .figures {
    display: grid;
    grid-template-columns: 0.5fr 1fr 0.5fr;
    width: 100%;
    padding: 0 2vw;
    margin-top: 2vw;
  }

  .figure {
  }
  .figure:nth-of-type(1) .samples-container .samples-scroller {
    width: calc(1.5vw * 6);
  }
  .figure:nth-of-type(2) .samples-container .samples-scroller {
    width: calc(1vw * 6);
  }
  .figure:nth-of-type(3) .samples-container .samples-scroller {
    width: calc(2.25vw * 6);
  }
  .samples-container {
    font-size: calc(1.134vw * 6);
    margin-bottom: calc(0.33vw * 10);
  }
  .samples-scroller {
    height: calc(1.134vw * 6);
  }
  .figure span {
    font-size: calc(0.4vw * 6);
  }

  #figures-section h2 {
    font-size: calc(3.125vw * 4);
  }

  #timeline-section {
    width: 100%;
    height: 800vh;
    position: relative;
    margin-top: -60vh;
    margin-bottom: 0;
  }
  .canvas-world-wrapper {
    width: 100%;
  }
  .world-html {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .milestone-wrapper {
    width: calc(1.65vw * 4);
    height: calc(1.65vw * 4);
  }
  .milestone {
    border: 1px solid #0788ce;
    background-color: #0788ce7e;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 0 5px #0788ce;
    border-radius: 50%;
    overflow: visible;
  }
  .milestone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    border: 1px solid #0788ce;
    border-radius: 50%;
  }
  .milestone::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background-image: url("../milestone_icon.b6a0eee2ff86.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .milestone-text {
    font-size: calc(0.875vw * 3.5);
    top: 125%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .milestone-year {
    -webkit-text-stroke-width: 0.83px;
    font-size: calc(2vw * 4);
    line-height: 1.2; /* 1343% */
    transform: translateY(-135%);
  }
  .milestone-year.right {
    right: 200%;
  }
  .milestone-year.right::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #64c2e6;
    bottom: 0;
    left: 50%;
    transform: translate(0%, 0%);
  }
  .milestone-year.right::before {
    content: "";
    position: absolute;
    width: 30.5%;
    height: 1px;
    background-color: #64c2e6;
    bottom: 0;
    left: 120%;
    transform: translate(0%, 0%) rotate(45deg);
    transform-origin: left center;
  }
  .milestone-year.left {
    left: 200%;
  }
  .milestone-year.left::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #64c2e6;
    bottom: 0;
    right: 50%;
    transform: translate(0%, 0%);
  }
  .milestone-year.left::before {
    content: "";
    position: absolute;
    width: 27%;
    height: 1px;
    background-color: #64c2e6;
    bottom: 0;
    right: 120%;
    transform: translate(0%, 0%) rotate(-45deg);
    transform-origin: right center;
  }

  canvas.world {
    width: 100%;
    height: 100%;
  }

  .welcome {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 2.5vw;
    place-items: center;
    position: absolute;
    bottom: 10vh;
    left: 50%;
    transform: translate(-50%, 0%);
    pointer-events: none;
  }

  .welcome p {
    font-size: calc(0.75vw * 4);
  }
  .welcome span {
    width: calc(3vw * 4);
    height: 1px;
    background-color: #fff;
    display: block;
    opacity: 0.35;
  }
  .welcome span,
  .welcome p {
    margin: 0;
    padding: 0;
  }
  .welcome .arrows {
    position: absolute;
    top: 150%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .welcome .arrows img {
    width: calc(0.815vw * 0.83);
    height: 0calc (0.4075vw * 0.83);
  }
  .welcome .arrows img:first-of-type {
    opacity: 0.35;
  }

  #tech-section {
    width: 100%;
    padding: 0;
    margin-top: -20vh;
  }
  .tech-wrapper {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    pointer-events: auto;
  }

  .tech-wrapper h2 {
    font-size: calc(2.85vw * 4);
  }

  .tech-wrapper h2 span,
  .tech-wrapper h2 strong {
    display: block;
  }

  .scaled-img-container .scaled-img {
    width: calc(42.625vw * 1.5);
    height: calc(65.75vw * 1.5);
  }
  .img-particles-container .img-particles {
    width: 200vw;
  }

  .quote {
    width: 100%;
    margin-top: -100vw;
    padding: 0 10vw;
    padding-bottom: 25vw;
    position: relative;
    z-index: 1;
    grid-row: 2 / 3;
    column-gap: calc(2.31vw * 4);
    row-gap: calc(1.94vw * 4);
  }
  .cto {
    grid-row: 1 / 2;
    width: calc(8.3125vw * 4);
    height: calc(8.625vw * 4);
    border-radius: calc(0.5vw * 4);
  }
  .author {
    font-size: calc(0.875vw * 4);
    line-height: 128%;
    grid-row: 1 / 2;
  }
  .author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: end;
    justify-self: start;
  }
  .author strong {
    font-size: calc(0.875vw * 4);
  }
  .author span {
    font-size: calc(0.75vw * 4);
  }
  .text {
    font-size: calc(0.875vw * 4);
    width: 100%;
    position: relative;
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }

  .text img {
    width: calc(3.0625vw * 4);
    height: calc(2.375vw * 4);
    margin-bottom: calc(1.94vw * 4);
  }

  #white-section {
    width: 100%;
    height: initial;
    min-height: 135vw;
    padding: 20vw 0;
  }
  #white-section > .img-particles {
    width: 200vw;
  }

  .eng-span {
    color: #140c59;
    font-family: Inter;
    font-size: calc(0.639vw * 4);
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 100% */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(9vw * 4);
    height: calc(1.875vw * 4);
    background: rgba(20, 12, 89, 0.08);
    border-radius: calc(1.25vw * 4);
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: calc(2.5vw * 4);
  }
  .eng-span .icon {
    width: calc(1.15vw * 4);
    height: calc(1.15vw * 4);
    margin-right: calc(0.79vw * 4);
    display: block;
  }
  .eng-span .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
    margin-bottom: calc(2.5vw * 0.83);
    display: block;
  }
  #white-section .bck {
    position: absolute;
    opacity: 1;
  }

  #white-section p {
    font-size: calc(2.5vw * 4);
  }

  #blog-section {
    margin-bottom: calc(6.5vw * 4);
  }

  .articles-carousel .splide__slide {
    opacity: 1 !important;
    filter: none !important;
  }
}
#blog-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15vw;
}
#blog-section h2 {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: calc(6.25vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: calc(5.5vw * 0.83);
  text-transform: capitalize;
}
#blog-section h2.about {
  font-weight: 700;
}

.articles-carousel {
  margin-bottom: calc(5.69vw * 0.83);
  width: 100%;
}
.articles-carousel .splide__track {
  padding: 1vw 0;
}

.articles-carousel .splide__slide {
  width: calc(31.375vw * 0.83);
  height: calc(37.5vw * 0.83);
  position: relative;
  padding: 0 calc(0.94vw * 0.83) calc(2vw * 0.83);
  opacity: 1;
  transition: opacity 0.25s linear, filter 0.25s linear,
    webkit-filter 0.25s linear;
  cursor: url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5508%2012.4058L16.8838%2015.8921L16.2012%2016.2026L15.8906%2016.8853L12.4053%2024.5513L4.81445%204.81592L24.5508%2012.4058Z'%20fill='%23658FFF'%20stroke='white'%20stroke-width='4'/%3e%3c/svg%3e"), auto;
  text-decoration: none;
}

.articles-carousel .splide__slide > * {
  z-index: 1;
  position: relative;
  pointer-events: none;
}

.articles-carousel .splide__slide .border-clipped {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

:root {
  --thumb-radius: 1vw;
}

.articles-carousel .splide__slide .thumbnail {
  width: 100%;
  height: calc(19.875vw * 0.83);
  clip-path: polygon(
    0% calc(22% + var(--thumb-radius)),

    calc(calc(1 - 0.923) * var(--thumb-radius))
      calc(22% + calc(calc(1 - 0.382) * var(--thumb-radius))),

    calc(calc(1 - 0.707) * var(--thumb-radius))
      calc(22% + calc(calc(1 - 0.707) * var(--thumb-radius))),


       calc(calc(1 - 0.382) * var(--thumb-radius))
      calc(22% + calc(calc(1 - 0.923) * var(--thumb-radius))),

    var(--thumb-radius) 22%,



    calc(31.5% - var(--thumb-radius)) 22%,

      calc(31.5% - calc(calc(1 - 0.382) * var(--thumb-radius)))
      calc(22% - calc(calc(1 - 0.923) * var(--thumb-radius))),

    calc(31.5% - calc(calc(1 - 0.707) * var(--thumb-radius)))
      calc(22% - calc(calc(1 - 0.707) * var(--thumb-radius))),

       calc(31.5% - calc(calc(1 - 0.923) * var(--thumb-radius)))
      calc(22% - calc(calc(1 - 0.382) * var(--thumb-radius))),

    31.5% calc(22% - var(--thumb-radius)),



    31.5% var(--thumb-radius),

        calc(31.5% + calc(calc(1 - 0.923) * var(--thumb-radius)))
      calc(calc(1 - 0.382) * var(--thumb-radius)),

    calc(31.5% + calc(calc(1 - 0.707) * var(--thumb-radius)))
      calc(calc(1 - 0.707) * var(--thumb-radius)),

              calc(31.5% + calc(calc(1 - 0.382) * var(--thumb-radius)))
      calc(calc(1 - 0.923) * var(--thumb-radius)),

    calc(31.5% + var(--thumb-radius)) 0%,




    calc(100% - var(--thumb-radius)) 0%,

    
    calc(100% - calc(calc(1 - 0.382) * var(--thumb-radius)))
      calc(calc(1 - 0.932) * var(--thumb-radius)),

    calc(100% - calc(calc(1 - 0.707) * var(--thumb-radius)))
      calc(calc(1 - 0.707) * var(--thumb-radius)),

          calc(100% - calc(calc(1 - 0.923) * var(--thumb-radius)))
      calc(calc(1 - 0.382) * var(--thumb-radius)),

    100% var(--thumb-radius),




    100% calc(100% - var(--thumb-radius)),

        calc(100% - calc(calc(1 - 0.923) * var(--thumb-radius)))
      calc(100% - calc(calc(1 - 0.382) * var(--thumb-radius))),

    calc(100% - calc(calc(1 - 0.707) * var(--thumb-radius)))
      calc(100% - calc(calc(1 - 0.707) * var(--thumb-radius))),


        calc(100% - calc(calc(1 - 0.382) * var(--thumb-radius)))
      calc(100% - calc(calc(1 - 0.923) * var(--thumb-radius))),

    calc(100% - var(--thumb-radius)) 100%,



    var(--thumb-radius) 100%,

        calc(calc(1 - 0.382) * var(--thumb-radius))
      calc(100% - calc(calc(1 - 0.923) * var(--thumb-radius))),

    calc(calc(1 - 0.707) * var(--thumb-radius))
      calc(100% - calc(calc(1 - 0.707) * var(--thumb-radius))),

        calc(calc(1 - 0.923) * var(--thumb-radius))
      calc(100% - calc(calc(1 - 0.382) * var(--thumb-radius))),

    0% calc(100% - var(--thumb-radius))
  );
}
.articles-carousel .splide__slide p {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: calc(1.125vw * 0.83);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: calc(2.25vw * 0.83);
  padding: 0 calc(0.94vw * 0.83);
}
.articles-carousel .splide__slide hr {
  border-width: 1.5px;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: dashed;
  margin: 0 auto;
  margin-top: calc(1.94vw * 0.83);
  margin-bottom: calc(1.56vw * 0.83);
  width: calc(100% - calc(0.94vw * 0.83 * 2));
}
.articles-carousel .splide__slide span {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: calc(1vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.4rem */
  display: block;
  /* height: calc(5vw * 0.83); */
  overflow: hidden;
  padding: 0 calc(0.94vw * 0.83);
}

.articles-carousel .splide__slide .category {
  position: absolute;
  top: calc(2vw * 0.83);
  transform: translate(0%, -50%);
  left: calc(0.94vw * 0.83);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "SF Pro Display";
  font-size: calc(1vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4305; /* 143.052% */
  text-transform: capitalize;
  background: none;
  border: none;
  width: calc(8.8125vw * 0.83);
  height: calc(2.9375vw * 0.83);
  z-index: 2;
  cursor: pointer;
}

.articles-carousel .splide__slide .category img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.articles-carousel .splide__slide .learn-more {
  width: calc(11.1875vw * 0.83);
  height: calc(2.625vw * 0.83);
  border-radius: calc(6.25vw * 0.83);
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-family: Verdana;
  font-size: calc(1vw * 0.83);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  right: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: calc(1.15vw * 0.83);
  padding-right: calc(0.25vw * 0.83);
  z-index: 1;
  pointer-events: auto;
  cursor: url("data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5508%2012.4058L16.8838%2015.8921L16.2012%2016.2026L15.8906%2016.8853L12.4053%2024.5513L4.81445%204.81592L24.5508%2012.4058Z'%20fill='%23658FFF'%20stroke='white'%20stroke-width='4'/%3e%3c/svg%3e"), auto;
}
.articles-carousel .splide__slide .learn-more > * {
  pointer-events: none;
}
.articles-carousel .splide__slide .learn-more .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(0.57vw * 0.83) calc(1vw * 0.83);
  background-color: #fff;
  height: fit-content;
  border-radius: calc(6.25vw * 0.83);
}
.articles-carousel .splide__slide .learn-more .arrow img {
  height: calc(1.06019vw * 0.83);
  width: calc(1.02819vw * 0.83);
}

@media (orientation: landscape) {
  .articles-carousel .splide__slide:hover {
    opacity: 1;
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .articles-carousel .splide__slide:hover ~ .splide__slide,
  .articles-carousel .splide__slide:has(~ .splide__slide:hover) {
    opacity: 0.5;
    filter: blur(3px);
    -webkit-filter: blur(2px);
  }
}

@media (orientation: portrait) {
  :root {
    --thumb-radius: 2vw;
  }
  #blog-section {
    margin-top: 30vw;
  }
  #blog-section h2 {
    font-size: calc(3.125vw * 4);
    margin-bottom: calc(3.5vw * 4);
  }
  #blog-section h2.about {
    font-weight: 700;
  }
  #blog-section .button-redirect {
    display: none;
  }

  .articles-carousel {
    margin-bottom: 0;
    width: 100%;
  }

  .articles-carousel .splide__slide {
    width: calc(31.375vw * 0.34 * 6);
    height: calc(37.5vw * 0.34 * 6);
    position: relative;
    padding: 0 calc(0.35vw * 6) calc(1.59vw * 6);
  }

  .articles-carousel .splide__slide > * {
    z-index: 1;
    position: relative;
  }

  .articles-carousel .splide__slide .border-clipped {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
  }

  .articles-carousel .splide__slide .thumbnail {
    height: calc(6.54vw * 6);
  }
  .articles-carousel .splide__slide p {
    font-size: calc(0.425vw * 6);
    margin-top: calc(0.83vw * 6);
    padding: 0 calc(0.35vw * 6);
  }
  .articles-carousel .splide__slide hr {
    margin-top: calc(0.64vw * 6);
    margin-bottom: calc(0.64vw * 6);
    width: calc(100% - calc(0.35vw * 6 * 2));
  }
  .articles-carousel .splide__slide span {
    font-size: calc(0.33vw * 6);
    /* height: calc(1.7vw * 6.75); */
    padding: 0 calc(0.35vw * 6);
  }

  .articles-carousel .splide__slide .category {
    top: calc(0.65vw * 6);
    left: 0;
    font-size: calc(0.378vw * 6);
    width: calc(3.14vw * 6);
    height: calc(0.97vw * 6);
  }

  .articles-carousel .splide__slide .category img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
  }
  .articles-carousel .splide__slide .learn-more {
    width: calc(11.1875vw * 1.35 * 1.5);
    height: calc(2.625vw * 1.35 * 1.5);
    border-radius: calc(6.25vw * 1.35 * 1.5);
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-family: Verdana;
    font-size: calc(1vw * 1.35 * 1.5);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    right: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: calc(1.15vw * 1.35 * 1.5);
    padding-right: calc(0.25vw * 1.35 * 1.5);
    z-index: 1;
  }
  .articles-carousel .splide__slide .learn-more .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(0.57vw * 1.35 * 1.5) calc(1vw * 1.35 * 1.5);
    background-color: #fff;
    height: fit-content;
    border-radius: calc(6.25vw * 1.35 * 1.5);
  }
  .articles-carousel .splide__slide .learn-more .arrow img {
    height: calc(1.06019vw * 1.35 * 1.5);
    width: calc(1.02819vw * 1.35 * 1.5);
  }
}
