.primelike-footer-scope{
  --font-involve: "fontInvolve", "fontInvolve Fallback";
}



.primelike-footer-scope{
  -moz-tab-size: 4;
       tab-size: 4;
  text-size-adjust: 100%;
}



.primelike-footer-scope{
  -webkit-font-smoothing: antialiased;
  margin: 0;
}



.primelike-footer-scope, .primelike-footer-scope *{
  margin: 0;
}



.primelike-footer-scope, .primelike-footer-scope *,
.primelike-footer-scope *::before,
.primelike-footer-scope *::after{
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}



.primelike-footer-scope blockquote,
.primelike-footer-scope dl,
.primelike-footer-scope dd,
.primelike-footer-scope h1,
.primelike-footer-scope h2,
.primelike-footer-scope h3,
.primelike-footer-scope h4,
.primelike-footer-scope h5,
.primelike-footer-scope h6,
.primelike-footer-scope hr,
.primelike-footer-scope figure,
.primelike-footer-scope p,
.primelike-footer-scope pre{
  margin: 0;
}



.primelike-footer-scope button,
.primelike-footer-scope [role=button]{
  cursor: pointer;
}



.primelike-footer-scope button,
.primelike-footer-scope [type=button],
.primelike-footer-scope [type=reset],
.primelike-footer-scope [type=submit]{
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: button;
}



.primelike-footer-scope button,
.primelike-footer-scope select{
  text-transform: none;
}



.primelike-footer-scope button,
.primelike-footer-scope input,
.primelike-footer-scope optgroup,
.primelike-footer-scope select,
.primelike-footer-scope textarea{
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}



.primelike-footer-scope img,
.primelike-footer-scope svg,
.primelike-footer-scope video,
.primelike-footer-scope canvas,
.primelike-footer-scope audio,
.primelike-footer-scope iframe,
.primelike-footer-scope embed,
.primelike-footer-scope object{
  display: block;
  vertical-align: middle;
}



.primelike-footer-scope img,
.primelike-footer-scope video{
  height: auto;
}



.primelike-footer-scope a{
  color: inherit;
  text-decoration: none;
}



.primelike-footer-scope ul{
  list-style: none;
}



.primelike-footer-scope fieldset{
  margin: 0;
  padding: 0;
}



.primelike-footer-scope hr{
  border-top-width: 1px;
  height: 0;
  color: inherit;
}



.primelike-footer-scope b,
.primelike-footer-scope strong{
  font-weight: bolder;
}



.primelike-footer-scope small{
  font-size: 80%;
}



.primelike-footer-scope sub,
.primelike-footer-scope sup{
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}



.primelike-footer-scope sub{
  bottom: -0.25em;
}



.primelike-footer-scope sup{
  top: -0.5em;
}



.primelike-footer-scope table{
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}



.primelike-footer-scope ::-moz-focus-inner{
  border-style: none;
  padding: 0;
}



.primelike-footer-scope :-moz-focusring{
  outline: auto;
}



.primelike-footer-scope :-moz-ui-invalid{
  box-shadow: none;
}



.primelike-footer-scope legend{
  padding: 0;
}



.primelike-footer-scope progress{
  vertical-align: baseline;
}



.primelike-footer-scope ::-webkit-inner-spin-button,
.primelike-footer-scope ::-webkit-outer-spin-button{
  height: auto;
}



.primelike-footer-scope [type=search]{
  -webkit-appearance: textfield;
  outline-offset: -2px;
}



.primelike-footer-scope ::-webkit-search-decoration{
  -webkit-appearance: none;
}



.primelike-footer-scope ::-webkit-file-upload-button{
  -webkit-appearance: button;
  font: inherit;
}



.primelike-footer-scope summary{
  display: list-item;
}



.primelike-footer-scope button{
  background-color: transparent;
  background-image: none;
}



.primelike-footer-scope ol,
.primelike-footer-scope ul{
  list-style: none;
  margin: 0;
  padding: 0;
}



.primelike-footer-scope img{
  border-style: solid;
}



.primelike-footer-scope textarea{
  resize: vertical;
}



.primelike-footer-scope input::placeholder,
.primelike-footer-scope textarea::placeholder{
  opacity: 1;
  color: #9ca3af;
}



.primelike-footer-scope h1,
.primelike-footer-scope h2,
.primelike-footer-scope h3,
.primelike-footer-scope h4,
.primelike-footer-scope h5,
.primelike-footer-scope h6{
  font-size: inherit;
  font-weight: inherit;
}



.primelike-footer-scope [hidden]{
  display: none;
}



.primelike-footer-scope input::-webkit-outer-spin-button,
.primelike-footer-scope input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}



.primelike-footer-scope input[type=number]{
  -moz-appearance: textfield;
}



.primelike-footer-scope{
  /* ------ COLORS ------ */
  /* black */
  --cl-white: #fff;
  --cl-bg: #f7f7f9;
  --cl-line: #e7e7eb;
  --cl-grey: #777;
  --cl-black: #171717;
  /* primary */
  --cl-primary-200: #00a5ec;
  --cl-primary-400: #009de5;
  --cl-primary-600: #0093d2;
  --cl-primary-800: #0087c5;
  /* warning */
  --cl-warning-200: #fff4d6;
  --cl-warning-400: #e7b74a;
  --cl-warning-600: #5c3a00;
  /* alert */
  --cl-alert: #ff1919;
  /* primary gradients */
  --cl-primary-gradient: linear-gradient(90deg, var(--cl-primary-200) 0%, var(--cl-primary-400) 100%);
  --cl-primary-gradient-hover: linear-gradient(90deg, var(--cl-primary-600) 0%, var(--cl-primary-800) 100%);
  /* ------ SPACING ------ */
  --sp-0-5: 2px;
  --sp-1: 4px;
  --sp-1-5: 6px;
  --sp-2: 8px;
  --sp-2-5: 10px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 20px;
  --sp-6: 24px;
  --sp-7: 28px;
  --sp-7-5: 30px;
  --sp-8: 32px;
  --sp-9: 36px;
  --sp-10: 40px;
  --sp-11: 44px;
  --sp-12: 48px;
  --sp-13: 52px;
  --sp-14: 56px;
  --sp-15: 60px;
  --sp-16: 64px;
  --sp-17: 68px;
  --sp-18: 72px;
  --sp-19: 76px;
  --sp-20: 80px;
  --sp-21: 84px;
  --sp-22: 88px;
  --sp-23: 92px;
  --sp-24: 96px;
  --sp-25: 100px;
  --sp-26: 104px;
  --sp-27: 108px;
  --sp-27-5: 110px;
  --sp-28: 112px;
  --sp-29: 116px;
  --sp-30: 120px;
  /* ------ SPACING CONTAINER ------ */
  --sp-container-m: 20px;
  --sp-container-l: 30px;
  --sp-container-xl: 70px;
  /* ------ Z-INDEX ------ */
  --z-hide: -1;
  --z-auto: "auto";
  --z-base: 0;
  --z-docked: 10;
  --z-dropdown: 1000;
  --z-sticky: 1100;
  --z-banner: 1200;
  --z-overlay: 1300;
  --z-modal: 1400;
  --z-popover: 1500;
  --z-skip-link: 1600;
  --z-toast: 1700;
  --z-tooltip: 1800;
}



.primelike-footer-scope{
  --toastify-color-dark: rgb(00 00 00 / 75%);
  --toastify-color-progress-dark: rgb(0 165 236 / 100%);
  --toastify-color-progress-error: rgb(175 55 28 / 100%);
  --toastify-color-progress-success: rgb(87 175 28 / 100%);
  --toastify-color-progress-warning: rgb(175 109 28 / 100%);
  --toastify-color-progress-info: rgb(0 165 236 / 100%);
  --toastify-icon-color-error: rgb(175 55 28 / 100%);
  --toastify-icon-color-success: rgb(87 175 28 / 100%);
  --toastify-icon-color-warning: rgb(175 109 28 / 100%);
  --toastify-icon-color-info: rgb(0 165 236 / 100%);
}



.primelike-footer-scope, .primelike-footer-scope *{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--cl-primary-400) transparent;
}



.primelike-footer-scope{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden auto;
  background-color: var(--cl-bg);
  --container-gap: var(--sp-container-xl);
}



@media (min-width: 768.1px) and (max-width: 1280px) {

.primelike-footer-scope{
    --container-gap: var(--sp-container-l);
  }

}



@media (max-width: 768px) {

.primelike-footer-scope{
    --container-gap: var(--sp-container-m);
  }

}



.primelike-footer-scope .ui_root__HEeCq{
  padding-right: var(--sp-3);
  width: min-content;
}



.primelike-footer-scope .ui_content__m_Fn_ > img{
  margin-left: var(--sp-4);
}



.primelike-footer-scope .footer-links_root__faBGt{
  display: flex;
  flex-direction: column;
  gap: var(--sp-2-5);
}



.primelike-footer-scope .footer-links_root__faBGt .footer-links_link__vOsbm{
  font-family: var(--font-involve), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  --color: var(--cl-white);
}



.primelike-footer-scope .ui_root__kQMiO{
  position: relative;
  background-color: var(--cl-black);
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  margin-top: auto;
}



.primelike-footer-scope .ui_root__kQMiO::after{
  content: "";
  display: block;
  position: absolute;
  background: url("images/background/heart.svg") no-repeat;
  width: 569px;
  height: 569px;
  top: 38px;
  right: 64px;
  opacity: 0.06;
  pointer-events: none;
}



@media (min-width: 768.1px) and (max-width: 1280px) {

.primelike-footer-scope .ui_root__kQMiO::after{
    right: -8px;
  }

}



@media (max-width: 768px) {

.primelike-footer-scope .ui_root__kQMiO::after{
    width: 276px;
    height: 276px;
    background-size: 276px;
    top: 182px;
    right: -123px;
  }

}



.primelike-footer-scope .ui_container__Etwyb{
  padding-top: var(--sp-10);
  padding-bottom: var(--sp-10);
}



@media (min-width: 768.1px) and (max-width: 1280px) {

.primelike-footer-scope .ui_container__Etwyb{
    padding-top: var(--sp-15);
    padding-bottom: var(--sp-13);
  }

}



@media (min-width: 1280.1px) {

.primelike-footer-scope .ui_container__Etwyb{
    padding: var(--sp-15) var(--sp-27) var(--sp-13);
  }

}



.primelike-footer-scope .ui_topBlock__0tA6a{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--sp-30);
  margin-bottom: var(--sp-12);
}



@media (min-width: 876.1px) and (max-width: 1280px) {

.primelike-footer-scope .ui_topBlock__0tA6a{
    gap: var(--sp-14);
  }

}



@media (min-width: 768.1px) and (max-width: 876px) {

.primelike-footer-scope .ui_topBlock__0tA6a{
    gap: var(--sp-7-5);
  }

}



@media (max-width: 768px) {

.primelike-footer-scope .ui_topBlock__0tA6a{
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-10);
  }

}



.primelike-footer-scope .ui_topBlock__0tA6a > .ui_logo__64V73{
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}



@media (max-width: 768px) {

.primelike-footer-scope .ui_topBlock__0tA6a > .ui_logo__64V73 > .ui_logoImage__lluPL{
    --logo-icon-size: 40px !important;
    --logo-font-size: 20px !important;
    --logo-gap: var(--sp-2) !important;
  }

}



.primelike-footer-scope .ui_topBlock__0tA6a > .ui_logo__64V73 > .ui_logoInfo__B3pKt{
  font-family: var(--font-involve), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--cl-white);
}



@media (min-width: 768.1px) {

.primelike-footer-scope .ui_topBlock__0tA6a > .ui_logo__64V73 > .ui_logoInfo__B3pKt{
    max-width: 173px;
  }

}



.primelike-footer-scope .ui_topBlock__0tA6a > .ui_logo__64V73 > .ui_logoMeta__EU0Vj{
  font-family: var(--font-involve), sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--cl-grey);
}



.primelike-footer-scope .ui_topBlock__0tA6a > .ui_topBlockMenu__4tZhN{
  min-width: 130px;
}



@media (min-width: 768.1px) and (max-width: 876px) {

.primelike-footer-scope .ui_topBlock__0tA6a > .ui_topBlockMenu__4tZhN{
    min-width: unset;
  }

}



@media (min-width: 768.1px) {

.primelike-footer-scope .ui_topBlock__0tA6a > .ui_topBlockMenu__4tZhN{
    margin-left: auto;
  }

}



@media (max-width: 768px) {

.primelike-footer-scope .ui_topBlock__0tA6a > .ui_topBlockQuestions__I06Mx{
    width: 100%;
  }

}



.primelike-footer-scope .ui_topBlock__0tA6a > .ui_topBlockQuestions__I06Mx > .ui_questionsTitle__hOESB{
  font-family: var(--font-involve), sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  color: var(--cl-white);
  margin-bottom: var(--sp-5);
}



.primelike-footer-scope .ui_topBlock__0tA6a > .ui_topBlockQuestions__I06Mx > .ui_questionsButton__iZL8q{
  margin-bottom: var(--sp-6);
}



@media (max-width: 768px) {

.primelike-footer-scope .ui_topBlock__0tA6a > .ui_topBlockQuestions__I06Mx > .ui_questionsButton__iZL8q{
    width: 100%;
  }

}



.primelike-footer-scope .ui_topBlock__0tA6a > .ui_topBlockQuestions__I06Mx > .ui_questionsMail__esKwg{
  font-family: var(--font-involve), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background: var(--cl-primary-gradient);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: 500;
  -webkit-text-decoration: underline var(--cl-primary-400);
          text-decoration: underline var(--cl-primary-400);
}



.primelike-footer-scope .ui_topBlock__0tA6a > .ui_topBlockQuestions__I06Mx > .ui_questionsGraphic__QdHr8{
  font-family: var(--font-involve), sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: var(--sp-3);
  color: var(--cl-grey);
}



.primelike-footer-scope .ui_topBlock__0tA6a > .ui_topBlockQuestions__I06Mx > .ui_questionsGraphic__QdHr8 > p:first-child{
  margin-bottom: var(--sp-1-5);
}



.primelike-footer-scope .ui_bottomBlock__neCcY{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-11);
}



.primelike-footer-scope .ui_bottomBlock__neCcY > .ui_payments__ItGy1{
  display: flex;
  align-items: center;
  gap: var(--sp-9);
}



@media (max-width: 768px) {

.primelike-footer-scope .ui_bottomBlock__neCcY > .ui_payments__ItGy1{
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-5);
  }

}



.primelike-footer-scope .ui_bottomBlock__neCcY > .ui_payments__ItGy1 > .ui_paymentsText__ogTJb{
  font-family: var(--font-involve), sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--cl-white);
}



.primelike-footer-scope .ui_bottomBlock__neCcY > .ui_payments__ItGy1 > .ui_paymentsLinks__WYre7{
  display: flex;
  align-items: center;
  gap: var(--sp-4);
}



.primelike-footer-scope .ui_bottomBlock__neCcY > .ui_payments__ItGy1 > .ui_paymentsLinks__WYre7 > li .ui_paymentsImage__lagK4{
  width: 50px;
  height: 14px;
}



.primelike-footer-scope .ui_bottomBlock__neCcY > .ui_payments__ItGy1 > .ui_paymentsLinks__WYre7 > li:nth-child(2) .ui_paymentsImage__lagK4{
  width: 30px;
  height: 19px;
}



@media (max-width: 768px) {

.primelike-footer-scope .ui_bottomBlock__neCcY > .ui_payments__ItGy1 > .ui_paymentsLinks__WYre7 > li .ui_paymentsImage__lagK4{
    width: 43px;
    height: 12px;
  }


.primelike-footer-scope .ui_bottomBlock__neCcY > .ui_payments__ItGy1 > .ui_paymentsLinks__WYre7 > li:nth-child(2) .ui_paymentsImage__lagK4{
    width: 27px;
    height: 17px;
  }

}



.primelike-footer-scope .ui_bottomBlock__neCcY > .ui_copyrightBlock__JnnNq{
  font-family: var(--font-involve), sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--cl-grey);
}



.primelike-footer-scope .ui_bottomBlock__neCcY > .ui_copyrightBlock__JnnNq > .ui_copyrightIp__mALYq{
  margin-bottom: var(--sp-2);
}



@font-face {
font-family: "fontInvolve";
src: url(fonts/Involve-regular.woff2) format("woff2");
font-display: swap;
font-weight: 400;
font-style: normal;
}



@font-face {
font-family: "fontInvolve";
src: url(fonts/Involve-medium.woff2) format("woff2");
font-display: swap;
font-weight: 500;
font-style: normal;
}



@font-face {
font-family: "fontInvolve";
src: url(fonts/Involve-semibold.woff2) format("woff2");
font-display: swap;
font-weight: 600;
font-style: normal;
}



@font-face {
font-family: "fontInvolve";
src: url(fonts/Involve-bold.woff2) format("woff2");
font-display: swap;
font-weight: 700;
font-style: normal;
}



@font-face {font-family: "fontInvolve Fallback";src: local("Arial");ascent-override: 72.84%;descent-override: 18.21%;line-gap-override: 30.05%;size-adjust: 109.83%
}



.primelike-footer-scope{
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}



.primelike-footer-scope .app-button_root__KXcBl{
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
  transition: opacity 0.3s ease-in, color 0.3s ease-in;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}



.primelike-footer-scope .app-button_root__KXcBl::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--cl-primary-gradient-hover);
  z-index: 2;
  transition: opacity 0.3s;
  opacity: 0;
}



.primelike-footer-scope .app-button_root__KXcBl:disabled{
  cursor: default;
  color: var(--cl-bg);
}



.primelike-footer-scope .app-button_root__KXcBl:disabled::after{
  background: var(--cl-grey);
  opacity: 0.6;
}



.primelike-footer-scope .app-button_root__KXcBl{
  /* смартфоны, устройства с сенсорным экраном, с которым работают пальцами */
  /* устройства с сенсорным экраном, с которым работают стилусом */
  /* контроллер Nintendo Wii, Microsoft Kinect */
  /* мышь, тачпад */
}



@media (hover: hover) and (pointer: fine) {

.primelike-footer-scope .app-button_root__KXcBl:hover:not(:disabled)::after{
    opacity: 1;
  }

}



.primelike-footer-scope .app-button_content__JsUGV{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}



.primelike-footer-scope .app-button_variant__filled__PiCg8{
  color: var(--cl-white);
  background: var(--cl-primary-gradient);
}



.primelike-footer-scope .app-button_size_xs__WmKb2{
  font-family: var(--font-involve), sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: var(--sp-3) var(--sp-5);
}



.primelike-footer-scope .app-link_root__mU7rs{
  --color: var(--cl-black);
  --color-active: var(--cl-primary-400);
  --color-hover: var(--cl-primary-600);
  --color-disable: var(--cl-grey);
  color: var(--color);
  transition: color 0.3s ease-in-out;
  /* смартфоны, устройства с сенсорным экраном, с которым работают пальцами */
  /* устройства с сенсорным экраном, с которым работают стилусом */
  /* контроллер Nintendo Wii, Microsoft Kinect */
  /* мышь, тачпад */
}



@media (hover: hover) and (pointer: fine) {

.primelike-footer-scope .app-link_root__mU7rs:hover{
    color: var(--color-hover);
  }

}



.primelike-footer-scope .app-link_root__mU7rs:focus-visible{
  outline: none;
  -webkit-text-decoration: underline solid var(--cl-primary-400) 1px;
          text-decoration: underline solid var(--cl-primary-400) 1px;
  text-underline-offset: var(--sp-1);
}



.primelike-footer-scope .app-link_root__mU7rs.app-link_active__WPfWR{
  color: var(--color-active);
}



.primelike-footer-scope .app-link_root__mU7rs.app-link_disabled__Q8X_Y{
  cursor: default;
  pointer-events: none;
  color: var(--color-disable);
}



.primelike-footer-scope .app-link_root__mU7rs.app-link_sm___CLlI{
  font-family: var(--font-involve), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}



@media (max-width: 768px) {

.primelike-footer-scope .app-link_root__mU7rs.app-link_sm___CLlI{
    font-family: var(--font-involve), sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

}



.primelike-footer-scope .app-link_root__mU7rs.app-link_xs__ckbfP{
  font-family: var(--font-involve), sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}



.primelike-footer-scope .app-logo_root__7q5v8{
  --logo-left-color: var(--cl-black);
  --logo-primary-color: var(--cl-primary-500, var(--cl-primary-400));
  --logo-icon-size: 50px;
  --logo-font-size: 25px;
  --logo-font-weight: 500;
  --logo-gap: var(--sp-3);
  display: inline-flex;
  align-items: center;
  gap: var(--logo-gap);
  white-space: nowrap;
}



.primelike-footer-scope .app-logo_light__Mds7u{
  --logo-left-color: var(--cl-white);
}



.primelike-footer-scope .app-logo_image__sB0Dk{
  height: var(--logo-icon-size);
  aspect-ratio: 1/1;
  flex: 0 0 var(--logo-icon-size);
}



.primelike-footer-scope .app-logo_text___3rvD{
  font-size: var(--logo-font-size);
  font-weight: var(--logo-font-weight);
}



.primelike-footer-scope .app-logo_left__8OWZG{
  color: var(--logo-left-color);
}



.primelike-footer-scope .app-logo_right__Ys6he{
  color: var(--logo-primary-color);
}



.primelike-footer-scope .app-container_root__WoXGp{
  max-width: 1280px;
  padding-left: var(--container-gap);
  padding-right: var(--container-gap);
  margin-left: auto;
  margin-right: auto;
}



.primelike-footer-scope{
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}



.primelike-footer-scope :host{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}


/* ===== PrimeLike/Reboot integration fixes =====
 * The exported footer wrapper was a full-height app shell with the footer
 * pushed to the bottom via margin-top:auto. In WordPress this creates a huge
 * blank spacer after the article/widgets. Collapse the wrapper to its content.
 */
.primelike-footer-scope {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
  background: transparent !important;
}

.primelike-footer-scope .ui_root__kQMiO {
  margin-top: 0 !important;
}
