.welcome {
  min-height: 100vh;
  height: 1180px;
  position: relative;
  /* padding-bottom: 201px; */
}

.welcome-content {
  z-index: 2;
  position: absolute;
  top: 77px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.welcome-content-left {
  gap: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

.welcome-content-right {}

.welcome-content-right-container {
  width: 270px;
  backdrop-filter: blur(32px);
  background-color: #ffffffb3;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}

.welcome-content-right-container-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8px;
}

.welcome-content-right-container-header-number {
  font-size: 100px;
  line-height: 70px;
  font-weight: 900;
  color: var(--primary-color);
}

.welcome-content-right-container-header-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  color: var(--primary-color);
}

.welcome-content-right-container-header-arrow {
  width: 26px;
  padding: 5px;
  flex-shrink: 0;
  padding-bottom: 0px;
}

.welcome-content-right-container-separator {
  height: 1px;
  background-color: var(--primary-color);
}

.welcome-content-right-container-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  color: var(--text-color);
}

.welcome-content-right-container-item-header {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}

.welcome-content-right-container-item-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}

.welcome-content-text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
}

.welcome-content-text-title {
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 100px;
}

.welcome-content-text-button {
  border: none;
  min-width: 48px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  color: var(--primary-color);
  transition: var(--trans-md);
  cursor: pointer;
  background-color: #fff;
  font-family: Onest;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-top: 15px;
}

.welcome-content-text-button:hover {
  background-color: var(--primary-color-hovered);
  color: #fff;
}


.welcome-content-text-subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.welcome-content-logos {
  margin-top: 17px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 28px;
  flex-shrink: 0;
}

.welcome-content-logos-perm {
  background-image: url('../../assets/images/gerb_PK.svg');
  width: 57px;
  flex-shrink: 0;
  height: 106px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.welcome-content-logos-npr {
  background-image: url('../../assets/images/_1996251971520.svg');
  flex-shrink: 0;
  height: 100px;
  width: 121px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.welcome-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: calc(100% + 85px);
  top: -85px;
}

.welcome-bg-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  top: 85px;
}

.welcome-bg-header svg {
  height: 100%;
  width: 100%;
}

.welcome-bg-image {
  background-color: var(--skeleton-color);
  height: 75%;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.welcome-bg-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.welcome-bg-footer {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: calc(100% + 6px);
  overflow: hidden;
}

.welcome-bg-footer svg {
  width: 100%;
  height: 100%;
  margin-bottom: -5px;
}

.welcome-bg-slide {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 8px;
}

.welcome-bg-slide-button {
  height: 56px;
  width: 56px;
  border-radius: 500px;
  background-color: var(--primary-color);
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: var(--trans-md);
}

.welcome-bg-slide-button:hover {
  background-color: #fff;
}

.welcome-bg-slide-button svg path {
  stroke: #fff;
  transition: var(--trans-md);
  stroke-width: 2px;
}

.welcome-bg-slide-button:hover svg path {
  stroke: var(--primary-color);
  stroke-width: 3px;
}

.welcome-bg-slide-button svg {
  height: 22px;
  animation: welcome-bg-slide-button 2s ease-in-out infinite;
}

@keyframes welcome-bg-slide-button {
  0% {
    transform: translateY(-2px);
  }

  50% {
    transform: translateY(2px);
  }

  100% {
    transform: translateY(-2px);
  }
}

.welcome-bg-header:before {
  position: absolute;
  content: "";
  height: 100vh;
  width: 100vw;
  top: 0;
  background-color: var(--primary-color);
  left: 0;
  transform: translateY(calc(-100% + 2px));
}

.welcome-bg-slide-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2px;
}

@media screen and (min-width: 1801px) {
  .welcome {
    height: calc(100vh + 300px);
  }

  .welcome-bg-header {
    top: -30px;
  }

  .welcome-bg-image {
    height: 85%;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1800px) {
  .welcome {
    height: calc(100vh + 230px);
  }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .welcome {
    height: calc(100vh + 165px);
  }

  .welcome-content-text-title {
    font-weight: 900;
    font-size: 82px;
    line-height: 88px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .welcome {
    height: calc(100vh + 127px);
  }

  .welcome-content-text-title {
    font-weight: 900;
    font-size: 78px;
    line-height: 84px;
    letter-spacing: 0px;
    vertical-align: middle;
  }

  .welcome-content-text-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 1024px) and (min-width: 640px) {
  .welcome {
    height: calc(100vh + 0px);
  }

  .welcome-content-text-title {
    font-weight: 900;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 0px;
    vertical-align: middle;
  }

  .welcome-content-text-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
  }

  .welcome-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    top: 25px;
    height: calc(100vh - 130px);
  }

  .welcome-content-left {
    justify-content: space-between;
  }

  .welcome-content-logos-perm {}

  .welcome-content-logos-npr {}

  .welcome-bg-header {
    top: 160px;
  }

  .welcome-content-right-container-item {
    display: none;
  }

  .welcome-content-right-container-separator {
    display: none;
  }

  .welcome-bg-slide {
    display: none;
  }

  .welcome-content-right {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .welcome-bg-footer {
    display: none;
  }

  .welcome-bg {
    height: calc(100% + 0px);
  }

  .welcome-bg-image img {
    object-position: center 50px;
  }
}

@media screen and (max-width: 639px) {
  .welcome {
    height: calc(100vh + 0px);
  }

  .welcome-content-text-title {
    font-family: Onest;
    font-weight: 900;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 0px;
    vertical-align: middle;
  }

  .welcome-content-text-subtitle {
    font-family: Onest;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
  }

  .welcome-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    top: 25px;
    height: calc(100vh - 90px);
  }

  .welcome-content-left {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .welcome-content-logos-perm {
    width: 32px;
    height: 59px;
  }

  .welcome-content-logos-npr {
    width: 68px;
    height: 55px;
  }

  .welcome-bg-header {
    top: 205px;
  }

  .welcome-bg-header:before {
    position: absolute;
    content: "";
    height: 100vh;
    width: 100vw;
    top: 0;
    background-color: var(--primary-color);
    left: 0;
    transform: translateY(calc(-100% + 2px));
  }

  .welcome-content-right-container-item {
    display: none;
  }

  .welcome-content-right-container-separator {
    display: none;
  }

  .welcome-bg-slide {
    display: none;
  }

  .welcome-content-right {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .welcome-bg-footer {
    display: none;
  }

  .welcome-bg {
    height: calc(100% + 0px);
    top: 0px;
  }

  .welcome-bg-image img {
    object-position: center 93px;
    transform: scale(2.1) translateX(-14px);
  }

  .welcome-content-right-container {
    width: 100%;
  }

  .welcome-content-right-container-header-number {
    font-weight: 900;
    font-size: 50px;
    line-height: 37px;
    letter-spacing: 0px;
  }

  .welcome-bg-image {
    height: 61%;
  }

  .welcome-content-text-button {
    display: none;
  }
}

@media screen and (max-width: 1270px) and (min-width: 1025px) {
  .welcome-bg-header {
    top: 130px;
  }
}