.desktop,
.desktop * {
  box-sizing: border-box;
}
.desktop {
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.desktop__frame-1 {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    radial-gradient(
      closest-side,
      rgba(35, 81, 144, 0) 0%,
      rgba(35, 81, 144, 0.65) 100%
    );
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.desktop__image-blur {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  filter: blur(0px);
  object-fit: cover;
}
.desktop__nav {
  border-style: solid;
  border-color: rgba(239, 238, 238, 0.15);
  border-width: 0px 0px 1px 0px;
  padding: 0px 48px 0px 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  z-index: 99;
}
.desktop__frame-1171277133 {
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 0px 1px 0px 1px;
  padding: 14px 48px 14px 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}
.desktop__logo-and-menu {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__logo-section {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__logo {
  flex-shrink: 0;
  width: 102px;
  height: 32px;
  position: relative;
  overflow: visible;
  aspect-ratio: 102/32;
}
.desktop__line-1 {
  flex-shrink: 0;
  width: 10px;
  height: 0px;
  position: relative;
  overflow: visible;
}
.desktop__menu-items {
  padding: 2px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__menu-item-text {
  color: var(--neutral-white, #ffffff);
  text-align: left;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 24.5px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.desktop__frame-1171277155 {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__lang-button {
  background: rgba(255, 255, 255, 0.01);
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
  padding: 8px 8px 8px 12px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 40px;
  position: relative;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  backdrop-filter: blur(6px);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.desktop__si {
  border-radius: 999px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.desktop__heroicons-micro-chevron-down {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: visible;
}
.desktop__button {
  background: linear-gradient(
    to left,
    rgba(226, 198, 117, 0.1),
    rgba(226, 198, 117, 0.1)
  );
  border-radius: 16px;
  border-style: solid;
  border-color: #e2c675;
  border-width: 2px;
  padding: 10px 21px 10px 14px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 0px 0px 2px rgba(226, 198, 117, 0.25);
  overflow: hidden;
  backdrop-filter: blur(6px);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.desktop__offer {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.desktop__svg-repo-icon-carrier {
  width: 62%;
  height: 62%;
  position: absolute;
  right: 19%;
  left: 19%;
  bottom: 19%;
  top: 19%;
  overflow: visible;
}
.desktop__pridobite-svojo-ponudbo {
  color: var(--color-1-25, #e8f5fb);
  text-align: center;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop__frame-1171277079 {
  padding: 0px 48px 0px 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 582px;
  position: relative;
  overflow: hidden;
}
.desktop__frame-1171277135 {
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 0px 1px 0px 1px;
  padding: 124px 48px 144px 48px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.desktop__frame-1171277134 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-1171277080 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-1171277157 {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  padding: 4px 12px 4px 4px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  backdrop-filter: blur(6px);
}
.desktop__icon-shipments-svg {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: visible;
}
.desktop__va-zanesljiv-partner-za-skladi-enje-pakiranje-in-po-iljanje {
  color: #ffffff;
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.va-zanesljiv-partner-za-skladi-enje-pakiranje-in-po-iljanje-span {
  color: #ffffff;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
.va-zanesljiv-partner-za-skladi-enje-pakiranje-in-po-iljanje-span2 {
  color: #ffffff;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}
.va-zanesljiv-partner-za-skladi-enje-pakiranje-in-po-iljanje-span3 {
  color: #ffffff;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
.va-zanesljiv-partner-za-skladi-enje-pakiranje-in-po-iljanje-span4 {
  color: #ffffff;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}
.va-zanesljiv-partner-za-skladi-enje-pakiranje-in-po-iljanje-span5 {
  color: #ffffff;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
.va-zanesljiv-partner-za-skladi-enje-pakiranje-in-po-iljanje-span6 {
  color: #ffffff;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}
.va-zanesljiv-partner-za-skladi-enje-pakiranje-in-po-iljanje-span7 {
  color: #ffffff;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
.desktop__izkoristite-znanje-enega-izmed-najve-jih-spletnih-trgovcev-v-sloveniji {
  color: #ffffff;
  text-align: left;
  font-family: "Montserrat-BoldItalic", sans-serif;
  font-size: 56px;
  line-height: 120%;
  font-weight: 700;
  font-style: italic;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.desktop__po-iljanje-e-od-2-15-eur-na-paket {
  color: #ffffff;
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.po-iljanje-e-od-2-15-eur-na-paket-span {
  color: #ffffff;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
.po-iljanje-e-od-2-15-eur-na-paket-span2 {
  color: #ffffff;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}
.po-iljanje-e-od-2-15-eur-na-paket-span3 {
  color: #ffffff;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
.desktop__contact {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.desktop__svg-repo-icon-carrier2 {
  height: auto;
  position: absolute;
  left: 5.7px;
  top: 5.7px;
  overflow: visible;
}
.desktop__layout-151 {
  background: linear-gradient(to left, #f3f3f3, #f3f3f3);
  padding: 0px 48px 0px 48px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.desktop__content {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0px 1px 0px 1px;
  padding: 88px 0px 104px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__content2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-1171277088 {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__content3 {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  width: 1200px;
  position: relative;
}
.desktop__frame-1171277089 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-1171277125 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-1171277099 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__heading {
  color: var(--color-2-1000, #040a12);
  text-align: center;
  font-family: "Montserrat-BoldItalic", sans-serif;
  font-size: 36px;
  line-height: 125%;
  font-weight: 700;
  font-style: italic;
  position: relative;
  align-self: stretch;
}
.desktop__vector {
  flex-shrink: 0;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 43px;
  overflow: visible; 
}
.desktop__frame-1171277117 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__text {
  color: var(--text-primary, #000000);
  text-align: center;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
  width: 764px;
}
.text-span {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.text-span2 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
}
.text-span3 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.desktop__text2 {
  color: var(--text-primary, #000000);
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
  width: 530px;
}
.desktop__button2 {
  background: linear-gradient(to left, #1895cf, #1895cf);
  border-radius: 16px;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  padding: 10px 21px 10px 14px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 0px 0px 2px rgba(24, 149, 207, 0.25);
  overflow: hidden;
  backdrop-filter: blur(6px);
}
.desktop__svg-repo-icon-carrier3 {
  width: 62%;
  height: 62%;
  position: absolute;
  right: 19%;
  left: 19%;
  bottom: 19%;
  top: 19%;
  overflow: visible;
}
.desktop__frame-1171277124 {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__mac-book-air-2022 {
  flex-shrink: 0;
  width: 1246px;
  height: 818px;
  position: absolute;
  left: -46px;
  top: 0px;
  object-fit: cover;
}
.desktop__frame-1171277109 {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 600px;
  position: relative;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.desktop__frame-1171277107 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__bullseye-pointer-svgrepo-com-1 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.desktop__text3 {
  color: var(--text-primary, #000000);
  text-align: left;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 500;
  position: relative;
}
.desktop__line-2 {
  margin-top: -1px;
  border-style: solid;
  border-color: rgba(221, 221, 221, 0.5);
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
}
.desktop__frame-1171277108 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__truck-speed-svgrepo-com-1 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.desktop__line-3 {
  margin-top: -1px;
  border-style: solid;
  border-color: rgba(221, 221, 221, 0.5);
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
}
.desktop__frame-11712771092 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__money-bag-svgrepo-com-1 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.desktop__line-4 {
  margin-top: -1px;
  border-style: solid;
  border-color: rgba(221, 221, 221, 0.5);
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
}
.desktop__frame-1171277110 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__medal-svgrepo-com-1 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.desktop__line-5 {
  margin-top: -1px;
  border-style: solid;
  border-color: rgba(221, 221, 221, 0.5);
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
}
.desktop__frame-1171277111 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__share-svgrepo-com-1 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.desktop__line-6 {
  margin-top: -1px;
  border-style: solid;
  border-color: rgba(221, 221, 221, 0.5);
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
}
.desktop__frame-1171277112 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__parcel-svgrepo-com-1 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.desktop__line-7 {
  margin-top: -1px;
  border-style: solid;
  border-color: rgba(221, 221, 221, 0.5);
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
}
.desktop__frame-1171277113 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__mobile-svgrepo-com-1 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.desktop__line-8 {
  margin-top: -1px;
  border-style: solid;
  border-color: rgba(221, 221, 221, 0.5);
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
}
.desktop__frame-1171277114 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__comment-smile-svgrepo-com-1 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.desktop__line-9 {
  margin-top: -1px;
  border-style: solid;
  border-color: rgba(221, 221, 221, 0.5);
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
}
.desktop__frame-1171277115 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__graph-svgrepo-com-1 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.desktop__line-10 {
  margin-top: -1px;
  border-style: solid;
  border-color: rgba(221, 221, 221, 0.5);
  border-width: 1px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  position: relative;
}
.desktop__frame-1171277116 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__arrows-h-svgrepo-com-1 {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.desktop__frame-1171277128 {
  background: #22252a;
  padding: 0px 48px 0px 48px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__image-blur2 {
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: -179.89px;
  transform-origin: 0 0;
  filter: blur(0px);
  object-fit: cover;
}
.desktop__frame-1171277118 {
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 0px 1px 0px 1px;
  padding: 88px 0px 88px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 360px;
  position: relative;
}
.desktop__frame-1171277127 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.desktop__frame-1171277126 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__ali-ste-vedeli-da-so-spletni-trgovci-ki-so-skladi-enje-pakiranje-in-dostavo-paketov-prepustili-fenix-fulfillmentu-pove-ali-svoj-profit-e-v-prvem-mesecu-sodelovanja-prihranili-do-37-stro-kov-in-v-povpre-ju-odprli-kar-4-nove-trge {
  text-align: center;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  width: 972px;
}
.ali-ste-vedeli-da-so-spletni-trgovci-ki-so-skladi-enje-pakiranje-in-dostavo-paketov-prepustili-fenix-fulfillmentu-pove-ali-svoj-profit-e-v-prvem-mesecu-sodelovanja-prihranili-do-37-stro-kov-in-v-povpre-ju-odprli-kar-4-nove-trge-span {
  color: #ffffff;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
}
.ali-ste-vedeli-da-so-spletni-trgovci-ki-so-skladi-enje-pakiranje-in-dostavo-paketov-prepustili-fenix-fulfillmentu-pove-ali-svoj-profit-e-v-prvem-mesecu-sodelovanja-prihranili-do-37-stro-kov-in-v-povpre-ju-odprli-kar-4-nove-trge-span2 {
  color: #e2c675;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
}
.ali-ste-vedeli-da-so-spletni-trgovci-ki-so-skladi-enje-pakiranje-in-dostavo-paketov-prepustili-fenix-fulfillmentu-pove-ali-svoj-profit-e-v-prvem-mesecu-sodelovanja-prihranili-do-37-stro-kov-in-v-povpre-ju-odprli-kar-4-nove-trge-span3 {
  color: #ffffff;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
}
.desktop__svg-repo-icon-carrier4 {
  width: 62%;
  height: 62%;
  position: absolute;
  right: 19%;
  left: 19%;
  bottom: 19%;
  top: 19%;
  overflow: visible;
}
.desktop__vector2 {
  flex-shrink: 0;
  width: 162px;
  height: 3px;
  position: absolute;
  left: 329px;
  top: 102px;
  overflow: visible;
}
.desktop__layout-1512 {
  padding: 0px 48px 0px 48px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.desktop__content4 {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0px 1px 0px 1px;
  padding: 64px 0px 64px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__content5 {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.desktop__frame-1171277091 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__vector3 {
  flex-shrink: 0;
  width: 504px;
  height: 9px;
  position: absolute;
  top: 38px;
  overflow: visible;
}
.desktop__heading2 {
  color: var(--color-2-1000, #040a12);
  text-align: center;
  font-family: "Montserrat-BoldItalic", sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  font-style: italic;
  position: relative;
  width: 660px;
}
.desktop__text4 {
  color: var(--text-primary, #000000);
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
  width: 660px;
}
.desktop__dotted-world-map-logo-1 {
  opacity: 0.05;
  flex-shrink: 0;
  width: 100%;
  height: 944px;
  position: absolute;
  left: 0px;
  top: -208.11px;
  overflow: hidden;
}
.desktop__group {
  width: 84.12%;
  height: 63.75%;
  position: absolute;
  right: 8.17%;
  left: 7.72%;
  bottom: 13.07%;
  top: 23.18%;
  overflow: visible;
}
.desktop__content6 {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0px 1px 0px 1px;
  padding: 44px 0px 88px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__heading3 {
  color: var(--color-2-1000, #040a12);
  text-align: center;
  font-family: "Montserrat-BoldItalic", sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  font-style: italic;
  position: relative;
  align-self: stretch;
}
.desktop__vector4 {
  flex-shrink: 0;
  width: 200px;
  height: 9px;
  position: relative;
  overflow: visible;
}
.desktop__text5 {
  color: var(--text-primary, #000000);
  text-align: center;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
  width: 634px;
}
.text-5-span {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.text-5-span2 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
}
.text-5-span3 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.text-5-span4 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
}
.text-5-span5 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.text-5-span6 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
}
.text-5-span7 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.desktop__frame-1171277090 {
  display: flex;
  flex-direction: row;
  gap: 72px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__layoners-id-4-u-oyr-b-9-g-0-1 {
  flex-shrink: 0;
  width: 127px;
  height: 16px;
  position: relative;
  overflow: visible;
  aspect-ratio: 127/16;
}
.desktop__mazzaci-idk-1-kn-qg-jl-1 {
  flex-shrink: 0;
  width: 72px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 72/24;
}
.desktop__smania-logo-assets {
  flex-shrink: 0;
  width: 125px;
  height: 40px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 125/40;
}
.desktop__cart-fox-logo {
  flex-shrink: 0;
  width: 146px;
  height: 32px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 146/32;
}
.desktop__svg {
  flex-shrink: 0;
  width: 152px;
  height: 35.3px;
  position: relative;
  overflow: visible;
}
.desktop__layout-1513 {
  background: #22252a;
  padding: 0px 48px 0px 48px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.desktop__content7 {
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 0px 1px 0px 1px;
  padding: 64px 0px 64px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__content8 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 768px;
  position: relative;
}
.desktop__stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  height: auto;
  position: relative;
  overflow: visible;
}
.desktop__quote {
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.desktop__avatar {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop___97251 {
  border-radius: 50%;
  border-style: solid;
  border-color: rgba(226, 198, 117, 0.25);
  border-width: 2px;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  position: relative;
  object-fit: cover;
}
.desktop__avatar-content {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__text6 {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  position: relative;
}
.desktop__text7 {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
}
.desktop__line-12 {
  flex-shrink: 0;
  width: 10px;
  height: 0px;
  position: relative;
  overflow: visible;
}
.desktop__group-4 {
  flex-shrink: 0;
  width: 195.56px;
  height: 20px;
  position: static;
  aspect-ratio: 195.56/20;
}
.desktop__frame-1171275621 {
  width: 195.56px;
  height: 20px;
  position: absolute;
  left: 300px;
  top: 18px;
  aspect-ratio: 195.56/20;
}
.desktop__group2 {
  width: 16.97%;
  height: 100%;
  position: absolute;
  right: 83.03%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}
.desktop__conversion-design {
  width: 79.63%;
  height: 87.86%;
  position: absolute;
  right: 0%;
  left: 20.37%;
  bottom: 0%;
  top: 12.14%;
  overflow: visible;
}
.desktop__image-blur3 {
  flex-shrink: 0;
  width: 1960px;
  height: 729px;
  position: absolute;
  left: 1px;
  top: 607px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, -1);
  filter: blur(0px);
  object-fit: cover;
}
.desktop__dotted-world-map-logo-12 {
  opacity: 0.03;
  flex-shrink: 0;
  width: 1416px;
  height: 944px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: -435.89px;
  overflow: hidden;
}
.desktop__group3 {
  width: 84.12%;
  height: 63.75%;
  position: absolute;
  right: 8.17%;
  left: 7.72%;
  bottom: 13.07%;
  top: 23.18%;
  overflow: visible;
}
.desktop__vector5 {
  flex-shrink: 0;
  width: 484px;
  height: 7px;
  position: absolute;
  top: 40.11px;
  overflow: visible;
}
.desktop__heading4 {
  color: var(--color-2-1000, #040a12);
  text-align: center;
  font-family: "Montserrat-BoldItalic", sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  font-style: italic;
  position: relative;
  width: 722px;
}
.desktop__text8 {
  color: var(--text-primary, #000000);
  text-align: center;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
  width: 660px;
}
.text-8-span {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.text-8-span2 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
}
.text-8-span3 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.desktop__frame-1171277146 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1206px;
  position: relative;
  overflow: hidden;
}
.desktop__frame-1171277136 {
  background: #234181;
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  flex-shrink: 0;
  width: 184px;
  height: 72px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 184/72;
}
/*.desktop__image-4 {
  width: 117.42px;
  height: 100.79%;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -0.79%;
  top: 0%;
  object-fit: cover;
  aspect-ratio: 117.42/72.57;
}*/
.desktop__frame-1171277137 {
  background: #fed106;
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  flex-shrink: 0;
  width: 184px;
  height: 72px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 184/72;
}
.desktop___97998-1 {
  width: 167.45px;
  height: 73.23%;
  position: absolute;
  left: calc(50% - 84.73px);
  bottom: 13.39%;
  top: 13.39%;
  object-fit: cover;
  aspect-ratio: 167.45/52.72;
}
.desktop__frame-1171277138 {
  background: #ffffff;
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  flex-shrink: 0;
  width: 184px;
  height: 72px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 184/72;
}
.desktop___47584-1 {
  width: 143.43px;
  height: 59.06%;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 20.47%;
  top: 20.47%;
  object-fit: cover;
  aspect-ratio: 143.43/42.52;
}
.desktop__frame-1171277139 {
  background: #ffffff;
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  flex-shrink: 0;
  width: 184px;
  height: 72px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 184/72;
}
.desktop___47979-1 {
  width: 122.46px;
  height: 86.61%;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 6.3%;
  top: 7.09%;
  object-fit: cover;
  aspect-ratio: 122.46/62.36;
}
.desktop__frame-1171277140 {
  background: #b2142b;
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  flex-shrink: 0;
  width: 184px;
  height: 72px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 184/72;
}
.desktop__image-1 {
  width: 112px;
  height: 80.56%;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 9.57%;
  top: 9.88%;
  object-fit: cover;
  aspect-ratio: 112/58;
}
.desktop__frame-1171277141 {
  background: #ffffff;
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  flex-shrink: 0;
  width: 184px;
  height: 72px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 184/72;
}
.desktop___28143-1 {
  width: 91.28px;
  height: 84.25%;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 7.87%;
  top: 7.87%;
  object-fit: cover;
  aspect-ratio: 91.28/60.66;
}
.desktop__frame-1171277142 {
  background: #fecb0a;
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  flex-shrink: 0;
  width: 184px;
  height: 72px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 184/72;
}
.desktop___85299-1 {
  width: 161.77px;
  height: 73.23%;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 13.39%;
  top: 13.39%;
  object-fit: cover;
  aspect-ratio: 161.77/52.72;
}
.desktop__frame-1171277143 {
  background: #ffffff;
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  flex-shrink: 0;
  width: 184px;
  height: 72px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 184/72;
}
.desktop___42492-1 {
  width: 141.56px;
  height: 52.76%;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 23.62%;
  top: 23.62%;
  object-fit: cover;
  aspect-ratio: 141.56/37.98;
}
.desktop__frame-1171277144 {
  background: #ffffff;
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  flex-shrink: 0;
  width: 184px;
  height: 72px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 184/72;
}
.desktop__image-5 {
  width: 169.32px;
  height: 66.14%;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 16.54%;
  top: 17.32%;
  object-fit: cover;
  aspect-ratio: 169.32/47.62;
}
.desktop__frame-1171277145 {
  background: #ffffff;
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 1px;
  flex-shrink: 0;
  width: 184px;
  height: 72px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 184/72;
}
.desktop___30118-1 {
  width: 151.87px;
  height: 60.63%;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 19.69%;
  top: 19.69%;
  object-fit: cover;
  aspect-ratio: 151.87/43.65;
}
.desktop__frame-1171277149 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__svg-repo-icon-carrier5 {
  width: 62%;
  height: 62%;
  position: absolute;
  right: 19%;
  left: 19%;
  bottom: 19%;
  top: 19%;
  overflow: visible;
}
.desktop__text9 {
  color: var(--text-primary, #000000);
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
  width: 660px;
}
.desktop__frame-1171277147 {
  background: linear-gradient(
    90deg,
    rgba(243, 243, 243, 1) 0%,
    rgba(243, 243, 243, 0) 15.000000596046448%,
    rgba(243, 243, 243, 0) 85.00000238418579%,
    rgba(243, 243, 243, 1) 100%
  );
  flex-shrink: 0;
  width: 1206px;
  height: 74px;
  position: absolute;
  left: 105px;
  top: 231.11px;
  overflow: hidden;
}
.desktop__layout-1514 {
  background: radial-gradient(
      closest-side,
      rgba(24, 149, 207, 0) 0%,
      rgba(24, 149, 207, 0.15) 100%
    ),
    linear-gradient(to left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
  padding: 0px 48px 0px 48px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.desktop__image-blur4 {
  flex-shrink: 0;
  width: 2282px;
  height: 1100px;
  position: absolute;
  left: -230px;
  top: 1291.11px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, -1);
  filter: blur(0px);
  object-fit: cover;
}
.desktop__image-blur5 {
  flex-shrink: 0;
  width: 100%;
  height: 1100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.desktop__content9 {
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 0px 1px 0px 1px;
  padding: 64px 0px 64px 0px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-1171277104 {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 1200px;
  position: relative;
}
.desktop__content10 {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.desktop__frame-11712770892 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-1171277131 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  position: relative;
}
.desktop__frame-1171277129 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  position: relative;
}
.desktop__heading5 {
  color: #ffffff;
  text-align: left;
  font-family: "Montserrat-BoldItalic", sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  font-style: italic;
  position: relative;
  width: 498px;
}
.desktop__vector6 {
  flex-shrink: 0;
  width: 391px;
  height: 7px;
  position: absolute;
  left: 58px;
  top: 86.11px;
  overflow: visible;
}
.desktop__text10 {
  color: #ffffff;
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.text-10-span {
  color: #ffffff;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.text-10-span2 {
  color: #ffffff;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
}
.text-10-span3 {
  color: #ffffff;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.desktop__frame-1171277161 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-1171277159 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__text11 {
  color: #ffffff;
  text-align: left;
  font-family: "Montserrat-BoldItalic", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
  font-style: italic;
  position: relative;
  width: 616px;
}
.desktop__frame-1171277130 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 616px;
  position: relative;
}
.desktop__frame-11712771072 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.desktop__svg-repo-icon-carrier6 {
  width: 62%;
  height: 62%;
  position: absolute;
  right: 19%;
  left: 19%;
  bottom: 19%;
  top: 19%;
  overflow: visible;
}
.desktop__text12 {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
  position: relative;
  flex: 1;
}
.desktop__frame-11712771082 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__svg-repo-icon-carrier7 {
  width: 62%;
  height: 62%;
  position: absolute;
  right: 19%;
  left: 19%;
  bottom: 19%;
  top: 19%;
  overflow: visible;
}
.desktop__text13 {
  color: #ffffff;
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.text-13-span {
  color: #ffffff;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
}
.text-13-span2 {
  color: #ffffff;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 500;
}
.desktop__frame-1171275167 {
  padding: 12px 0px 12px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 616px;
  position: relative;
}
.desktop__horizontal-divider {
  border-style: solid;
  border-color: rgba(221, 221, 221, 0.25);
  border-width: 1px 0px 0px 0px;
  align-self: stretch;
  flex-shrink: 0;
  height: 1px;
  position: relative;
}
.desktop__frame-1171277160 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-11712771073 {
  padding: 0px 0px 0px 18px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop___1 {
  color: #e2c675;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 24px;
  line-height: 145%;
  font-weight: 700;
  position: relative;
}
.desktop__text14 {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 500;
  position: relative;
  flex: 1;
}
.desktop__frame-11712771083 {
  padding: 0px 0px 0px 18px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop___2 {
  color: #e2c675;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 24px;
  line-height: 145%;
  font-weight: 700;
  position: relative;
}
.desktop__layout-1515 {
  padding: 0px 48px 0px 48px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__content11 {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0px 1px 0px 1px;
  padding: 88px 0px 88px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-1171277148 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 1201px;
  position: relative;
}
.desktop__group-3 {
  flex-shrink: 0;
  width: 395px;
  height: 338px;
  position: static;
}
.desktop__group-2 {
  width: 22.52%;
  height: 64.5%;
  position: absolute;
  right: 72.4%;
  left: 5.08%;
  bottom: 15.09%;
  top: 20.41%;
  overflow: visible;
}
.desktop__group-1 {
  width: 13.07%;
  height: 46.45%;
  position: absolute;
  right: 75.69%;
  left: 11.24%;
  bottom: 19.23%;
  top: 34.32%;
  overflow: visible;
}
.desktop__ellipse-1 {
  border-radius: 50%;
  border-style: solid;
  border-color: rgba(150, 191, 71, 0.25);
  border-width: 3px;
  width: 8.58%;
  height: 30.47%;
  position: absolute;
  right: 91.42%;
  left: 0%;
  bottom: 31.66%;
  top: 37.87%;
  object-fit: cover;
}
.desktop__ellipse-12 {
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(
    160.33deg,
    rgba(128, 189, 101, 0.25) 26.926565170288086%,
    rgba(251, 223, 6, 0.25) 57.879602909088135%,
    rgba(238, 45, 38, 0.25) 86.27955317497253%
  );
  border-image-slice: 1;
  width: 8.58%;
  height: 30.47%;
  position: absolute;
  right: 70.94%;
  left: 20.48%;
  bottom: 69.53%;
  top: 0%;
  object-fit: cover;
}
.desktop__ellipse-13 {
  border-radius: 50%;
  border-style: solid;
  border-color: rgba(135, 62, 255, 0.25);
  border-width: 3px;
  width: 8.58%;
  height: 30.47%;
  position: absolute;
  right: 67.11%;
  left: 24.31%;
  bottom: 0%;
  top: 69.53%;
  object-fit: cover;
}
.desktop__content12 {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  width: 616px;
  position: relative;
}
.desktop__frame-11712770893 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-1171277100 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__heading6 {
  color: var(--color-2-1000, #040a12);
  text-align: left;
  font-family: "Montserrat-BoldItalic", sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  font-style: italic;
  position: relative;
  align-self: stretch;
}
.desktop__vector7 {
  flex-shrink: 0;
  width: 202px;
  height: 8px;
  position: relative;
  overflow: visible;
}
.desktop__text15 {
  color: var(--text-primary, #000000);
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.text-15-span {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.text-15-span2 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
}
.text-15-span3 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.text-15-span4 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
}
.text-15-span5 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.desktop__svg-repo-icon-carrier8 {
  width: 62%;
  height: 62%;
  position: absolute;
  right: 19%;
  left: 19%;
  bottom: 19%;
  top: 19%;
  overflow: visible;
}
.desktop__frame-11712770894 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-11712771312 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-11712771292 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-11712771002 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__heading7 {
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat-BoldItalic", sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  font-style: italic;
  position: relative;
  width: 592px;
}
.desktop__vector8 {
  flex-shrink: 0;
  width: 208px;
  height: 7px;
  position: absolute;
  left: 365px;
  top: 43.11px;
  overflow: visible;
}
.desktop__text16 {
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
  width: 558px;
}
.desktop__frame-11712771302 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-11712771074 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 642px;
  position: relative;
}
.desktop__svg-repo-icon-carrier9 {
  width: 62%;
  height: 62%;
  position: absolute;
  right: 19%;
  left: 19%;
  bottom: 19%;
  top: 19%;
  overflow: visible;
}
.desktop__svg-repo-icon-carrier10 {
  width: 62%;
  height: 62%;
  position: absolute;
  right: 19%;
  left: 19%;
  bottom: 19%;
  top: 19%;
  overflow: visible;
}
.desktop__text17 {
  color: #ffffff;
  text-align: left;
  font-family: "Inter-Medium", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 500;
  position: relative;
}
.desktop__frame-11712771093 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 642px;
  position: relative;
}
.desktop__svg-repo-icon-carrier11 {
  width: 62%;
  height: 62%;
  position: absolute;
  right: 19%;
  left: 19%;
  bottom: 19%;
  top: 19%;
  overflow: visible;
}
.desktop__mac-book-air-20222 {
  flex-shrink: 0;
  width: 1200px;
  height: 649px;
  position: relative;
  object-fit: cover;
}
.desktop__text18 {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: "Inter-Italic", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  font-style: italic;
  position: relative;
  width: 698px;
}
.desktop__content13 {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0px 1px 0px 1px;
  padding: 88px 0px 88px 0px;
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-11712771042 {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1200px;
  position: relative;
}
.desktop__frame-1171277105 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.desktop__jpeg-image-1 {
  border-radius: 32px 12px 32px 12px;
  border-style: solid;
  border-color: rgba(226, 198, 117, 0.25);
  border-width: 2px;
  align-self: stretch;
  flex-shrink: 0;
  height: 373.38px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 560/373.38;
}
.desktop__image-blur6 {
  flex-shrink: 0;
  width: 560px;
  height: 373px;
  position: absolute;
  left: 560px;
  top: 0.11px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(-1, 1);
  filter: blur(0px);
  object-fit: cover;
}
.desktop__content14 {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.desktop__vector9 {
  flex-shrink: 0;
  width: 326px;
  height: 11px;
  position: relative;
  overflow: visible;
}
.text-15-span6 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.text-15-span7 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
}
.text-15-span8 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.text-15-span9 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
}
.text-15-span10 {
  color: var(--text-primary, #000000);
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.desktop__svg-repo-icon-carrier12 {
  width: 62%;
  height: 62%;
  position: absolute;
  right: 19%;
  left: 19%;
  bottom: 19%;
  top: 19%;
  overflow: visible;
}
.desktop__footer {
  background: #22252a;
  padding: 0px 48px 0px 48px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.desktop__frame-1171277132 {
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 0px 1px 0px 1px;
  padding: 88px 48px 88px 48px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  z-index: 9;
}
.desktop__container {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-1171277083 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.desktop__frame-1171277082 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__section-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 668px;
  position: relative;
}
.desktop__content15 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__heading8 {
  color: #ffffff;
  text-align: left;
  font-family: "Montserrat-BoldItalic", sans-serif;
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  font-style: italic;
  position: relative;
  align-self: stretch;
}
.desktop__lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit {
  color: #ffffff;
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-span {
  color: #ffffff;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
}
.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-span2 {
  color: #ffffff;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 700;
}
.desktop__vector10 {
  flex-shrink: 0;
  width: 152px;
  height: 7px;
  position: absolute;
  left: 264px;
  top: 40px;
  overflow: visible;
}
.desktop__row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame-1171277081 {
  background: rgba(226, 198, 117, 0.15);
  border-radius: 999px;
  border-style: solid;
  border-color: rgba(226, 198, 117, 0.1);
  border-width: 2px;
  padding: 3px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__frame2 {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.desktop__svg-repo-icon-carrier13 {
  width: 62.01%;
  height: 66%;
  position: absolute;
  right: 18.99%;
  left: 19%;
  bottom: 17.8%;
  top: 16.2%;
  overflow: visible;
}
.desktop__hello-relume-io {
  color: #ffffff;
  text-align: left;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  position: relative;
}
.desktop__svg-repo-icon-carrier14 {
  height: 62.02%;
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 18.98%;
  top: 19%;
  overflow: visible;
}
.desktop__svg-repo-icon-carrier15 {
  width: 61.93%;
  height: 62.06%;
  position: absolute;
  right: 19.33%;
  left: 18.75%;
  bottom: 19.19%;
  top: 18.75%;
  overflow: visible;
}
.desktop___1-555-000-0000 {
  color: #ffffff;
  text-align: left;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  position: relative;
}
.desktop__frame-1171277084 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__logo2 {
  flex-shrink: 0;
  width: 145px;
  height: 46px;
  position: relative;
  overflow: visible;
  aspect-ratio: 145/46;
}
.desktop__line-13 {
  flex-shrink: 0;
  width: 14px;
  height: 0px;
  position: relative;
  overflow: visible;
}
.desktop__lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit2 {
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
  width: 668px;
}
.desktop__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.desktop__input-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 240px;
  position: relative;
}
.desktop__label {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__label2 {
  color: #ffffff;
  text-align: left;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 12px;
  line-height: 135%;
  letter-spacing: -0.01em;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.desktop__field {
  background: #1a1c1e;
  border-radius: 12px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  padding: 12px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.desktop__text19 {
  color: #909398;
  text-align: left;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.015em;
  font-weight: 500;
  position: relative;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.desktop__text-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 194px;
  min-width: 240px;
  position: relative;
}
.desktop__field2 {
  background: #1a1c1e;
  border-radius: 12px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  padding: 12px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.desktop__text20 {
  color: #909398;
  text-align: left;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  flex: 1;
  min-height: 48px;
}
.desktop__svg-repo-icon-carrier16 {
  height: auto;
  position: absolute;
  left: 5.7px;
  top: 5.7px;
  overflow: visible;
}
.desktop__image-blur7 {
  flex-shrink: 0;
  width: 100%;
  height: 729px;
  position: absolute;
  left: 0;
  top: 0px;
  filter: blur(0px);
  object-fit: cover;
}
.desktop__frame-1171277154 {
  padding: 24px 0px 24px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: absolute;
  left: 466px;
  bottom: 0.27px;

  display: none;
}
.desktop__fixed-width-560-px-04 {
  background: #22252a;
  border-radius: 10px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 580px;
  position: relative;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  backdrop-filter: blur(3.75px);
}
.desktop__frame-1171277153 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.desktop__image-17 {
  flex-shrink: 0;
  width: 29px;
  height: 29px;
  position: relative;
  object-fit: cover;
}
.desktop__uporabljamo-pi-kotke-za-izbolj-anje-va-e-uporabni-ke-izku-nje-in-analizo-uspe-nosti {
  color: #f9f9f9;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  position: relative;
  width: 282px;
}
.desktop__frame-201 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.desktop__button3 {
  background: linear-gradient(
    to left,
    rgba(226, 198, 117, 0.01),
    rgba(226, 198, 117, 0.01)
  );
  border-radius: 16px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15);
  border-width: 2px;
  padding: 10px 22px 10px 22px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.05);
  overflow: hidden;
}
.desktop__button4 {
  background: linear-gradient(
    to left,
    rgba(226, 198, 117, 0.1),
    rgba(226, 198, 117, 0.1)
  );
  border-radius: 16px;
  border-style: solid;
  border-color: #e2c675;
  border-width: 2px;
  padding: 10px 22px 10px 22px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0px 0px 0px 2px rgba(226, 198, 117, 0.25);
  overflow: hidden;
  backdrop-filter: blur(6px);
}




.desktop__frame-1171277146 {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Create a container for the scrolling logos */
.logo-scroll-container {
  display: flex;
  animation: scroll-logos 20s linear infinite;
  width: fit-content; /* Allow container to be as wide as needed */
}

/* Animation for scrolling */
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Move by half the width for seamless loop */
  }
}

/* Make individual frames flex items with consistent width */
.desktop__frame-1171277146 > div {
  flex-shrink: 0;
  margin-right: 20px; /* Space between logos */
}


.desktop__frame-1171277146 {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.desktop__frame-1171277146 > div {
  flex-shrink: 0;
  margin: 0 20px;
}


.main-carousel {
  width: auto;
  min-width: 50vw;
}

.main-carousel::before {
  background: linear-gradient(45deg, #f3f3f3, transparent, transparent);
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 999;
  width: 33%;
}

.main-carousel::after {
  background: linear-gradient(-45deg, #f3f3f3, transparent, transparent);
  content: ' ';
  display: block;
  right: 0;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 999;
  width: 33%;
}



.carousel-cell {
  background-color: white;
  min-height: 74px;
  min-width: 184px;
  padding: 5px 10px;
  border-radius: 15px;
  align-content: space-evenly;
  text-align: center;
  margin-left: 12px;
  margin-right: 12px;
}

.carousel-cell.red {
  background-color: #b2152c;
}

.carousel-cell.yellow {
  background-color: #fed106;
}

.carousel-cell.yellow-2 {
  background-color: #fecc09;
}

.desktop__field input {
  width: 100%;
  color: #ffffff;
  background: transparent;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
}

.desktop__field2 textarea {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: transparent;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  resize: none;
  border: none;
}

input::placeholder, textarea::placeholder {
  color: #909398;
}

input:focus, textarea:focus {
  outline: none;
}



#contactForm, .desktop__form, #contactForm_values {
  width: 100%;
}

.desktop__input-field, .desktop__text-area {
  margin-bottom: 20px;
}

.desktop__button, .desktop__button2 {
  cursor: pointer;
  z-index: 99;
}

.desktop__menu-item-text{
  cursor: pointer;
}

.loader {
  display: none;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #E2C675;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}

.success-message {
  display: none;
  color: #E2C675;
  text-align: center;
  padding: 20px;
  font-family: "Inter-Regular", sans-serif;
  font-size: 22px;
  line-height: 1.4;
}

.form-hidden {
  display: none;
}

/*.lang-button, .desktop__lang-button{
  display: none;
}*/





.desktop__lang-dropdown {
  display: none;
  position: absolute !important;
  top: 60px !important;
  background-color: white !important;
  border-radius: 10px !important;
  padding: 15px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  z-index: 9999 !important;
  min-width: 65px;
  justify-content: center;
}

.desktop__lang-button:hover .desktop__lang-dropdown,
.desktop__lang-button:focus-within .desktop__lang-dropdown {
  display: block !important;
}

/* Force show on hover */
.desktop__lang-button:hover .desktop__lang-dropdown {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}