.hero {
  background: url(../img/banner-2024.jpg) bottom center/cover;
}
  .hero .wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    min-height: 100vh;
    padding-top: 100px;
    justify-content: flex-start;
    align-items: center; }
    @media (min-width: 992px) {
      .hero .wrapper {
        padding-top: 80px;
        gap: 50px 0; } }
    @media (min-width: 1366px) {
      .hero .wrapper {
            
        gap: 70px 0; } }
    @media (min-width: 1905px) {
      .hero .wrapper {
        gap: 100px 0; } }
  .hero .logo {
    display: block;
    margin: 0 auto;
    max-width: calc(100vw / (24 / 16)); }
    @media (min-width: 768px) {
      .hero .logo {
        max-width: calc(100vw / (24 / 8)); } }
    @media (min-width: 992px) {
      .hero .logo {
        max-width: calc(100vw / (24 / 4)); } }
  .hero h2 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Roboto Flex", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.76px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .hero h2 {
        font-size: 42px;
        line-height: 50px;
        letter-spacing: 1.36px; } }
    @media (min-width: 992px) {
      .hero h2 {
        font-size: 38px;
        line-height: 44px;
        letter-spacing: 1.28px; }
        .hero h2 span {
          display: block; } }
    @media (min-width: 1366px) {
      .hero h2 {
        font-size: 52px;
        line-height: 60px;
        letter-spacing: 1.8px; } }
    @media (min-width: 1905px) {
      .hero h1 {
        font-size: 72px;
        line-height: 82px;
        letter-spacing: 2.56px; } }

.info {
  padding: 56px 0;
  background: #1D2D44;
  color: #fff; }
  @media (min-width: 768px) {
    .info {
      padding: 40px 0; } }
  @media (min-width: 992px) {
    .info {
      padding: 18px 0; } }
  @media (min-width: 1366px) {
    .info {
      padding: 24px 0; } }
  @media (min-width: 1905px) {
    .info {
      padding: 42px 0; } }
  .info .wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px 0; }
    @media (min-width: 768px) {
      .info .wrapper {
        flex-direction: row;
        gap: 0 32px; } }
  .info .c-col {
    display: flex;
    flex-direction: column;
    gap: 14px 0; }
    @media (min-width: 768px) {
      .info .c-col {
        flex: 1 0 0; } }
    @media (min-width: 992px) {
      .info .c-col {
        flex-direction: row;
        gap: 0 12px;
        align-items: center;
        justify-content: center; }
        .info .c-col:nth-child(2) {
          min-width: 300px; } }
    @media (min-width: 1366px) {
      .info .c-col {
        gap: 0 18px; } }
    @media (min-width: 1905px) {
      .info .c-col {
        gap: 0 24px; } }
  .info img {
    display: block;
    width: 54px; }
    @media (min-width: 992px) {
      .info img {
        width: 48px; } }
    @media (min-width: 1366px) {
      .info img {
        width: 68px; } }
    @media (min-width: 1905px) {
      .info img {
        width: 77px; } }
  .info .info-text {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; }
    @media (min-width: 992px) {
      .info .info-text {
        font-size: 12px;
        line-height: 16px; } }
    @media (min-width: 1366px) {
      .info .info-text {
        font-size: 16px;
        line-height: 22px; } }
    @media (min-width: 1905px) {
      .info .info-text {
        font-size: 22px;
        line-height: 30px; } }

.about {
  padding: 56px 0;
  background: url(../img/banner-2-m.jpg) top center/cover; }
  @media (min-width: 768px) {
    .about {
      padding: 85px 0;
      background: url(../img/banner-2-mt.jpg) top center/cover; } }
  @media (min-width: 992px) {
    .about {
      padding: 135px 0;
      background: url(../img/banner-2-t.jpg) top center/cover; } }
  @media (min-width: 1366px) {
    .about {
      padding: 127px 0;
      background: url(../img/banner-2-d.jpg) top center/cover; } }
  @media (min-width: 1905px) {
    .about {
      padding: 180px 0;
      background: url(../img/banner-2-dd.jpg) top center/cover; } }
  .about .wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px 0; }
    @media (min-width: 768px) {
      .about .wrapper {
        flex-direction: row;
        gap: 0 64px;
        justify-content: center;
        align-items: center; } }
    @media (min-width: 992px) {
      .about .wrapper {
        gap: 0 83px; } }
    @media (min-width: 1366px) {
      .about .wrapper {
        gap: 0 104px; } }
    @media (min-width: 1905px) {
      .about .wrapper {
        gap: 0 160px; } }
  .about .text {
    display: flex;
    flex-direction: column;
    gap: 18px 0; }
    @media (min-width: 992px) {
      .about .text {
        gap: 20px 0; } }
    @media (min-width: 1366px) {
      .about .text {
        gap: 28px 0; } }
    @media (min-width: 1905px) {
      .about .text {
        gap: 40px 0; } }
  .about h2 {
    color: #1D2D44;
    font-family: "Roboto Flex", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .about h2 {
        font-size: 42px;
        line-height: 50px; } }
    @media (min-width: 992px) {
      .about h2 {
        font-size: 38px;
        line-height: 44px; } }
    @media (min-width: 1366px) {
      .about h2 {
        font-size: 52px;
        line-height: 60px; } }
    @media (min-width: 1905px) {
      .about h2 {
        font-size: 72px;
        line-height: 82px; } }
  .about p {
    color: var(--Navy-blue-2, #041226);
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }
    @media (min-width: 992px) {
      .about p {
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 1366px) {
      .about p {
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 1905px) {
      .about p {
        font-size: 26px;
        font-weight: 400;
        line-height: 36px; } }
  .about img {
    display: block;
    margin: auto;
    width: calc(100vw / (24 / 11)); }
    @media (min-width: 768px) {
      .about img {
        width: calc(100vw / (24 / 7)); } }

.details .parent {
  display: flex;
  flex-direction: column;
  gap: 6px 0; }
  .details .parent .div1 {
    background: url(../img//details-1-m.jpg) center/cover; }
  .details .parent .div2 {
    background: url(../img//details-2-m.jpg) center/cover; }
  .details .parent .div3 {
    background: url(../img//details-3-m.jpg) center/cover; }
  .details .parent .div4 {
    background: url(../img//details-4-m.jpg) center/cover; }
  .details .parent .div5 {
    background: url(../img//details-5-m.jpg) center/cover; }
  @media (min-width: 768px) {
    .details .parent {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 6px;
      grid-row-gap: 6px; }
      .details .parent .div1 {
        grid-area: 1 / 1 / 2 / 2;
        background: url(../img//details-1-d.jpg) center/cover; }
      .details .parent .div2 {
        grid-area: 2 / 1 / 3 / 2;
        background: url(../img//details-2-d.jpg) center/cover; }
      .details .parent .div3 {
        grid-area: 1 / 2 / 2 / 3;
        background: url(../img//details-3-d.jpg) center/cover; }
      .details .parent .div4 {
        grid-area: 2 / 2 / 3 / 3;
        background: url(../img//details-4-d.jpg) center/cover; }
      .details .parent .div5 {
        grid-area: 1 / 3 / 3 / 4;
        background: url(../img//details-5-d.jpg) center/cover; } }

.details .child-div {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100vw / 2.5); }
  @media (min-width: 768px) {
    .details .child-div {
      height: calc(100vw / 3 / 1.68); } }
  @media (min-width: 992px) {
    .details .child-div {
      height: calc(100vw / 3 / 1.82); } }
  @media (min-width: 1366px) {
    .details .child-div {
      height: calc(100vw / 3 / 2.501); } }
  @media (min-width: 1905px) {
    .details .child-div {
      height: calc(100vw / 3 / 2.523); } }
  @media (min-width: 768px) {
    .details .child-div:last-child {
      height: 100%; } }
  .details .child-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #041226;
    opacity: 0.72; }

.details ul {
  position: relative;
  padding: 0;
  list-style: none;
  color: #FFF;
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; }
  @media (min-width: 992px) {
    .details ul {
      font-size: 12px;
      line-height: 16px; } }
  @media (min-width: 1366px) {
    .details ul {
      font-size: 16px;
      line-height: 22px; } }
  @media (min-width: 1905px) {
    .details ul {
      font-size: 22px;
      line-height: 30px; } }
  .details ul li {
    display: flex;
    align-items: center;
    gap: 0 6px;
    padding: 0 calc(100vw / 12); }
    @media (min-width: 768px) {
      .details ul li {
        padding: 0 calc(100vw / 24); } }
    @media (min-width: 992px) {
      .details ul li {
        gap: 0 4px; } }
    @media (min-width: 1366px) {
      .details ul li {
        gap: 0 6px; } }
    @media (min-width: 1905px) {
      .details ul li {
        gap: 0 8px; } }
    .details ul li:before {
      content: '';
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url(../img/icons//list-arrow.svg) center/cover;
      flex: 0 0 auto;
      margin-top: 4px;
      align-self: flex-start; }
      @media (min-width: 992px) {
        .details ul li:before {
          width: 10px;
          height: 10px; } }
      @media (min-width: 1366px) {
        .details ul li:before {
          width: 14px;
          height: 14px; } }
      @media (min-width: 1905px) {
        .details ul li:before {
          width: 18px;
          height: 18px; } }

footer {
  margin-top: 6px;
  background: #1D2D44;
  padding: 40px 0 18px; }
  @media (min-width: 992px) {
    footer {
      margin-top: 4px;
      padding: 50px 0 20px; } }
  @media (min-width: 1366px) {
    footer {
      margin-top: 6px;
      padding: 70px 0 28px; } }
  @media (min-width: 1905px) {
    footer {
      margin-top: 8px;
      padding: 100px 0 40px; } }
  footer .wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px 0; }
    @media (min-width: 768px) {
      footer .wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 18px 20px; } }
    @media (min-width: 768px) {
      footer .wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 18px 20px; } }
    @media (min-width: 992px) {
      footer .wrapper {
        gap: 20px 20px; } }
    @media (min-width: 992px) {
      footer .wrapper {
        gap: 28px 20px; } }
    @media (min-width: 992px) {
      footer .wrapper {
        gap: 40px 20px; } }
    footer .wrapper .c-col.copyright {
      flex-basis: 100%;
      color: #3D5F8F;
      font-family: "Wix Madefor Text", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px; }
      footer .wrapper .c-col.copyright p {
        align-items: center;
        display: flex;
        gap: 6px;
        margin-bottom: 0;
        align-items: center;
        justify-content: center; }
    footer .wrapper .c-col.f-col img {
      display: block;
      margin: auto;
      width: 128px;
      margin-bottom: 18px; }
      @media (min-width: 768px) {
        footer .wrapper .c-col.f-col img {
          margin-left: 0; } }
      @media (min-width: 992px) {
        footer .wrapper .c-col.f-col img {
          width: 124px;
          margin-bottom: 20px; } }
      @media (min-width: 1366px) {
        footer .wrapper .c-col.f-col img {
          width: 171px;
          margin-bottom: 28px; } }
      @media (min-width: 1905px) {
        footer .wrapper .c-col.f-col img {
          width: 237px;
          margin-bottom: 40px; } }
    footer .wrapper .c-col.f-col .slogan {
      color: #FFF;
      text-align: center;
      font-family: "Roboto Flex", sans-serif;
      font-size: 42px;
      font-weight: 700;
      line-height: 50px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        footer .wrapper .c-col.f-col .slogan {
          text-align: left; }
          footer .wrapper .c-col.f-col .slogan span {
            display: block; } }
      @media (min-width: 992px) {
        footer .wrapper .c-col.f-col .slogan {
          font-size: 38px;
          line-height: 44px; } }
      @media (min-width: 1366px) {
        footer .wrapper .c-col.f-col .slogan {
          font-size: 52px;
          line-height: 60px; } }
      @media (min-width: 1905px) {
        footer .wrapper .c-col.f-col .slogan {
          font-size: 72px;
          line-height: 82px; } }
    footer .wrapper .c-col.socials {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 40px 0; }
      @media (min-width: 768px) {
        footer .wrapper .c-col.socials {
          gap: 18px 0;
          align-items: flex-end; } }
      @media (min-width: 992px) {
        footer .wrapper .c-col.socials {
          gap: 20px 0; } }
      @media (min-width: 1366px) {
        footer .wrapper .c-col.socials {
          gap: 28px 0; } }
      @media (min-width: 1905px) {
        footer .wrapper .c-col.socials {
          gap: 40px 0; } }
      footer .wrapper .c-col.socials .c-row {
        text-align: center; }
        @media (min-width: 768px) {
          footer .wrapper .c-col.socials .c-row {
            text-align: right;
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
            gap: 0 18px; }
            footer .wrapper .c-col.socials .c-row ul {
              margin-top: 0; } }
        @media (min-width: 992px) {
          footer .wrapper .c-col.socials .c-row {
            gap: 0 20px; }
            footer .wrapper .c-col.socials .c-row ul {
              gap: 0 20px; }
              footer .wrapper .c-col.socials .c-row ul svg {
                height: 26px;
                width: auto; } }
        @media (min-width: 1366px) {
          footer .wrapper .c-col.socials .c-row {
            gap: 0 28px; }
            footer .wrapper .c-col.socials .c-row ul {
              gap: 0 28px; }
              footer .wrapper .c-col.socials .c-row ul svg {
                height: 24px;
                width: auto; } }
        @media (min-width: 1905px) {
          footer .wrapper .c-col.socials .c-row {
            gap: 0 40px; }
            footer .wrapper .c-col.socials .c-row ul {
              gap: 0 40px; }
              footer .wrapper .c-col.socials .c-row ul svg {
                height: 30px; } }
        @media (min-width: 1366px) {
          footer .wrapper .c-col.socials .c-row:last-child {
            margin-top: 50px; } }
        @media (min-width: 1905px) {
          footer .wrapper .c-col.socials .c-row:last-child {
            margin-top: 70px; } }
      footer .wrapper .c-col.socials ul {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 0 18px;
        align-items: center;
        justify-content: center;
        margin-top: 18px;
        margin-bottom: 0; }
      footer .wrapper .c-col.socials a {
        font-family: "Wix Madefor Text", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.32px;
        text-decoration: none;
        color: #fff; }
        footer .wrapper .c-col.socials a:hover {
          text-decoration: underline; }
          footer .wrapper .c-col.socials a:hover svg path {
            fill: #57AEBC; }
        footer .wrapper .c-col.socials a svg path {
          transition: all .3s ease; }
      footer .wrapper .c-col.socials img {
        width: auto; }
        @media (min-width: 992px) {
          footer .wrapper .c-col.socials img {
            height: 41px; } }
        @media (min-width: 1366px) {
          footer .wrapper .c-col.socials img {
            height: 57px; } }
        @media (min-width: 1905px) {
          footer .wrapper .c-col.socials img {
            height: 81px; } }

.snowflakes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none; }
  .snowflakes .snowflake {
    --size: 1vw;
    width: var(--size);
    height: var(--size);
    background: white;
    border-radius: 50%;
    position: absolute;
    top: -5vh; }
  .snowflakes .snowflake:nth-child(6n) {
    filter: blur(2px); }
  .snowflakes .snowflake:nth-child(5n) {
    filter: blur(3px); }
  .snowflakes .snowflake:nth-child(3n) {
    filter: blur(4px); }
  .snowflakes .snowflake:nth-child(7n) {
    filter: blur(1px); }

@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0); }
  100% {
    transform: translate3d(var(--left-end), 110vh, 0); } }

.snowflake:nth-child(1) {
  --size: 0.8vw;
  --left-ini: -6vw;
  --left-end: -8vw;
  left: 21vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -6s; }

.snowflake:nth-child(2) {
  --size: 1vw;
  --left-ini: 4vw;
  --left-end: 5vw;
  left: 29vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -8s; }

.snowflake:nth-child(3) {
  --size: 0.6vw;
  --left-ini: -8vw;
  --left-end: -5vw;
  left: 93vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -14s; }

.snowflake:nth-child(4) {
  --size: 1vw;
  --left-ini: 6vw;
  --left-end: -4vw;
  left: 57vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -10s; }

.snowflake:nth-child(5) {
  --size: 0.8vw;
  --left-ini: -2vw;
  --left-end: -2vw;
  left: 81vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -17s; }

.snowflake:nth-child(6) {
  --size: 0.6vw;
  --left-ini: 0vw;
  --left-end: -6vw;
  left: 23vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -6s; }

.snowflake:nth-child(7) {
  --size: 0.4vw;
  --left-ini: 1vw;
  --left-end: -6vw;
  left: 66vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -9s; }

.snowflake:nth-child(8) {
  --size: 0.4vw;
  --left-ini: -5vw;
  --left-end: 0vw;
  left: 91vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -12s; }

.snowflake:nth-child(9) {
  --size: 0.4vw;
  --left-ini: 7vw;
  --left-end: 0vw;
  left: 34vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -4s; }

.snowflake:nth-child(10) {
  --size: 1vw;
  --left-ini: 8vw;
  --left-end: -5vw;
  left: 26vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -2s; }

.snowflake:nth-child(11) {
  --size: 0.6vw;
  --left-ini: 9vw;
  --left-end: -8vw;
  left: 87vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -1s; }

.snowflake:nth-child(12) {
  --size: 1vw;
  --left-ini: 4vw;
  --left-end: -7vw;
  left: 16vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -15s; }

.snowflake:nth-child(13) {
  --size: 0.8vw;
  --left-ini: 7vw;
  --left-end: 6vw;
  left: 72vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -6s; }

.snowflake:nth-child(14) {
  --size: 0.2vw;
  --left-ini: 4vw;
  --left-end: -3vw;
  left: 45vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -10s; }

.snowflake:nth-child(15) {
  --size: 1vw;
  --left-ini: -8vw;
  --left-end: 10vw;
  left: 47vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -18s; }

.snowflake:nth-child(16) {
  --size: 0.2vw;
  --left-ini: 3vw;
  --left-end: 10vw;
  left: 96vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -3s; }

.snowflake:nth-child(17) {
  --size: 0.2vw;
  --left-ini: 9vw;
  --left-end: -8vw;
  left: 56vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -17s; }

.snowflake:nth-child(18) {
  --size: 0.4vw;
  --left-ini: 0vw;
  --left-end: 4vw;
  left: 88vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -2s; }

.snowflake:nth-child(19) {
  --size: 1vw;
  --left-ini: 1vw;
  --left-end: -5vw;
  left: 4vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -13s; }

.snowflake:nth-child(20) {
  --size: 0.8vw;
  --left-ini: 6vw;
  --left-end: 8vw;
  left: 91vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -13s; }

.snowflake:nth-child(21) {
  --size: 0.6vw;
  --left-ini: -2vw;
  --left-end: -7vw;
  left: 6vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -10s; }

.snowflake:nth-child(22) {
  --size: 0.6vw;
  --left-ini: -3vw;
  --left-end: 1vw;
  left: 35vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -3s; }

.snowflake:nth-child(23) {
  --size: 0.4vw;
  --left-ini: 7vw;
  --left-end: -2vw;
  left: 78vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -4s; }

.snowflake:nth-child(24) {
  --size: 0.4vw;
  --left-ini: 7vw;
  --left-end: -8vw;
  left: 8vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -19s; }

.snowflake:nth-child(25) {
  --size: 0.8vw;
  --left-ini: -8vw;
  --left-end: 2vw;
  left: 72vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -10s; }

.snowflake:nth-child(26) {
  --size: 0.8vw;
  --left-ini: 9vw;
  --left-end: -1vw;
  left: 51vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -2s; }

.snowflake:nth-child(27) {
  --size: 0.6vw;
  --left-ini: -7vw;
  --left-end: 0vw;
  left: 86vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -3s; }

.snowflake:nth-child(28) {
  --size: 0.8vw;
  --left-ini: -2vw;
  --left-end: -5vw;
  left: 11vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -3s; }

.snowflake:nth-child(29) {
  --size: 0.4vw;
  --left-ini: 1vw;
  --left-end: 6vw;
  left: 51vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -2s; }

.snowflake:nth-child(30) {
  --size: 0.2vw;
  --left-ini: 4vw;
  --left-end: -6vw;
  left: 14vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -16s; }

.snowflake:nth-child(31) {
  --size: 1vw;
  --left-ini: -5vw;
  --left-end: -5vw;
  left: 40vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -13s; }

.snowflake:nth-child(32) {
  --size: 1vw;
  --left-ini: 0vw;
  --left-end: 10vw;
  left: 58vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -4s; }

.snowflake:nth-child(33) {
  --size: 0.6vw;
  --left-ini: 9vw;
  --left-end: -5vw;
  left: 87vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -10s; }

.snowflake:nth-child(34) {
  --size: 0.2vw;
  --left-ini: -2vw;
  --left-end: 5vw;
  left: 76vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -17s; }

.snowflake:nth-child(35) {
  --size: 0.2vw;
  --left-ini: -9vw;
  --left-end: -7vw;
  left: 78vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -3s; }

.snowflake:nth-child(36) {
  --size: 0.6vw;
  --left-ini: -4vw;
  --left-end: -1vw;
  left: 28vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -19s; }

.snowflake:nth-child(37) {
  --size: 0.6vw;
  --left-ini: -2vw;
  --left-end: 7vw;
  left: 41vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -3s; }

.snowflake:nth-child(38) {
  --size: 0.8vw;
  --left-ini: 5vw;
  --left-end: -8vw;
  left: 47vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -15s; }

.snowflake:nth-child(39) {
  --size: 0.6vw;
  --left-ini: 4vw;
  --left-end: 7vw;
  left: 30vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -12s; }

.snowflake:nth-child(40) {
  --size: 0.4vw;
  --left-ini: 5vw;
  --left-end: 10vw;
  left: 48vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -5s; }

.snowflake:nth-child(41) {
  --size: 1vw;
  --left-ini: 3vw;
  --left-end: -3vw;
  left: 63vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -19s; }

.snowflake:nth-child(42) {
  --size: 0.8vw;
  --left-ini: -9vw;
  --left-end: 0vw;
  left: 88vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -8s; }

.snowflake:nth-child(43) {
  --size: 0.4vw;
  --left-ini: 0vw;
  --left-end: -7vw;
  left: 77vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -1s; }

.snowflake:nth-child(44) {
  --size: 0.2vw;
  --left-ini: -9vw;
  --left-end: 10vw;
  left: 62vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -20s; }

.snowflake:nth-child(45) {
  --size: 0.2vw;
  --left-ini: -4vw;
  --left-end: -7vw;
  left: 7vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -11s; }

.snowflake:nth-child(46) {
  --size: 1vw;
  --left-ini: -1vw;
  --left-end: -3vw;
  left: 44vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -17s; }

.snowflake:nth-child(47) {
  --size: 1vw;
  --left-ini: 10vw;
  --left-end: -2vw;
  left: 82vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -19s; }

.snowflake:nth-child(48) {
  --size: 1vw;
  --left-ini: -8vw;
  --left-end: -8vw;
  left: 69vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -14s; }

.snowflake:nth-child(49) {
  --size: 0.2vw;
  --left-ini: 9vw;
  --left-end: 6vw;
  left: 72vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -3s; }

.snowflake:nth-child(50) {
  --size: 0.8vw;
  --left-ini: 7vw;
  --left-end: 2vw;
  left: 15vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -16s; }
