/* grosville page */
.gv-header,
.po-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
  height: 56px;
}

.gv-logo {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  font-family: 'Segoe UI', sans-serif;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.gv-icon-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #1450b5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gv-hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 600px;
  overflow: hidden;
}

.gv-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
}

.gv-section01 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #484848;
  padding: 40px 0 48px;
}

.gv-section01-inner {
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 64px;
}

.gv-section01-content {
  margin-top: 50px;
}

.gv-section01-content img {
  width: 100%;
  display: block;
}

.gv-phone-screen {
  position: absolute;
  inset: 9% 1%;
  border-radius: 22px;
  overflow: hidden;
  z-index: 1;
}

.gv-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 0;
  display: block;
}

.gv-phone-mockup {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.gv-phones {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: clamp(700px, 125.7vw, 1810px);
  overflow: hidden;
}

.gv-phones-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.gv-phones::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(219, 209, 197, 0.48);
  z-index: 1;
}

.gv-phones-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}

.gv-phone-item {
  position: absolute;
  width: calc(290 / 1440 * 100%);
  aspect-ratio: 290 / 756;
}

.gv-phone-item-1 {
  left: calc(111 / 1440 * 100%);
  top: calc(178 / 1810 * 100%);
}

.gv-phone-item-2 {
  left: calc(547 / 1440 * 100%);
  top: calc(469 / 1810 * 100%);
}

.gv-phone-item-3 {
  left: calc(981 / 1440 * 100%);
  top: calc(934 / 1810 * 100%);
}

.gv-section-top {
  position: relative;
}

.gv-section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.gv-section-top .gv-section-version {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 150%;
}

.gv-section-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}

.gv-section-num,
.gv-section-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  text-transform: uppercase;
}

.gv-section-version {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  text-transform: uppercase;
  color: #81807e;
}

.gv-white {
  color: #ffffff;
}

.gv-gray {
  color: #81807e;
}

.gv-line {
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.gv-line-white {
  background: #9d9d9d;
}

.gv-line-gray {
  background: #81807e;
}

.gv-section02 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #484848;
  padding: 40px 0 60px 0;
  overflow: visible;
}

.gv-section02-inner {
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 64px;
  overflow: visible;
}

.gv-section02-content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: calc(33 / 1315 * 100%);
  margin-top: 50px;
  overflow: visible;
}

.gv-section02-desktop {
  flex: 0 0 calc(1071 / 1315 * 100%);
  max-width: calc(1071 / 1315 * 100%);
  overflow: hidden;
}

.gv-section02-desktop img {
  width: 100%;
  display: block;
}

.gv-section02-phone {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(217 / 1315 * 100%);
  overflow: visible;
  z-index: 5;
}

.gv-section02-phone .gv-phone-screen {
  position: absolute;
  inset: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 1;
}

.gv-section02-phone .gv-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 22px;
  display: block;
}

.gv-section02-phone .gv-phone-mockup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 349 / 756;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

.gv-section03 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #d9d9d9;
  padding-bottom: 150px;
  padding-top: 90px;
}

.gv-section03-header {
  max-width: 1312px;
  margin: 0 auto;
  padding: 20px 64px 60px 64px;
}

.gv-cards {
  max-width: 1312px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-left: 1px solid #81807e;
  border-right: 1px solid #81807e;
}

.gv-card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.gv-cards-divider {
  flex-shrink: 0;
  width: 1px;
  background: #81807e;
  box-shadow: 20px 0 0 0 #81807e;
  margin-right: 20px;
}

.gv-card-img {
  width: 100%;
  flex: 1 1 auto;
}

.gv-card-img img {
  width: 100%;
  height: 100%;
  padding: 70px 0;
  object-fit: cover;
  object-position: center;
  display: block;
}

.gv-section03b {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #484848;
  padding: 40px 0 60px 0;
  overflow: visible;
}

.gv-section03b-inner {
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 64px;
  overflow: visible;
}

.gv-section03b-content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: calc(33 / 1315 * 100%);
  margin-top: 50px;
  overflow: visible;
}

.gv-section03b-desktop {
  flex: 0 0 calc(1071 / 1315 * 100%);
  max-width: calc(1071 / 1315 * 100%);
  overflow: hidden;
  margin-left: auto;
}

.gv-section03b-desktop img {
  width: 100%;
  display: block;
}

.gv-section03b-phone {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(217 / 1315 * 100%);
  overflow: visible;
  z-index: 5;
}

.gv-section03b-phone .gv-phone-screen {
  position: absolute;
  inset: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 1;
}

.gv-section03b-phone .gv-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 22px;
  display: block;
}

.gv-section03b-phone .gv-phone-mockup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 349 / 756;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

.gv-section04 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: clamp(700px, 65.5vw, 944px);
  overflow: hidden;
}

.gv-section04-photo {
  flex: 0 0 52.11%;
  position: relative;
  overflow: hidden;
}

.gv-section04-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.gv-section04-dark {
  flex: 1 1 auto;
  background: #303030;
  position: relative;
}

.gv-section04-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(240px, 24.2vw, 349px);
  aspect-ratio: 349 / 756;
  z-index: 10;
}

.gv-section04-phone .gv-phone-screen {
  position: absolute;
  inset: 1% 3%;
  border-radius: 22px;
  overflow: hidden;
  z-index: 1;
}

.gv-section04-phone .gv-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.gv-section04-phone .gv-phone-mockup {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.gv-section05 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #484848;
  padding: 40px 0 0;
}

.gv-section05-inner {
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 64px;
}

.gv-section05-content {
  position: relative;
  margin-top: 50px;
  height: clamp(500px, 62vw, 893px);
}

.gv-section05-desktop {
  position: absolute;
  left: calc(175 / 1315 * 100%);
  top: 0;
  width: calc(1140 / 1315 * 100%);
}

.gv-section05-desktop img {
  width: 100%;
  display: block;
}

.gv-section05-phone {
  position: absolute;
  left: 0;
  top: calc(256 / 893 * 100%);
  width: calc(296 / 1315 * 100%);
  aspect-ratio: 296 / 641;
  z-index: 2;
}

.gv-banner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: clamp(300px, 53.4vw, 769px);
  overflow: hidden;
}

.gv-banner img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (min-width: 2120px) {
  .gv-card-img img {
    padding: 0;
  }

  .gv-card {
    padding: 60px 0;
  }

  .gv-section05-phone .gv-phone-screen {
    inset: 1% 1%;
  }
}

@media (min-width: 1616px) {
  .gv-logo {
    font-size: 50px;
  }

  .gv-header,
  .po-header {
    margin-top: 70px;
  }

  .gv-hero {
    margin-top: 50px;
    height: 1340px;
  }

  .gv-section01-inner,
  .gv-section02-inner,
  .gv-section03b-inner,
  .gv-section05-inner {
    padding-left: 80px;
    padding-right: 80px;
  }

  .gv-section01-inner,
  .gv-section02-inner,
  .gv-section03b-inner,
  .gv-section05-inner,
  .gv-section03-header,
  .gv-cards {
    max-width: 1580px;
  }

  .gv-section05-inner {
    padding-bottom: 110px;
  }

  .gv-cards {
    max-width: 1420px;
  }

  .gv-section01-content img {
    padding: 0 150px;
  }

  .gv-section-version,
  .gv-section-num,
  .gv-section-name {
    font-size: 26px;
  }

  .gv-section05-phone .gv-phone-screen {
    inset: 1% 1%;
  }
}

@media (max-width: 1616px) {
  .gv-logo {
    font-size: 2.4rem;
  }

  .gv-section-version,
  .gv-section-num,
  .gv-section-name {
    font-size: 20px;
  }

  .gv-header,
  .po-header {
    margin-top: 50px;
  }

  .gv-hero {
    margin-top: 50px;
    height: 940px;
  }

  .gv-section01-content {
    margin-top: 30px;
    padding: 0 120px;
  }

  .gv-phones-inner {
    padding-bottom: 70px;
  }

  .gv-phone-item-1 {
    top: calc(50 / 1810 * 100%);
  }

  .gv-phone-item-2 {
    top: calc(330 / 1810 * 100%);
  }

  .gv-phone-item-3 {
    top: calc(800 / 1810 * 100%);
  }

  .gv-section05-phone .gv-phone-screen {
    inset: 1% 1%;
  }

  .gv-phones {
    max-height: 1160px;
  }

  .gv-cards {
    max-width: 1000px;
  }

  .gv-section05 {
    padding-bottom: 20px;
  }
}

@media (max-width: 1616px) and (min-width: 1280px) {
  .gv-phones {
    max-height: 1400px;
  }

  .gv-cards {
    max-width: 1200px;
  }
}

@media (max-width: 968px) {
  .gv-header,
  .po-header {
    flex-direction: column;
    height: auto;
    padding: 40px 0;
    gap: 12px;
    margin-top: 0;
  }

  .gv-section03 {
    padding-bottom: 50px;
    padding-top: 20px;
  }

  .gv-logo {
    font-size: 2.5rem;
  }

  .gv-icon-btn {
    width: 72px;
    height: 72px;
  }

  .gv-hero {
    height: auto !important;
    margin-top: 0;
  }

  .gv-hero img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  .gv-section-version,
  .gv-section-num,
  .gv-section-name {
    font-size: 17px;
  }

  .gv-section01-inner,
  .gv-section02-inner,
  .gv-section03b-inner,
  .gv-section03-header,
  .gv-section05-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gv-section01-content {
    margin-top: 20px;
    padding: 0;
  }

  .gv-phones {
    height: auto;
    max-height: none;
    overflow: visible;
    padding: 0;
    position: relative;
  }

  .gv-phones-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 0;
  }

  .gv-phones-inner {
    position: relative;
    z-index: 2;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 30px 90px;
    width: 100%;
    max-width: 480px;
  }

  .gv-phone-item {
    position: relative;
    width: 100%;
    aspect-ratio: 290 / 756;
    left: auto;
    top: auto;
  }

  .gv-phone-item .gv-phone-screen {
    position: absolute;
    inset: 9% 1%;
    border-radius: 22px;
    overflow: hidden;
    z-index: 1;
  }

  .gv-phone-item .gv-phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }

  .gv-phone-item .gv-phone-mockup {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
  }

  .gv-section02-content {
    flex-direction: column;
    gap: 24px;
    overflow: visible;
  }

  .gv-section02-desktop {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .gv-section02-phone {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    aspect-ratio: unset;
    overflow: visible;
    max-width: 180px;
    margin: 0 auto;
  }

  .gv-section02-phone .gv-phone-screen {
    position: static;
    inset: auto;
    border-radius: 36px;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
    display: block;
    width: 100%;
  }

  .gv-section02-phone .gv-phone-screen img {
    width: 100%;
    height: auto;
    object-fit: unset;
    display: block;
    border-radius: 0;
  }

  .gv-section02-phone .gv-phone-mockup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 349 / 756;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
    will-change: transform;
  }

  .gv-section03b-content {
    flex-direction: column;
    gap: 24px;
    overflow: visible;
  }

  .gv-section03b-desktop {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .gv-section03b-phone {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    aspect-ratio: unset;
    overflow: visible;
    max-width: 180px;
    margin: 0 auto;
  }

  .gv-section03b-phone .gv-phone-screen {
    position: static;
    inset: auto;
    border-radius: 36px;
    padding-left: 2px;
    padding-right: 2px;
    overflow: hidden;
    display: block;
    width: 100%;
  }

  .gv-section03b-phone .gv-phone-screen img {
    width: 100%;
    height: auto;
    object-fit: unset;
    display: block;
    border-radius: 0;
  }

  .gv-section03b-phone .gv-phone-mockup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 349 / 756;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
    will-change: transform;
  }

  .gv-cards {
    flex-direction: column;
    align-items: stretch;
    border-left: none;
    border-right: none;
    max-width: 100%;
    margin-top: 0;
    gap: 60px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .gv-cards-divider {
    display: none;
  }

  .gv-card {
    flex: 0 0 auto;
    width: 100%;
  }

  .gv-card-img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    flex: none;
  }

  .gv-card-img img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .gv-section04 {
    flex-direction: column;
    height: auto;
    overflow: visible;
  }

  .gv-section04-photo {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .gv-section04-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .gv-section04-dark {
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gv-section04-phone {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 45vw;
    max-width: 260px;
    margin: 40px auto;
  }

  .gv-section05 {
    overflow: hidden;
  }

  .gv-section05-content {
    height: clamp(300px, 62vw, 893px);
    margin-bottom: 30px;
  }
}

.gv-section01 {
  margin-bottom: -1px;
}

@media (max-width: 600px) {
  .gv-phone-screen {
    border-radius: 2px;
  }

  .gv-section05-content {
    margin-bottom: 0;
  }

  .gv-section-version,
  .gv-section-num,
  .gv-section-name {
    font-size: 16px;
  }

  .gv-logo {
    font-size: 30px;
  }

  .gv-section-top {
    padding-bottom: 28px;
  }

  .gv-section-top .gv-section-version {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 690px) and (max-width: 1028px) {
  .gv-logo {
    padding-top: 30px;
  }

  .gv-header,
  .po-header {
    padding-top: 28px;
  }
}

/* png-overseas page */
.po-fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.po-section-label {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -1px;
  background: #000;
}

.po-section-label-inner {
  max-width: 1315px;
  margin: 0 auto;
  padding: 48px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.po-section-label-left {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

.po-section-label-center {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}

.po-section-label-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.po-section-label-right span {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}

.po-f01 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000;
}

.po-f01-truck {
  position: relative;
}

.po-f01-header {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 32px 64px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
  white-space: nowrap;
}

.po-f01-logo-icon {
  width: 200px;
  height: 170px;
  flex-shrink: 0;
}

.po-f01-logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.po-f01-logo-text {
  font-size: 72px;
  font-weight: 800;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.po-f01-truck {
  position: relative;
  padding-left: max(64px, calc((108vw - 1315px) / 2 + 64px));
  padding-top: 200px;
  overflow: visible;
}

.po-f01-truck img {
  width: 100%;
  height: auto;
  display: block;
  transform: scaleX(-1);
}

.po-f01-truck::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 0%, #000 100%);
  pointer-events: none;
}

.po-f01-screenshot {
  max-width: 1228px;
  margin: -420px auto 0;
  padding: 0 64px;
  position: relative;
  z-index: 2;
}

.po-f01-screenshot img {
  width: 100%;
  display: block;
}

.po-f02 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  aspect-ratio: 1440 / 1691;
  overflow: hidden;
  background: #b6ff56;
  margin-top: -320px;
  z-index: 0;
}

.po-f02-inner {
  position: absolute;
  inset: 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.po-f02-green {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(264 / 1691 * 100%);
  bottom: 0;
  background: #b6ff56;
}

.po-f02-phone {
  position: absolute;
}

.po-f02-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.po-f02-phone-7 {
  left: calc(529 / 1440 * 100%);
  top: calc(0 / 1691 * 100%);
  width: calc(386 / 1440 * 100%);
  height: calc(857 / 1691 * 100%);
}

.po-f02-phone-1 {
  left: calc(64 / 1440 * 100%);
  top: calc(233 / 1691 * 100%);
  width: calc(385 / 1440 * 100%);
  height: calc(857 / 1691 * 100%);
}

.po-f02-phone-9 {
  left: calc(991 / 1440 * 100%);
  top: calc(233 / 1691 * 100%);
  width: calc(385 / 1440 * 100%);
  height: calc(857 / 1691 * 100%);
}

.po-f02-phone-8 {
  left: calc(529 / 1440 * 100%);
  top: calc(892 / 1691 * 100%);
  width: calc(386 / 1440 * 100%);
  height: calc(799 / 1691 * 100%);
}

.po-f02-phone-6 {
  left: calc(64 / 1440 * 100%);
  top: calc(1124 / 1691 * 100%);
  width: calc(385 / 1440 * 100%);
  height: calc(567 / 1691 * 100%);
}

.po-f02-phone-10 {
  left: calc(991 / 1440 * 100%);
  top: calc(1124 / 1691 * 100%);
  width: calc(385 / 1440 * 100%);
  height: calc(567 / 1691 * 100%);
}

.po-f03 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000;
  overflow: hidden;
  margin-top: -1px;
}

.po-f03-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.po-f03-desktop {
  position: relative;
  z-index: 1;
}

.po-f03-desktop img {
  width: 100%;
  height: auto;
  display: block;
}

.po-f03-phone {
  position: absolute;
  z-index: 2;
}

.po-f03-phone .po-phone-screen {
  position: absolute;
  inset: 9% 1%;
  border-radius: 22px;
  overflow: hidden;
  z-index: 1;
}

.po-f03-phone .po-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.po-f03-phone .po-phone-mockup {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.po-f03-phone-1 {
  left: -150px;
  width: 20.18%;
  top: 420px;
  aspect-ratio: 290 / 756;
}

.po-f03-phone-2 {
  left: -150px;
  width: 20.11%;
  top: 1600px;
  aspect-ratio: 290 / 756;
}

.po-f03-phone-3 {
  right: -150px;
  width: 20.11%;
  top: 3000px;
  aspect-ratio: 290 / 756;
}

.po-f04 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000;
}

.po-f04-content {
  position: relative;
}

.po-f04-content::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 0%, #000 100%);
  pointer-events: none;
  z-index: 1;
}

.po-f04-overlay {
  z-index: 2;
}

.po-f04-bg img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}

.po-f04-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}

.po-f04-overlay-inner {
  max-width: 1315px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 64px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
}

.po-f04,
.po-f04-bg img {
  min-height: 800px;
}

.po-f04-phones {
  position: relative;
  flex: 0 0 340px;
  height: 460px;
}

.po-f04-phone-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 175px;
  height: 454px;
}

.po-f04-phone-2 {
  position: absolute;
  left: 200px;
  top: 0;
  width: 175px;
  height: 454px;
  z-index: 2;
}

.po-f04-phone-1 .po-phone-screen,
.po-f04-phone-2 .po-phone-screen {
  position: absolute;
  inset: 9% 1%;
  border-radius: 22px;
  overflow: hidden;
  z-index: 1;
}

.po-f04-phone-1 .po-phone-screen img,
.po-f04-phone-2 .po-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.po-f04-phone-1 .po-phone-mockup,
.po-f04-phone-2 .po-phone-mockup {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.po-f04-form {
  position: relative;
  flex: 0 0 220px;
  height: 390px;
  top: 300px;
  margin-left: auto;
}

.po-f04-form .po-phone-screen {
  position: absolute;
  inset: 1% 9%;
  border-radius: 22px;
  overflow: hidden;
  z-index: 1;
}

.po-f04-form .po-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.po-f04-form .po-phone-mockup {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.po-f05 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000;
  margin-top: -2px;
}

.po-f05-phones-area {
  position: relative;
  width: 100%;
  height: 920px;
  max-width: 1230px;
  margin: 0 auto;
}

.po-f05-emp {
  position: absolute;
  right: 64px;
  top: 40px;
  width: 220px;
}

.po-f05-adv {
  position: absolute;
  right: 64px;
  top: 310px;
  width: 300px;
}

.po-f05-emp img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.po-f05-adv img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.po-f05-bottom img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}

.po-f05-p1,
.po-f05-p2,
.po-f05-p3,
.po-f05-p4 {
  position: absolute;
  aspect-ratio: 290 / 756;
}

.po-f05-p1 {
  left: 124px;
  top: 30px;
  width: 200px;
}

.po-f05-p2 {
  left: 510px;
  top: 140px;
  width: 200px;
}

.po-f05-p3 {
  left: 890px;
  top: 250px;
  width: 200px;
}

.po-f05-p4 {
  right: 710px;
  top: 620px;
  width: 200px;
}

.po-f05-p1 .po-phone-screen,
.po-f05-p2 .po-phone-screen,
.po-f05-p3 .po-phone-screen,
.po-f05-p4 .po-phone-screen {
  position: absolute;
  inset: 9% 1%;
  border-radius: 22px;
  overflow: hidden;
  z-index: 1;
}

.po-f05-p1 .po-phone-screen img,
.po-f05-p2 .po-phone-screen img,
.po-f05-p3 .po-phone-screen img,
.po-f05-p4 .po-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.po-f05-p1 .po-phone-mockup,
.po-f05-p2 .po-phone-mockup,
.po-f05-p3 .po-phone-mockup,
.po-f05-p4 .po-phone-mockup {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.po-banner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000;
  margin-top: -1px;
  line-height: 0;
  z-index: 1;
}

.po-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 900px;
}

.po-s04 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: clamp(700px, 65.5vw, 944px);
  overflow: hidden;
}

.po-s04-photo {
  flex: 0 0 52.11%;
  position: relative;
  overflow: hidden;
}

.po-s04-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.po-s04-dark {
  flex: 1 1 auto;
  background: #b6ff56;
  position: relative;
}

.po-s04-phone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(240px, 24.2vw, 349px);
  aspect-ratio: 349 / 756;
  z-index: 10;
}

.po-s04-phone .po-phone-screen {
  position: absolute;
  inset: 1% 3%;
  border-radius: 22px;
  overflow: hidden;
  z-index: 1;
}

.po-s04-phone .po-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.po-s04-phone .po-phone-mockup {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.po-s06 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000;
  padding: 0 0 60px 0;
  overflow: visible;
  margin-top: -60px;
}

.po-s06-inner {
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 64px;
  overflow: visible;
}

.po-s06-content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: calc(33 / 1315 * 100%);
  margin-top: 50px;
  overflow: visible;
}

.po-s06-desktop {
  flex: 0 0 calc(1071 / 1315 * 100%);
  max-width: calc(1071 / 1315 * 100%);
  overflow: hidden;
}

.po-s06-desktop img {
  width: 100%;
  display: block;
}

.po-s06-phone {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(217 / 1315 * 100%);
  overflow: visible;
  z-index: 5;
}

.po-s06-phone .po-phone-screen {
  position: absolute;
  inset: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 1;
}

.po-s06-phone .po-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.po-s06-phone .po-phone-mockup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 349 / 756;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

.po-s05 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000;
  padding: 40px 0 0;
  overflow: hidden;
}

.po-s05-inner {
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 64px;
}

.po-s05-content {
  position: relative;
  margin-top: 50px;
  height: clamp(500px, 62vw, 893px);
}

.po-s05-desktop {
  position: absolute;
  left: calc(175 / 1315 * 100%);
  top: 0;
  width: calc(1140 / 1315 * 100%);
}

.po-s05-desktop img {
  width: 100%;
  display: block;
}

.po-s05-phone {
  position: absolute;
  left: 0;
  top: calc(256 / 893 * 100%);
  width: calc(296 / 1315 * 100%);
  aspect-ratio: 296 / 641;
  z-index: 2;
}

.po-s05-phone .po-phone-screen {
  position: absolute;
  inset: 1% 1%;
  border-radius: 22px;
  overflow: hidden;
  z-index: 1;
}

.po-s05-phone .po-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.po-s05-phone .po-phone-mockup {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 1616px) {
  .gv-header {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1616px) {
  .gv-header {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1616px) {
  .po-header {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}

@media (max-width: 1616px) {
  .po-header {
    padding-top: 20px;
    padding-bottom: 68px;
  }
}

@media (max-width: 1480px) {
  .po-f01-logo-icon {
    width: 120px;
    height: 100px;
  }

  .po-f01-logo-text {
    font-size: 50px;
  }

  .po-f01-screenshot {
    margin: -320px auto 0;
  }

  .po-f03-phone-1,
  .po-f03-phone-2 {
    left: 0;
  }

  .po-f03-phone-3 {
    right: 0;
    top: 2300px;
  }

  .po-f03-inner,
  .po-f05-phones-area {
    padding: 0 60px;
  }
}

@media (max-width: 1120px) {
  .po-f05-p3 {
    left: 700px;
  }

  .po-f05-p2 {
    left: 418px;
  }

  .po-f05-p4 {
    right: 670px;
  }
}

@media (max-width: 1028px) and (min-width: 690px) {
  .gv-header,
  .po-header {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media (max-width: 968px) {
  .po-section-label-inner {
    padding: 48px 36px;
  }

  .po-f01-header {
    padding: 24px 24px 16px;
  }

  .po-section-label-center,
  .po-section-label-left,
  .po-section-label-right {
    font-size: 15px;
  }

  .po-f03-inner {
    padding: 0 120px;
  }

  .po-f03-inner.second {
    padding: 0 30px;
  }

  .po-s05-content {
    margin-bottom: 80px !important;
  }

  .po-banner img {
    max-height: 500px;
  }

  .po-f03-phone-1 {
    left: 4%;
    top: 5%;
  }

  .po-f03-phone-2 {
    left: 4%;
    top: 38%;
  }

  .po-f03-phone-3 {
    right: 4%;
    top: 70%;
  }

  .po-f01-logo-icon {
    width: 120px;
    height: 102px;
  }

  .po-f01-screenshot {
    margin: -180px auto 0;
  }

  .po-f01-logo-text {
    font-size: 38px;
  }

  .po-f01-screenshot {
    padding: 0 24px;
  }

  .po-f03-desktop {
    padding-left: 0;
  }

  .po-f04-overlay-inner {
    padding: 20px 24px;
  }

  .po-f04-phones {
    flex: 0 0 260px;
  }

  .po-f04-phone-1 {
    width: 140px;
    height: 300px;
  }

  .po-f04-phone-2 {
    left: 100px;
    width: 140px;
    height: 300px;
  }

  .po-f04-bg img {
    height: 460px;
  }

  .po-f04-form {
    flex: 0 0 160px;
    height: 380px;
  }

  .po-f05-phones-area {
    height: auto;
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 24px;
  }

  .po-f05-p1,
  .po-f05-p2,
  .po-f05-p3,
  .po-f05-p4 {
    position: static;
    width: 100%;
    max-width: 280px;
  }

  .po-s04 {
    flex-direction: column;
    height: auto;
    overflow: visible;
  }

  .po-s04-photo {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .po-s04-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .po-s04-dark {
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .po-s04-phone {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 45vw;
    max-width: 260px;
    margin: 40px auto;
  }

  .po-s06-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .po-s06-content {
    flex-direction: column;
    gap: 24px;
    overflow: visible;
  }

  .po-s06-desktop {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .po-s06-phone {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    aspect-ratio: unset;
    overflow: visible;
    max-width: 800px;
    margin: 0 auto;
  }

  .po-s06-phone .po-phone-screen {
    position: static;
    inset: auto;
    border-radius: 36px;
    padding-left: 2px;
    padding-right: 2px;
    overflow: hidden;
    display: block;
    width: 100%;
  }

  .po-s06-phone .po-phone-screen img {
    width: 100%;
    height: auto;
    object-fit: unset;
    display: block;
    border-radius: 0;
  }

  .po-s06-phone .po-phone-mockup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 349 / 756;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
    will-change: transform;
  }

  .po-s05-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .po-s05-content {
    height: clamp(300px, 62vw, 893px);
    margin-bottom: 30px;
  }

  .po-f04,
  .po-f04-bg img {
    min-height: unset;
  }

  .po-f04-bg img {
    height: 100%;
    min-height: 900px;
  }

  .po-f04-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
  }

  .po-f04-overlay-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    height: 100%;
  }

  .po-f04-phones {
    position: relative;
    flex: 0 0 auto;
    width: 330px;
    height: 454px;
  }

  .po-f04-phone-1 {
    position: absolute;
    left: -20px;
    top: 0;
    width: 175px;
    height: 454px;
  }

  .po-f04-phone-2 {
    position: absolute;
    left: 185px;
    top: 0;
    width: 175px;
    height: 454px;
    z-index: 2;
  }

  .po-f04-form {
    position: relative;
    flex: 0 0 auto;
    top: auto;
    margin-left: 0;
    width: 220px;
    margin-top: -10px;
    height: 390px;
    align-self: center;
  }

  .po-f05-phones-area {
    height: auto;
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 40px 24px;
    max-width: 100%;
  }

  .po-f05-p1 {
    left: 0;
    top: 150px;
  }

  .po-f05-p2 {
    top: 0;
    left: 0;
  }

  .po-f05-p3 {
    top: 85px;
    left: 0;
  }

  .po-f05-p4 {
    top: -70px;
    left: 0;
  }

  .po-f05-row-top,
  .po-f05-row-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }

  .po-f05-p1,
  .po-f05-p2,
  .po-f05-p3,
  .po-f05-p4 {
    position: relative;
    width: 175px;
    height: 454px;
    aspect-ratio: 290 / 756;
  }
}

@media (max-width: 690px) {
  .gv-header,
  .po-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gv-logo {
    font-size: 2.3rem;
  }

  .po-f01-screenshot {
    margin: -140px auto 0;
  }

  .po-f02 {
    aspect-ratio: unset;
    height: auto;
    margin-top: -380px;
    margin-bottom: -60px;
    overflow: visible;
  }

  .po-f02-inner {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
    padding: 160px 12px 60px;
    align-items: start;
  }

  .po-f01-screenshot {
    background-color: #000000;
  }

  .po-f02-green {
    display: none;
  }

  .po-f02-phone {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 386 / 857;
    margin: 0 !important;
  }

  .po-f02-phone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .po-f02-phone-7 {
    grid-column: 1;
    grid-row: 1;
  }
  .po-f02-phone-1 {
    grid-column: 1;
    grid-row: 2;
  }
  .po-f02-phone-8 {
    grid-column: 1;
    grid-row: 3;
  }

  .po-f02-phone-9 {
    grid-column: 2;
    grid-row: 1;
    transform: translateY(30%);
  }
  .po-f02-phone-6 {
    grid-column: 2;
    grid-row: 2;
    transform: translateY(30%);
  }
  .po-f02-phone-10 {
    grid-column: 2;
    grid-row: 3;
    transform: translateY(30%);
  }
}

@media (max-width: 520px) {
  .po-f03-phone-3 {
    top: 60%;
  }

  .po-f04-phone-1,
  .po-f04-phone-2,
  .po-f04-form {
    width: 140px;
  }

  .po-f04-phone-1 .po-phone-screen,
  .po-f04-phone-2 .po-phone-screen {
    inset: 17% 1% !important;
  }

  .po-f04-form .po-phone-screen {
    inset: 11% 1% !important;
  }

  .po-f01-screenshot {
    margin: -90px auto 0;
  }

  .po-f03-phone .po-phone-screen {
    border-radius: 4px;
  }
}

@media (max-width: 440px) {
  .po-s04-phone .po-phone-screen {
    inset: 1% 1%;
  }

  .po-f03-phone-2 {
    top: 45%;
  }

  .po-f01-logo-icon {
    width: 60px;
    height: 50px;
  }

  .po-f01-logo-text {
    font-size: 28px;
  }

  .po-f05-row-top,
  .po-f05-row-bottom {
    gap: 20px;
  }

  .po-f05-p1,
  .po-f05-p2,
  .po-f05-p3,
  .po-f05-p4 {
    width: 140px;
  }

  .po-f05-p1 .po-phone-screen,
  .po-f05-p2 .po-phone-screen,
  .po-f05-p3 .po-phone-screen,
  .po-f05-p4 .po-phone-screen {
    inset: 17% 1%;
  }

  .po-f03-phone-1,
  .po-f03-phone-2 {
    left: 15%;
  }

  .po-f03-phone-3 {
    right: 15%;
  }

  .po-f03-inner {
    padding: 0 80px;
  }

  .po-f04-phone-1 {
    left: 0;
  }

  .po-f01-screenshot {
    margin: -80px auto 0;
  }
}

@media (max-width: 340px) {
  .po-f04 {
    overflow: hidden;
  }
}

/* eco friendly fitness page */
.ef-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
  height: 56px;
  background: #fff;
}

.ef-logo {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: 0.01em;
  font-family: 'Roboto', sans-serif;
}

.ef-icon-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #1450b5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ef-section-nav {
  width: 100%;
  margin-top: -5px;
  position: relative;
  z-index: 10;
}

.ef-section-nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 6px 6px;
  background: #1a1b1b;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  overflow: hidden;
  border-radius: 11px;
  transform: translateY(40px);
}

.ef-section-nav-pills {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.ef-section-nav-num {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #fff;
  flex-shrink: 0;
}

.ef-nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid #fff;
  border-radius: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
}
.ef-nav-pill.active {
  background: #fff;
  color: #393939;
}

.ef-s01 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.ef-s01-photo {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #b5ca4c;
}

.ef-s01-photo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  overflow: hidden;
}

.ef-s01-photo-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.ef-s01-photo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(28, 29, 29, 0.93);
  z-index: 1;
}

.ef-s01-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 64px 0;
}

.ef-s01-topbar-left,
.ef-s01-topbar-right {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  color: #ffffff;
}

.ef-s01-nav {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 64px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.ef-s01-nav-num {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #fff;
  flex-shrink: 0;
}

.ef-s01-nav-elems {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.ef-s01-nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border: 1px solid #fff;
  border-radius: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
}

.ef-s01-nav-pill.active {
  background: #fff;
  color: #393939;
}

.ef-s01-screen-wrap {
  position: relative;
  z-index: 2;
  max-width: 968px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 20px;
}

.ef-s01-screen-wrap img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.ef-banner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 1220px;
  overflow: hidden;
}

.ef-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ef-s01-green {
  width: 100%;
  background: #b5ca4c;
  min-height: 80px;
}

.ef-s02 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  min-height: 1012px;
  margin-top: -40px;
  padding-top: 40px;
}

.ef-s02-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: repeat(4, 253px);
  width: 100%;
  height: 1012px;
}

.ef-s02-bg-cube {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ef-s02-cube-white {
  background: #fcfcf7;
}

.ef-s02-cube-green {
  background: #b5ca4c;
}

.ef-s02-cube-dark {
  background: #1a1b1b;
}

.ef-s02-cube-photo {
  background: #fcfcf7;
  object-fit: cover;
}

.ef-s02-overlay-img {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 0 64px 0;
}

.ef-s02-overlay-img img {
  width: 100%;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.ef-s03-green {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #b5ca4c;
  padding: 60px 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  padding-top: 100px;
}

.ef-s03-green img {
  width: 100%;
  max-width: 860px;
  display: block;
}

.ef-s03-dark {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-top: -40px;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #b5ca4c;
  padding: 80px 0 100px;
  overflow: hidden;
}

.ef-s03-dark-inner {
  position: relative;
  z-index: 2;
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 64px;
}

.ef-s03-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 60px;
  margin-top: 90px;
}

.ef-s03-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.ef-s03-phones-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 0 0 262px;
}

.ef-s03-desktop {
  flex: 1 1 auto;
  min-width: 0;
}

.ef-s03-desktop img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.ef-s03-phones-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 0 0 262px;
}

.ef-s03-phones-left .ef-phone-wrap,
.ef-s03-phones-right .ef-phone-wrap {
  width: 262px;
  aspect-ratio: 262 / 574;
}

.ef-phone-wrap {
  position: relative;
  aspect-ratio: 262 / 574;
}

.ef-phone-screen {
  position: absolute;
  inset: 1% 1%;
  border-radius: 22px;
  overflow: hidden;
  z-index: 1;
  background: #2a2b2b;
}

.ef-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.ef-phone-mockup {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.ef-s03-phones-mob {
  display: none;
}

.ef-s04 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #b5ca4c;
  padding: 80px 0 80px;
  margin-top: -40px;
  padding-top: 120px;
  overflow: hidden;
}

.ef-s04-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ef-s04-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ef-s04-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(28, 29, 29, 0.8);
}

.ef-s04-inner {
  position: relative;
  z-index: 2;
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 64px;
}

.ef-s04-inner img {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.12);
}

.ef-s05 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #b5ca4c;
  padding: 0 0 80px;
  margin-top: -40px;
}

.ef-s05-inner {
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 64px;
}

.ef-s05-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  padding-top: 100px;
  margin-bottom: 40px;
}

.ef-s05-inner img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.ef-s05-to-dark {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #b5ca4c;
  height: 140px;
  overflow: visible;
  margin-top: 0;
}

.ef-s05-to-dark::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 560px;
  height: 280px;
  background: #1a1b1b;
  border-radius: 50% 50% 0 0;
}

.ef-s6s7-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #1a1b1b;
  overflow: hidden;
}

.ef-s6s7-bgtext {
  position: absolute;
  left: -10px;
  bottom: 1530px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: clamp(100px, 15vw, 220px);
  line-height: 130%;
  color: #242525;
  white-space: pre;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  letter-spacing: -0.02em;
}

.ef-s6s7-ring3 {
  position: absolute;
  width: 674px;
  height: 674px;
  right: -160px;
  bottom: 1550px;
  border-radius: 50%;
  border: 115px solid #b5ca4c;
  z-index: 0;
}

.ef-s6s7-ring4 {
  position: absolute;
  width: 1106px;
  height: 1106px;
  left: -380px;
  bottom: 200px;
  border-radius: 50%;
  border: 141px solid #b5ca4c;
  z-index: 0;
}

.ef-s06 {
  position: relative;
  padding: 80px 0 100px;
}

.ef-s06-inner {
  position: relative;
  z-index: 2;
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 64px;
}

.ef-s06-screens {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 24px;
  align-items: start;
}

.ef-s06-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  grid-column: 1;
  grid-row: 1;
}

.ef-s06-desktop-main {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
}

.ef-s06-desktop-main img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.ef-s06-desktop-side {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: clamp(220px, calc(275 / 1187 * 100vw), 310px);
  align-self: start;
}

.ef-s06-desktop-side img {
  width: 100%;
  display: block;
  border-radius: 27px;
}

.ef-s07 {
  position: relative;
  padding: 60px 0 100px;
}

.ef-s07-inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 64px;
}

.ef-s07-phones-area {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
}

.ef-s07-phone-wrap {
  flex: 0 0 auto;
  width: clamp(200px, calc(322 / 1312 * 100vw), 322px);
}

.ef-s07-p-installment {
  align-self: flex-end;
}

.ef-s07-p-services {
  align-self: flex-start;
}

.ef-s07-p-trainers {
  align-self: center;
}

.ef-s07-phone-wrap .ef-phone-screen {
  position: relative;
  inset: auto;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.ef-s07-p-installment .ef-phone-screen {
  aspect-ratio: 322 / 1427;
}

.ef-s07-p-services .ef-phone-screen {
  aspect-ratio: 323 / 1970;
}

.ef-s07-phone-wrap .ef-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

@media (min-width: 968px) {
  .ef-s01-topbar {
    padding: 32px 64px 16px 64px;
  }

  .ef-s01-topbar-left,
  .ef-s01-topbar-right {
    font-size: 26px;
  }

  .ef-s01-nav-num,
  .ef-section-nav-num {
    font-size: 16px;
  }

  .ef-s01-nav-pill,
  .ef-nav-pill {
    font-size: 15px;
  }

  .ef-s01-screen-wrap img {
    margin-top: 140px;
  }

  .ef-s03-title {
    font-size: 38px;
    margin-top: 60px;
  }

  .ef-s05-title {
    font-size: 38px;
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .ef-s03-phones-left,
  .ef-s03-phones-right {
    flex: 0 0 262px;
    position: relative;
    height: 1228px;
  }

  .ef-s03-phones-left .ef-phone-wrap,
  .ef-s03-phones-right .ef-phone-wrap {
    position: absolute;
    width: 262px;
    aspect-ratio: 262 / 574;
  }

  .ef-s05-to-dark {
    margin-top: -2px;
  }

  .ef-s06-title {
    font-size: 41px;
    margin-top: 200px;
  }

  .ef-s05-to-dark::after {
    border-radius: 50%;
    width: 500px;
    height: 500px;
    top: -20px;
  }

  .ef-s07-p-trainers .ef-phone-screen {
    margin-top: 164px;
  }
}

@media (min-width: 1300px) {
  .ef-phone-left-1 {
    top: -610px;
    left: 0;
  }

  .ef-phone-left-2 {
    top: 610px;
    left: 0;
  }

  .ef-phone-right-1 {
    top: 0;
    left: 0;
  }

  .ef-phone-right-2 {
    top: 1250px;
    left: 0;
  }
}

@media (max-width: 1300px) {
  .ef-s07-phones-area {
    gap: 24px;
  }

  .ef-phone-left-1 {
    top: -210px;
  }

  .ef-phone-left-2 {
    top: 410px;
  }

  .ef-phone-right-1 {
    top: 200px;
  }

  .ef-phone-right-2 {
    top: 850px;
  }

  .ef-s07-phone-wrap {
    width: clamp(160px, 22vw, 260px);
  }

  .ef-s01-nav-pill,
  .ef-nav-pill,
  .ef-s01-nav-pill,
  .ef-nav-pill {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .ef-phone-left-1 {
    display: none;
  }

  .ef-phone-right-2 {
    display: none;
  }
}

@media (max-width: 968px) {
  .ef-header {
    padding: 16px 20px;
    height: auto;
  }

  .ef-logo {
    font-size: 22px;
  }

  .ef-section-nav-inner {
    padding: 6px 20px;
    flex-wrap: nowrap;
  }

  .ef-section-nav .ef-nav-pill:not(.active) {
    display: none;
  }

  .ef-s01-topbar {
    padding: 24px 20px 0;
  }

  .ef-s01-topbar-left,
  .ef-s01-topbar-right {
    font-size: 16px;
  }

  .ef-s01-nav {
    padding: 16px 20px 0;
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .ef-s01-nav-elems .ef-s01-nav-pill:nth-child(4) {
    display: none;
  }

  .ef-s01-nav-elems .ef-s01-nav-pill:nth-child(7) {
    display: none;
  }

  .ef-s01-screen-wrap {
    margin-top: 30px;
    padding: 0 20px;
  }

  .ef-s02-overlay-img {
    padding: 40px 20px;
  }

  .ef-s03-green {
    padding: 40px 20px 0;
    padding-top: 80px;
  }

  .ef-s03-dark-inner,
  .ef-s04-inner,
  .ef-s05-inner,
  .ef-s06-inner,
  .ef-s07-inner {
    padding: 0 20px;
  }

  .ef-s03-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .ef-s03-desktop {
    width: 100%;
    order: 0;
  }

  .ef-s03-phones-left,
  .ef-s03-phones-right {
    display: none !important;
  }

  .ef-s03-phones-mob {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
  }

  .ef-s03-phones-mob .ef-phone-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 262 / 574;
    height: auto;
  }

  .ef-s03-phones-mob .ef-phone-screen {
    position: absolute;
    inset: 1% 1%;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
    background: #2a2b2b;
  }

  .ef-s03-phones-mob .ef-phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
  }

  .ef-s03-phones-mob .ef-phone-mockup {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
  }

  .ef-s03-title {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ef-s05-to-dark::before {
    width: 260px;
    height: 130px;
  }

  .ef-s06 {
    padding: 40px 0 60px;
  }

  .ef-s06-title {
    font-size: 22px;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .ef-s06-screens {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .ef-s06-desktop-main {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }

  .ef-s06-desktop-side {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .ef-s6s7-bgtext {
    font-size: 80px;
  }

  .ef-s07 {
    padding: 40px 0 60px;
  }

  .ef-s07-phones-area {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 40px 0;
  }

  .ef-s07-phone-wrap {
    width: 100%;
    max-width: 300px;
    align-self: auto !important;
  }

  .ef-s05-title {
    font-size: 22px;
  }

  .ef-s04 {
    padding: 40px 0;
    padding-top: 80px;
  }

  .ef-s05 {
    padding-top: 0;
  }

  .ef-s05-title {
    padding-top: 80px;
  }

  .ef-s02-overlay-img {
    margin-top: 100px;
  }

  .ef-s02 {
    min-height: 800px;
  }

  .ef-s02-bg {
    height: 800px;
    grid-template-rows: repeat(3, 250px);
    grid-template-columns: repeat(3, 34%);
  }

  .ef-banner {
    height: 600px;
  }

  .ef-section-nav-inner {
    margin: 0 16px;
  }

  .ef-s03-phones-mob {
    gap: 32px;
  }

  .ef-s04-inner {
    padding: 36px 64px;
  }

  .ef-s04 {
    padding-bottom: 0;
  }

  .ef-s05-title {
    padding-bottom: 10px;
    padding-top: 120px;
  }

  .ef-s05-to-dark::after {
    border-radius: 50%;
    width: 260px;
    height: 260px;
    top: 38px;
  }

  .ef-s05 {
    padding-bottom: 0;
  }

  .ef-s07-phone-wrap {
    max-width: 500px;
  }

  .ef-s01-nav {
    justify-content: space-between;
    gap: 30px;
    flex-direction: row;
    align-items: flex-start;
  }

  .ef-s01-nav-num {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
    flex-shrink: 0;
    align-self: flex-start;
    height: 29px;
    margin-top: 0;
  }

  .ef-s01-nav-elems {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1;
    align-content: flex-start;
  }
}

@media (max-width: 820px) {
  .ef-s02-overlay-img {
    margin-top: 100px;
  }

  .ef-s02 {
    min-height: 550px;
  }

  .ef-s02-bg {
    height: 550px;
    grid-template-rows: repeat(3, 250px);
    grid-template-columns: repeat(3, 34%);
  }
}

@media (max-width: 600px) {
  .ef-s6s7-bgtext {
    font-size: 56px;
  }

  .ef-s03-phones-mob {
    gap: 14px;
  }

  .ef-s03-dark {
    padding-bottom: 0;
  }
}

@media (max-width: 500px) {
  .ef-s02-overlay-img {
    margin-top: 60px;
  }

  .ef-s02 {
    min-height: 420px;
  }

  .ef-s02-bg {
    height: 420px;
    grid-template-rows: repeat(3, 250px);
    grid-template-columns: repeat(3, 34%);
  }

  .ef-s06-title {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .ef-banner {
    height: 400px;
  }
}

@media (max-width: 420px) {
  .ef-s02 {
    min-height: 360px;
  }

  .ef-s02-bg {
    height: 360px;
    grid-template-rows: repeat(3, 250px);
    grid-template-columns: repeat(3, 34%);
  }
}

/* sf clinic page */
.sf-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
  height: 56px;
  background: #fff;
}

.sf-logo {
  font-size: 18px;
  font-weight: 700;
  color: #ad60e0;
  text-decoration: none;
}

.sf-icon-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ad60e0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.sf-icon-btn svg {
  width: 30px;
  height: 30px;
}

.sf-label {
  position: absolute;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 417px;
  top: 86px;
  width: 1185px;
  left: calc(50% - 1202px / 2 + 0.5px);
}

.sf-label span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  color: #ad60e0;
  white-space: nowrap;
}

.sf-label-f04 {
  position: absolute;
  height: 20px;
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 380px;
  top: 0px;
  width: 1085px;
  left: calc(50% - 1100px / 2);
  z-index: 3;
}

.sf-label-f04 span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  color: #ad60e0;
  white-space: nowrap;
}

.sf-label-f05 {
  position: absolute;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 417px;
  top: 0px;
  width: 1062px;
  left: calc(50% - 1062px / 2 + 5.5px);
}

.sf-label-f05 span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  color: #ad60e0;
  white-space: nowrap;
}

.sf-label-f06 {
  position: absolute;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 194px;
  top: 32px;
  width: 634px;
  left: calc(50% - 634px / 2 - 247px);
}

.sf-label-f06 span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  color: #ad60e0;
  white-space: nowrap;
}

.sf-label-f06-mobile {
  position: absolute;
  width: 67px;
  height: 20px;
  left: 1176px;
  top: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  left: calc(50% + 456px);
  color: #ffffff;
}

.sf-label-f07 {
  position: absolute;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 417px;
  top: 0px;
  width: 1075px;
  margin-top: 70px;
  left: calc(50% - 1090px / 2 - 1px);
}

.sf-label-f07 span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  color: #ad60e0;
  white-space: nowrap;
}

.sf-label-f08 {
  position: absolute;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 324px;
  top: 58px;
  width: 1142px;
  left: calc(50% - 1142px / 2 + 7px);
  z-index: 10;
}

.sf-label-f08 span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
  color: #ad60e0;
  white-space: nowrap;
}

.sf-frame {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 10px;
}

.sf-phone-wrap {
  position: absolute;
  border-radius: 36px;
}

.sf-phone-screen {
  position: absolute;
  height: 99.9%;
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
}

.sf-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sf-phone-mockup {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  z-index: 2;
  pointer-events: none;
}

.sf-f01 {
  width: 100vw;
  height: 4577px;
  background: linear-gradient(180deg, #febcb0 0%, #f36da8 100%);
  border-radius: 45px;
}

.sf-f01-desktop {
  position: absolute;
  width: 970px;
  height: 3181px;
  left: calc(50% - 720px + 234px);
  top: 156px;
  overflow: hidden;
}

.sf-f01-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.sf-f01-p1 {
  width: 265px;
  height: 574px;
  left: calc(50% - 720px + 29px);
  top: 695px;
}

.sf-f01-p2 {
  width: 265px;
  height: 574px;
  left: calc(50% - 720px + 1134px);
  top: 1560px;
}

.sf-f01-p3 {
  width: 265px;
  height: 574px;
  left: calc(50% - 720px + 29px);
  top: 2889px;
}

.sf-f01-p4 {
  width: 265px;
  height: 574px;
  left: calc(50% - 720px + 495px);
  top: 3660px;
}

.sf-f01-p5 {
  width: 265px;
  height: 574px;
  left: calc(50% - 720px + 790px);
  top: 3900px;
}

.sf-idcard {
  position: absolute;
}

.sf-idcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sf-f01-card-l {
  width: 210px;
  height: 580px;
  left: calc(50% - 720px + 212px);
  top: 3336px;
}

.sf-f01-card-r {
  left: calc(50% - 720px + 950px);
  top: 3337px;
  width: 210px;
  height: 448px;
}

.sf-op-left-05 {
  object-position: left 5%;
}
.sf-op-right-05 {
  object-position: right 5%;
}
.sf-op-35-60 {
  object-position: 35% 60%;
}
.sf-op-65-75 {
  object-position: 65% 75%;
}
.sf-op-15-85 {
  object-position: 15% 85%;
}
.sf-op-85-65 {
  object-position: 85% 65%;
}
.sf-op-right-65 {
  object-position: right 65%;
}

.sf-f02 {
  width: 100vw;
  height: 756px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  border-radius: 45px;
  overflow: hidden;
}
.sf-f02-logo {
  flex: 1 1 50%;
  height: 756px;
  background: #f36da8;
  border-radius: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 164px 193px;
  gap: 10px;
}
.sf-f02-logo svg {
  width: 335px;
  height: 427px;
  flex: none;
}
.sf-f02-photo {
  flex: 1 1 50%;
  height: 756px;
  background: #d9d9d9;
  border-radius: 45px;
  overflow: hidden;
}
.sf-f02-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% top;
  display: block;
}

.sf-f03 {
  width: 100vw;
  height: 1202px;
  background: linear-gradient(180deg, #febcb0 0%, #f36da8 100%);
  border-radius: 45px;
}

.sf-f03-group {
  position: absolute;
  width: 1351px;
  height: 1084px;
  left: calc(50% - 720px + 44px);
}

.sf-f03-img {
  position: absolute;
  border-radius: 26px;
  overflow: hidden;
}

.sf-f03-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sf-f03-tl {
  width: 670px;
  height: 409px;
  left: 52px;
  top: 59px;
}
.sf-f03-bl {
  width: 670px;
  height: 409px;
  left: 52px;
  top: 480px;
}
.sf-f03-tr {
  width: 671px;
  height: 411px;
  left: 732px;
  top: 311px;
}
.sf-f03-br {
  width: 671px;
  height: 411px;
  left: 732px;
  top: 732px;
}

.sf-op-left-15 {
  object-position: left 15%;
}
.sf-op-left-70 {
  object-position: left 70%;
}
.sf-op-right-30 {
  object-position: right 30%;
}
.sf-op-right-80 {
  object-position: right 80%;
}

.sf-f04 {
  width: 100vw;
  height: 2550px;
  background: #f9eef0;
  border-radius: 45px;
  position: relative;
}

.sf-f09 {
  width: 100vw;
  height: 3330px;
  background: #f9eef0;
  border-radius: 45px;
  position: relative;
}

.sf-f04-img-center {
  position: absolute;
  width: 967px;
  left: 50%;
  transform: translateX(-50%);
  top: 140px;
  overflow: hidden;
  z-index: 2;
}

.sf-f04-img-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.sf-f04-bg {
  position: absolute;
  width: 1000px;
  height: 590px;
  left: calc(50% - 720px + 223px);
  top: 1854px;
  overflow: hidden;
}

.sf-f04-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sf-f05 {
  width: 100vw;
  height: 3090px;
  border-radius: 45px;
  position: relative;
  background: transparent;
  margin-bottom: 60px;
}

.sf-f05-banner {
  position: absolute;
  width: 100%;
  height: 781px;
  left: 0;
  top: 70px;
  border-radius: 45px;
  overflow: hidden;
}

.sf-f05-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sf-f05-desktop {
  position: absolute;
  width: 968px;
  height: 2660px;
  left: calc(50% - 720px + 245px);
  top: 430px;
  overflow: hidden;
  z-index: 2;
}

.sf-f05-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.sf-f06-desktop {
  display: block;
}

.sf-f06-mobile {
  display: none;
}

.sf-f06 {
  width: 100vw;
  height: 1240px;
  border-radius: 45px;
  position: relative;
}

.sf-f06-left {
  position: absolute;
  width: calc(50% - 720px + 946px);
  height: 1232px;
  left: 0;
  top: 0;
  background: #febab0;
  border-radius: 45px;
}

.sf-f06-right {
  position: absolute;
  width: calc(50% + 720px - 946px + 14px);
  height: 1232px;
  left: calc(50% - 720px + 954px);
  top: 0;
  background: #f36da8;
  border-radius: 45px;
}

.sf-f06-screen {
  position: absolute;
  width: 854px;
  height: 1066px;
  left: calc(50% - 720px + 46px);
  top: 90px;
  overflow: hidden;
  z-index: 2;
}

.sf-f09-screen {
  position: absolute;
  width: 854px;
  height: 1060px;
  left: calc(50% - 720px + 46px);
  top: 90px;
  overflow: hidden;
  z-index: 2;
}

.sf-f06-screen img,
.sf-f09-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.sf-f06-p1 {
  width: 235px;
  height: 500px;
  left: calc(50% - 720px + 1092px);
  top: 90px;
}

.sf-f06-p2 {
  width: 235px;
  height: 500px;
  left: calc(50% - 720px + 1092px);
  top: 654px;
}

.sf-op-top {
  object-position: top center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sf-op-center {
  object-position: center center;
}

.sf-f07 {
  width: 100vw;
  height: 1677px;
  position: relative;
  background: #f5f0ff;
  margin-bottom: 50px;
}

.sf-f07-pl {
  width: 265px;
  height: 574px;
  left: calc(50% - 720px + 40px);
  top: 602px;
  z-index: 10;
}

.sf-f07-pr {
  width: 265px;
  height: 574px;
  left: calc(50% - 720px + 1130px);
  top: 1102px;
  z-index: 10;
}

.sf-op-left-40 {
  object-position: left 40%;
  margin-left: 1px;
}

.sf-f08 {
  width: 100vw;
  height: 1438px;
  background: linear-gradient(180deg, #febcb0 0%, #f36da8 100%);
  border-radius: 45px;
  position: relative;
  margin-top: 40px;
  margin-bottom: -0.5px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.sf-f08-card {
  position: absolute;
  border-radius: 26px;
  overflow: hidden;
}

.sf-f08-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sf-f08-contacts {
  width: 555px;
  height: 317px;
  left: calc(50% - 720px + 39px);
  top: 125px;
}

.sf-f08-form {
  width: 555px;
  height: 317px;
  left: calc(50% - 720px + 602px);
  top: 125px;
}

.sf-f08-404 {
  width: 555px;
  height: 317px;
  left: calc(50% - 720px + 330px);
  top: 487px;
}

.sf-f08-p1 {
  width: 220px;
  height: 476px;
  left: calc(50% - 720px + 43px);
  top: 834px;
}

.sf-f08-p2 {
  width: 220px;
  height: 476px;
  left: calc(50% - 720px + 694px);
  top: 834px;
}

.sf-f08-p3 {
  width: 220px;
  height: 476px;
  left: calc(50% - 720px + 943px);
  top: 834px;
}

.sf-container {
  background-color: #f9eef0;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

@media (max-width: 2120px) {
  .sf-label-f08 {
    gap: 290px;
  }

  .sf-label-f04 {
    gap: 406px;
  }

  .sf-f04 .sf-label-f04 {
    gap: 420px;
  }

  .gv-hero.one {
    height: 1500px;
  }
}

@media (min-width: 1500px) {
  .sf-f08-contacts,
  .sf-f08-form,
  .sf-f08-404 {
    width: 650px;
    height: 320px;
  }

  .sf-f08-form {
    left: calc(50% + 10px);
  }

  .sf-f08-404 {
    left: calc(50% - 720px + 360px);
  }

  .sf-f08-p3 {
    left: calc(50% + 430px);
  }

  .sf-f08-p2 {
    left: calc(50% + 180px);
  }
}

.sf-f08-flower {
  position: absolute;
  width: 276px;
  height: 276px;
  opacity: 0.5;
}

.sf-f08-flower svg {
  width: 100%;
  height: 100%;
}

.sf-f08-flower-left {
  left: calc(50% - 720px + 153px);
  top: 400px;
}

.sf-f08-flower-center {
  left: 40%;
  transform: translateX(-50%);
  top: 880px;
}

.sf-f08-flower-right {
  left: calc(50% - 720px + 900px);
  top: 560px;
}

@media (min-width: 2120px) {
  .sf-label-f06-mobile {
    left: 1300px;
  }

  .sf-f06-p1,
  .sf-f06-p2 {
    left: calc(50% - 688px + 1092px);
  }

  .sf-f06-screen {
    left: calc(50% - 760px + 46px);
    height: 1066px;
  }

  .sf-f09-screen {
    left: calc(50% - 760px + 46px);
  }

  .sf-label-f06 {
    left: calc(50% - 708px / 2 - 247px);
  }

  .sf-label-f08 span {
    font-size: 22px;
  }

  .sf-label-f08 {
    gap: 240px;
  }

  .sf-phone-screen {
    width: 97%;
    left: 2px;
  }
}

@media (min-width: 1500px) and (max-width: 1920px) {
  .sf-f01 {
    height: clamp(3800px, calc(4577 / 1440 * 100vw), 4577px);
  }

  .sf-f01-desktop {
    width: clamp(800px, calc(970 / 1440 * 100vw), 970px);
    height: clamp(2600px, calc(3181 / 1440 * 100vw), 3181px);
    left: calc(50% - 720px + clamp(190px, calc(234 / 1440 * 100vw), 234px));
    top: clamp(130px, calc(156 / 1440 * 100vw), 156px);
  }

  .sf-f01-p1,
  .sf-f01-p2,
  .sf-f01-p3,
  .sf-f01-p4,
  .sf-f01-p5 {
    width: clamp(220px, calc(265 / 1440 * 100vw), 265px);
    height: clamp(475px, calc(574 / 1440 * 100vw), 574px);
  }

  .sf-f02 {
    height: clamp(620px, calc(756 / 1440 * 100vw), 756px);
  }

  .sf-f02-logo,
  .sf-f02-photo {
    height: clamp(620px, calc(756 / 1440 * 100vw), 756px);
  }

  .sf-f03 {
    height: clamp(980px, calc(1202 / 1440 * 100vw), 1202px);
  }

  .sf-f04 {
    height: clamp(2100px, calc(2550 / 1440 * 100vw), 2550px);
  }

  .sf-f04-img-center {
    width: clamp(800px, calc(967 / 1440 * 100vw), 967px);
    top: clamp(115px, calc(140 / 1440 * 100vw), 140px);
  }

  .sf-f05 {
    height: clamp(2540px, calc(3090 / 1440 * 100vw), 3090px);
  }

  .sf-f05-banner {
    height: clamp(640px, calc(781 / 1440 * 100vw), 781px);
    top: clamp(58px, calc(70 / 1440 * 100vw), 70px);
  }

  .sf-f05-desktop {
    width: clamp(800px, calc(968 / 1440 * 100vw), 968px);
    height: clamp(2190px, calc(2660 / 1440 * 100vw), 2660px);
    top: clamp(355px, calc(430 / 1440 * 100vw), 430px);
  }

  .sf-f06 {
    height: clamp(1020px, calc(1240 / 1440 * 100vw), 1240px);
  }

  .sf-f06-left {
    height: clamp(1015px, calc(1232 / 1440 * 100vw), 1232px);
  }

  .sf-f06-right {
    height: clamp(1015px, calc(1232 / 1440 * 100vw), 1232px);
  }

  .sf-f06-screen {
    width: clamp(700px, calc(854 / 1440 * 100vw), 854px);
    height: clamp(1025px, calc(1244 / 1440 * 100vw), 1244px);
    top: clamp(74px, calc(90 / 1440 * 100vw), 90px);
  }

  .sf-f09-screen {
    width: clamp(700px, calc(854 / 1440 * 100vw), 854px);
    height: clamp(872px, calc(1060 / 1440 * 100vw), 1060px);
    top: clamp(74px, calc(90 / 1440 * 100vw), 90px);
  }

  .sf-f06-p1,
  .sf-f06-p2 {
    width: clamp(194px, calc(235 / 1440 * 100vw), 235px);
    height: clamp(412px, calc(500 / 1440 * 100vw), 500px);
  }

  .sf-f07 {
    height: clamp(1380px, calc(1677 / 1440 * 100vw), 1677px);
  }

  .sf-f07-pl,
  .sf-f07-pr {
    width: clamp(218px, calc(265 / 1440 * 100vw), 265px);
    height: clamp(473px, calc(574 / 1440 * 100vw), 574px);
  }

  .sf-f08 {
    height: clamp(1185px, calc(1438 / 1440 * 100vw), 1438px);
  }

  .sf-f08-contacts,
  .sf-f08-form,
  .sf-f08-404 {
    width: clamp(457px, calc(555 / 1440 * 100vw), 635px);
    height: clamp(261px, calc(317 / 1440 * 100vw), 344px);
  }

  .sf-f08-p1,
  .sf-f08-p2,
  .sf-f08-p3 {
    width: clamp(181px, calc(220 / 1440 * 100vw), 220px);
    height: clamp(392px, calc(476 / 1440 * 100vw), 476px);
    top: 870px;
  }

  .sf-f08-flower {
    width: clamp(227px, calc(276 / 1440 * 100vw), 276px);
    height: clamp(227px, calc(276 / 1440 * 100vw), 276px);
  }

  .sf-f09 {
    height: clamp(2740px, calc(3330 / 1440 * 100vw), 3330px);
  }
}

@media (max-width: 1500px) and (min-width: 969px) {
  .sf-f01 {
    height: calc(4577 / 1440 * 100vw);
  }

  .sf-label {
    width: calc(1185 / 1440 * 100vw);
    gap: calc(417 / 1440 * 100vw);
    top: calc(86 / 1440 * 100vw);
    left: calc(50% - 1202 / 1440 * 100vw / 2 + 0.5px);
  }

  .sf-label span {
    font-size: calc(21 / 1440 * 100vw);
  }

  .sf-f01-desktop {
    width: calc(970 / 1440 * 100vw);
    height: calc(3181 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 234 / 1440 * 100vw);
    top: calc(156 / 1440 * 100vw);
  }

  .sf-f01-p1,
  .sf-f01-p2,
  .sf-f01-p3,
  .sf-f01-p4,
  .sf-f01-p5 {
    width: calc(265 / 1440 * 100vw);
    height: calc(574 / 1440 * 100vw);
  }

  .sf-f01-p1 {
    left: calc(50% - 720 / 1440 * 100vw + 29 / 1440 * 100vw);
    top: calc(695 / 1440 * 100vw);
  }

  .sf-f01-p2 {
    left: calc(50% - 720 / 1440 * 100vw + 1134 / 1440 * 100vw);
    top: calc(1560 / 1440 * 100vw);
  }

  .sf-f01-p3 {
    left: calc(50% - 720 / 1440 * 100vw + 29 / 1440 * 100vw);
    top: calc(2889 / 1440 * 100vw);
  }

  .sf-f01-p4 {
    left: calc(50% - 720 / 1440 * 100vw + 495 / 1440 * 100vw);
    top: calc(3660 / 1440 * 100vw);
  }

  .sf-f01-p5 {
    left: calc(50% - 720 / 1440 * 100vw + 790 / 1440 * 100vw);
    top: calc(3900 / 1440 * 100vw);
  }

  .sf-f01-card-l {
    width: calc(210 / 1440 * 100vw);
    height: calc(580 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 212 / 1440 * 100vw);
    top: calc(3336 / 1440 * 100vw);
  }

  .sf-f01-card-r {
    width: calc(210 / 1440 * 100vw);
    height: calc(448 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 950 / 1440 * 100vw);
    top: calc(3337 / 1440 * 100vw);
  }

  .sf-f02 {
    height: calc(756 / 1440 * 100vw);
  }

  .sf-f02-logo,
  .sf-f02-photo {
    height: calc(756 / 1440 * 100vw);
  }

  .sf-f02-logo {
    padding: calc(164 / 1440 * 100vw) calc(193 / 1440 * 100vw);
  }

  .sf-f02-logo svg {
    width: calc(335 / 1440 * 100vw);
    height: calc(427 / 1440 * 100vw);
  }

  .sf-f03 {
    height: calc(1202 / 1440 * 100vw);
  }

  .sf-f03-group {
    width: calc(1351 / 1440 * 100vw);
    height: calc(1084 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 44 / 1440 * 100vw);
  }

  .sf-f03-tl {
    width: calc(670 / 1440 * 100vw);
    height: calc(409 / 1440 * 100vw);
    left: calc(1 / 1440 * 100vw);
    top: calc(59 / 1440 * 100vw);
  }

  .sf-f03-bl {
    width: calc(670 / 1440 * 100vw);
    height: calc(409 / 1440 * 100vw);
    left: calc(1 / 1440 * 100vw);
    top: calc(480 / 1440 * 100vw);
  }

  .sf-f03-tr {
    width: calc(671 / 1440 * 100vw);
    height: calc(411 / 1440 * 100vw);
    left: calc(682 / 1440 * 100vw);
    top: calc(311 / 1440 * 100vw);
  }

  .sf-f03-br {
    width: calc(671 / 1440 * 100vw);
    height: calc(411 / 1440 * 100vw);
    left: calc(682 / 1440 * 100vw);
    top: calc(732 / 1440 * 100vw);
  }

  .sf-f04 {
    height: calc(2550 / 1440 * 100vw);
  }

  .sf-label-f04 {
    width: calc(1085 / 1440 * 100vw);
    left: calc(50% - 1100 / 1440 * 100vw / 2);
    margin-top: calc(70 / 1440 * 100vw);
    gap: calc(380 / 1440 * 100vw);
  }

  .sf-label-f04 span {
    font-size: calc(21 / 1440 * 100vw);
  }

  .sf-f04-img-center {
    width: calc(967 / 1440 * 100vw);
    top: calc(140 / 1440 * 100vw);
  }

  .sf-f04-bg {
    width: calc(1000 / 1440 * 100vw);
    height: calc(590 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 223 / 1440 * 100vw);
    top: calc(1854 / 1440 * 100vw);
  }

  .sf-f05 {
    height: calc(3090 / 1440 * 100vw);
    margin-bottom: calc(60 / 1440 * 100vw);
  }

  .sf-label-f05 {
    width: calc(1062 / 1440 * 100vw);
    left: calc(50% - 1062 / 1440 * 100vw / 2 + 5.5px);
    gap: calc(417 / 1440 * 100vw);
  }

  .sf-label-f05 span {
    font-size: calc(21 / 1440 * 100vw);
  }

  .sf-f05-banner {
    height: calc(781 / 1440 * 100vw);
    top: calc(70 / 1440 * 100vw);
  }

  .sf-f05-desktop {
    width: calc(968 / 1440 * 100vw);
    height: calc(2660 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 245 / 1440 * 100vw);
    top: calc(430 / 1440 * 100vw);
  }

  .sf-f06 {
    height: calc(1240 / 1440 * 100vw);
  }

  .sf-f06-left {
    width: calc(50% - 720 / 1440 * 100vw + 946 / 1440 * 100vw);
    height: calc(1232 / 1440 * 100vw);
  }

  .sf-f06-right {
    width: calc(
      50% + 720 / 1440 * 100vw - 946 / 1440 * 100vw + 14 / 1440 * 100vw
    );
    height: calc(1232 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 954 / 1440 * 100vw);
  }

  .sf-label-f06 {
    width: calc(634 / 1440 * 100vw);
    left: calc(50% - 634 / 1440 * 100vw / 2 - 247 / 1440 * 100vw);
    top: calc(32 / 1440 * 100vw);
    gap: calc(194 / 1440 * 100vw);
  }

  .sf-label-f06 span {
    font-size: calc(21 / 1440 * 100vw);
  }

  .sf-label-f06-mobile {
    width: calc(67 / 1440 * 100vw);
    height: calc(20 / 1440 * 100vw);
    left: calc(50% + 456 / 1440 * 100vw);
    top: calc(32 / 1440 * 100vw);
    font-size: calc(21 / 1440 * 100vw);
  }

  .sf-f06-screen {
    width: calc(854 / 1440 * 100vw);
    height: calc(1066 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 46 / 1440 * 100vw);
    top: calc(90 / 1440 * 100vw);
  }

  .sf-f09-screen {
    width: calc(854 / 1440 * 100vw);
    height: calc(1060 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 46 / 1440 * 100vw);
    top: calc(90 / 1440 * 100vw);
  }

  .sf-f06-p1 {
    width: calc(235 / 1440 * 100vw);
    height: calc(500 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 1092 / 1440 * 100vw);
    top: calc(90 / 1440 * 100vw);
  }

  .sf-f06-p2 {
    width: calc(235 / 1440 * 100vw);
    height: calc(500 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 1092 / 1440 * 100vw);
    top: calc(654 / 1440 * 100vw);
  }

  .sf-f07 {
    height: calc(1677 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }

  .sf-label-f07 {
    width: calc(1075 / 1440 * 100vw);
    left: calc(50% - 1090 / 1440 * 100vw / 2 - 1px);
    margin-top: calc(70 / 1440 * 100vw);
    gap: calc(417 / 1440 * 100vw);
  }

  .sf-label-f07 span {
    font-size: calc(21 / 1440 * 100vw);
  }

  .sf-f07-pl {
    width: calc(265 / 1440 * 100vw);
    height: calc(574 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 40 / 1440 * 100vw);
    top: calc(602 / 1440 * 100vw);
  }

  .sf-f07-pr {
    width: calc(265 / 1440 * 100vw);
    height: calc(574 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 1130 / 1440 * 100vw);
    top: calc(1102 / 1440 * 100vw);
  }

  .sf-f08 {
    height: calc(1438 / 1440 * 100vw);
    margin-top: calc(40 / 1440 * 100vw);
  }

  .sf-label-f08 {
    width: calc(1142 / 1440 * 100vw);
    left: calc(50% - 1142 / 1440 * 100vw / 2 + 7px);
    top: calc(58 / 1440 * 100vw);
    gap: calc(324 / 1440 * 100vw);
  }

  .sf-label-f08 span {
    font-size: calc(21 / 1440 * 100vw);
  }

  .sf-f08-contacts {
    width: calc(580 / 1440 * 100vw);
    height: calc(330 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 120 / 1440 * 100vw);
    top: calc(125 / 1440 * 100vw);
  }

  .sf-f08-form {
    width: calc(580 / 1440 * 100vw);
    height: calc(330 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 732 / 1440 * 100vw);
    top: calc(125 / 1440 * 100vw);
  }

  .sf-f08-404 {
    width: calc(555 / 1440 * 100vw);
    height: calc(317 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 420 / 1440 * 100vw);
    top: calc(480 / 1440 * 100vw);
  }

  .sf-f08-p1 {
    width: calc(220 / 1440 * 100vw);
    height: calc(476 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 118 / 1440 * 100vw);
    top: calc(834 / 1440 * 100vw);
  }

  .sf-f08-p2 {
    width: calc(220 / 1440 * 100vw);
    height: calc(476 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 850 / 1440 * 100vw);
    top: calc(834 / 1440 * 100vw);
  }

  .sf-f08-p3 {
    width: calc(220 / 1440 * 100vw);
    height: calc(476 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 1090 / 1440 * 100vw);
    top: calc(834 / 1440 * 100vw);
  }

  .sf-f08-flower {
    width: calc(276 / 1440 * 100vw);
    height: calc(276 / 1440 * 100vw);
  }

  .sf-f08-flower-left {
    left: calc(50% - 720 / 1440 * 100vw + 153 / 1440 * 100vw);
    top: calc(400 / 1440 * 100vw);
  }

  .sf-f08-flower-center {
    left: 40%;
    top: calc(880 / 1440 * 100vw);
  }

  .sf-f08-flower-right {
    left: calc(50% - 720 / 1440 * 100vw + 900 / 1440 * 100vw);
    top: calc(560 / 1440 * 100vw);
  }

  .sf-f09 {
    height: calc(3330 / 1440 * 100vw);
  }

  .sf-phone-screen {
    border-radius: calc(32 / 1440 * 100vw);
  }

  .sf-phone-wrap {
    border-radius: calc(36 / 1440 * 100vw);
  }

  .sf-f03-img,
  .sf-f08-card {
    border-radius: calc(26 / 1440 * 100vw);
  }

  .sf-f01,
  .sf-f02,
  .sf-f03,
  .sf-f04,
  .sf-f05,
  .sf-f06,
  .sf-f07,
  .sf-f08,
  .sf-f09,
  .sf-f02-logo,
  .sf-f02-photo,
  .sf-f05-banner {
    border-radius: calc(45 / 1440 * 100vw);
  }
}

.sf-f08-phones-grid {
  display: contents;
}

.sf-f08-phones-row {
  display: contents;
}

@media (max-width: 968px) {
  .sf-f06-desktop {
    display: none;
  }

  .sf-f06-mobile {
    display: block;
  }

  .sf-label span,
  .sf-label-f04 span,
  .sf-label-f05 span,
  .sf-label-f06 span,
  .sf-label-f06-mobile,
  .sf-label-f07 span,
  .sf-label-f08 span {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .sf-label,
  .sf-label-f04,
  .sf-label-f05,
  .sf-label-f06,
  .sf-label-f07,
  .sf-label-f08 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .sf-label span:nth-child(1),
  .sf-label-f04 span:nth-child(1),
  .sf-label-f05 span:nth-child(1),
  .sf-label-f06 span:nth-child(1),
  .sf-label-f07 span:nth-child(1),
  .sf-label-f08 span:nth-child(1) {
    order: 1;
    flex: 0 0 auto;
  }

  .sf-label span:nth-child(2),
  .sf-label-f04 span:nth-child(2),
  .sf-label-f05 span:nth-child(2),
  .sf-label-f06 span:nth-child(2),
  .sf-label-f07 span:nth-child(2),
  .sf-label-f08 span:nth-child(2) {
    order: 2;
    flex: 1 1 auto;
    text-align: center;
  }

  .sf-label span:nth-child(3),
  .sf-label-f04 span:nth-child(3),
  .sf-label-f05 span:nth-child(3),
  .sf-label-f06 span:nth-child(3),
  .sf-label-f07 span:nth-child(3),
  .sf-label-f08 span:nth-child(3) {
    order: 3;
    flex: 0 0 auto;
  }

  .sf-f01 {
    height: calc(4577 / 1440 * 100vw);
  }

  .sf-label {
    width: calc(1185 / 1440 * 100vw);
    top: calc(86 / 1440 * 100vw);
    left: calc(50% - 1202 / 1440 * 100vw / 2 + 0.5px);
    gap: 0;
  }

  .sf-f01-desktop {
    width: calc(970 / 1440 * 100vw);
    height: calc(3181 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 234 / 1440 * 100vw);
    top: calc(220 / 1440 * 100vw);
  }

  .sf-f01-p1,
  .sf-f01-p2,
  .sf-f01-p3,
  .sf-f01-p4,
  .sf-f01-p5 {
    width: calc(295 / 1440 * 100vw);
    height: calc(614 / 1440 * 100vw);
  }

  .sf-f01-p1 {
    left: calc(50% - 720 / 1440 * 100vw + 29 / 1440 * 100vw);
    top: calc(695 / 1440 * 100vw);
  }

  .sf-f01-p2 {
    left: calc(50% - 720 / 1440 * 100vw + 1134 / 1440 * 100vw);
    top: calc(1560 / 1440 * 100vw);
  }

  .sf-f01-p3 {
    left: calc(50% - 720 / 1440 * 100vw + 29 / 1440 * 100vw);
    top: calc(2889 / 1440 * 100vw);
  }

  .sf-f01-p4 {
    left: calc(50% - 720 / 1440 * 100vw + 495 / 1440 * 100vw);
    top: calc(3660 / 1440 * 100vw);
  }

  .sf-f01-p5 {
    left: calc(50% - 720 / 1440 * 100vw + 790 / 1440 * 100vw);
    top: calc(3900 / 1440 * 100vw);
  }

  .sf-f01-card-l {
    width: calc(210 / 1440 * 100vw);
    height: calc(580 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 212 / 1440 * 100vw);
    top: calc(3336 / 1440 * 100vw);
  }

  .sf-f01-card-r {
    width: calc(210 / 1440 * 100vw);
    height: calc(448 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 950 / 1440 * 100vw);
    top: calc(3337 / 1440 * 100vw);
  }

  .sf-f02 {
    height: calc(756 / 1440 * 100vw);
  }

  .sf-f02-logo,
  .sf-f02-photo {
    height: calc(756 / 1440 * 100vw);
  }

  .sf-f02-logo {
    padding: calc(164 / 1440 * 100vw) calc(193 / 1440 * 100vw);
  }

  .sf-f02-logo svg {
    width: calc(335 / 1440 * 100vw);
    height: calc(427 / 1440 * 100vw);
  }

  .sf-f03 {
    height: auto;
    padding: 20px;
  }

  .sf-f03-group {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .sf-f03-img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
  }

  .sf-f04 {
    height: calc(2550 / 1440 * 100vw);
  }

  .sf-label-f04 {
    width: calc(1085 / 1440 * 100vw);
    left: calc(50% - 1100 / 1440 * 100vw / 2);
    margin-top: calc(70 / 1440 * 100vw);
    gap: 0 !important;
    padding-bottom: 18px;
  }

  .sf-label-f06,
  .sf-label-f08 {
    padding: 0 50px;
  }

  .sf-f04-img-center {
    width: calc(967 / 1440 * 100vw);
    top: calc(140 / 1440 * 100vw);
  }

  .sf-f04-bg {
    width: calc(1000 / 1440 * 100vw);
    height: calc(590 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 223 / 1440 * 100vw);
    top: calc(1854 / 1440 * 100vw);
  }

  .sf-f05 {
    height: calc(3090 / 1440 * 100vw);
    margin-bottom: calc(60 / 1440 * 100vw);
  }

  .sf-label-f05 {
    width: calc(1062 / 1440 * 100vw);
    left: calc(50% - 1062 / 1440 * 100vw / 2 + 5.5px);
  }

  .sf-f05-banner {
    height: calc(781 / 1440 * 100vw);
    top: calc(110 / 1440 * 100vw);
  }

  .sf-f05-desktop {
    width: calc(968 / 1440 * 100vw);
    height: calc(2660 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 245 / 1440 * 100vw);
    top: calc(430 / 1440 * 100vw);
  }

  .sf-f06-mobile {
    height: auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .sf-f06-mobile .sf-f06-left {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    background: #febab0;
    border-radius: calc(45 / 1440 * 100vw);
    padding: 60px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sf-f06-mobile .sf-f06-screen {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
  }

  .sf-f06-mobile .sf-f06-screen img {
    width: 100%;
    height: auto;
    display: block;
  }

  .sf-f06-mobile .sf-f06-left .sf-phone-wrap {
    display: none;
  }

  .sf-f06-mobile .sf-f06-right {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    background: #f36da8;
    border-radius: calc(45 / 1440 * 100vw);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .sf-f06-mobile .sf-label-f06 {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    width: auto;
    z-index: 100;
  }

  .sf-f06-mobile .sf-label-f06-mobile {
    position: absolute;
    right: 20px;
    top: 20px;
    left: auto;
    width: auto;
    height: auto;
  }

  .sf-f06-mobile .sf-phone-wrap.sf-f06-p1,
  .sf-f06-mobile .sf-phone-wrap.sf-f06-p2 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 235 / 500;
    margin: 0 auto;
    z-index: 1;
  }

  .sf-f09-mobile {
    height: auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .sf-f09-mobile .sf-label-f06 {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    width: auto;
    z-index: 100;
  }

  .sf-f09-mobile .sf-label-f06-mobile {
    position: absolute;
    right: 20px;
    top: 20px;
    left: auto;
    width: auto;
    height: auto;
  }

  .sf-f09-mobile .sf-f06-left {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    background: #febab0;
    border-radius: calc(45 / 1440 * 100vw);
    padding: 60px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sf-f09-mobile .sf-f09-screen {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
  }

  .sf-f09-mobile .sf-f09-screen img {
    width: 100%;
    height: auto;
    display: block;
  }

  .sf-f09-mobile .sf-f06-left .sf-phone-wrap {
    display: none;
  }

  .sf-f09-mobile .sf-f06-right {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    background: #f36da8;
    border-radius: calc(45 / 1440 * 100vw);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .sf-f09-mobile .sf-phone-wrap.sf-f06-p1,
  .sf-f09-mobile .sf-phone-wrap.sf-f06-p2 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 240px;
    height: auto;
    aspect-ratio: 235 / 500;
    margin: 0 auto;
    z-index: 1;
  }

  .sf-f07 {
    height: calc(1677 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }

  .sf-label-f07 {
    width: calc(1075 / 1440 * 100vw);
    left: calc(50% - 1090 / 1440 * 100vw / 2 - 1px);
    margin-top: calc(70 / 1440 * 100vw);
    padding-bottom: 30px;
  }

  .sf-f07-pl {
    width: calc(295 / 1440 * 100vw);
    height: calc(614 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 40 / 1440 * 100vw);
    top: calc(602 / 1440 * 100vw);
  }

  .sf-f07-pr {
    width: calc(295 / 1440 * 100vw);
    height: calc(614 / 1440 * 100vw);
    left: calc(50% - 720 / 1440 * 100vw + 1130 / 1440 * 100vw);
    top: calc(980 / 1440 * 100vw);
  }

  .sf-f08 {
    height: auto;
    padding: 40px 20px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .sf-label-f08 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
    gap: 0;
    align-items: center;
    z-index: 10;
    flex-wrap: wrap;
  }

  .sf-f08-card.sf-f08-contacts,
  .sf-f08-card.sf-f08-form,
  .sf-f08-card.sf-f08-404 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 555 / 317;
    margin-bottom: 12px;
    border-radius: 14px;
    overflow: hidden;
  }

  .sf-f08-card.sf-f08-contacts img,
  .sf-f08-card.sf-f08-form img,
  .sf-f08-card.sf-f08-404 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .sf-f08-phones-grid {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    position: relative;
  }

  .sf-f08-phones-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }

  .sf-phone-wrap.sf-f08-p1 {
    position: relative;
    left: 0;
    top: 12px;
    width: calc(50% - 100px);
    height: auto;
    aspect-ratio: 220 / 476;
    display: block;
    flex-shrink: 0;
  }

  .sf-phone-wrap.sf-f08-p2 {
    position: relative;
    left: 0;
    top: 180px;
    width: calc(50% - 100px);
    height: auto;
    aspect-ratio: 220 / 476;
    display: block;
    flex-shrink: 0;
  }

  .sf-phone-wrap.sf-f08-p2 .sf-phone-screen {
    border-radius: 22px;
  }

  .sf-phone-screen {
    margin-left: 3px;
  }

  .sf-phone-wrap.sf-f08-p3 {
    position: relative;
    left: 0;
    top: 210px;
    width: calc(50% - 100px);
    height: auto;
    aspect-ratio: 220 / 476;
    margin: 40px auto 0;
    display: block;
  }

  .sf-phone-wrap.sf-f08-p1 {
    right: 20px;
  }

  .sf-f08-flower {
    position: relative;
    width: 240px;
    height: 240px;
    margin: 10px auto 0;
    opacity: 1;
  }

  .sf-f08-flower-left {
    transform: translateY(-900px);
    left: 180px;
  }

  .sf-f08-flower-center {
    transform: translateY(-2400px);
    left: 40px;
  }

  .sf-f08-flower-right {
    transform: translateY(-1200px);
    left: -260px;
    margin-bottom: -500px;
  }

  .sf-f09 {
    height: calc(3330 / 1440 * 100vw);
  }

  .sf-phone-screen {
    border-radius: 14px;
  }

  .sf-phone-wrap {
    border-radius: calc(36 / 1440 * 100vw);
  }

  .sf-f03-img,
  .sf-f08-card {
    border-radius: 14px;
  }

  .sf-f01,
  .sf-f02,
  .sf-f03,
  .sf-f04,
  .sf-f05,
  .sf-f06,
  .sf-f07,
  .sf-f08,
  .sf-f09,
  .sf-f02-logo,
  .sf-f02-photo,
  .sf-f05-banner {
    border-radius: calc(45 / 1440 * 100vw);
  }
}

@media (min-width: 968px) {
  .sf-f06 {
    position: relative;
  }

  .sf-f08 {
    position: relative;
  }

  .sf-f06-screen,
  .sf-f09-screen,
  .sf-f06-p1,
  .sf-f06-p2 {
    margin-left: auto;
    margin-right: auto;
  }

  .sf-f08-contacts,
  .sf-f08-form,
  .sf-f08-404,
  .sf-f08-p1,
  .sf-f08-p2,
  .sf-f08-p3 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 500px) {
  .sf-phone-wrap.sf-f08-p1 {
    top: 12px;
    width: calc(50% - 50px);
  }

  .sf-phone-wrap.sf-f08-p2 {
    top: 180px;
    width: calc(50% - 50px);
  }

  .sf-phone-wrap.sf-f08-p3 {
    top: 210px;
    width: calc(50% - 50px);
  }

  .sf-f08-flower-left {
    transform: translateY(-700px);
    left: 120px;
  }

  .sf-f08-flower-center {
    transform: translateY(-1820px);
    left: 40px;
  }

  .sf-f08-flower-right {
    transform: translateY(-1200px);
    left: -260px;
    margin-bottom: -500px;
  }

  .sf-label-f08 {
    margin-bottom: 48px;
  }

  .sf-phone-wrap.sf-f08-p2 .sf-phone-screen {
    border-radius: 16px;
  }
}

/* mf group page */
.mf-portfolio-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000000;
  overflow: hidden;
  padding: 0;
}

.mf-section-content {
  position: relative;
  width: 1440px;
  height: 940px;
  margin: 0 auto;
}

.mf-section-title {
  position: absolute;
  left: 64px;
  top: 158px;
  font-weight: 900;
  font-size: 74px;
  line-height: 150%;
  text-align: right;
  text-transform: capitalize;
  color: #e1f551;
  z-index: 10;
}

.mf-card {
  position: absolute;
  box-shadow: 19px 4px 31.5px 8px rgba(0, 0, 0, 0.41);
}

.mf-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-card-main {
  width: 777px;
  height: 385px;
  left: 88px;
  top: 555px;
}

.mf-card-about {
  width: 777px;
  height: 623px;
  left: 318px;
  top: 317px;
}

.mf-card-portfolio {
  width: 777px;
  height: 821px;
  left: 548px;
  top: 119px;
}

.mf-main-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000000;
  padding: 80px 0 70px;
  margin-top: -1px;
}

.mf-main-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 64px;
}

.mf-main-header {
  position: relative;
  width: 688px;
  height: 184px;
  margin-left: 262px;
  margin-bottom: 50px;
}

.mf-main-subtitle {
  position: absolute;
  width: 340px;
  left: 54%;
  right: 22.71%;
  top: 115px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: #e1f551;
}

.mf-main-title-top {
  position: absolute;
  width: 311px;
  height: 111px;
  left: 140px;
  top: 0;
  font-family: 'Segoe UI', sans-serif;
  font-weight: 900;
  font-size: 74px;
  line-height: 150%;
  text-align: right;
  text-transform: capitalize;
  color: #e1f551;
}

.mf-main-title-bottom {
  position: absolute;
  width: 349px;
  height: 111px;
  left: 0;
  top: 73px;
  font-family: 'Segoe UI', sans-serif;
  font-weight: 900;
  font-size: 74px;
  line-height: 150%;
  text-align: right;
  text-transform: lowercase;
  color: #e1f551;
}

.mf-main-content {
  position: relative;
  height: 2817px;
}

.mf-main-desktop {
  position: absolute;
  width: 1071px;
  height: 2817px;
  left: 0;
  top: 0;
  border-radius: 12px;
  overflow: hidden;
}

.mf-main-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-main-mobile {
  position: absolute;
  width: 208px;
  height: 2384px;
  left: 1104px;
  top: 135px;
  border-radius: 12px;
  overflow: hidden;
}

.mf-main-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-projects-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000000;
  padding: 16px 0 0;
}

.mf-projects-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.mf-projects-content {
  position: relative;
  height: 1332px;
}

.mf-projects-left {
  position: absolute;
  width: 694px;
  height: 1332px;
  left: 0;
  top: 0;
  background: #424242;
  border-radius: 12px;
}

.mf-projects-header-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 17px 0;
}

.mf-projects-header-left span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #e1f551;
}

.mf-projects-desktop-screen {
  position: absolute;
  width: 640px;
  left: 22px;
  top: 96px;
  border-radius: 12px;
  overflow: hidden;
}

.mf-projects-desktop-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-projects-desktop-mockup {
  position: absolute;
  height: 1100px;
  width: 500px;
  left: 13.4%;
  right: 52.88%;
  top: 115px;
}

.mf-projects-desktop-mockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mf-projects-right-top {
  position: absolute;
  width: 694px;
  height: 658px;
  left: 713px;
  top: 0;
  background: linear-gradient(120.87deg, #00ef00 -28.68%, #f1ec71 82.98%);
  border-radius: 12px;
}

.mf-projects-header-right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 17px 0;
}

.mf-projects-header-right-top span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #393939;
}

.mf-projects-mobile-1 {
  position: absolute;
  width: 194.72px;
  height: 435.52px;
  left: 126px;
  top: 130px;
  border-radius: 21px;
  overflow: hidden;
}

.mf-projects-mobile-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-projects-mobile-1-mockup {
  position: absolute;
  width: 201.07px;
  height: 435.52px;
  left: 124px;
  top: 130px;
}

.mf-projects-mobile-1-mockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mf-projects-mobile-2 {
  position: absolute;
  width: 224px;
  height: 501px;
  left: 310px;
  top: 85px;
  border-radius: 21px;
  overflow: hidden;
}

.mf-projects-mobile-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-projects-mobile-2-mockup {
  position: absolute;
  width: 231px;
  height: 501px;
  left: 310px;
  top: 85px;
}

.mf-projects-mobile-2-mockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mf-projects-right-bottom {
  position: absolute;
  width: 694px;
  height: 658px;
  left: 713px;
  top: 674px;
  background: linear-gradient(334.88deg, #00ef00 -40.28%, #f1ec71 71.92%);
  border-radius: 12px;
}

.mf-projects-right-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-clients-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000000;
  padding: 40px 0 100px;
}

.mf-clients-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 64px;
}

.mf-clients-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1213px;
  height: 36px;
  margin: 0 auto 80px;
}

.mf-clients-nav-left,
.mf-clients-nav-right {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #e1f551;
  white-space: nowrap;
}

.mf-clients-nav-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mf-clients-nav-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #e1f551;
}

.mf-clients-logo {
  position: relative;
  width: 18px;
  height: 18px;
  top: -10px;
  flex-shrink: 0;
}

.mf-clients-logo span {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #e1f551;
}

.mf-clients-logo span:nth-child(1) {
  left: 0;
  top: 0;
}

.mf-clients-logo span:nth-child(2) {
  left: 10px;
  top: 0;
}

.mf-clients-logo span:nth-child(3) {
  left: 10px;
  top: 10px;
}

.mf-clients-logo span:nth-child(4) {
  left: 0;
  top: 10px;
}

.mf-clients-photo {
  width: 965px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.mf-clients-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-clients-photo-2 {
  width: 965px;
  margin: -120px auto 0;
  border-radius: 12px;
  overflow: hidden;
}

.mf-clients-photo-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-pages-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #061112;
  padding: 57px 0 100px;
  margin-top: -1px;
}

.mf-pages-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.mf-pages-content {
  position: relative;
  height: 1807px;
}

.mf-page-item {
  position: absolute;
}

.mf-page-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #e1f551;
  margin-bottom: 35px;
}

.mf-page-screen {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.mf-page-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-page-mockup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mf-page-mockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mf-page-item-1 {
  width: 674px;
  left: 43px;
  top: 0;
}

.mf-page-item-1 .mf-page-screen {
  width: 604px;
  height: 419px;
  margin: 0 auto;
  margin-top: 35px;
}

.mf-page-item-1 .mf-page-mockup {
  width: 500.11px;
  height: 674px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  top: -66px;
}

.mf-page-item-2 {
  width: 674px;
  left: 724px;
  top: 0;
}

.mf-page-item-2 .mf-page-screen {
  width: 605px;
  height: 412px;
  margin: 0 auto;
  margin-top: 43px;
}

.mf-page-item-2 .mf-page-mockup {
  width: 500.11px;
  height: 674px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  top: -66px;
}

.mf-page-item-3 {
  width: 674px;
  left: 43px;
  top: 588px;
}

.mf-page-item-3 .mf-page-screen {
  width: 603px;
  height: 416px;
  margin: 0 auto;
  margin-top: 43px;
}

.mf-page-item-3 .mf-page-mockup {
  width: 500.11px;
  height: 674px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  top: -66px;
}

.mf-page-item-4 {
  width: 674px;
  left: 724px;
  top: 588px;
}

.mf-page-item-4 .mf-page-screen {
  width: 605px;
  height: 420px;
  margin: 0 auto;
  margin-top: 44px;
}

.mf-page-item-4 .mf-page-mockup {
  width: 500.11px;
  height: 674px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  top: -66px;
}

.mf-page-item-5 {
  width: 674px;
  left: 43px;
  top: 1176px;
}

.mf-page-item-5 .mf-page-screen {
  width: 605px;
  height: 424px;
  margin: 0 auto;
  margin-top: 51px;
}

.mf-page-item-5 .mf-page-mockup {
  width: 500.11px;
  height: 674px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  top: -66px;
}

.mf-page-item-6 {
  width: 674px;
  left: 724px;
  top: 1176px;
}

.mf-page-item-6 .mf-page-screen {
  width: 603px;
  height: 416px;
  margin: 0 auto;
  margin-top: 51px;
}

.mf-page-item-6 .mf-page-mockup {
  width: 500.11px;
  height: 674px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  top: -66px;
}

.mf-hero-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 941px;
  overflow: hidden;
}

.mf-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mf-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-hero-overlay-top {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 22.1%,
    rgba(0, 0, 0, 0) 52.5%
  );
}

.mf-hero-overlay-bottom {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 52.01%,
    rgba(0, 0, 0, 0.2) 81.23%
  );
}

.mf-hero-phones {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 71px;
  width: 962.45px;
  height: 614.1px;
  left: 50%;
  top: 164px;
  transform: translateX(-50%);
  z-index: 10;
}

.mf-hero-phone {
  width: 273.48px;
  height: 614.1px;
  border-radius: 12px;
  overflow: hidden;
}

.mf-hero-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-about-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background:
    radial-gradient(
      42.6% 12.71% at 36.25% 18%,
      rgba(225, 245, 81, 0.52) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    radial-gradient(
      43.75% 13.05% at 0% 40.51%,
      rgba(225, 245, 81, 0.52) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    #000000;
  padding: 90px 0 0;
  overflow: hidden;
}

.mf-about-section2 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000000;
  padding: 90px 0 0;
  overflow: hidden;
  margin-top: -1px;
}

.mf-about-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 64px;
}

.mf-about-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1213px;
  height: 36px;
  margin: 0 auto 80px;
}

.mf-about-nav-left,
.mf-about-nav-right {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #e1f551;
  white-space: nowrap;
}

.mf-about-nav-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mf-about-nav-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #e1f551;
}

.mf-about-logo,
.mf-clients-logo {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  top: -10px;
  vertical-align: middle;
}

.mf-about-logo span,
.mf-clients-logo span {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #e1f551;
}

.mf-about-logo span:nth-child(1),
.mf-clients-logo span:nth-child(1) {
  left: 0;
  top: 0;
}

.mf-about-logo span:nth-child(2),
.mf-clients-logo span:nth-child(2) {
  left: 10px;
  top: 0;
}

.mf-about-logo span:nth-child(3),
.mf-clients-logo span:nth-child(3) {
  left: 10px;
  top: 10px;
}

.mf-about-logo span:nth-child(4),
.mf-clients-logo span:nth-child(4) {
  left: 0;
  top: 10px;
}

.mf-about-content {
  position: relative;
  width: 1312px;
  height: 2100px;
  margin: 0 auto;
}

.mf-about-desktop {
  position: absolute;
  width: 1071px;
  left: 0;
  top: 0;
  border-radius: 12px;
  overflow: hidden;
  z-index: 2;
}

.mf-about-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-about-mobile {
  position: absolute;
  width: 208px;
  left: 1104px;
  top: 0;
  border-radius: 12px;
  overflow: hidden;
  z-index: 2;
}

.mf-about-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-about-bg-bottom {
  width: 100%;
  height: 520px;
  margin-top: -380px;
  overflow: hidden;
  position: relative;
}

.mf-about-bg-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-rental-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000000;
  padding: 80px 0 0;
  overflow: hidden;
}

.mf-rental-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 64px;
}

.mf-rental-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1217px;
  height: 54px;
  margin: 0 auto 50px;
}

.mf-rental-nav-left,
.mf-rental-nav-right {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #e1f551;
  white-space: nowrap;
}

.mf-rental-nav-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #e1f551;
}

.mf-rental-logo {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.mf-rental-logo span {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #e1f551;
}

.mf-rental-logo span:nth-child(1) {
  left: 0;
  top: 0;
}

.mf-rental-logo span:nth-child(2) {
  left: 10px;
  top: 0;
}

.mf-rental-logo span:nth-child(3) {
  left: 10px;
  top: 10px;
}

.mf-rental-logo span:nth-child(4) {
  left: 0;
  top: 10px;
}

.mf-rental-content {
  position: relative;
  width: 1312px;
  height: 2382px;
  margin: 0 auto;
}

.mf-rental-desktop {
  position: absolute;
  width: 1071px;
  height: 1798px;
  left: 0;
  top: 0;
  border-radius: 12px;
  overflow: hidden;
}

.mf-rental-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-rental-mobile {
  position: absolute;
  width: 208px;
  height: 2143px;
  left: 1104px;
  top: 135px;
  border-radius: 12px;
  overflow: hidden;
}

.mf-rental-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-rental-line {
  position: absolute;
  left: 0;
  top: 1154px;
  width: 1px;
  height: 662px;
  background: #81807e;
}

.mf-rental-bg-bottom {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 600px;
  overflow: hidden;
}

.mf-rental-bg-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mf-banner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -1px;
  height: 1200px;
  overflow: hidden;
}

.mf-banner img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 1400px) {
  .mf-about-logo {
    width: 14px;
    height: 14px;
    top: -7px;
    left: 4px;
  }

  .mf-about-logo span,
  .mf-clients-logo span {
    width: 6.2px;
    height: 6.2px;
  }

  .mf-about-logo span:nth-child(2),
  .mf-clients-logo span:nth-child(2) {
    left: 8px;
  }

  .mf-about-logo span:nth-child(3),
  .mf-clients-logo span:nth-child(3) {
    left: 8px;
    top: 8px;
  }

  .mf-about-logo span:nth-child(4),
  .mf-clients-logo span:nth-child(4) {
    top: 8px;
  }
}

@media (max-width: 1500px) and (min-width: 969px) {
  .mf-section-content {
    width: 100%;
    height: calc(940 / 1440 * 100vw);
  }

  .mf-section-title {
    left: calc(64 / 1440 * 100vw);
    top: calc(158 / 1440 * 100vw);
    font-size: calc(74 / 1440 * 100vw);
  }

  .mf-card-main {
    width: calc(777 / 1440 * 100vw);
    height: calc(385 / 1440 * 100vw);
    left: calc(88 / 1440 * 100vw);
    top: calc(555 / 1440 * 100vw);
  }

  .mf-card-about {
    width: calc(777 / 1440 * 100vw);
    height: calc(623 / 1440 * 100vw);
    left: calc(318 / 1440 * 100vw);
    top: calc(317 / 1440 * 100vw);
  }

  .mf-card-portfolio {
    width: calc(777 / 1440 * 100vw);
    height: calc(821 / 1440 * 100vw);
    left: calc(548 / 1440 * 100vw);
    top: calc(119 / 1440 * 100vw);
  }

  .mf-main-section {
    padding: calc(80 / 1440 * 100vw) 0 calc(70 / 1440 * 100vw);
  }

  .mf-main-inner {
    padding: 0 calc(64 / 1440 * 100vw);
  }

  .mf-main-header {
    width: calc(688 / 1440 * 100vw);
    height: calc(184 / 1440 * 100vw);
    margin-left: calc(262 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }

  .mf-main-subtitle {
    width: calc(320 / 1440 * 100vw);
    top: calc(115 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }

  .mf-main-title-top {
    width: calc(311 / 1440 * 100vw);
    height: calc(111 / 1440 * 100vw);
    left: calc(140 / 1440 * 100vw);
    font-size: calc(74 / 1440 * 100vw);
  }

  .mf-main-title-bottom {
    width: calc(349 / 1440 * 100vw);
    height: calc(111 / 1440 * 100vw);
    top: calc(73 / 1440 * 100vw);
    font-size: calc(74 / 1440 * 100vw);
  }

  .mf-main-content {
    height: calc(2817 / 1440 * 100vw);
  }

  .mf-main-desktop {
    width: calc(1071 / 1440 * 100vw);
    height: calc(2817 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-main-mobile {
    width: calc(208 / 1440 * 100vw);
    height: calc(2384 / 1440 * 100vw);
    left: calc(1104 / 1440 * 100vw);
    top: calc(135 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-projects-content {
    height: calc(1332 / 1440 * 100vw);
  }

  .mf-projects-left {
    width: calc(694 / 1440 * 100vw);
    height: calc(1332 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-projects-header-left span {
    font-size: calc(18 / 1440 * 100vw);
  }

  .mf-projects-desktop-screen {
    width: calc(640 / 1440 * 100vw);
    left: calc(22 / 1440 * 100vw);
    top: calc(96 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-projects-desktop-mockup {
    height: calc(1100 / 1440 * 100vw);
    width: calc(500 / 1440 * 100vw);
    top: calc(115 / 1440 * 100vw);
  }

  .mf-projects-right-top {
    width: calc(694 / 1440 * 100vw);
    height: calc(658 / 1440 * 100vw);
    left: calc(713 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-projects-header-right-top span {
    font-size: calc(18 / 1440 * 100vw);
  }

  .mf-projects-mobile-1 {
    width: calc(194.72 / 1440 * 100vw);
    height: calc(435.52 / 1440 * 100vw);
    left: calc(126 / 1440 * 100vw);
    top: calc(130 / 1440 * 100vw);
    border-radius: calc(21 / 1440 * 100vw);
  }

  .mf-projects-mobile-1-mockup {
    width: calc(201.07 / 1440 * 100vw);
    height: calc(435.52 / 1440 * 100vw);
    left: calc(124 / 1440 * 100vw);
    top: calc(130 / 1440 * 100vw);
  }

  .mf-projects-mobile-2 {
    width: calc(224 / 1440 * 100vw);
    height: calc(501 / 1440 * 100vw);
    left: calc(310 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
    border-radius: calc(21 / 1440 * 100vw);
  }

  .mf-projects-mobile-2-mockup {
    width: calc(231 / 1440 * 100vw);
    height: calc(501 / 1440 * 100vw);
    left: calc(310 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
  }

  .mf-projects-right-bottom {
    width: calc(694 / 1440 * 100vw);
    height: calc(658 / 1440 * 100vw);
    left: calc(713 / 1440 * 100vw);
    top: calc(674 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-clients-nav {
    width: calc(1213 / 1440 * 100vw);
    margin-bottom: calc(80 / 1440 * 100vw);
  }

  .mf-clients-nav-left,
  .mf-clients-nav-right,
  .mf-clients-nav-center {
    font-size: calc(18 / 1440 * 100vw);
  }

  .mf-clients-photo {
    width: calc(965 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-clients-photo-2 {
    width: calc(965 / 1440 * 100vw);
    margin-top: calc(-120 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-pages-content {
    height: calc(1807 / 1440 * 100vw);
  }

  .mf-page-label {
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(35 / 1440 * 100vw);
  }

  .mf-page-item-1 {
    width: calc(674 / 1440 * 100vw);
    left: calc(43 / 1440 * 100vw);
    top: 0;
  }
  .mf-page-item-1 .mf-page-screen {
    width: calc(604 / 1440 * 100vw);
    height: calc(419 / 1440 * 100vw);
    margin-top: calc(35 / 1440 * 100vw);
  }
  .mf-page-item-1 .mf-page-mockup {
    width: calc(500.11 / 1440 * 100vw);
    height: calc(674 / 1440 * 100vw);
    top: calc(-66 / 1440 * 100vw);
  }

  .mf-page-item-2 {
    width: calc(674 / 1440 * 100vw);
    left: calc(724 / 1440 * 100vw);
    top: 0;
  }
  .mf-page-item-2 .mf-page-screen {
    width: calc(605 / 1440 * 100vw);
    height: calc(412 / 1440 * 100vw);
    margin-top: calc(43 / 1440 * 100vw);
  }
  .mf-page-item-2 .mf-page-mockup {
    width: calc(500.11 / 1440 * 100vw);
    height: calc(674 / 1440 * 100vw);
    top: calc(-66 / 1440 * 100vw);
  }

  .mf-page-item-3 {
    width: calc(674 / 1440 * 100vw);
    left: calc(43 / 1440 * 100vw);
    top: calc(588 / 1440 * 100vw);
  }
  .mf-page-item-3 .mf-page-screen {
    width: calc(603 / 1440 * 100vw);
    height: calc(416 / 1440 * 100vw);
    margin-top: calc(43 / 1440 * 100vw);
  }
  .mf-page-item-3 .mf-page-mockup {
    width: calc(500.11 / 1440 * 100vw);
    height: calc(674 / 1440 * 100vw);
    top: calc(-66 / 1440 * 100vw);
  }

  .mf-page-item-4 {
    width: calc(674 / 1440 * 100vw);
    left: calc(724 / 1440 * 100vw);
    top: calc(588 / 1440 * 100vw);
  }
  .mf-page-item-4 .mf-page-screen {
    width: calc(605 / 1440 * 100vw);
    height: calc(420 / 1440 * 100vw);
    margin-top: calc(44 / 1440 * 100vw);
  }
  .mf-page-item-4 .mf-page-mockup {
    width: calc(500.11 / 1440 * 100vw);
    height: calc(674 / 1440 * 100vw);
    top: calc(-66 / 1440 * 100vw);
  }

  .mf-page-item-5 {
    width: calc(674 / 1440 * 100vw);
    left: calc(43 / 1440 * 100vw);
    top: calc(1176 / 1440 * 100vw);
  }
  .mf-page-item-5 .mf-page-screen {
    width: calc(605 / 1440 * 100vw);
    height: calc(424 / 1440 * 100vw);
    margin-top: calc(51 / 1440 * 100vw);
  }
  .mf-page-item-5 .mf-page-mockup {
    width: calc(500.11 / 1440 * 100vw);
    height: calc(674 / 1440 * 100vw);
    top: calc(-66 / 1440 * 100vw);
  }

  .mf-page-item-6 {
    width: calc(674 / 1440 * 100vw);
    left: calc(724 / 1440 * 100vw);
    top: calc(1176 / 1440 * 100vw);
  }
  .mf-page-item-6 .mf-page-screen {
    width: calc(603 / 1440 * 100vw);
    height: calc(416 / 1440 * 100vw);
    margin-top: calc(51 / 1440 * 100vw);
  }
  .mf-page-item-6 .mf-page-mockup {
    width: calc(500.11 / 1440 * 100vw);
    height: calc(674 / 1440 * 100vw);
    top: calc(-66 / 1440 * 100vw);
  }

  .mf-hero-section {
    height: calc(941 / 1440 * 100vw);
  }

  .mf-hero-phones {
    gap: calc(71 / 1440 * 100vw);
    width: calc(962.45 / 1440 * 100vw);
    height: calc(614.1 / 1440 * 100vw);
    top: calc(164 / 1440 * 100vw);
  }

  .mf-hero-phone {
    width: calc(273.48 / 1440 * 100vw);
    height: calc(614.1 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-about-section,
  .mf-about-section2 {
    padding: calc(90 / 1440 * 100vw) 0 0;
  }

  .mf-about-inner {
    padding: 0 calc(64 / 1440 * 100vw);
  }

  .mf-about-nav {
    width: calc(1213 / 1440 * 100vw);
    margin-bottom: calc(80 / 1440 * 100vw);
  }

  .mf-about-nav-left,
  .mf-about-nav-right,
  .mf-about-nav-center {
    font-size: calc(18 / 1440 * 100vw);
  }

  .mf-about-content {
    width: calc(1312 / 1440 * 100vw);
    height: calc(2100 / 1440 * 100vw);
  }

  .mf-about-desktop {
    width: calc(1071 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-about-mobile {
    width: calc(208 / 1440 * 100vw);
    left: calc(1104 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-about-bg-bottom {
    height: calc(520 / 1440 * 100vw);
    margin-top: calc(-380 / 1440 * 100vw);
  }

  .mf-rental-section {
    padding: calc(80 / 1440 * 100vw) 0 0;
  }

  .mf-rental-inner {
    padding: 0 calc(64 / 1440 * 100vw);
  }

  .mf-rental-nav {
    width: calc(1217 / 1440 * 100vw);
    height: calc(54 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }

  .mf-rental-nav-left,
  .mf-rental-nav-right,
  .mf-rental-nav-center {
    font-size: calc(18 / 1440 * 100vw);
  }

  .mf-rental-content {
    width: calc(1312 / 1440 * 100vw);
    height: calc(2382 / 1440 * 100vw);
  }

  .mf-rental-desktop {
    width: calc(1071 / 1440 * 100vw);
    height: calc(1798 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-rental-mobile {
    width: calc(208 / 1440 * 100vw);
    height: calc(2143 / 1440 * 100vw);
    left: calc(1104 / 1440 * 100vw);
    top: calc(135 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-rental-line {
    top: calc(1154 / 1440 * 100vw);
    height: calc(662 / 1440 * 100vw);
  }

  .mf-rental-bg-bottom {
    height: calc(600 / 1440 * 100vw);
  }

  .mf-banner {
    height: calc(1200 / 1440 * 100vw);
  }
}

@media (max-width: 968px) {
  .mf-section-content {
    width: 100%;
    height: calc(940 / 1440 * 100vw);
  }

  .mf-section-title {
    left: calc(64 / 1440 * 100vw);
    top: calc(158 / 1440 * 100vw);
    font-size: calc(74 / 1440 * 100vw);
  }

  .mf-card-main {
    width: calc(777 / 1440 * 100vw);
    height: calc(385 / 1440 * 100vw);
    left: calc(88 / 1440 * 100vw);
    top: calc(555 / 1440 * 100vw);
  }

  .mf-card-about {
    width: calc(777 / 1440 * 100vw);
    height: calc(623 / 1440 * 100vw);
    left: calc(318 / 1440 * 100vw);
    top: calc(317 / 1440 * 100vw);
  }

  .mf-card-portfolio {
    width: calc(777 / 1440 * 100vw);
    height: calc(821 / 1440 * 100vw);
    left: calc(548 / 1440 * 100vw);
    top: calc(119 / 1440 * 100vw);
  }

  .mf-main-section {
    padding: 40px 0 40px;
  }

  .mf-main-inner {
    padding: 0 16px;
  }

  .mf-main-header {
    position: relative;
    width: calc(688 / 1440 * 100vw);
    height: calc(184 / 1440 * 100vw);
    margin-left: calc(350 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }

  .mf-main-title-top {
    font-size: calc(74 / 1440 * 100vw);
    width: calc(311 / 1440 * 100vw);
    height: calc(111 / 1440 * 100vw);
    left: calc(140 / 1440 * 100vw);
  }

  .mf-main-title-bottom {
    font-size: calc(74 / 1440 * 100vw);
    width: calc(349 / 1440 * 100vw);
    height: calc(111 / 1440 * 100vw);
    top: calc(73 / 1440 * 100vw);
  }

  .mf-main-subtitle {
    width: calc(340 / 1440 * 100vw);
    top: calc(115 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }

  .mf-main-content {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .mf-main-desktop {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1071 / 2817;
    left: auto;
    top: auto;
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-main-mobile {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 208 / 2384;
    left: auto;
    top: auto;
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-projects-inner {
    padding: 0 16px;
  }

  .mf-projects-content {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mf-projects-left {
    position: relative;
    width: 100%;
    height: calc(2532 / 1440 * 100vw);
    left: auto;
    top: auto;
    border-radius: calc(12 / 1440 * 100vw);
    overflow: hidden;
  }

  .mf-projects-desktop-screen {
    position: absolute;
    width: 90%;
    left: 5%;
    top: calc(150 / 1440 * 100vw);
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-projects-desktop-mockup {
    position: absolute;
    width: 70%;
    height: auto;
    left: 15%;
    right: auto;
    top: calc(160 / 1440 * 100vw);
  }

  .mf-projects-right-top {
    position: relative;
    width: 100%;
    height: calc(700 / 1440 * 100vw);
    left: auto;
    top: auto;
    border-radius: calc(12 / 1440 * 100vw);
    overflow: hidden;
  }

  .mf-projects-mobile-1 {
    width: calc(194.72 / 1440 * 100vw);
    height: calc(435.52 / 1440 * 100vw);
    left: 37%;
    top: calc(170 / 1440 * 100vw);
    border-radius: calc(21 / 1440 * 100vw);
  }

  .mf-projects-mobile-1-mockup {
    width: calc(201.07 / 1440 * 100vw);
    height: calc(435.52 / 1440 * 100vw);
    left: 37%;
    top: calc(170 / 1440 * 100vw);
  }

  .mf-projects-mobile-2 {
    width: calc(224 / 1440 * 100vw);
    height: calc(501 / 1440 * 100vw);
    left: 50%;
    top: calc(135 / 1440 * 100vw);
    border-radius: calc(21 / 1440 * 100vw);
  }

  .mf-projects-mobile-2-mockup {
    width: calc(231 / 1440 * 100vw);
    height: calc(501 / 1440 * 100vw);
    left: 50%;
    top: calc(135 / 1440 * 100vw);
  }

  .mf-projects-right-bottom {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    border-radius: calc(12 / 1440 * 100vw);
    overflow: hidden;
  }

  .mf-projects-right-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .mf-clients-section {
    padding: 30px 0 60px;
    overflow: hidden;
  }

  .mf-clients-inner {
    padding: 0 16px;
    overflow: hidden;
  }

  .mf-clients-nav {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    box-sizing: border-box;
  }

  .mf-clients-nav-left,
  .mf-clients-nav-right,
  .mf-clients-nav-center {
    font-size: 13px;
    white-space: nowrap;
  }

  .mf-clients-photo,
  .mf-clients-photo-2 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-clients-photo-2 {
    margin-top: calc(-80 / 1440 * 100vw);
  }

  .mf-about-section,
  .mf-about-section2 {
    padding: 40px 0 0;
    margin-top: -1px;
  }

  .mf-about-inner {
    padding: 0 16px;
  }

  .mf-about-nav {
    width: 100%;
    margin-bottom: 30px;
  }

  .mf-about-nav-left,
  .mf-about-nav-right,
  .mf-about-nav-center {
    font-size: 13px;
  }

  .mf-about-content {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .mf-about-desktop {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-about-mobile {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-about-bg-bottom {
    height: calc(300 / 1440 * 100vw);
    margin-top: calc(-120 / 1440 * 100vw);
  }

  .mf-pages-section {
    padding: 30px 0 60px;
  }

  .mf-pages-inner {
    padding: 0 16px;
  }

  .mf-pages-content {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .mf-page-item {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
  }

  .mf-page-label {
    font-size: 14px;
    margin-bottom: 14px;
    text-align: center;
  }

  .mf-page-item .mf-page-screen {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 605 / 420;
    margin-top: 0 !important;
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-page-item .mf-page-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .mf-page-item .mf-page-mockup {
    display: none;
  }

  .mf-hero-section {
    height: auto;
    padding-bottom: 40px;
  }

  .mf-hero-bg {
    position: absolute;
    height: 100%;
  }

  .mf-hero-phones {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 80px 16px 0;
    z-index: 10;
  }

  .mf-hero-phone {
    width: 80%;
    max-width: 320px;
    height: auto;
    aspect-ratio: 273 / 614;
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-rental-section {
    padding: 40px 0 0;
  }

  .mf-rental-inner {
    padding: 0 16px;
  }

  .mf-rental-nav {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .mf-rental-nav-left,
  .mf-rental-nav-right,
  .mf-rental-nav-center {
    font-size: 13px;
  }

  .mf-rental-content {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .mf-rental-desktop {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1071 / 1798;
    left: auto;
    top: auto;
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-rental-mobile {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 208 / 2143;
    left: auto;
    top: auto;
    border-radius: calc(12 / 1440 * 100vw);
  }

  .mf-rental-line {
    display: none;
  }

  .mf-rental-bg-bottom {
    height: calc(300 / 1440 * 100vw);
  }

  .mf-banner {
    height: calc(910 / 1440 * 100vw);
  }

  .mf-main-desktop img,
  .mf-main-mobile img,
  .mf-clients-photo img,
  .mf-clients-photo-2 img,
  .mf-about-desktop img,
  .mf-about-mobile img,
  .mf-page-screen img {
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }

  .mf-page-item .mf-page-screen {
    aspect-ratio: 0;
  }

  .mf-main-desktop {
    aspect-ratio: 2271 / 2817;
  }

  .mf-main-mobile {
    aspect-ratio: 500/2384;
  }
}

@media (max-width: 500px) {
  .mf-projects-desktop-screen {
    top: calc(280 / 1440 * 100vw);
  }

  .mf-projects-desktop-mockup {
    top: calc(298 / 1440 * 100vw);
  }

  .mf-projects-right-top {
    height: calc(1000 / 1440 * 100vw);
  }

  .mf-projects-mobile-1,
  .mf-projects-mobile-1-mockup {
    top: calc(400 / 1440 * 100vw);
  }

  .mf-projects-mobile-2,
  .mf-projects-mobile-2-mockup {
    top: calc(365 / 1440 * 100vw);
  }

  .mf-projects-right-bottom {
    height: 350px;
  }

  .mf-clients-section {
    margin-top: -1px;
  }

  .mf-clients-photo-2 {
    margin-top: calc(-160 / 1440 * 100vw);
  }
}

@media (max-width: 600px) {
  .mf-projects-right-top {
    height: calc(800 / 1440 * 600px);
  }

  .mf-projects-mobile-1 {
    width: calc(194.72 / 1440 * 600px);
    height: calc(435.52 / 1440 * 600px);
    top: calc(235 / 1440 * 600px);
    border-radius: calc(21 / 1440 * 600px);
  }

  .mf-projects-mobile-1-mockup {
    width: calc(201.07 / 1440 * 600px);
    height: calc(435.52 / 1440 * 600px);
    top: calc(235 / 1440 * 600px);
  }

  .mf-projects-mobile-2 {
    width: calc(224 / 1440 * 600px);
    height: calc(501 / 1440 * 600px);
    top: calc(200 / 1440 * 600px);
    border-radius: calc(21 / 1440 * 600px);
  }

  .mf-projects-mobile-2-mockup {
    width: calc(231 / 1440 * 600px);
    height: calc(501 / 1440 * 600px);
    top: calc(200 / 1440 * 600px);
  }
}

@media (max-width: 440px) {
  .mf-projects-mobile-1,
  .mf-projects-mobile-1-mockup {
    left: 27.5%;
  }

  .mf-projects-mobile-2,
  .mf-projects-mobile-2-mockup {
    left: 48%;
  }
}
