﻿@media (min-width: 1400px) {
  @keyframes movetobottomrtl {
    0% {
      transform-origin: top center;
      transform: translate(0px, 0px) rotateZ(60deg);
    }

    4% {
      transform-origin: top center;
      transform: translate(-445px, 195px) rotateZ(60deg);
    }

    96% {
      transform-origin: top center;
      transform: translate(-445px, 195px) rotateZ(60deg);
    }

    100% {
      transform-origin: top center;
      transform: translate(0px, 0px) rotateZ(60deg);
    }
  }

  .btn-header-signup {
    left: 212px;
  }

  .offcanvas.offcanvas-end-lg {
    padding-left: 223.5px;
  }

  .html-account-pages .offcanvas.offcanvas-end-lg {
    padding-left: 0;
  }

  .html-account-pages .offcanvas-body {
    margin-right: -149px;
  }

  .navbar-collapse {
    padding-right: 135px;
  }

  .hero-map {
    right: calc(0.575 * 100vw);
  }

  .html-howitworks-page .hero-map {
    right: calc(0.51 * 100vw);
  }

  .hero-map .map-path {
    position: absolute;
    top: 84px;
    right: -22px;
    transform-origin: bottom;
  }

  .hero-map .map-receiver {
    position: absolute;
    right: 287px;
    top: 303px;
  }

  .pricing > svg {
    right: calc(100vw * 0.88645);
    position: absolute;
    top: calc(var(--skew-height) + 53px);
    display: block;
  }

  .testimonials-map {
    bottom: 92px;
    right: calc(0.3630 * 100vw);
  }

  .hero .pink-block {
    right: calc(100vw * 0.904285);
    top: 115px;
    width: auto;
  }

  .hero-plane {
    right: 20px;
    top: 105px;
    animation: movetobottomrtl 100s ease-in-out infinite;
  }

  .home-page .testimonials:before {
    background-position: top center;
  }

  .home-page .hero-bottom {
    margin-top: 196px;
  }

  .home-page .features .blue-top {
    right: -260px;
    top: calc((260px + 392px) / -9.51436);
  }

  .home-page .features .shapes {
    padding-bottom: calc(550px / 9.51436);
  }

  .home-page .features .blue-bottom {
    right: -260px;
  }

  .section-why .container {
    max-width: 1368px;
  }

  .w-xxl-auto {
    width: auto !important;
  }

  .html-shopping-sites-page .shopping-sites-img {
    margin-right: -110px;
  }
}
