@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

button, a {
  cursor: pointer;
}

* {
  outline: none;
}

html {
  /*overflow-y: scroll;
   scroll-behavior: smooth;
   -webkit-overflow-scrolling: touch;*/
}

i {
  font-style: italic;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.fw-400-mob {
  font-weight: 400;
}

.fw-500-mob {
  font-weight: 500;
}

.fw-600-mob {
  font-weight: 600;
}

.fw-700-mob {
  font-weight: 700;
}

.fw-900-mob {
  font-weight: 900;
}

.ls-32 {
  letter-spacing: -3.2px;
}

.ls-3 {
  letter-spacing: -3px;
}

.ls-1 {
  letter-spacing: -1px;
}

.ls-05 {
  letter-spacing: -0.5px;
}

.ls-048 {
  letter-spacing: -0.48px;
}

.ls-832 {
  letter-spacing: -8.32px;
}

.ls-576 {
  letter-spacing: -5.76px;
}

.ls-192 {
  letter-spacing: -1.92px;
}

@media (max-width: 1023px) {
  .ls-256-mob {
    letter-spacing: -2.56px;
  }
}

@media (max-width: 1023px) {
  .ls-128-mob {
    letter-spacing: -1.28px;
  }
}

@media (max-width: 1023px) {
  .ls-024-mob {
    letter-spacing: -0.24px;
  }
}

@media (max-width: 1023px) {
  .ls-032-mob {
    letter-spacing: -0.32px;
  }
}

@media (max-width: 1023px) {
  .ls-384-mob {
    letter-spacing: -3.84px;
  }
}

.mw-434 {
  max-width: 434px;
}
@media (max-width: 1023px) {
  .mw-434 {
    max-width: 100%;
  }
}

.mw-620 {
  max-width: 620px;
}
@media (max-width: 1023px) {
  .mw-620 {
    max-width: 100%;
  }
}

.mw-650 {
  max-width: 650px;
}
@media (max-width: 1023px) {
  .mw-650 {
    max-width: 100%;
  }
}

.mw-670 {
  max-width: 670px;
}
@media (max-width: 1023px) {
  .mw-670 {
    max-width: 100%;
  }
}

.mw-840 {
  max-width: 840px;
}
@media (max-width: 1023px) {
  .mw-840 {
    max-width: 100%;
  }
}

.w-full {
  width: 100%;
}

.text--center.mw-630 {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt--0 {
  margin-top: -0px;
}

.pt-0 {
  padding-top: 0px;
}

.m-0 {
  margin: 0px;
}

.m--0 {
  margin: -0px;
}

.p-0 {
  padding: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mr--0 {
  margin-right: -0px;
}

.pr-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0px;
}

.m--0 {
  margin: -0px;
}

.p-0 {
  padding: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb--0 {
  margin-bottom: -0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.m-0 {
  margin: 0px;
}

.m--0 {
  margin: -0px;
}

.p-0 {
  padding: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.ml--0 {
  margin-left: -0px;
}

.pl-0 {
  padding-left: 0px;
}

.m-0 {
  margin: 0px;
}

.m--0 {
  margin: -0px;
}

.p-0 {
  padding: 0px;
}

.mt-4 {
  margin-top: 4px;
}

.mt--4 {
  margin-top: -4px;
}

.pt-4 {
  padding-top: 4px;
}

.m-4 {
  margin: 4px;
}

.m--4 {
  margin: -4px;
}

.p-4 {
  padding: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mr--4 {
  margin-right: -4px;
}

.pr-4 {
  padding-right: 4px;
}

.m-4 {
  margin: 4px;
}

.m--4 {
  margin: -4px;
}

.p-4 {
  padding: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb--4 {
  margin-bottom: -4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.m-4 {
  margin: 4px;
}

.m--4 {
  margin: -4px;
}

.p-4 {
  padding: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.ml--4 {
  margin-left: -4px;
}

.pl-4 {
  padding-left: 4px;
}

.m-4 {
  margin: 4px;
}

.m--4 {
  margin: -4px;
}

.p-4 {
  padding: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt--8 {
  margin-top: -8px;
}

.pt-8 {
  padding-top: 8px;
}

.m-8 {
  margin: 8px;
}

.m--8 {
  margin: -8px;
}

.p-8 {
  padding: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mr--8 {
  margin-right: -8px;
}

.pr-8 {
  padding-right: 8px;
}

.m-8 {
  margin: 8px;
}

.m--8 {
  margin: -8px;
}

.p-8 {
  padding: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb--8 {
  margin-bottom: -8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.m-8 {
  margin: 8px;
}

.m--8 {
  margin: -8px;
}

.p-8 {
  padding: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.ml--8 {
  margin-left: -8px;
}

.pl-8 {
  padding-left: 8px;
}

.m-8 {
  margin: 8px;
}

.m--8 {
  margin: -8px;
}

.p-8 {
  padding: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt--12 {
  margin-top: -12px;
}

.pt-12 {
  padding-top: 12px;
}

.m-12 {
  margin: 12px;
}

.m--12 {
  margin: -12px;
}

.p-12 {
  padding: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mr--12 {
  margin-right: -12px;
}

.pr-12 {
  padding-right: 12px;
}

.m-12 {
  margin: 12px;
}

.m--12 {
  margin: -12px;
}

.p-12 {
  padding: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb--12 {
  margin-bottom: -12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.m-12 {
  margin: 12px;
}

.m--12 {
  margin: -12px;
}

.p-12 {
  padding: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.ml--12 {
  margin-left: -12px;
}

.pl-12 {
  padding-left: 12px;
}

.m-12 {
  margin: 12px;
}

.m--12 {
  margin: -12px;
}

.p-12 {
  padding: 12px;
}

.mt-14 {
  margin-top: 14px;
}

.mt--14 {
  margin-top: -14px;
}

.pt-14 {
  padding-top: 14px;
}

.m-14 {
  margin: 14px;
}

.m--14 {
  margin: -14px;
}

.p-14 {
  padding: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.mr--14 {
  margin-right: -14px;
}

.pr-14 {
  padding-right: 14px;
}

.m-14 {
  margin: 14px;
}

.m--14 {
  margin: -14px;
}

.p-14 {
  padding: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb--14 {
  margin-bottom: -14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.m-14 {
  margin: 14px;
}

.m--14 {
  margin: -14px;
}

.p-14 {
  padding: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.ml--14 {
  margin-left: -14px;
}

.pl-14 {
  padding-left: 14px;
}

.m-14 {
  margin: 14px;
}

.m--14 {
  margin: -14px;
}

.p-14 {
  padding: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mt--16 {
  margin-top: -16px;
}

.pt-16 {
  padding-top: 16px;
}

.m-16 {
  margin: 16px;
}

.m--16 {
  margin: -16px;
}

.p-16 {
  padding: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mr--16 {
  margin-right: -16px;
}

.pr-16 {
  padding-right: 16px;
}

.m-16 {
  margin: 16px;
}

.m--16 {
  margin: -16px;
}

.p-16 {
  padding: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb--16 {
  margin-bottom: -16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.m-16 {
  margin: 16px;
}

.m--16 {
  margin: -16px;
}

.p-16 {
  padding: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.ml--16 {
  margin-left: -16px;
}

.pl-16 {
  padding-left: 16px;
}

.m-16 {
  margin: 16px;
}

.m--16 {
  margin: -16px;
}

.p-16 {
  padding: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt--20 {
  margin-top: -20px;
}

.pt-20 {
  padding-top: 20px;
}

.m-20 {
  margin: 20px;
}

.m--20 {
  margin: -20px;
}

.p-20 {
  padding: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mr--20 {
  margin-right: -20px;
}

.pr-20 {
  padding-right: 20px;
}

.m-20 {
  margin: 20px;
}

.m--20 {
  margin: -20px;
}

.p-20 {
  padding: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb--20 {
  margin-bottom: -20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.m-20 {
  margin: 20px;
}

.m--20 {
  margin: -20px;
}

.p-20 {
  padding: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.ml--20 {
  margin-left: -20px;
}

.pl-20 {
  padding-left: 20px;
}

.m-20 {
  margin: 20px;
}

.m--20 {
  margin: -20px;
}

.p-20 {
  padding: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt--24 {
  margin-top: -24px;
}

.pt-24 {
  padding-top: 24px;
}

.m-24 {
  margin: 24px;
}

.m--24 {
  margin: -24px;
}

.p-24 {
  padding: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mr--24 {
  margin-right: -24px;
}

.pr-24 {
  padding-right: 24px;
}

.m-24 {
  margin: 24px;
}

.m--24 {
  margin: -24px;
}

.p-24 {
  padding: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb--24 {
  margin-bottom: -24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.m-24 {
  margin: 24px;
}

.m--24 {
  margin: -24px;
}

.p-24 {
  padding: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.ml--24 {
  margin-left: -24px;
}

.pl-24 {
  padding-left: 24px;
}

.m-24 {
  margin: 24px;
}

.m--24 {
  margin: -24px;
}

.p-24 {
  padding: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt--32 {
  margin-top: -32px;
}

.pt-32 {
  padding-top: 32px;
}

.m-32 {
  margin: 32px;
}

.m--32 {
  margin: -32px;
}

.p-32 {
  padding: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mr--32 {
  margin-right: -32px;
}

.pr-32 {
  padding-right: 32px;
}

.m-32 {
  margin: 32px;
}

.m--32 {
  margin: -32px;
}

.p-32 {
  padding: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb--32 {
  margin-bottom: -32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.m-32 {
  margin: 32px;
}

.m--32 {
  margin: -32px;
}

.p-32 {
  padding: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.ml--32 {
  margin-left: -32px;
}

.pl-32 {
  padding-left: 32px;
}

.m-32 {
  margin: 32px;
}

.m--32 {
  margin: -32px;
}

.p-32 {
  padding: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt--40 {
  margin-top: -40px;
}

.pt-40 {
  padding-top: 40px;
}

.m-40 {
  margin: 40px;
}

.m--40 {
  margin: -40px;
}

.p-40 {
  padding: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mr--40 {
  margin-right: -40px;
}

.pr-40 {
  padding-right: 40px;
}

.m-40 {
  margin: 40px;
}

.m--40 {
  margin: -40px;
}

.p-40 {
  padding: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb--40 {
  margin-bottom: -40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.m-40 {
  margin: 40px;
}

.m--40 {
  margin: -40px;
}

.p-40 {
  padding: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.ml--40 {
  margin-left: -40px;
}

.pl-40 {
  padding-left: 40px;
}

.m-40 {
  margin: 40px;
}

.m--40 {
  margin: -40px;
}

.p-40 {
  padding: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt--48 {
  margin-top: -48px;
}

.pt-48 {
  padding-top: 48px;
}

.m-48 {
  margin: 48px;
}

.m--48 {
  margin: -48px;
}

.p-48 {
  padding: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mr--48 {
  margin-right: -48px;
}

.pr-48 {
  padding-right: 48px;
}

.m-48 {
  margin: 48px;
}

.m--48 {
  margin: -48px;
}

.p-48 {
  padding: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb--48 {
  margin-bottom: -48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.m-48 {
  margin: 48px;
}

.m--48 {
  margin: -48px;
}

.p-48 {
  padding: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.ml--48 {
  margin-left: -48px;
}

.pl-48 {
  padding-left: 48px;
}

.m-48 {
  margin: 48px;
}

.m--48 {
  margin: -48px;
}

.p-48 {
  padding: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt--56 {
  margin-top: -56px;
}

.pt-56 {
  padding-top: 56px;
}

.m-56 {
  margin: 56px;
}

.m--56 {
  margin: -56px;
}

.p-56 {
  padding: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mr--56 {
  margin-right: -56px;
}

.pr-56 {
  padding-right: 56px;
}

.m-56 {
  margin: 56px;
}

.m--56 {
  margin: -56px;
}

.p-56 {
  padding: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb--56 {
  margin-bottom: -56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.m-56 {
  margin: 56px;
}

.m--56 {
  margin: -56px;
}

.p-56 {
  padding: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.ml--56 {
  margin-left: -56px;
}

.pl-56 {
  padding-left: 56px;
}

.m-56 {
  margin: 56px;
}

.m--56 {
  margin: -56px;
}

.p-56 {
  padding: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mt--64 {
  margin-top: -64px;
}

.pt-64 {
  padding-top: 64px;
}

.m-64 {
  margin: 64px;
}

.m--64 {
  margin: -64px;
}

.p-64 {
  padding: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mr--64 {
  margin-right: -64px;
}

.pr-64 {
  padding-right: 64px;
}

.m-64 {
  margin: 64px;
}

.m--64 {
  margin: -64px;
}

.p-64 {
  padding: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb--64 {
  margin-bottom: -64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.m-64 {
  margin: 64px;
}

.m--64 {
  margin: -64px;
}

.p-64 {
  padding: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.ml--64 {
  margin-left: -64px;
}

.pl-64 {
  padding-left: 64px;
}

.m-64 {
  margin: 64px;
}

.m--64 {
  margin: -64px;
}

.p-64 {
  padding: 64px;
}

.mt-80 {
  margin-top: 80px;
}

.mt--80 {
  margin-top: -80px;
}

.pt-80 {
  padding-top: 80px;
}

.m-80 {
  margin: 80px;
}

.m--80 {
  margin: -80px;
}

.p-80 {
  padding: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mr--80 {
  margin-right: -80px;
}

.pr-80 {
  padding-right: 80px;
}

.m-80 {
  margin: 80px;
}

.m--80 {
  margin: -80px;
}

.p-80 {
  padding: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb--80 {
  margin-bottom: -80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.m-80 {
  margin: 80px;
}

.m--80 {
  margin: -80px;
}

.p-80 {
  padding: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.ml--80 {
  margin-left: -80px;
}

.pl-80 {
  padding-left: 80px;
}

.m-80 {
  margin: 80px;
}

.m--80 {
  margin: -80px;
}

.p-80 {
  padding: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt--100 {
  margin-top: -100px;
}

.pt-100 {
  padding-top: 100px;
}

.m-100 {
  margin: 100px;
}

.m--100 {
  margin: -100px;
}

.p-100 {
  padding: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mr--100 {
  margin-right: -100px;
}

.pr-100 {
  padding-right: 100px;
}

.m-100 {
  margin: 100px;
}

.m--100 {
  margin: -100px;
}

.p-100 {
  padding: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb--100 {
  margin-bottom: -100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.m-100 {
  margin: 100px;
}

.m--100 {
  margin: -100px;
}

.p-100 {
  padding: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.ml--100 {
  margin-left: -100px;
}

.pl-100 {
  padding-left: 100px;
}

.m-100 {
  margin: 100px;
}

.m--100 {
  margin: -100px;
}

.p-100 {
  padding: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--120 {
  margin-top: -120px;
}

.pt-120 {
  padding-top: 120px;
}

.m-120 {
  margin: 120px;
}

.m--120 {
  margin: -120px;
}

.p-120 {
  padding: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mr--120 {
  margin-right: -120px;
}

.pr-120 {
  padding-right: 120px;
}

.m-120 {
  margin: 120px;
}

.m--120 {
  margin: -120px;
}

.p-120 {
  padding: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.m-120 {
  margin: 120px;
}

.m--120 {
  margin: -120px;
}

.p-120 {
  padding: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.ml--120 {
  margin-left: -120px;
}

.pl-120 {
  padding-left: 120px;
}

.m-120 {
  margin: 120px;
}

.m--120 {
  margin: -120px;
}

.p-120 {
  padding: 120px;
}

.mt-160 {
  margin-top: 160px;
}

.mt--160 {
  margin-top: -160px;
}

.pt-160 {
  padding-top: 160px;
}

.m-160 {
  margin: 160px;
}

.m--160 {
  margin: -160px;
}

.p-160 {
  padding: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.mr--160 {
  margin-right: -160px;
}

.pr-160 {
  padding-right: 160px;
}

.m-160 {
  margin: 160px;
}

.m--160 {
  margin: -160px;
}

.p-160 {
  padding: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb--160 {
  margin-bottom: -160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.m-160 {
  margin: 160px;
}

.m--160 {
  margin: -160px;
}

.p-160 {
  padding: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.ml--160 {
  margin-left: -160px;
}

.pl-160 {
  padding-left: 160px;
}

.m-160 {
  margin: 160px;
}

.m--160 {
  margin: -160px;
}

.p-160 {
  padding: 160px;
}

.fsz-0 {
  font-size: 0px;
}

.radius-0 {
  border-radius: 0px;
}

.radius-8 {
  border-radius: 8px;
}

.gap-0 {
  gap: 0px;
}

.row-gap-0 {
  row-gap: 0px;
}

.column-gap-0 {
  column-gap: 0px;
}

.gap-8 {
  gap: 8px;
}

.row-gap-8 {
  row-gap: 8px;
}

.column-gap-8 {
  column-gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.row-gap-12 {
  row-gap: 12px;
}

.column-gap-12 {
  column-gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.row-gap-16 {
  row-gap: 16px;
}

.column-gap-16 {
  column-gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.row-gap-20 {
  row-gap: 20px;
}

.column-gap-20 {
  column-gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.row-gap-24 {
  row-gap: 24px;
}

.column-gap-24 {
  column-gap: 24px;
}

.gap-40 {
  gap: 40px;
}

.row-gap-40 {
  row-gap: 40px;
}

.column-gap-40 {
  column-gap: 40px;
}

.gap-48 {
  gap: 48px;
}

.row-gap-48 {
  row-gap: 48px;
}

.column-gap-48 {
  column-gap: 48px;
}

.gap-54 {
  gap: 54px;
}

.row-gap-54 {
  row-gap: 54px;
}

.column-gap-54 {
  column-gap: 54px;
}

.gap-80 {
  gap: 80px;
}

.row-gap-80 {
  row-gap: 80px;
}

.column-gap-80 {
  column-gap: 80px;
}

@media (max-width: 1180px) {
  .fsz-0-tablet {
    font-size: 0px;
  }
  .gap-0-tablet {
    gap: 0px;
  }
  .row-gap-0-tablet {
    row-gap: 0px;
  }
  .column-gap-0-tablet {
    column-gap: 0px;
  }
  .gap-8-tablet {
    gap: 8px;
  }
  .row-gap-8-tablet {
    row-gap: 8px;
  }
  .column-gap-8-tablet {
    column-gap: 8px;
  }
  .gap-12-tablet {
    gap: 12px;
  }
  .row-gap-12-tablet {
    row-gap: 12px;
  }
  .column-gap-12-tablet {
    column-gap: 12px;
  }
  .gap-16-tablet {
    gap: 16px;
  }
  .row-gap-16-tablet {
    row-gap: 16px;
  }
  .column-gap-16-tablet {
    column-gap: 16px;
  }
  .gap-20-tablet {
    gap: 20px;
  }
  .row-gap-20-tablet {
    row-gap: 20px;
  }
  .column-gap-20-tablet {
    column-gap: 20px;
  }
  .gap-24-tablet {
    gap: 24px;
  }
  .row-gap-24-tablet {
    row-gap: 24px;
  }
  .column-gap-24-tablet {
    column-gap: 24px;
  }
  .gap-40-tablet {
    gap: 40px;
  }
  .row-gap-40-tablet {
    row-gap: 40px;
  }
  .column-gap-40-tablet {
    column-gap: 40px;
  }
  .gap-48-tablet {
    gap: 48px;
  }
  .row-gap-48-tablet {
    row-gap: 48px;
  }
  .column-gap-48-tablet {
    column-gap: 48px;
  }
  .gap-54-tablet {
    gap: 54px;
  }
  .row-gap-54-tablet {
    row-gap: 54px;
  }
  .column-gap-54-tablet {
    column-gap: 54px;
  }
  .gap-80-tablet {
    gap: 80px;
  }
  .row-gap-80-tablet {
    row-gap: 80px;
  }
  .column-gap-80-tablet {
    column-gap: 80px;
  }
  .radius-0-tablet {
    border-radius: 0px;
  }
  .radius-8-tablet {
    border-radius: 8px;
  }
}
@media (max-width: 1023px) {
  .fsz-0-mob {
    font-size: 0px;
  }
  .gap-0-mob {
    gap: 0px;
  }
  .row-gap-0-mob {
    row-gap: 0px;
  }
  .column-gap-0-mob {
    column-gap: 0px;
  }
  .gap-8-mob {
    gap: 8px;
  }
  .row-gap-8-mob {
    row-gap: 8px;
  }
  .column-gap-8-mob {
    column-gap: 8px;
  }
  .gap-12-mob {
    gap: 12px;
  }
  .row-gap-12-mob {
    row-gap: 12px;
  }
  .column-gap-12-mob {
    column-gap: 12px;
  }
  .gap-16-mob {
    gap: 16px;
  }
  .row-gap-16-mob {
    row-gap: 16px;
  }
  .column-gap-16-mob {
    column-gap: 16px;
  }
  .gap-20-mob {
    gap: 20px;
  }
  .row-gap-20-mob {
    row-gap: 20px;
  }
  .column-gap-20-mob {
    column-gap: 20px;
  }
  .gap-24-mob {
    gap: 24px;
  }
  .row-gap-24-mob {
    row-gap: 24px;
  }
  .column-gap-24-mob {
    column-gap: 24px;
  }
  .gap-40-mob {
    gap: 40px;
  }
  .row-gap-40-mob {
    row-gap: 40px;
  }
  .column-gap-40-mob {
    column-gap: 40px;
  }
  .gap-48-mob {
    gap: 48px;
  }
  .row-gap-48-mob {
    row-gap: 48px;
  }
  .column-gap-48-mob {
    column-gap: 48px;
  }
  .gap-54-mob {
    gap: 54px;
  }
  .row-gap-54-mob {
    row-gap: 54px;
  }
  .column-gap-54-mob {
    column-gap: 54px;
  }
  .gap-80-mob {
    gap: 80px;
  }
  .row-gap-80-mob {
    row-gap: 80px;
  }
  .column-gap-80-mob {
    column-gap: 80px;
  }
  .radius-0-mob {
    border-radius: 0px;
  }
  .radius-8-mob {
    border-radius: 8px;
  }
}
@media (max-width: 1180px) {
  .mt-0-tablet {
    margin-top: 0px !important;
  }
  .mt--0-tablet {
    margin-top: -0px !important;
  }
  .pt-0-tablet {
    padding-top: 0px !important;
  }
  .m-0-tablet {
    margin: 0px;
  }
  .p-0-tablet {
    padding: 0px;
  }
  .mr-0-tablet {
    margin-right: 0px !important;
  }
  .mr--0-tablet {
    margin-right: -0px !important;
  }
  .pr-0-tablet {
    padding-right: 0px !important;
  }
  .m-0-tablet {
    margin: 0px;
  }
  .p-0-tablet {
    padding: 0px;
  }
  .mb-0-tablet {
    margin-bottom: 0px !important;
  }
  .mb--0-tablet {
    margin-bottom: -0px !important;
  }
  .pb-0-tablet {
    padding-bottom: 0px !important;
  }
  .m-0-tablet {
    margin: 0px;
  }
  .p-0-tablet {
    padding: 0px;
  }
  .ml-0-tablet {
    margin-left: 0px !important;
  }
  .ml--0-tablet {
    margin-left: -0px !important;
  }
  .pl-0-tablet {
    padding-left: 0px !important;
  }
  .m-0-tablet {
    margin: 0px;
  }
  .p-0-tablet {
    padding: 0px;
  }
  .mt-4-tablet {
    margin-top: 4px !important;
  }
  .mt--4-tablet {
    margin-top: -4px !important;
  }
  .pt-4-tablet {
    padding-top: 4px !important;
  }
  .m-4-tablet {
    margin: 4px;
  }
  .p-4-tablet {
    padding: 4px;
  }
  .mr-4-tablet {
    margin-right: 4px !important;
  }
  .mr--4-tablet {
    margin-right: -4px !important;
  }
  .pr-4-tablet {
    padding-right: 4px !important;
  }
  .m-4-tablet {
    margin: 4px;
  }
  .p-4-tablet {
    padding: 4px;
  }
  .mb-4-tablet {
    margin-bottom: 4px !important;
  }
  .mb--4-tablet {
    margin-bottom: -4px !important;
  }
  .pb-4-tablet {
    padding-bottom: 4px !important;
  }
  .m-4-tablet {
    margin: 4px;
  }
  .p-4-tablet {
    padding: 4px;
  }
  .ml-4-tablet {
    margin-left: 4px !important;
  }
  .ml--4-tablet {
    margin-left: -4px !important;
  }
  .pl-4-tablet {
    padding-left: 4px !important;
  }
  .m-4-tablet {
    margin: 4px;
  }
  .p-4-tablet {
    padding: 4px;
  }
  .mt-8-tablet {
    margin-top: 8px !important;
  }
  .mt--8-tablet {
    margin-top: -8px !important;
  }
  .pt-8-tablet {
    padding-top: 8px !important;
  }
  .m-8-tablet {
    margin: 8px;
  }
  .p-8-tablet {
    padding: 8px;
  }
  .mr-8-tablet {
    margin-right: 8px !important;
  }
  .mr--8-tablet {
    margin-right: -8px !important;
  }
  .pr-8-tablet {
    padding-right: 8px !important;
  }
  .m-8-tablet {
    margin: 8px;
  }
  .p-8-tablet {
    padding: 8px;
  }
  .mb-8-tablet {
    margin-bottom: 8px !important;
  }
  .mb--8-tablet {
    margin-bottom: -8px !important;
  }
  .pb-8-tablet {
    padding-bottom: 8px !important;
  }
  .m-8-tablet {
    margin: 8px;
  }
  .p-8-tablet {
    padding: 8px;
  }
  .ml-8-tablet {
    margin-left: 8px !important;
  }
  .ml--8-tablet {
    margin-left: -8px !important;
  }
  .pl-8-tablet {
    padding-left: 8px !important;
  }
  .m-8-tablet {
    margin: 8px;
  }
  .p-8-tablet {
    padding: 8px;
  }
  .mt-12-tablet {
    margin-top: 12px !important;
  }
  .mt--12-tablet {
    margin-top: -12px !important;
  }
  .pt-12-tablet {
    padding-top: 12px !important;
  }
  .m-12-tablet {
    margin: 12px;
  }
  .p-12-tablet {
    padding: 12px;
  }
  .mr-12-tablet {
    margin-right: 12px !important;
  }
  .mr--12-tablet {
    margin-right: -12px !important;
  }
  .pr-12-tablet {
    padding-right: 12px !important;
  }
  .m-12-tablet {
    margin: 12px;
  }
  .p-12-tablet {
    padding: 12px;
  }
  .mb-12-tablet {
    margin-bottom: 12px !important;
  }
  .mb--12-tablet {
    margin-bottom: -12px !important;
  }
  .pb-12-tablet {
    padding-bottom: 12px !important;
  }
  .m-12-tablet {
    margin: 12px;
  }
  .p-12-tablet {
    padding: 12px;
  }
  .ml-12-tablet {
    margin-left: 12px !important;
  }
  .ml--12-tablet {
    margin-left: -12px !important;
  }
  .pl-12-tablet {
    padding-left: 12px !important;
  }
  .m-12-tablet {
    margin: 12px;
  }
  .p-12-tablet {
    padding: 12px;
  }
  .mt-14-tablet {
    margin-top: 14px !important;
  }
  .mt--14-tablet {
    margin-top: -14px !important;
  }
  .pt-14-tablet {
    padding-top: 14px !important;
  }
  .m-14-tablet {
    margin: 14px;
  }
  .p-14-tablet {
    padding: 14px;
  }
  .mr-14-tablet {
    margin-right: 14px !important;
  }
  .mr--14-tablet {
    margin-right: -14px !important;
  }
  .pr-14-tablet {
    padding-right: 14px !important;
  }
  .m-14-tablet {
    margin: 14px;
  }
  .p-14-tablet {
    padding: 14px;
  }
  .mb-14-tablet {
    margin-bottom: 14px !important;
  }
  .mb--14-tablet {
    margin-bottom: -14px !important;
  }
  .pb-14-tablet {
    padding-bottom: 14px !important;
  }
  .m-14-tablet {
    margin: 14px;
  }
  .p-14-tablet {
    padding: 14px;
  }
  .ml-14-tablet {
    margin-left: 14px !important;
  }
  .ml--14-tablet {
    margin-left: -14px !important;
  }
  .pl-14-tablet {
    padding-left: 14px !important;
  }
  .m-14-tablet {
    margin: 14px;
  }
  .p-14-tablet {
    padding: 14px;
  }
  .mt-16-tablet {
    margin-top: 16px !important;
  }
  .mt--16-tablet {
    margin-top: -16px !important;
  }
  .pt-16-tablet {
    padding-top: 16px !important;
  }
  .m-16-tablet {
    margin: 16px;
  }
  .p-16-tablet {
    padding: 16px;
  }
  .mr-16-tablet {
    margin-right: 16px !important;
  }
  .mr--16-tablet {
    margin-right: -16px !important;
  }
  .pr-16-tablet {
    padding-right: 16px !important;
  }
  .m-16-tablet {
    margin: 16px;
  }
  .p-16-tablet {
    padding: 16px;
  }
  .mb-16-tablet {
    margin-bottom: 16px !important;
  }
  .mb--16-tablet {
    margin-bottom: -16px !important;
  }
  .pb-16-tablet {
    padding-bottom: 16px !important;
  }
  .m-16-tablet {
    margin: 16px;
  }
  .p-16-tablet {
    padding: 16px;
  }
  .ml-16-tablet {
    margin-left: 16px !important;
  }
  .ml--16-tablet {
    margin-left: -16px !important;
  }
  .pl-16-tablet {
    padding-left: 16px !important;
  }
  .m-16-tablet {
    margin: 16px;
  }
  .p-16-tablet {
    padding: 16px;
  }
  .mt-20-tablet {
    margin-top: 20px !important;
  }
  .mt--20-tablet {
    margin-top: -20px !important;
  }
  .pt-20-tablet {
    padding-top: 20px !important;
  }
  .m-20-tablet {
    margin: 20px;
  }
  .p-20-tablet {
    padding: 20px;
  }
  .mr-20-tablet {
    margin-right: 20px !important;
  }
  .mr--20-tablet {
    margin-right: -20px !important;
  }
  .pr-20-tablet {
    padding-right: 20px !important;
  }
  .m-20-tablet {
    margin: 20px;
  }
  .p-20-tablet {
    padding: 20px;
  }
  .mb-20-tablet {
    margin-bottom: 20px !important;
  }
  .mb--20-tablet {
    margin-bottom: -20px !important;
  }
  .pb-20-tablet {
    padding-bottom: 20px !important;
  }
  .m-20-tablet {
    margin: 20px;
  }
  .p-20-tablet {
    padding: 20px;
  }
  .ml-20-tablet {
    margin-left: 20px !important;
  }
  .ml--20-tablet {
    margin-left: -20px !important;
  }
  .pl-20-tablet {
    padding-left: 20px !important;
  }
  .m-20-tablet {
    margin: 20px;
  }
  .p-20-tablet {
    padding: 20px;
  }
  .mt-24-tablet {
    margin-top: 24px !important;
  }
  .mt--24-tablet {
    margin-top: -24px !important;
  }
  .pt-24-tablet {
    padding-top: 24px !important;
  }
  .m-24-tablet {
    margin: 24px;
  }
  .p-24-tablet {
    padding: 24px;
  }
  .mr-24-tablet {
    margin-right: 24px !important;
  }
  .mr--24-tablet {
    margin-right: -24px !important;
  }
  .pr-24-tablet {
    padding-right: 24px !important;
  }
  .m-24-tablet {
    margin: 24px;
  }
  .p-24-tablet {
    padding: 24px;
  }
  .mb-24-tablet {
    margin-bottom: 24px !important;
  }
  .mb--24-tablet {
    margin-bottom: -24px !important;
  }
  .pb-24-tablet {
    padding-bottom: 24px !important;
  }
  .m-24-tablet {
    margin: 24px;
  }
  .p-24-tablet {
    padding: 24px;
  }
  .ml-24-tablet {
    margin-left: 24px !important;
  }
  .ml--24-tablet {
    margin-left: -24px !important;
  }
  .pl-24-tablet {
    padding-left: 24px !important;
  }
  .m-24-tablet {
    margin: 24px;
  }
  .p-24-tablet {
    padding: 24px;
  }
  .mt-32-tablet {
    margin-top: 32px !important;
  }
  .mt--32-tablet {
    margin-top: -32px !important;
  }
  .pt-32-tablet {
    padding-top: 32px !important;
  }
  .m-32-tablet {
    margin: 32px;
  }
  .p-32-tablet {
    padding: 32px;
  }
  .mr-32-tablet {
    margin-right: 32px !important;
  }
  .mr--32-tablet {
    margin-right: -32px !important;
  }
  .pr-32-tablet {
    padding-right: 32px !important;
  }
  .m-32-tablet {
    margin: 32px;
  }
  .p-32-tablet {
    padding: 32px;
  }
  .mb-32-tablet {
    margin-bottom: 32px !important;
  }
  .mb--32-tablet {
    margin-bottom: -32px !important;
  }
  .pb-32-tablet {
    padding-bottom: 32px !important;
  }
  .m-32-tablet {
    margin: 32px;
  }
  .p-32-tablet {
    padding: 32px;
  }
  .ml-32-tablet {
    margin-left: 32px !important;
  }
  .ml--32-tablet {
    margin-left: -32px !important;
  }
  .pl-32-tablet {
    padding-left: 32px !important;
  }
  .m-32-tablet {
    margin: 32px;
  }
  .p-32-tablet {
    padding: 32px;
  }
  .mt-40-tablet {
    margin-top: 40px !important;
  }
  .mt--40-tablet {
    margin-top: -40px !important;
  }
  .pt-40-tablet {
    padding-top: 40px !important;
  }
  .m-40-tablet {
    margin: 40px;
  }
  .p-40-tablet {
    padding: 40px;
  }
  .mr-40-tablet {
    margin-right: 40px !important;
  }
  .mr--40-tablet {
    margin-right: -40px !important;
  }
  .pr-40-tablet {
    padding-right: 40px !important;
  }
  .m-40-tablet {
    margin: 40px;
  }
  .p-40-tablet {
    padding: 40px;
  }
  .mb-40-tablet {
    margin-bottom: 40px !important;
  }
  .mb--40-tablet {
    margin-bottom: -40px !important;
  }
  .pb-40-tablet {
    padding-bottom: 40px !important;
  }
  .m-40-tablet {
    margin: 40px;
  }
  .p-40-tablet {
    padding: 40px;
  }
  .ml-40-tablet {
    margin-left: 40px !important;
  }
  .ml--40-tablet {
    margin-left: -40px !important;
  }
  .pl-40-tablet {
    padding-left: 40px !important;
  }
  .m-40-tablet {
    margin: 40px;
  }
  .p-40-tablet {
    padding: 40px;
  }
  .mt-48-tablet {
    margin-top: 48px !important;
  }
  .mt--48-tablet {
    margin-top: -48px !important;
  }
  .pt-48-tablet {
    padding-top: 48px !important;
  }
  .m-48-tablet {
    margin: 48px;
  }
  .p-48-tablet {
    padding: 48px;
  }
  .mr-48-tablet {
    margin-right: 48px !important;
  }
  .mr--48-tablet {
    margin-right: -48px !important;
  }
  .pr-48-tablet {
    padding-right: 48px !important;
  }
  .m-48-tablet {
    margin: 48px;
  }
  .p-48-tablet {
    padding: 48px;
  }
  .mb-48-tablet {
    margin-bottom: 48px !important;
  }
  .mb--48-tablet {
    margin-bottom: -48px !important;
  }
  .pb-48-tablet {
    padding-bottom: 48px !important;
  }
  .m-48-tablet {
    margin: 48px;
  }
  .p-48-tablet {
    padding: 48px;
  }
  .ml-48-tablet {
    margin-left: 48px !important;
  }
  .ml--48-tablet {
    margin-left: -48px !important;
  }
  .pl-48-tablet {
    padding-left: 48px !important;
  }
  .m-48-tablet {
    margin: 48px;
  }
  .p-48-tablet {
    padding: 48px;
  }
  .mt-56-tablet {
    margin-top: 56px !important;
  }
  .mt--56-tablet {
    margin-top: -56px !important;
  }
  .pt-56-tablet {
    padding-top: 56px !important;
  }
  .m-56-tablet {
    margin: 56px;
  }
  .p-56-tablet {
    padding: 56px;
  }
  .mr-56-tablet {
    margin-right: 56px !important;
  }
  .mr--56-tablet {
    margin-right: -56px !important;
  }
  .pr-56-tablet {
    padding-right: 56px !important;
  }
  .m-56-tablet {
    margin: 56px;
  }
  .p-56-tablet {
    padding: 56px;
  }
  .mb-56-tablet {
    margin-bottom: 56px !important;
  }
  .mb--56-tablet {
    margin-bottom: -56px !important;
  }
  .pb-56-tablet {
    padding-bottom: 56px !important;
  }
  .m-56-tablet {
    margin: 56px;
  }
  .p-56-tablet {
    padding: 56px;
  }
  .ml-56-tablet {
    margin-left: 56px !important;
  }
  .ml--56-tablet {
    margin-left: -56px !important;
  }
  .pl-56-tablet {
    padding-left: 56px !important;
  }
  .m-56-tablet {
    margin: 56px;
  }
  .p-56-tablet {
    padding: 56px;
  }
  .mt-64-tablet {
    margin-top: 64px !important;
  }
  .mt--64-tablet {
    margin-top: -64px !important;
  }
  .pt-64-tablet {
    padding-top: 64px !important;
  }
  .m-64-tablet {
    margin: 64px;
  }
  .p-64-tablet {
    padding: 64px;
  }
  .mr-64-tablet {
    margin-right: 64px !important;
  }
  .mr--64-tablet {
    margin-right: -64px !important;
  }
  .pr-64-tablet {
    padding-right: 64px !important;
  }
  .m-64-tablet {
    margin: 64px;
  }
  .p-64-tablet {
    padding: 64px;
  }
  .mb-64-tablet {
    margin-bottom: 64px !important;
  }
  .mb--64-tablet {
    margin-bottom: -64px !important;
  }
  .pb-64-tablet {
    padding-bottom: 64px !important;
  }
  .m-64-tablet {
    margin: 64px;
  }
  .p-64-tablet {
    padding: 64px;
  }
  .ml-64-tablet {
    margin-left: 64px !important;
  }
  .ml--64-tablet {
    margin-left: -64px !important;
  }
  .pl-64-tablet {
    padding-left: 64px !important;
  }
  .m-64-tablet {
    margin: 64px;
  }
  .p-64-tablet {
    padding: 64px;
  }
  .mt-80-tablet {
    margin-top: 80px !important;
  }
  .mt--80-tablet {
    margin-top: -80px !important;
  }
  .pt-80-tablet {
    padding-top: 80px !important;
  }
  .m-80-tablet {
    margin: 80px;
  }
  .p-80-tablet {
    padding: 80px;
  }
  .mr-80-tablet {
    margin-right: 80px !important;
  }
  .mr--80-tablet {
    margin-right: -80px !important;
  }
  .pr-80-tablet {
    padding-right: 80px !important;
  }
  .m-80-tablet {
    margin: 80px;
  }
  .p-80-tablet {
    padding: 80px;
  }
  .mb-80-tablet {
    margin-bottom: 80px !important;
  }
  .mb--80-tablet {
    margin-bottom: -80px !important;
  }
  .pb-80-tablet {
    padding-bottom: 80px !important;
  }
  .m-80-tablet {
    margin: 80px;
  }
  .p-80-tablet {
    padding: 80px;
  }
  .ml-80-tablet {
    margin-left: 80px !important;
  }
  .ml--80-tablet {
    margin-left: -80px !important;
  }
  .pl-80-tablet {
    padding-left: 80px !important;
  }
  .m-80-tablet {
    margin: 80px;
  }
  .p-80-tablet {
    padding: 80px;
  }
  .mt-100-tablet {
    margin-top: 100px !important;
  }
  .mt--100-tablet {
    margin-top: -100px !important;
  }
  .pt-100-tablet {
    padding-top: 100px !important;
  }
  .m-100-tablet {
    margin: 100px;
  }
  .p-100-tablet {
    padding: 100px;
  }
  .mr-100-tablet {
    margin-right: 100px !important;
  }
  .mr--100-tablet {
    margin-right: -100px !important;
  }
  .pr-100-tablet {
    padding-right: 100px !important;
  }
  .m-100-tablet {
    margin: 100px;
  }
  .p-100-tablet {
    padding: 100px;
  }
  .mb-100-tablet {
    margin-bottom: 100px !important;
  }
  .mb--100-tablet {
    margin-bottom: -100px !important;
  }
  .pb-100-tablet {
    padding-bottom: 100px !important;
  }
  .m-100-tablet {
    margin: 100px;
  }
  .p-100-tablet {
    padding: 100px;
  }
  .ml-100-tablet {
    margin-left: 100px !important;
  }
  .ml--100-tablet {
    margin-left: -100px !important;
  }
  .pl-100-tablet {
    padding-left: 100px !important;
  }
  .m-100-tablet {
    margin: 100px;
  }
  .p-100-tablet {
    padding: 100px;
  }
  .mt-120-tablet {
    margin-top: 120px !important;
  }
  .mt--120-tablet {
    margin-top: -120px !important;
  }
  .pt-120-tablet {
    padding-top: 120px !important;
  }
  .m-120-tablet {
    margin: 120px;
  }
  .p-120-tablet {
    padding: 120px;
  }
  .mr-120-tablet {
    margin-right: 120px !important;
  }
  .mr--120-tablet {
    margin-right: -120px !important;
  }
  .pr-120-tablet {
    padding-right: 120px !important;
  }
  .m-120-tablet {
    margin: 120px;
  }
  .p-120-tablet {
    padding: 120px;
  }
  .mb-120-tablet {
    margin-bottom: 120px !important;
  }
  .mb--120-tablet {
    margin-bottom: -120px !important;
  }
  .pb-120-tablet {
    padding-bottom: 120px !important;
  }
  .m-120-tablet {
    margin: 120px;
  }
  .p-120-tablet {
    padding: 120px;
  }
  .ml-120-tablet {
    margin-left: 120px !important;
  }
  .ml--120-tablet {
    margin-left: -120px !important;
  }
  .pl-120-tablet {
    padding-left: 120px !important;
  }
  .m-120-tablet {
    margin: 120px;
  }
  .p-120-tablet {
    padding: 120px;
  }
  .mt-160-tablet {
    margin-top: 160px !important;
  }
  .mt--160-tablet {
    margin-top: -160px !important;
  }
  .pt-160-tablet {
    padding-top: 160px !important;
  }
  .m-160-tablet {
    margin: 160px;
  }
  .p-160-tablet {
    padding: 160px;
  }
  .mr-160-tablet {
    margin-right: 160px !important;
  }
  .mr--160-tablet {
    margin-right: -160px !important;
  }
  .pr-160-tablet {
    padding-right: 160px !important;
  }
  .m-160-tablet {
    margin: 160px;
  }
  .p-160-tablet {
    padding: 160px;
  }
  .mb-160-tablet {
    margin-bottom: 160px !important;
  }
  .mb--160-tablet {
    margin-bottom: -160px !important;
  }
  .pb-160-tablet {
    padding-bottom: 160px !important;
  }
  .m-160-tablet {
    margin: 160px;
  }
  .p-160-tablet {
    padding: 160px;
  }
  .ml-160-tablet {
    margin-left: 160px !important;
  }
  .ml--160-tablet {
    margin-left: -160px !important;
  }
  .pl-160-tablet {
    padding-left: 160px !important;
  }
  .m-160-tablet {
    margin: 160px;
  }
  .p-160-tablet {
    padding: 160px;
  }
}
@media (max-width: 1023px) {
  .mt-0-mob {
    margin-top: 0px !important;
  }
  .mt--0-mob {
    margin-top: -0px !important;
  }
  .pt-0-mob {
    padding-top: 0px !important;
  }
  .m-0-mob {
    margin: 0px;
  }
  .p-0-mob {
    padding: 0px;
  }
  .mr-0-mob {
    margin-right: 0px !important;
  }
  .mr--0-mob {
    margin-right: -0px !important;
  }
  .pr-0-mob {
    padding-right: 0px !important;
  }
  .m-0-mob {
    margin: 0px;
  }
  .p-0-mob {
    padding: 0px;
  }
  .mb-0-mob {
    margin-bottom: 0px !important;
  }
  .mb--0-mob {
    margin-bottom: -0px !important;
  }
  .pb-0-mob {
    padding-bottom: 0px !important;
  }
  .m-0-mob {
    margin: 0px;
  }
  .p-0-mob {
    padding: 0px;
  }
  .ml-0-mob {
    margin-left: 0px !important;
  }
  .ml--0-mob {
    margin-left: -0px !important;
  }
  .pl-0-mob {
    padding-left: 0px !important;
  }
  .m-0-mob {
    margin: 0px;
  }
  .p-0-mob {
    padding: 0px;
  }
  .mt-4-mob {
    margin-top: 4px !important;
  }
  .mt--4-mob {
    margin-top: -4px !important;
  }
  .pt-4-mob {
    padding-top: 4px !important;
  }
  .m-4-mob {
    margin: 4px;
  }
  .p-4-mob {
    padding: 4px;
  }
  .mr-4-mob {
    margin-right: 4px !important;
  }
  .mr--4-mob {
    margin-right: -4px !important;
  }
  .pr-4-mob {
    padding-right: 4px !important;
  }
  .m-4-mob {
    margin: 4px;
  }
  .p-4-mob {
    padding: 4px;
  }
  .mb-4-mob {
    margin-bottom: 4px !important;
  }
  .mb--4-mob {
    margin-bottom: -4px !important;
  }
  .pb-4-mob {
    padding-bottom: 4px !important;
  }
  .m-4-mob {
    margin: 4px;
  }
  .p-4-mob {
    padding: 4px;
  }
  .ml-4-mob {
    margin-left: 4px !important;
  }
  .ml--4-mob {
    margin-left: -4px !important;
  }
  .pl-4-mob {
    padding-left: 4px !important;
  }
  .m-4-mob {
    margin: 4px;
  }
  .p-4-mob {
    padding: 4px;
  }
  .mt-8-mob {
    margin-top: 8px !important;
  }
  .mt--8-mob {
    margin-top: -8px !important;
  }
  .pt-8-mob {
    padding-top: 8px !important;
  }
  .m-8-mob {
    margin: 8px;
  }
  .p-8-mob {
    padding: 8px;
  }
  .mr-8-mob {
    margin-right: 8px !important;
  }
  .mr--8-mob {
    margin-right: -8px !important;
  }
  .pr-8-mob {
    padding-right: 8px !important;
  }
  .m-8-mob {
    margin: 8px;
  }
  .p-8-mob {
    padding: 8px;
  }
  .mb-8-mob {
    margin-bottom: 8px !important;
  }
  .mb--8-mob {
    margin-bottom: -8px !important;
  }
  .pb-8-mob {
    padding-bottom: 8px !important;
  }
  .m-8-mob {
    margin: 8px;
  }
  .p-8-mob {
    padding: 8px;
  }
  .ml-8-mob {
    margin-left: 8px !important;
  }
  .ml--8-mob {
    margin-left: -8px !important;
  }
  .pl-8-mob {
    padding-left: 8px !important;
  }
  .m-8-mob {
    margin: 8px;
  }
  .p-8-mob {
    padding: 8px;
  }
  .mt-12-mob {
    margin-top: 12px !important;
  }
  .mt--12-mob {
    margin-top: -12px !important;
  }
  .pt-12-mob {
    padding-top: 12px !important;
  }
  .m-12-mob {
    margin: 12px;
  }
  .p-12-mob {
    padding: 12px;
  }
  .mr-12-mob {
    margin-right: 12px !important;
  }
  .mr--12-mob {
    margin-right: -12px !important;
  }
  .pr-12-mob {
    padding-right: 12px !important;
  }
  .m-12-mob {
    margin: 12px;
  }
  .p-12-mob {
    padding: 12px;
  }
  .mb-12-mob {
    margin-bottom: 12px !important;
  }
  .mb--12-mob {
    margin-bottom: -12px !important;
  }
  .pb-12-mob {
    padding-bottom: 12px !important;
  }
  .m-12-mob {
    margin: 12px;
  }
  .p-12-mob {
    padding: 12px;
  }
  .ml-12-mob {
    margin-left: 12px !important;
  }
  .ml--12-mob {
    margin-left: -12px !important;
  }
  .pl-12-mob {
    padding-left: 12px !important;
  }
  .m-12-mob {
    margin: 12px;
  }
  .p-12-mob {
    padding: 12px;
  }
  .mt-14-mob {
    margin-top: 14px !important;
  }
  .mt--14-mob {
    margin-top: -14px !important;
  }
  .pt-14-mob {
    padding-top: 14px !important;
  }
  .m-14-mob {
    margin: 14px;
  }
  .p-14-mob {
    padding: 14px;
  }
  .mr-14-mob {
    margin-right: 14px !important;
  }
  .mr--14-mob {
    margin-right: -14px !important;
  }
  .pr-14-mob {
    padding-right: 14px !important;
  }
  .m-14-mob {
    margin: 14px;
  }
  .p-14-mob {
    padding: 14px;
  }
  .mb-14-mob {
    margin-bottom: 14px !important;
  }
  .mb--14-mob {
    margin-bottom: -14px !important;
  }
  .pb-14-mob {
    padding-bottom: 14px !important;
  }
  .m-14-mob {
    margin: 14px;
  }
  .p-14-mob {
    padding: 14px;
  }
  .ml-14-mob {
    margin-left: 14px !important;
  }
  .ml--14-mob {
    margin-left: -14px !important;
  }
  .pl-14-mob {
    padding-left: 14px !important;
  }
  .m-14-mob {
    margin: 14px;
  }
  .p-14-mob {
    padding: 14px;
  }
  .mt-16-mob {
    margin-top: 16px !important;
  }
  .mt--16-mob {
    margin-top: -16px !important;
  }
  .pt-16-mob {
    padding-top: 16px !important;
  }
  .m-16-mob {
    margin: 16px;
  }
  .p-16-mob {
    padding: 16px;
  }
  .mr-16-mob {
    margin-right: 16px !important;
  }
  .mr--16-mob {
    margin-right: -16px !important;
  }
  .pr-16-mob {
    padding-right: 16px !important;
  }
  .m-16-mob {
    margin: 16px;
  }
  .p-16-mob {
    padding: 16px;
  }
  .mb-16-mob {
    margin-bottom: 16px !important;
  }
  .mb--16-mob {
    margin-bottom: -16px !important;
  }
  .pb-16-mob {
    padding-bottom: 16px !important;
  }
  .m-16-mob {
    margin: 16px;
  }
  .p-16-mob {
    padding: 16px;
  }
  .ml-16-mob {
    margin-left: 16px !important;
  }
  .ml--16-mob {
    margin-left: -16px !important;
  }
  .pl-16-mob {
    padding-left: 16px !important;
  }
  .m-16-mob {
    margin: 16px;
  }
  .p-16-mob {
    padding: 16px;
  }
  .mt-20-mob {
    margin-top: 20px !important;
  }
  .mt--20-mob {
    margin-top: -20px !important;
  }
  .pt-20-mob {
    padding-top: 20px !important;
  }
  .m-20-mob {
    margin: 20px;
  }
  .p-20-mob {
    padding: 20px;
  }
  .mr-20-mob {
    margin-right: 20px !important;
  }
  .mr--20-mob {
    margin-right: -20px !important;
  }
  .pr-20-mob {
    padding-right: 20px !important;
  }
  .m-20-mob {
    margin: 20px;
  }
  .p-20-mob {
    padding: 20px;
  }
  .mb-20-mob {
    margin-bottom: 20px !important;
  }
  .mb--20-mob {
    margin-bottom: -20px !important;
  }
  .pb-20-mob {
    padding-bottom: 20px !important;
  }
  .m-20-mob {
    margin: 20px;
  }
  .p-20-mob {
    padding: 20px;
  }
  .ml-20-mob {
    margin-left: 20px !important;
  }
  .ml--20-mob {
    margin-left: -20px !important;
  }
  .pl-20-mob {
    padding-left: 20px !important;
  }
  .m-20-mob {
    margin: 20px;
  }
  .p-20-mob {
    padding: 20px;
  }
  .mt-24-mob {
    margin-top: 24px !important;
  }
  .mt--24-mob {
    margin-top: -24px !important;
  }
  .pt-24-mob {
    padding-top: 24px !important;
  }
  .m-24-mob {
    margin: 24px;
  }
  .p-24-mob {
    padding: 24px;
  }
  .mr-24-mob {
    margin-right: 24px !important;
  }
  .mr--24-mob {
    margin-right: -24px !important;
  }
  .pr-24-mob {
    padding-right: 24px !important;
  }
  .m-24-mob {
    margin: 24px;
  }
  .p-24-mob {
    padding: 24px;
  }
  .mb-24-mob {
    margin-bottom: 24px !important;
  }
  .mb--24-mob {
    margin-bottom: -24px !important;
  }
  .pb-24-mob {
    padding-bottom: 24px !important;
  }
  .m-24-mob {
    margin: 24px;
  }
  .p-24-mob {
    padding: 24px;
  }
  .ml-24-mob {
    margin-left: 24px !important;
  }
  .ml--24-mob {
    margin-left: -24px !important;
  }
  .pl-24-mob {
    padding-left: 24px !important;
  }
  .m-24-mob {
    margin: 24px;
  }
  .p-24-mob {
    padding: 24px;
  }
  .mt-32-mob {
    margin-top: 32px !important;
  }
  .mt--32-mob {
    margin-top: -32px !important;
  }
  .pt-32-mob {
    padding-top: 32px !important;
  }
  .m-32-mob {
    margin: 32px;
  }
  .p-32-mob {
    padding: 32px;
  }
  .mr-32-mob {
    margin-right: 32px !important;
  }
  .mr--32-mob {
    margin-right: -32px !important;
  }
  .pr-32-mob {
    padding-right: 32px !important;
  }
  .m-32-mob {
    margin: 32px;
  }
  .p-32-mob {
    padding: 32px;
  }
  .mb-32-mob {
    margin-bottom: 32px !important;
  }
  .mb--32-mob {
    margin-bottom: -32px !important;
  }
  .pb-32-mob {
    padding-bottom: 32px !important;
  }
  .m-32-mob {
    margin: 32px;
  }
  .p-32-mob {
    padding: 32px;
  }
  .ml-32-mob {
    margin-left: 32px !important;
  }
  .ml--32-mob {
    margin-left: -32px !important;
  }
  .pl-32-mob {
    padding-left: 32px !important;
  }
  .m-32-mob {
    margin: 32px;
  }
  .p-32-mob {
    padding: 32px;
  }
  .mt-40-mob {
    margin-top: 40px !important;
  }
  .mt--40-mob {
    margin-top: -40px !important;
  }
  .pt-40-mob {
    padding-top: 40px !important;
  }
  .m-40-mob {
    margin: 40px;
  }
  .p-40-mob {
    padding: 40px;
  }
  .mr-40-mob {
    margin-right: 40px !important;
  }
  .mr--40-mob {
    margin-right: -40px !important;
  }
  .pr-40-mob {
    padding-right: 40px !important;
  }
  .m-40-mob {
    margin: 40px;
  }
  .p-40-mob {
    padding: 40px;
  }
  .mb-40-mob {
    margin-bottom: 40px !important;
  }
  .mb--40-mob {
    margin-bottom: -40px !important;
  }
  .pb-40-mob {
    padding-bottom: 40px !important;
  }
  .m-40-mob {
    margin: 40px;
  }
  .p-40-mob {
    padding: 40px;
  }
  .ml-40-mob {
    margin-left: 40px !important;
  }
  .ml--40-mob {
    margin-left: -40px !important;
  }
  .pl-40-mob {
    padding-left: 40px !important;
  }
  .m-40-mob {
    margin: 40px;
  }
  .p-40-mob {
    padding: 40px;
  }
  .mt-48-mob {
    margin-top: 48px !important;
  }
  .mt--48-mob {
    margin-top: -48px !important;
  }
  .pt-48-mob {
    padding-top: 48px !important;
  }
  .m-48-mob {
    margin: 48px;
  }
  .p-48-mob {
    padding: 48px;
  }
  .mr-48-mob {
    margin-right: 48px !important;
  }
  .mr--48-mob {
    margin-right: -48px !important;
  }
  .pr-48-mob {
    padding-right: 48px !important;
  }
  .m-48-mob {
    margin: 48px;
  }
  .p-48-mob {
    padding: 48px;
  }
  .mb-48-mob {
    margin-bottom: 48px !important;
  }
  .mb--48-mob {
    margin-bottom: -48px !important;
  }
  .pb-48-mob {
    padding-bottom: 48px !important;
  }
  .m-48-mob {
    margin: 48px;
  }
  .p-48-mob {
    padding: 48px;
  }
  .ml-48-mob {
    margin-left: 48px !important;
  }
  .ml--48-mob {
    margin-left: -48px !important;
  }
  .pl-48-mob {
    padding-left: 48px !important;
  }
  .m-48-mob {
    margin: 48px;
  }
  .p-48-mob {
    padding: 48px;
  }
  .mt-56-mob {
    margin-top: 56px !important;
  }
  .mt--56-mob {
    margin-top: -56px !important;
  }
  .pt-56-mob {
    padding-top: 56px !important;
  }
  .m-56-mob {
    margin: 56px;
  }
  .p-56-mob {
    padding: 56px;
  }
  .mr-56-mob {
    margin-right: 56px !important;
  }
  .mr--56-mob {
    margin-right: -56px !important;
  }
  .pr-56-mob {
    padding-right: 56px !important;
  }
  .m-56-mob {
    margin: 56px;
  }
  .p-56-mob {
    padding: 56px;
  }
  .mb-56-mob {
    margin-bottom: 56px !important;
  }
  .mb--56-mob {
    margin-bottom: -56px !important;
  }
  .pb-56-mob {
    padding-bottom: 56px !important;
  }
  .m-56-mob {
    margin: 56px;
  }
  .p-56-mob {
    padding: 56px;
  }
  .ml-56-mob {
    margin-left: 56px !important;
  }
  .ml--56-mob {
    margin-left: -56px !important;
  }
  .pl-56-mob {
    padding-left: 56px !important;
  }
  .m-56-mob {
    margin: 56px;
  }
  .p-56-mob {
    padding: 56px;
  }
  .mt-64-mob {
    margin-top: 64px !important;
  }
  .mt--64-mob {
    margin-top: -64px !important;
  }
  .pt-64-mob {
    padding-top: 64px !important;
  }
  .m-64-mob {
    margin: 64px;
  }
  .p-64-mob {
    padding: 64px;
  }
  .mr-64-mob {
    margin-right: 64px !important;
  }
  .mr--64-mob {
    margin-right: -64px !important;
  }
  .pr-64-mob {
    padding-right: 64px !important;
  }
  .m-64-mob {
    margin: 64px;
  }
  .p-64-mob {
    padding: 64px;
  }
  .mb-64-mob {
    margin-bottom: 64px !important;
  }
  .mb--64-mob {
    margin-bottom: -64px !important;
  }
  .pb-64-mob {
    padding-bottom: 64px !important;
  }
  .m-64-mob {
    margin: 64px;
  }
  .p-64-mob {
    padding: 64px;
  }
  .ml-64-mob {
    margin-left: 64px !important;
  }
  .ml--64-mob {
    margin-left: -64px !important;
  }
  .pl-64-mob {
    padding-left: 64px !important;
  }
  .m-64-mob {
    margin: 64px;
  }
  .p-64-mob {
    padding: 64px;
  }
  .mt-80-mob {
    margin-top: 80px !important;
  }
  .mt--80-mob {
    margin-top: -80px !important;
  }
  .pt-80-mob {
    padding-top: 80px !important;
  }
  .m-80-mob {
    margin: 80px;
  }
  .p-80-mob {
    padding: 80px;
  }
  .mr-80-mob {
    margin-right: 80px !important;
  }
  .mr--80-mob {
    margin-right: -80px !important;
  }
  .pr-80-mob {
    padding-right: 80px !important;
  }
  .m-80-mob {
    margin: 80px;
  }
  .p-80-mob {
    padding: 80px;
  }
  .mb-80-mob {
    margin-bottom: 80px !important;
  }
  .mb--80-mob {
    margin-bottom: -80px !important;
  }
  .pb-80-mob {
    padding-bottom: 80px !important;
  }
  .m-80-mob {
    margin: 80px;
  }
  .p-80-mob {
    padding: 80px;
  }
  .ml-80-mob {
    margin-left: 80px !important;
  }
  .ml--80-mob {
    margin-left: -80px !important;
  }
  .pl-80-mob {
    padding-left: 80px !important;
  }
  .m-80-mob {
    margin: 80px;
  }
  .p-80-mob {
    padding: 80px;
  }
  .mt-100-mob {
    margin-top: 100px !important;
  }
  .mt--100-mob {
    margin-top: -100px !important;
  }
  .pt-100-mob {
    padding-top: 100px !important;
  }
  .m-100-mob {
    margin: 100px;
  }
  .p-100-mob {
    padding: 100px;
  }
  .mr-100-mob {
    margin-right: 100px !important;
  }
  .mr--100-mob {
    margin-right: -100px !important;
  }
  .pr-100-mob {
    padding-right: 100px !important;
  }
  .m-100-mob {
    margin: 100px;
  }
  .p-100-mob {
    padding: 100px;
  }
  .mb-100-mob {
    margin-bottom: 100px !important;
  }
  .mb--100-mob {
    margin-bottom: -100px !important;
  }
  .pb-100-mob {
    padding-bottom: 100px !important;
  }
  .m-100-mob {
    margin: 100px;
  }
  .p-100-mob {
    padding: 100px;
  }
  .ml-100-mob {
    margin-left: 100px !important;
  }
  .ml--100-mob {
    margin-left: -100px !important;
  }
  .pl-100-mob {
    padding-left: 100px !important;
  }
  .m-100-mob {
    margin: 100px;
  }
  .p-100-mob {
    padding: 100px;
  }
  .mt-120-mob {
    margin-top: 120px !important;
  }
  .mt--120-mob {
    margin-top: -120px !important;
  }
  .pt-120-mob {
    padding-top: 120px !important;
  }
  .m-120-mob {
    margin: 120px;
  }
  .p-120-mob {
    padding: 120px;
  }
  .mr-120-mob {
    margin-right: 120px !important;
  }
  .mr--120-mob {
    margin-right: -120px !important;
  }
  .pr-120-mob {
    padding-right: 120px !important;
  }
  .m-120-mob {
    margin: 120px;
  }
  .p-120-mob {
    padding: 120px;
  }
  .mb-120-mob {
    margin-bottom: 120px !important;
  }
  .mb--120-mob {
    margin-bottom: -120px !important;
  }
  .pb-120-mob {
    padding-bottom: 120px !important;
  }
  .m-120-mob {
    margin: 120px;
  }
  .p-120-mob {
    padding: 120px;
  }
  .ml-120-mob {
    margin-left: 120px !important;
  }
  .ml--120-mob {
    margin-left: -120px !important;
  }
  .pl-120-mob {
    padding-left: 120px !important;
  }
  .m-120-mob {
    margin: 120px;
  }
  .p-120-mob {
    padding: 120px;
  }
  .mt-160-mob {
    margin-top: 160px !important;
  }
  .mt--160-mob {
    margin-top: -160px !important;
  }
  .pt-160-mob {
    padding-top: 160px !important;
  }
  .m-160-mob {
    margin: 160px;
  }
  .p-160-mob {
    padding: 160px;
  }
  .mr-160-mob {
    margin-right: 160px !important;
  }
  .mr--160-mob {
    margin-right: -160px !important;
  }
  .pr-160-mob {
    padding-right: 160px !important;
  }
  .m-160-mob {
    margin: 160px;
  }
  .p-160-mob {
    padding: 160px;
  }
  .mb-160-mob {
    margin-bottom: 160px !important;
  }
  .mb--160-mob {
    margin-bottom: -160px !important;
  }
  .pb-160-mob {
    padding-bottom: 160px !important;
  }
  .m-160-mob {
    margin: 160px;
  }
  .p-160-mob {
    padding: 160px;
  }
  .ml-160-mob {
    margin-left: 160px !important;
  }
  .ml--160-mob {
    margin-left: -160px !important;
  }
  .pl-160-mob {
    padding-left: 160px !important;
  }
  .m-160-mob {
    margin: 160px;
  }
  .p-160-mob {
    padding: 160px;
  }
}
.mb-auto {
  margin-bottom: auto;
}

.mt-auto {
  margin-top: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.lh-100 {
  line-height: 100%;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-140 {
  line-height: 140%;
}

.lh-170 {
  line-height: 170%;
}

.lh-200 {
  line-height: 200%;
}

@media (max-width: 1023px) {
  .lh-100-mob {
    line-height: 100% !important;
  }
  .lh-110-mob {
    line-height: 110% !important;
  }
  .lh-120-mob {
    line-height: 120% !important;
  }
  .lh-140-mob {
    line-height: 140% !important;
  }
  .lh-170-mob {
    line-height: 170% !important;
  }
  .lh-200-mob {
    line-height: 200% !important;
  }
}
.mob-visible {
  display: none !important;
}
@media (max-width: 1023px) {
  .mob-visible {
    display: block !important;
  }
}

.tablet-visible {
  display: none !important;
}
@media (max-width: 1180px) {
  .tablet-visible {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .pc-visible {
    display: none !important;
  }
}
html {
  overflow: hidden visible;
  max-width: 100vw;
}
html.hidd {
  overflow: hidden;
}
body {
  line-height: 120%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  color: #262F3C;
  background-color: white;
  clip-path: polygon(0 0, 100vw 0, 100vw 100%, 0 100%);
}
@media (max-width: 1023px) {
  body main {
    max-width: 100vw;
  }
}
body footer {
  margin-top: auto;
}
body a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.text--overflow {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}
.text--overflow-1 {
  -webkit-line-clamp: 1; /* number of lines to show */
}
.text--overflow-2 {
  -webkit-line-clamp: 2; /* number of lines to show */
}
.text--overflow-3 {
  -webkit-line-clamp: 3; /* number of lines to show */
}

.color--white {
  color: white;
}
.color--red {
  color: #CA2D1B;
}
.color--green {
  color: #21A464;
}
.color--black {
  color: #000000;
}
.color--gray {
  color: #79828C;
}
.color--blue {
  color: #1E75FB;
}
.color--yellow {
  color: #FFD504;
}
.color--pale-crystal {
  color: #CACFD8;
}
.color--slate-gray {
  color: #79828C;
}
.color--neo-graphite {
  color: #262F3C;
}
.color--deep-graphite {
  color: #3D4755;
}
.color--dark-graphite {
  color: #2C3542;
}
.color--metalic-silver {
  color: #A3A8B2;
}

.bg--white {
  background-color: white;
}
.bg--red {
  background-color: #CA2D1B;
}
.bg--green {
  background-color: #21A464;
}
.bg--black {
  background-color: #000000;
}
.bg--blue {
  background-color: #1E75FB;
}
.bg--yellow {
  background-color: #FFD504;
}
.bg--neo-graphite {
  background-color: #262F3C;
}
.bg--deep-graphite {
  background-color: #3D4755;
}
.bg--metalic-silver {
  background-color: #A3A8B2;
}
.bg--metalic-light {
  background-color: #F7F7F8;
}
.bg--crystal {
  background-color: #F0F5FC;
}
@media (max-width: 1023px) {
  .bg--metalic-light-mob {
    background-color: #F7F7F8;
  }
}

.uppercase {
  text-transform: uppercase;
}

.terms_wrap label .msg-error {
  display: none !important;
}
.terms_wrap label input.error {
  box-shadow: 0 0 0 1px #CA2D1B;
}

.input-wrap {
  position: relative;
}
.input-wrap .reset_input {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: url("../images/icons/cross.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  cursor: pointer;
}
.input-wrap.search_icon input:focus ~ p, .input-wrap.search_icon input:not(:placeholder-shown) ~ p {
  color: #79828C !important;
}
.input-wrap.search_icon input {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.input-wrap.search_icon input:not(:placeholder-shown) ~ .reset_input {
  opacity: 1;
  visibility: visible;
}
.input-wrap.search_icon p {
  left: 40px;
  color: #3D4755;
}
.input-wrap.search_icon:before {
  content: "";
  width: 28px;
  height: 28px;
  top: 9px;
  left: 8px;
  position: absolute;
  pointer-events: none;
  background: url("../images/icons/search.svg") no-repeat center;
  background-size: contain;
}
.input-wrap.select-wrap input {
  cursor: pointer;
  user-select: none;
  padding-top: 0 !important;
  padding-right: 50px;
}
.input-wrap.select-wrap input[value] {
  border-color: #2C3542;
}
.input-wrap.select-wrap:has(input:focus):before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.input-wrap.select-wrap.outlined input[value] {
  border-color: #2C3542;
}
.input-wrap.select-wrap.outlined:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  background-image: url("../images/icons/down.svg");
  background-size: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  transition: 0.2s;
  pointer-events: none;
}
.input-wrap.select-wrap.outlined:has(input:focus):after {
  transform: rotate(-180deg);
}
.input-wrap.outlined input, .input-wrap.outlined textarea {
  padding: 16px 16px 0;
  color: #3D4755;
  background-color: white !important;
  border-color: #CACFD8;
}
.input-wrap.outlined input:hover, .input-wrap.outlined input:focus, .input-wrap.outlined textarea:hover, .input-wrap.outlined textarea:focus {
  border-color: #2C3542;
}
.input-wrap.outlined input.error, .input-wrap.outlined textarea.error {
  background-color: white !important;
}
.input-wrap.outlined input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
  border-color: #CACFD8;
  -webkit-text-fill-color: #3D4755;
  -webkit-background-clip: text;
}
.input-wrap input[type=radio] {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  display: inline-block;
}
.input-wrap input[type=radio].error {
  box-shadow: 0 0 0 1px #CA2D1B;
}
.input-wrap input[type=checkbox] {
  width: 15px !important;
  height: 15px !important;
  border-radius: 2px;
  display: inline-block;
}
.input-wrap input[type=checkbox].error {
  box-shadow: 0 0 0 1px #CA2D1B;
}
.input-wrap input, .input-wrap textarea {
  outline: none;
  padding: 0;
  resize: none;
  border: none;
  color: white;
  transition: 0.2s;
  height: 46px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  background-color: #3D4755;
  border-radius: 8px;
  padding: 16px 16px 0;
  border: 1px solid transparent;
}
.input-wrap input:focus ~ .dropdown, .input-wrap textarea:focus ~ .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.input-wrap input:focus ~ p, .input-wrap input:not(:placeholder-shown) ~ p, .input-wrap textarea:focus ~ p, .input-wrap textarea:not(:placeholder-shown) ~ p {
  top: 6px;
  font-size: 12px;
}
.input-wrap input:hover, .input-wrap input:focus, .input-wrap textarea:hover, .input-wrap textarea:focus {
  background-color: #2C3542;
}
.input-wrap input::placeholder, .input-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.input-wrap input.error, .input-wrap textarea.error {
  border-color: #CA2D1B;
  background-color: #2C3542 !important;
}
.input-wrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #3D4755 inset;
  border-color: transparent;
  -webkit-text-fill-color: white;
  -webkit-background-clip: text;
}
.input-wrap textarea {
  height: 140px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 1023px) {
  .input-wrap textarea {
    height: 100px;
  }
}
.input-wrap input, .input-wrap textarea {
  margin: 0;
}
.input-wrap p {
  color: #A3A8B2;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%; /* 22.4px */
  letter-spacing: -0.32px;
  position: absolute;
  top: 15px;
  left: 16px;
  pointer-events: none;
  transition: 0.2s;
}
.input-wrap .msg-error {
  color: #CA2D1B;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  display: inline-block;
}
.input-wrap.top_aligned .dropdown {
  top: unset;
  bottom: calc(100% + 4px);
}
.input-wrap label.btn:has(input:focus) ~ .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.input-wrap .filter_opener {
  padding: 0 24px !important;
  background-color: #2C3542;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 1180px) {
  .input-wrap:has(.multiple-filter) {
    position: static;
  }
}
.input-wrap .dropdown {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow: auto;
  padding: 8px;
  top: calc(100% + 8px);
  background-color: white;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  transition-delay: 0.1s;
  border-radius: 8px;
  left: 0;
  border: 1px solid #2C3542;
}
.input-wrap .dropdown:has(input[type=text]:focus) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.input-wrap .dropdown.multiple-filter {
  width: 624px;
  padding: 24px;
  gap: 24px;
  max-height: 600px;
}
@media (max-width: 1320px) {
  .input-wrap .dropdown.multiple-filter {
    width: 500px;
  }
}
@media (max-width: 1180px) {
  .input-wrap .dropdown.multiple-filter {
    width: calc(100vw - 40px);
    left: 0;
    padding: 12px;
  }
}
.input-wrap .dropdown.multiple-filter label {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
  outline: none;
  color: #000000;
  position: relative;
  gap: 8px;
  cursor: pointer;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 22.4px */
  letter-spacing: -0.32px;
  color: #2C3542;
}
.input-wrap .dropdown.multiple-filter label input {
  display: none;
}
.input-wrap .dropdown.multiple-filter label:has(input:checked) {
  background-color: #2C3542 !important;
  color: white !important;
}
@media (min-width: 1024px) {
  .input-wrap .dropdown.multiple-filter label:hover {
    background-color: #3D4755;
    color: white;
  }
}
@media (max-width: 1023px) {
  .input-wrap .dropdown {
    top: calc(100% + 8px);
  }
}
.input-wrap .dropdown li {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #3D4755;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  padding: 12px 40px 12px 12px;
  border-radius: 8px;
}
.input-wrap .dropdown li:not(:last-child) {
  margin-bottom: 4px;
}
.input-wrap .dropdown li:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icons/check-white.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: calc(50% - 10px);
  display: none;
}
.input-wrap .dropdown li:hover, .input-wrap .dropdown li.active {
  color: white;
  background-color: #2C3542;
}
.input-wrap .dropdown li.active {
  color: white;
}
.input-wrap .dropdown li.active:after {
  display: block;
}

.ov-hidden {
  overflow: hidden;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

@media (max-width: 1023px) {
  .pc-visible {
    display: none !important;
  }
}

.mob-visible {
  display: none !important;
}
@media (max-width: 1023px) {
  .mob-visible {
    display: block !important;
  }
}

.less-pc-small-visible {
  display: none !important;
}
@media (max-width: 1265px) {
  .less-pc-small-visible {
    display: block !important;
  }
}

@media (max-width: 1265px) {
  .pc-small-visible {
    display: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1264px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.container.big {
  max-width: 1375px;
}
@media (max-width: 1023px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fullh {
  height: 100vh;
}

.fullw {
  width: 100%;
}

.grid {
  display: grid;
}
.grid.col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid.col-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1180px) {
  .grid.col-1-tablet {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.col-2-tablet {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.col-3-tablet {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.col-4-tablet {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.col-5-tablet {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.col-6-tablet {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1023px) {
  .grid.col-1-mob {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.col-2-mob {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.col-3-mob {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.col-4-mob {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.col-5-mob {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.col-6-mob {
    grid-template-columns: repeat(6, 1fr);
  }
}

.isview {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.isview.decor {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
.isview.decor:before {
  transform: scale(0);
  transition: 0.4s;
}
.isview.decor.visible:before {
  transform: scale(1);
}
@media (max-width: 1023px) {
  .isview.decor.visible:before {
    transform: scale(1) rotate(5deg);
  }
}
.isview.visible {
  visibility: visible;
}
@media (min-width: 1024px) {
  .isview.visible.trd0 {
    transition-delay: 0s;
  }
  .isview.visible.trd02 {
    transition-delay: 0.2s;
  }
  .isview.visible.trd04 {
    transition-delay: 0.4s;
  }
  .isview.visible.trd06 {
    transition-delay: 0.6s;
  }
  .isview.visible.trd08 {
    transition-delay: 0.8s;
  }
  .isview.visible.trd10 {
    transition-delay: 1s;
  }
  .isview.visible.trd12 {
    transition-delay: 1.2s;
  }
  .isview.visible.trd14 {
    transition-delay: 1.4s;
  }
}
.isview.fadein {
  transition-delay: 0.1s;
}
.isview.fadein.visible {
  opacity: 1;
}
.isview.textanimation {
  opacity: !important;
  transition: 0s !important;
}
.isview.textanimation .a-line {
  display: block;
  overflow: hidden;
}
.isview.textanimation .a-line > span {
  transition: 0.7s;
  transform: translateY(110%);
  display: block;
}
.isview.textanimation.visible {
  opacity: 1;
}
.isview.textanimation.visible .a-line {
  transition-delay: 0s;
}
.isview.textanimation.visible .a-line > span {
  transform: translateY(0);
}
.isview.textanimation.visible .a-line:nth-child(2) > span {
  transition-delay: 0.15s;
}
.isview.textanimation.visible .a-line:nth-child(3) > span {
  transition-delay: 0.3s;
}
.isview.textanimation.visible .a-line:nth-child(4) > span {
  transition-delay: 0.45s;
}
.isview.textanimation.visible .a-line:nth-child(5) > span {
  transition-delay: 0.6s;
}
.isview.textanimation.visible .a-line:nth-child(6) > span {
  transition-delay: 0.75s;
}
.isview.imageslidetop {
  transform: translateY(150px);
  transition: 0.8s;
}
.isview.imageslidetop.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.isview.slidetop {
  transform: translateY(50px);
}
.isview.slidetop.visible {
  opacity: 1;
  transform: translateY(0);
}
.isview.slidebottom {
  transform: translateY(-50px);
}
.isview.slidebottom.visible {
  opacity: 1;
  transform: translateY(0);
}
.isview.slidetoright {
  transform: translateX(-30%);
}
.isview.slidetoright.visible {
  opacity: 1;
  transform: translateX(0);
}
.isview.slidetoleft {
  transform: translateX(30%);
}
.isview.slidetoleft.visible {
  opacity: 1;
  transform: translateX(0);
}
.isview.textslide {
  display: block;
  overflow: hidden;
}
.isview.textslide b {
  display: block;
  transform: translateY(50px) skew(0deg, 35deg);
  transform-origin: 0;
  opacity: 0;
  transition: 1.3s;
}
.isview.textslide.visible b {
  transform: translateY(0) skew(0deg, 0deg);
  opacity: 1;
}
.isview.textslide.visible {
  opacity: 1;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.default-screen {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1265px) {
  .default-screen {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .default-screen {
    padding: 64px 0;
  }
}
.default-screen:not(.has-bg) + .default-screen:not(.has-bg) {
  padding-top: 0;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.flex {
  display: flex;
}
@media (max-width: 1180px) {
  .flex--block-tablet {
    display: block;
  }
}
@media (max-width: 1023px) {
  .flex--block-mob {
    display: block;
  }
}
.flex--inline {
  display: inline-flex;
}
.flex.h--between {
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .flex.h--between-mob {
    justify-content: space-between !important;
  }
}
.flex.h--center {
  justify-content: center;
}
@media (max-width: 1023px) {
  .flex.h--center-mob {
    justify-content: center !important;
  }
}
.flex.h--start {
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .flex.h--start-mob {
    justify-content: flex-start !important;
  }
}
.flex.h--end {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .flex.h--end-mob {
    justify-content: flex-end !important;
  }
}
.flex.h--wrap {
  flex-flow: row;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .flex.h--wrap-mob {
    flex-flow: row !important;
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1023px) {
  .flex.v--start-mob {
    align-items: flex-start !important;
  }
}
@media (max-width: 1023px) {
  .flex.h--start-mob {
    justify-content: flex-start !important;
  }
}
.flex.v--center {
  align-items: center;
}
.flex.v--start {
  align-items: flex-start;
}
.flex.v--end {
  align-items: flex-end;
}
.flex.v--stretch {
  align-items: stretch;
}
.flex .fd--column, .flex.fd--column {
  flex-direction: column;
}
@media (max-width: 1023px) {
  .flex .fd--column--mob, .flex.fd--column--mob {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .flex.fd--column-mob {
    flex-direction: column;
  }
}
.flex .fd--row, .flex.fd--row {
  flex-direction: row;
}
@media (max-width: 1023px) {
  .flex .fd--row--mob, .flex.fd--row--mob {
    flex-direction: row;
  }
}
.flex .fd--column, .flex.fd--column {
  flex-direction: column;
}
@media (max-width: 1180px) {
  .flex .fd--column--tablet, .flex.fd--column--tablet {
    flex-direction: column;
  }
}
.flex .fd--row, .flex.fd--row {
  flex-direction: row;
}
@media (max-width: 1180px) {
  .flex .fd--row--tablet, .flex.fd--row--tablet {
    flex-direction: row;
  }
}

.text--center {
  text-align: center;
}
@media (max-width: 1023px) {
  .text--center-mob {
    text-align: center;
  }
}
.text--left {
  text-align: left;
}
@media (max-width: 1023px) {
  .text--left-mob {
    text-align: left;
  }
}
.text--right {
  text-align: right;
}
@media (max-width: 1023px) {
  .text--right-mob {
    text-align: right;
  }
}

@media (max-width: 1023px) {
  .nobr-mob br {
    display: none;
  }
}

@media (max-width: 1180px) {
  .nobr-tablet br {
    display: none;
  }
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: 0.2s;
  border-bottom: 1px solid transparent;
}
header.active {
  border-bottom: 1px solid rgba(202, 207, 216, 0.3019607843);
}
header .logo {
  position: relative;
  z-index: 6;
}
header .logo img {
  height: 34px;
}
@media (max-width: 1023px) {
  header .logo img {
    height: 30px;
  }
}
header .buttons .btn {
  white-space: nowrap;
}
header nav {
  transition: 0s;
  width: 500px;
}
@media (max-width: 1265px) {
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    top: 0;
    height: 100vh;
    height: 100dvh;
    background: white;
    z-index: 5;
    padding: 100px 20px 50px;
    overflow: hidden auto;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
  }
  header nav.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  header nav .buttons {
    margin-top: auto;
    padding-top: 50px;
    width: 100%;
  }
  header nav > ul {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  header nav > ul > li {
    font-size: 20px !important;
    width: 100%;
    justify-content: space-between;
    flex-flow: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  header nav > ul > li {
    font-size: 18px !important;
  }
}
@media (min-width: 1266px) {
  header nav > ul:has(> li:hover) > li {
    opacity: 0.6;
  }
}
header nav > ul > li {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  display: inline-flex;
  align-items: center;
  transition: 0.2s;
}
@media (max-width: 1350px) {
  header nav > ul > li {
    font-size: 16px;
  }
}
header nav > ul > li > a {
  white-space: nowrap;
}
header nav > ul > li:hover {
  opacity: 1 !important;
}
header nav > ul > li:has(.menu_toggler):hover > a {
  position: relative;
}
header nav > ul > li:has(.menu_toggler):hover > a:after {
  content: "";
  width: 100%;
  height: 25px;
  top: 100%;
  left: 0;
  position: absolute;
}
header nav > ul > li .menu_toggler {
  width: 22px;
  height: 22px;
  transition: 0.2s;
  background: url("../images/icons/down.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 1265px) {
  header nav > ul > li .menu_toggler {
    transform: rotate(-90deg) !important;
    width: 28px;
    height: 28px;
  }
}
header nav > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header nav > ul > li:hover .menu_toggler {
  transform: rotate(-180deg);
}
header nav > ul > li:has(.sub-menu) > a:focus-visible:before {
  content: "";
  width: calc(100% + 32px);
  left: -8px;
  top: -4px;
  height: calc(100% + 8px);
  border-radius: 4px;
  border: 1px solid #000000;
  position: absolute;
}
@media (max-width: 1023px) {
  header nav > ul > li:has(.sub-menu) > a:focus-visible:before {
    width: calc(100% + 16px);
  }
}
header nav > ul > li > a {
  color: #3D4755;
  position: relative;
  transition: 0.2s;
}
header nav > ul > li > a:hover {
  color: #262F3C;
}
header nav > ul > li > a:focus-visible:before {
  content: "";
  width: calc(100% + 16px);
  left: -8px;
  top: -4px;
  height: calc(100% + 8px);
  border-radius: 4px;
  border: 1px solid #000000;
  position: absolute;
}
header .gam {
  display: none;
  position: relative;
  z-index: 7;
}
@media (max-width: 1265px) {
  header .gam {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  header .gam.active span {
    background: transparent !important;
  }
  header .gam.active span:before {
    transform: translate(0, -50%) rotate(-45deg);
  }
  header .gam.active span:after {
    transform: translate(0, -50%) rotate(45deg);
  }
  header .gam span {
    height: 3px;
    border-radius: 2px;
    width: 100%;
    transition: 0.3s;
  }
  header .gam span:before {
    content: "";
    width: calc(100% - 6px);
    height: 2px;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-6px);
    background: #79828C;
    border-radius: 2px;
    transition: 0.3s;
  }
  header .gam span:after {
    content: "";
    width: calc(100% - 6px);
    height: 2px;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(4px);
    background: #79828C;
    border-radius: 2px;
    transition: 0.3s;
  }
}

.sub-menu {
  padding: 48px 0;
  max-height: calc(100vh - 100px);
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  background: white;
  box-shadow: 0px 2228px 250px 0px rgba(39, 46, 59, 0), 0px 1426px 250px 0px rgba(39, 46, 59, 0.01), 0px 802px 250px 0px rgba(39, 46, 59, 0.02), 0px 356px 250px 0px rgba(39, 46, 59, 0.03), 0px 89px 196px 0px rgba(39, 46, 59, 0.04);
}
@media (max-width: 1265px) {
  .sub-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    background: white;
    transform: translateX(100%);
    z-index: 7;
    padding: 100px 20px 50px;
    overflow: auto;
    max-height: unset;
    opacity: 1;
    visibility: visible;
    box-shadow: unset;
  }
  .sub-menu.active {
    transform: translateX(0);
  }
}
@media (max-width: 1265px) {
  .sub-menu .back_wrap {
    padding: 0 40px;
  }
  .sub-menu .back_wrap .back_btn {
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
    background: url("../images/icons/down.svg") no-repeat center;
    background-size: contain;
    transform: rotate(90deg);
    width: 28px;
    height: 28px;
  }
}
.sub-menu .grid {
  align-items: start;
}
.sub-menu.resources_menu .menu_inner .col {
  padding: 4px;
}
.sub-menu.resources_menu .menu_inner .col .inner {
  flex-direction: column;
  gap: 16px;
}
.sub-menu.resources_menu .menu_inner .col .inner img {
  width: 100%;
  flex: 0 0 100%;
  border-radius: 6px;
  aspect-ratio: 1.7;
  object-fit: cover;
}
.sub-menu.resources_menu .menu_inner .col .inner .info {
  padding: 0 8px 8px;
}
.sub-menu .menu_inner {
  padding: 0 12px;
  max-width: 1375px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1265px) {
  .sub-menu .menu_inner {
    padding: 0;
  }
}
.sub-menu .menu_inner .col {
  padding: 24px;
  border-radius: 8px;
  position: relative;
  transition: 0.2s;
}
.sub-menu .menu_inner .col.always-open .accordeon_toggler {
  display: none;
}
.sub-menu .menu_inner .col.always-open .accordeon_hidden {
  display: block;
}
.sub-menu .menu_inner .col:focus-visible {
  outline: 1px solid black;
}
.sub-menu .menu_inner .col .inner:has(.accordeon_toggler) .info {
  width: calc(100% - 44px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-menu .menu_inner .col .accordeon_toggler {
  width: 28px;
  height: 28px;
  transition: 0.2s;
  background: url("../images/icons/down.svg") no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.sub-menu .menu_inner .col .accordeon_toggler.active {
  transform: rotate(-180deg);
}
.sub-menu .menu_inner .col .accordeon_hidden {
  display: none;
}
.sub-menu .menu_inner .col .sub_links {
  padding: 24px 0 0 44px;
  position: relative;
  z-index: 1;
}
.sub-menu .menu_inner .col .sub_links ul {
  display: grid;
  gap: 12px;
}
.sub-menu .menu_inner .col .sub_links ul li a {
  color: #79828C !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  transition: 0.2s;
}
.sub-menu .menu_inner .col .sub_links ul li a:before {
  display: none !important;
}
.sub-menu .menu_inner .col .sub_links ul li a:hover, .sub-menu .menu_inner .col .sub_links ul li a.active {
  color: #000000 !important;
}
.sub-menu .menu_inner .col .inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.sub-menu .menu_inner .col .inner img {
  width: 28px;
  flex: 0 0 28px;
}
.sub-menu .menu_inner .col:hover {
  background: #F7F7F8;
}
@media (max-width: 1265px) {
  .sub-menu .menu_inner .col {
    background: #F7F7F8;
  }
}
.sub-menu .menu_inner .col a {
  color: #3D4755;
}
.sub-menu .menu_inner .col a:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.2s;
}

footer .footer-top .logo {
  width: 217px;
  display: block;
}
@media (max-width: 1023px) {
  footer .footer-top .logo {
    width: 161px;
  }
}
footer .footer-top .logo img {
  width: 100%;
}
@media (max-width: 1023px) {
  footer .footer-top .buttons .btn:first-of-type {
    order: 1;
  }
  footer .footer-top .buttons .btn:last-of-type {
    order: 0;
  }
}
footer .footer-center {
  border-top: 0.5px solid #79828C;
}
footer .footer-center .col {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 1023px) {
  footer .footer-center .col {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 1180px) {
  footer .footer-center .col:nth-of-type(even) {
    border-right: none !important;
  }
}
footer .footer-center .col:not(:last-child) {
  border-right: 0.5px solid #79828C;
  padding-right: 24px;
}
@media (max-width: 1023px) {
  footer .footer-center .col:not(:last-child) {
    border-right: none;
    padding-right: 0;
  }
}
footer .footer-center .col a.title:hover {
  opacity: 0.6;
}
footer .footer-center .col .title {
  margin-bottom: 16px;
  display: block;
  color: white;
}
footer .footer-center .col .title:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  footer .footer-center .col .title:not(:first-child) {
    margin-top: 40px;
  }
}
footer .footer-center .col .menus_wrap {
  display: grid;
  gap: 24px;
}
footer .footer-center .col .menus_wrap .menu_wrap a.txt {
  transition: 0.3s;
}
footer .footer-center .col .menus_wrap .menu_wrap a.txt:hover {
  opacity: 0.6;
}
footer .footer-center .col .menus_wrap .menu_wrap .txt {
  margin-bottom: 8px;
}
footer .footer-center .col .menus_wrap .menu_wrap ul {
  display: grid;
  gap: 8px;
}
@media (max-width: 1023px) {
  footer .footer-bottom {
    border-top: 0.5px solid #79828C;
    gap: 0 12px;
  }
}
footer .footer-bottom .icons-wrap img {
  height: 45px;
}
@media (max-width: 1023px) {
  footer .footer-bottom .icons-wrap {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  footer .footer-bottom .socs {
    order: 1;
  }
}
@media (max-width: 1023px) {
  footer .footer-bottom .left {
    display: contents;
  }
  footer .footer-bottom .left .btn {
    order: 0;
  }
}
footer .footer-after {
  border-top: 0.5px solid #79828C;
}
@media (max-width: 1023px) {
  footer .footer-after {
    border-top: none;
  }
}
footer ul li {
  font-family: Archivo;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}
footer ul li a {
  color: #A3A8B2;
  position: relative;
}
footer ul li a:hover {
  color: white;
}
footer ul li a:active {
  color: #F7F7F8;
}
footer ul li a:focus-visible {
  color: white;
}
footer ul li a:focus-visible:before {
  content: "";
  width: calc(100% + 16px);
  left: -8px;
  top: -4px;
  height: calc(100% + 8px);
  border-radius: 4px;
  border: 1px solid #000000;
  position: absolute;
}

.socs a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #79828C;
  border-radius: 8px;
  transition: 0.2s;
}
.socs a:hover {
  background: white;
  border-color: white;
}
.socs a:hover img {
  filter: invert(0.8);
}
.socs a:hover svg path {
  fill: #262F3C;
}
.socs a:active {
  background: #CACFD8;
  border-color: #CACFD8;
}
.socs a:active img {
  filter: invert(0.8);
}
.socs a:active svg path {
  fill: #262F3C;
}
.socs a:focus-visible {
  border-width: 2px;
  background: transparent !important;
}
.socs a:focus-visible img {
  filter: unset !important;
}
.socs a img, .socs a svg {
  width: 24px;
  transition: 0.2s;
}
.socs.socs-alt a {
  background: #2C3542;
  border-color: #2C3542;
}
.socs.socs-alt a:hover {
  background: #3D4755 !important;
  border-color: #3D4755 !important;
}
.socs.socs-alt a:hover img {
  filter: unset;
}
.socs.socs-alt a:hover svg path {
  fill: white;
}
.socs.socs-alt a:active {
  background: #262F3C !important;
  border-color: #262F3C !important;
}
.socs.socs-alt a:active img {
  filter: unset;
}
.socs.socs-alt a:active svg path {
  fill: white;
}
.socs.socs-alt a:focus-visible {
  border-width: 2px;
  border-color: #000000 !important;
  background: #2C3542 !important;
}
.socs.socs-alt a:focus-visible img {
  filter: unset !important;
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  font-size: inherit;
  line-height: inherit;
}

.title {
  font-weight: 500;
  letter-spacing: -0.02em;
}
.title span {
  color: #A3A8B2;
}
.title span br {
  display: none;
}
@media (max-width: 1023px) {
  .title span br {
    display: block;
  }
}
.title--xxl {
  font-size: 80px;
  line-height: 110%;
}
@media (max-width: 1023px) {
  .title--xxl {
    font-size: 38px;
  }
}
.title--xl {
  font-size: 64px;
  line-height: 110%;
}
@media (max-width: 1023px) {
  .title--xl {
    font-size: 38px;
  }
}
.title--l {
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 1023px) {
  .title--l {
    font-size: 24px;
  }
}
.title--m {
  font-size: 32px;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .title--m {
    font-size: 24px;
  }
}
.title--s {
  font-size: 24px;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .title--s {
    font-size: 24px;
  }
}
.title--xs {
  font-size: 22px;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .title--xs {
    font-size: 20px;
  }
}

h1, .h1 {
  font-size: 80px;
  line-height: 110%;
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 64px;
  line-height: 110%;
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 38px;
  }
}

h3, .h3 {
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 1023px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 130%;
}
@media (max-width: 1023px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 24px;
  line-height: 130%;
}
@media (max-width: 1023px) {
  h5, .h5 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1023px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  letter-spacing: -0.02em;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
  color: #A3A8B2;
}
h1 span br, h2 span br, h3 span br, h4 span br, h5 span br, h6 span br, .h1 span br, .h2 span br, .h3 span br, .h4 span br, .h5 span br, .h6 span br {
  display: none;
}
@media (max-width: 1023px) {
  h1 span br, h2 span br, h3 span br, h4 span br, h5 span br, h6 span br, .h1 span br, .h2 span br, .h3 span br, .h4 span br, .h5 span br, .h6 span br {
    display: block;
  }
}

table {
  min-width: 100%;
  border-collapse: unset !important;
}
table tbody > tr:first-child td, table tbody > tr:first-child th {
  background: #F8F8F8;
  font-weight: 600;
}
table tbody > tr:first-child td:first-child, table tbody > tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}
table tbody > tr:first-child td:last-child, table tbody > tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}
table tbody > tr:first-child td:last-child:first-child, table tbody > tr:first-child th:last-child:first-child {
  border-radius: 8px 8px 0 0;
}
table tbody > tr:last-child td:first-child, table tbody > tr:last-child th:first-child {
  border-radius: 0 0 0 8px;
}
table tbody > tr:last-child td:last-child, table tbody > tr:last-child th:last-child {
  border-radius: 0 0 8px 0;
}
table tbody > tr:last-child td:last-child:first-child, table tbody > tr:last-child th:last-child:first-child {
  border-radius: 0 0 8px 8px;
}
table tbody > tr:not(:first-child) td, table tbody > tr:not(:first-child) th {
  border-top: none;
}
table tbody > tr td, table tbody > tr th {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  border: 1px solid #DCE3EE;
  border-left: none;
  min-width: 150px;
  border-collapse: collapse;
}
table tbody > tr td:first-child, table tbody > tr th:first-child {
  border-left: 1px solid #DCE3EE;
}
table tbody > tr td:last-child, table tbody > tr th:last-child {
  border-right: 1px solid #DCE3EE;
}

.txt {
  font-size: 16px;
  line-height: 140%;
  display: grid;
  font-weight: 400;
}
.txt h1, .txt h2, .txt h3, .txt h4, .txt h5, .txt h6 {
  font-weight: 500;
  letter-spacing: -0.8px;
  line-height: 120%;
}
@media (max-width: 1023px) {
  .txt h1, .txt h2, .txt h3, .txt h4, .txt h5, .txt h6 {
    letter-spacing: -0.48px;
    line-height: 130%;
  }
}
.txt:not([class*=gap-]) {
  gap: 24px;
}
.txt--m {
  font-size: 18px;
}
.txt--s {
  font-size: 16px;
  letter-spacing: -0.02em;
}
.txt--xs {
  font-size: 14px;
  letter-spacing: 0;
}
.txt--xxs {
  font-size: 12px;
  letter-spacing: 0;
}
.txt.color--metalic-silver a {
  color: #CACFD8;
}
.txt--l {
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .txt--l {
    line-height: 140%;
    font-size: 18px;
  }
}
.txt--l.fw-500 {
  line-height: 130%;
}
@media (max-width: 1023px) {
  .txt--l.fw-500 {
    font-size: 20px;
  }
}
.txt h1 {
  font-size: 64px;
  margin-bottom: 8px;
}
.txt h1:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .txt h1:not(:first-child) {
    margin-top: 18px;
  }
}
@media (max-width: 1023px) {
  .txt h1 {
    font-size: 40px;
    margin-bottom: 8px;
  }
}
.txt h2 {
  font-size: 40px;
  margin-bottom: 8px;
}
.txt h2:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .txt h2:not(:first-child) {
    margin-top: 16px;
  }
}
@media (max-width: 1023px) {
  .txt h2 {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
.txt h3 {
  font-size: 32px;
  margin-bottom: 8px;
}
.txt h3:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .txt h3:not(:first-child) {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .txt h3 {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
.txt h4 {
  font-size: 24px;
  margin-bottom: 8px;
}
.txt h4:not(:first-child) {
  margin-top: 36px;
}
@media (max-width: 1023px) {
  .txt h4:not(:first-child) {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .txt h4 {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.txt h5 {
  font-size: 24px;
  margin-bottom: 4px;
}
.txt h5:not(:first-child) {
  margin-top: 36px;
}
@media (max-width: 1023px) {
  .txt h5:not(:first-child) {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .txt h5 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.txt h6 {
  font-size: 22px;
  margin-bottom: 4px;
}
.txt h6:not(:first-child) {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .txt h6:not(:first-child) {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .txt h6 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.txt.txt--text-page h1, .txt.txt--text-page h2, .txt.txt--text-page h3, .txt.txt--text-page h4 {
  margin-bottom: 8px;
}
.txt.txt--text-page h1:not(:first-child), .txt.txt--text-page h2:not(:first-child), .txt.txt--text-page h3:not(:first-child), .txt.txt--text-page h4:not(:first-child) {
  margin-top: 64px;
}
@media (max-width: 1023px) {
  .txt.txt--text-page h1:not(:first-child), .txt.txt--text-page h2:not(:first-child), .txt.txt--text-page h3:not(:first-child), .txt.txt--text-page h4:not(:first-child) {
    margin-top: 24px;
  }
}
@media (max-width: 1023px) {
  .txt.txt--text-page h1, .txt.txt--text-page h2, .txt.txt--text-page h3, .txt.txt--text-page h4 {
    margin-bottom: 4px;
  }
}
.txt.txt--text-page h1, .txt.txt--text-page h2, .txt.txt--text-page h3, .txt.txt--text-page h4, .txt.txt--text-page h5, .txt.txt--text-page h6 {
  color: #262F3C;
}
.txt strong, .txt b {
  font-weight: 700;
}
.txt blockquote {
  display: grid;
  gap: inherit;
}
.txt blockquote:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icons/quote.svg") no-repeat center;
  background-size: contain;
  position: relative;
  display: block;
  margin-bottom: -8px;
}
.txt blockquote h1, .txt blockquote h2, .txt blockquote h3, .txt blockquote h4, .txt blockquote h5, .txt blockquote h6 {
  margin: 0;
}
.txt ul {
  display: grid;
  gap: inherit;
  list-style: disc;
  padding-left: 20px;
  gap: 12px;
}
.txt ol {
  display: grid;
  gap: 12px;
  list-style: decimal;
  padding-left: 20px;
}
.txt u {
  text-decoration: underline;
}
.txt i, .txt em {
  font-style: italic;
}
.txt s {
  text-decoration: line-through;
}
.txt b, .txt strong {
  font-weight: 700;
}
.txt a {
  color: inherit;
}
.txt a:hover {
  text-decoration: underline;
}
.txt img {
  height: unset;
}

.styled_text a {
  color: #2C3542;
  text-decoration: underline;
  font-weight: 500;
}
.styled_text a:hover {
  text-decoration: none;
}
.styled_text ul li {
  list-style: none;
  position: relative;
}
.styled_text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #FFD504;
  position: absolute;
  left: -20px;
  top: 8px;
}
.styled_text ol {
  list-style: none;
  counter-reset: styled_numbers;
  padding-left: 36px;
}
.styled_text ol li {
  position: relative;
}
.styled_text ol li:before {
  content: counter(styled_numbers, decimal);
  counter-increment: styled_numbers;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #FFD504;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 2px;
  left: -36px;
}

.disable-scrollbar::-webkit-scrollbar {
  display: none;
}

.submitted-message {
  color: #2C3542;
  font-size: 40px;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .submitted-message {
    font-size: 24px;
  }
}

body #iubenda-cs-banner .iubenda-cs-container {
  background-color: transparent !important;
}
body #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content {
  background-color: white !important;
}

.sidebar .submitted-message, .cta .submitted-message {
  color: white;
  text-align: center;
  margin-top: 32px;
  font-size: 24px;
}
.sidebar .hs-form, .cta .hs-form {
  margin-top: 32px;
  row-gap: 8px;
}
.sidebar .hs-form .hs-form-field, .cta .hs-form .hs-form-field {
  width: 100% !important;
  display: none;
}
.sidebar .hs-form .hs-form-field.hs-email, .cta .hs-form .hs-form-field.hs-email {
  display: block;
}
.sidebar .hs-form .hs-form-field label .hs-form-required, .cta .hs-form .hs-form-field label .hs-form-required {
  color: white;
}
.sidebar .hs-form .hs-form-field input, .cta .hs-form .hs-form-field input {
  background: #3D4755;
  border: none !important;
  color: white;
}
.sidebar .hs-form .hs-form-field input:hover, .sidebar .hs-form .hs-form-field input:focus, .cta .hs-form .hs-form-field input:hover, .cta .hs-form .hs-form-field input:focus {
  background: #2C3542;
}
.sidebar .hs-form .hs_submit, .cta .hs-form .hs_submit {
  margin-top: 0;
}
.sidebar .hs-form .hs_submit .hs-button, .cta .hs-form .hs_submit .hs-button {
  width: 100%;
  text-align: center;
  background-color: #FFD504;
  color: #262F3C;
  font-size: 16px;
  font-weight: 500;
  background-image: none;
}
.sidebar .hs-form .hs_submit .hs-button:hover, .cta .hs-form .hs_submit .hs-button:hover {
  background: #FFDF0B;
}

.hs-form {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 8px;
}
.hs-form .hs-main-font-element {
  color: #CA2D1B;
}
@media (max-width: 1023px) {
  .hs-form {
    row-gap: 12px;
  }
}
.hs-form .legal-consent-container {
  width: 100%;
  margin-top: 4px;
}
@media (max-width: 1023px) {
  .hs-form .legal-consent-container {
    margin-top: 8px;
  }
}
.hs-form .legal-consent-container .hs-form-field {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.hs-form .legal-consent-container label {
  position: static !important;
  width: 100%;
  font-size: 16px;
  color: #79828C;
  position: relative;
}
.hs-form .legal-consent-container label:has(input:checked):before {
  opacity: 1;
  visibility: visible;
}
.hs-form .legal-consent-container label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #2C3542;
  background-image: url(../../assets/images/icons/check-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
.hs-form .legal-consent-container input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  border-radius: 4px !important;
  border: 1.5px solid #79828C !important;
  margin: 0 !important;
  margin-right: 8px !important;
  background: transparent;
}
.hs-form .legal-consent-container input[type=checkbox]:checked {
  background-size: 12px;
  background-color: #2C3542 !important;
  border: 1.5px solid #2C3542 !important;
}
.hs-form .hs_submit {
  margin-top: 28px;
  width: 100%;
}
@media (max-width: 1023px) {
  .hs-form .hs_submit {
    margin-top: 12px;
  }
}
.hs-form .hs_submit .hs-button {
  height: 46px;
  border-radius: 8px;
  color: white;
  background-color: #2C3542;
  border: none;
  padding: 12px 46px 12px 24px;
  cursor: pointer;
  transition: 0.2s;
  background-image: url(../../assets/images/icons/arr-white.svg);
  background-size: 22px;
  background-position-x: calc(100% - 20px);
  background-repeat: no-repeat;
  background-position-y: 50%;
}
.hs-form .hs_submit .hs-button:hover {
  background-color: #3D4755;
}
.hs-form .hs_submit .hs-button:active {
  background-color: #2C3542;
}
.hs-form .form-columns-1 {
  width: 100%;
}
.hs-form .form-columns-1 .hs-form-field {
  width: 100% !important;
}
.hs-form .form-columns-2 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
}
@media (max-width: 1023px) {
  .hs-form .form-columns-2 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 12px;
  }
}
.hs-form .form-columns-2 .hs-form-field {
  width: 100% !important;
}
.hs-form .hs-form-field {
  width: calc(50% - 4px) !important;
  position: relative;
}
@media (max-width: 1023px) {
  .hs-form .hs-form-field {
    width: 100% !important;
  }
}
.hs-form .hs-form-field:has(input[type=number]) label {
  position: static !important;
  margin-bottom: 12px;
  display: block;
  font-size: 16px !important;
  color: #2C3542;
}
@media (max-width: 1023px) {
  .hs-form .hs-form-field:has(input[type=number]) label {
    margin-bottom: 8px;
  }
}
.hs-form .hs-form-field label {
  position: absolute;
  left: 16px;
  top: 14px;
  z-index: 3;
  font-size: 16px;
  font-weight: 500;
  color: #A3A8B2;
  transition: 0.2s;
}
.hs-form .hs-form-field label .hs-form-required {
  color: #2C3542;
  margin-left: 2px;
}
.hs-form .hs-form-field:has(.input input:focus) label, .hs-form .hs-form-field:has(.input textarea:focus) label {
  top: 4px;
  font-size: 12px;
}
.hs-form .hs-form-field:has(.input input:not(:placeholder-shown)) label, .hs-form .hs-form-field:has(.input textarea:not(:placeholder-shown)) label {
  top: 4px;
  font-size: 12px;
}
.hs-form .hs-form-field:has(.hs-error-msgs) .input input {
  border: 1px solid #CA2D1B;
}
.hs-form .hs-form-field:has(.hs-error-msgs) .hs-error-msgs {
  font-size: 14px;
  margin-top: 8px;
  color: #CA2D1B;
  position: static !important;
}
.hs-form .hs-form-field:has(.hs-error-msgs) .hs-error-msgs label {
  position: static;
  color: #CA2D1B;
  font-size: 14px;
  font-weight: 400;
}
.hs-form .hs-form-field .input {
  width: 100%;
  margin-right: 0;
  position: relative;
}
.hs-form .hs-form-field .input input, .hs-form .hs-form-field .input textarea {
  width: 100%;
  height: 46px;
  padding: 16px 16px 0 !important;
  border-radius: 8px;
  border: 1px solid #CACFD8;
  transition: 0.2s;
  resize: none;
  font-size: 16px;
}
.hs-form .hs-form-field .input input:hover, .hs-form .hs-form-field .input input:focus, .hs-form .hs-form-field .input textarea:hover, .hs-form .hs-form-field .input textarea:focus {
  border: 1px solid #2C3542;
}
.hs-form .hs-form-field .input textarea {
  height: 120px;
  min-height: 120px;
  padding: 20px 16px 0 !important;
}
.hs-form .hs-fieldtype-select:has(select:valid) label {
  top: 4px;
  font-size: 12px;
  width: fit-content;
  background: transparent;
  padding-bottom: 0;
}
.hs-form .hs-fieldtype-select label {
  background: white;
  pointer-events: none;
  width: calc(100% - 50px);
  padding-bottom: 10px;
}
.hs-form .hs-fieldtype-select select {
  width: 100%;
  height: 46px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #CACFD8;
  padding: 12px 16px 0;
  appearance: none;
  background-image: url(../../assets/images/icons/down.svg);
  background-size: 32px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 8px);
}
.hs-form .hs-fieldtype-select select::placeholder {
  color: #A3A8B2;
}

.cta .hs-form {
  flex-flow: unset !important;
}
@media (max-width: 1023px) {
  .cta .hs-form {
    flex-direction: column !important;
  }
}
.cta .hs-form .hs_submit {
  width: fit-content;
}
@media (max-width: 1023px) {
  .cta .hs-form .hs_submit {
    width: 100%;
  }
}
.cta .hs-form .hs_submit .hs-button {
  padding: 12px 24px;
}
@media (max-width: 1023px) {
  .cta .hs-form .hs_submit .hs-button {
    width: 100%;
  }
}

.without_animations.isview.slidetop {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.from-start-to-finish {
  position: relative;
  display: block !important;
}
.from-start-to-finish:has(+ .cta):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 140px;
  background: #F0F5FC;
}
.from-start-to-finish .columns .col {
  clip-path: unset !important;
}
.from-start-to-finish .columns .col .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disable-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.disable-scrollbar .iubenda-cs-brand-badge-outer {
  display: none !important;
}
.disable-scrollbar .iubenda-cs-brand-badge-outer .iubenda-cs-brand-badge {
  display: none !important;
}

@media (max-width: 639px) {
  .disable-scrollbar #iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-rationale {
    height: auto !important;
  }
}
@media (max-width: 639px) {
  .disable-scrollbar #iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-content {
    max-width: calc(100% - 40px) !important;
    margin-left: 20px !important;
  }
}
@media (max-width: 639px) {
  .disable-scrollbar #iubenda-cs-banner .iubenda-cs-rationale {
    flex: 0 0 auto !important;
  }
}
.disable-scrollbar #iubenda-cs-banner .iubenda-custom-content {
  padding: 24px !important;
  padding-bottom: 0 !important;
  position: relative;
}
.disable-scrollbar #iubenda-cs-banner .iubenda-custom-content:before {
  content: "";
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background: url(../images/icons/cookies.svg) no-repeat center;
  background-size: contain;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .disable-scrollbar #iubenda-cs-banner .iubenda-custom-content:before {
    margin-bottom: 16px;
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1023px) {
  .disable-scrollbar #iubenda-cs-banner .iubenda-custom-content {
    padding: 20px !important;
    padding-bottom: 0 !important;
  }
}
.disable-scrollbar #iubenda-cs-banner #iubenda-cs-title {
  color: #262F3C !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}
.disable-scrollbar #iubenda-cs-banner .iubenda-cs-content {
  border-radius: 12px !important;
  box-shadow: 0px 89px 196px 0px rgba(39, 46, 59, 0.0392156863) !important;
  border: 1px solid #CACFD8 !important;
}
.disable-scrollbar #iubenda-cs-banner #iubenda-cs-paragraph {
  margin-top: 8px !important;
  font-size: 16px !important;
  color: #79828C !important;
}
@media (max-width: 1023px) {
  .disable-scrollbar #iubenda-cs-banner #iubenda-cs-paragraph {
    font-size: 14px !important;
  }
}
.disable-scrollbar #iubenda-cs-banner #iubenda-cs-paragraph strong, .disable-scrollbar #iubenda-cs-banner #iubenda-cs-paragraph a, .disable-scrollbar #iubenda-cs-banner #iubenda-cs-paragraph button {
  color: #3D4755 !important;
}
.disable-scrollbar #iubenda-cs-banner #iubenda-cs-paragraph a, .disable-scrollbar #iubenda-cs-banner #iubenda-cs-paragraph button {
  font-size: 18px !important;
  font-weight: 500 !important;
}
@media (max-width: 1023px) {
  .disable-scrollbar #iubenda-cs-banner #iubenda-cs-paragraph a, .disable-scrollbar #iubenda-cs-banner #iubenda-cs-paragraph button {
    font-size: 16px !important;
  }
}
.disable-scrollbar #iubenda-cs-banner .iubenda-cs-opt-group {
  margin: 24px !important;
}
@media (max-width: 1023px) {
  .disable-scrollbar #iubenda-cs-banner .iubenda-cs-opt-group {
    margin: 20px !important;
  }
}
.disable-scrollbar #iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-custom {
  display: none !important;
}
.disable-scrollbar #iubenda-cs-banner .iubenda-cs-opt-group .iubenda-cs-opt-group-consent {
  justify-content: flex-start !important;
  column-gap: 8px !important;
}
.disable-scrollbar #iubenda-cs-banner .iubenda-cs-opt-group button {
  width: fit-content !important;
  padding: 12px 24px !important;
}
.disable-scrollbar #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button {
  width: fit-content !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  transition: 0.3s !important;
  display: flex !important;
  align-items: center;
  column-gap: 4px !important;
  justify-content: center;
}
@media (max-width: 639px) {
  .disable-scrollbar #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button {
    flex: 0 0 auto !important;
  }
}
.disable-scrollbar #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button:focus {
  outline: none !important;
}
.disable-scrollbar #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button.iubenda-cs-accept-btn {
  background-color: #2C3542 !important;
  border-radius: 8px !important;
  color: white !important;
  background: #2C3542 !important;
  position: relative !important;
}
.disable-scrollbar #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button.iubenda-cs-accept-btn:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/icons/arr-white.svg") no-repeat center;
  background-size: contain;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.disable-scrollbar #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button.iubenda-cs-accept-btn:hover, .disable-scrollbar #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button.iubenda-cs-accept-btn.hover {
  background-color: #3D4755 !important;
  background: #3D4755 !important;
  box-shadow: unset !important;
}
.disable-scrollbar #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button.iubenda-cs-reject-btn {
  background-color: transparent !important;
  border-radius: 8px !important;
  color: #3D4755 !important;
  background: transparent !important;
}
.disable-scrollbar #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button.iubenda-cs-reject-btn:hover, .disable-scrollbar #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button.iubenda-cs-reject-btn.hover {
  background-color: #F0F5FC !important;
  background: #F0F5FC !important;
  box-shadow: unset !important;
}

body, body * {
  font-family: "Archivo";
}

@media (max-width: 1023px) {
  .fullw-mob {
    width: 100% !important;
  }
}

.op-64 {
  opacity: 0.64;
}

.mw-384 {
  max-width: 384px;
}

.mw-350 {
  max-width: 350px;
}

.mw-863 {
  max-width: 863px;
}

.mw-1063 {
  max-width: 1063px;
}

.mw-1224 {
  max-width: 1224px;
}

.mw-650 {
  max-width: 650px;
}

.mw-962 {
  max-width: 962px;
}

.mw-552 {
  max-width: 552px;
}

.mw-574 {
  max-width: 574px;
}

.mw-600 {
  max-width: 600px;
}

.mw-650 {
  max-width: 650px;
}

.mw-466 {
  max-width: 466px;
}

.mw-400 {
  max-width: 400px;
}

.mw-740 {
  max-width: 740px;
}

.mw-590 {
  max-width: 590px;
}

.hero {
  padding: 40px 0 48px;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  margin-bottom: -500px;
}
.hero.animated_svg {
  overflow: hidden !important;
  margin-bottom: 0 !important;
}
.hero.animated_svg:after {
  display: none !important;
}
.hero:after {
  content: "";
  width: 100%;
  height: 500px;
  background: transparent;
  display: block;
  position: relative;
  pointer-events: none;
}
.hero.story_hero .content_wrap {
  max-width: 860px !important;
}
.hero.plans-hero {
  padding: 120px 0 0 !important;
}
@media (max-width: 1023px) {
  .hero.plans-hero {
    padding-top: 80px !important;
  }
}
.hero.plans-hero .container {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.hero.plans-hero .circles {
  max-height: 1200px;
  top: 15% !important;
}
@media (max-width: 1023px) {
  .hero.plans-hero .circles {
    top: 6% !important;
    max-height: 1000px !important;
    height: 1000px !important;
  }
}
.hero.without_decor {
  padding: 120px 0 !important;
}
.hero.without_decor .circles {
  height: 1100px !important;
  max-height: 1200px;
  top: 200px !important;
}
@media (max-width: 1023px) {
  .hero.without_decor .circles {
    top: 15% !important;
    max-height: 1000px !important;
    height: 1000px !important;
  }
}
@media (max-width: 1023px) {
  .hero.without_decor {
    padding: 80px 0 !important;
  }
}
.hero.without_decor .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hero .custom_code_wrap {
  padding: 32px 32px 32px 56px;
  background: #F7F7F8;
}
@media (max-width: 1023px) {
  .hero .custom_code_wrap {
    padding: 24px;
    clip-path: unset !important;
  }
}
.hero .bg img, .hero .bg svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: auto;
}
@media (max-width: 1023px) {
  .hero .bg img, .hero .bg svg {
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    top: 32px;
  }
}
.hero.dark_bg {
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .hero.dark_bg {
    padding: 80px 0 !important;
  }
}
@media (max-width: 1023px) {
  .hero {
    padding-bottom: 100px;
  }
  .hero:not(:has(.floating_images)) {
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .hero.single_post_hero {
    padding-top: 80px !important;
  }
}
.hero.hero-secondary {
  padding: 0;
}
.hero.hero-secondary.blog_hero {
  padding-top: 120px;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .hero.hero-secondary.blog_hero {
    padding-top: 80px;
  }
}
.hero.hero-secondary.blog_hero .content_wrap {
  max-width: 860px;
}
.hero.hero-secondary.blog_hero .circles {
  top: 200px;
  height: 1200px;
  opacity: 0.8;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .hero.hero-secondary.blog_hero .circles {
    display: block !important;
    max-width: 320%;
    top: 200px;
  }
}
.hero.hero-secondary.blog_hero .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .hero.hero-secondary:has(.img_1) {
    overflow: hidden;
  }
  .hero.hero-secondary .title span br {
    display: block !important;
  }
}
.hero.hero-secondary .title span br {
  display: none;
}
.hero.hero-secondary .container {
  padding-top: 192px;
  padding-bottom: 164px;
}
@media (max-width: 1023px) {
  .hero.hero-secondary .container {
    padding-top: 142px;
    padding-bottom: 215px;
  }
}
.hero.hero-secondary .content_wrap {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.hero.hero-secondary .circles {
  top: calc(57% - 500px);
  height: calc(180% - 500px);
  opacity: 0.8;
  max-width: 100%;
  max-height: 1100px;
}
@media (max-width: 1023px) {
  .hero.hero-secondary .circles {
    display: block !important;
    max-width: 250%;
    top: 160px;
  }
}
.hero.hero-secondary .shadow_img {
  box-shadow: 0px 196px 55px 0px rgba(38, 47, 60, 0), 0px 126px 50px 0px rgba(38, 47, 60, 0.01), 0px 71px 42px 0px rgba(38, 47, 60, 0.02), 0px 31px 31px 0px rgba(38, 47, 60, 0.03), 0px 8px 17px 0px rgba(38, 47, 60, 0.04);
}
@media (max-width: 1023px) {
  .hero.hero-secondary .shadow_img {
    box-shadow: 0px 10px 40px rgba(38, 47, 60, 0.1);
  }
}
.hero.hero-secondary .images_wrap .imgs {
  position: absolute;
  border-radius: 50px;
}
@media (max-width: 1023px) {
  .hero.hero-secondary .images_wrap .imgs {
    transform: translateY(0) !important;
    border-radius: 20px;
  }
}
.hero.hero-secondary .images_wrap .imgs img {
  width: 100%;
}
.hero.hero-secondary .images_wrap .imgs.img_1 {
  top: 98px;
  left: 194px;
  width: 42px;
}
@media (max-width: 1180px) {
  .hero.hero-secondary .images_wrap .imgs.img_1 {
    left: 40px;
    top: 60px;
  }
}
@media (max-width: 1023px) {
  .hero.hero-secondary .images_wrap .imgs.img_1 {
    left: 20px;
    top: 143px;
    width: 32px;
  }
}
.hero.hero-secondary .images_wrap .imgs.img_2 {
  top: 98px;
  right: 120px;
  width: 180px;
}
@media (max-width: 1180px) {
  .hero.hero-secondary .images_wrap .imgs.img_2 {
    right: 20px;
    ruby-position: 50px;
  }
}
@media (max-width: 1023px) {
  .hero.hero-secondary .images_wrap .imgs.img_2 {
    top: 24px;
    right: -40px;
  }
}
.hero.hero-secondary .images_wrap .imgs.img_3 {
  bottom: 43px;
  left: 56px;
  width: 138px;
}
@media (max-width: 1180px) {
  .hero.hero-secondary .images_wrap .imgs.img_3 {
    left: 20px;
    bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .hero.hero-secondary .images_wrap .imgs.img_3 {
    left: 20px;
    bottom: 44px;
    width: 111px;
  }
}
.hero.hero-secondary .images_wrap .imgs.img_4 {
  bottom: 190px;
  right: 60px;
  width: 42px;
}
@media (max-width: 1180px) {
  .hero.hero-secondary .images_wrap .imgs.img_4 {
    width: 20px;
    bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .hero.hero-secondary .images_wrap .imgs.img_4 {
    right: 20px;
    bottom: 140px;
    width: 32px;
  }
}
.hero .circles {
  aspect-ratio: 1;
  height: calc(100% - 540px);
  position: absolute;
  top: calc(50% - 250px);
  left: 50%;
  background: url("../images/circle1.svg") no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation-name: rotate-right;
  animation-iteration-count: infinite;
  animation-duration: 60s;
  animation-timing-function: linear;
  z-index: -1;
}
.hero .circles.position-right-bottom {
  left: calc(100% - ((100vw - 1264px) / 2 + 20px));
  top: calc(100% - 548px);
  height: calc(150% - 700px);
}
@media (max-width: 1023px) {
  .hero .circles {
    display: none;
  }
}
.hero .circles:before {
  content: "";
  width: 65%;
  height: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../images/circle2.svg") no-repeat center;
  background-size: contain;
  animation-name: rotate-left;
  animation-iteration-count: infinite;
  animation-duration: 20s;
  animation-timing-function: linear;
}
.hero .circles:after {
  content: "";
  width: 30%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../images/circle3.svg") no-repeat center;
  background-size: contain;
  animation-name: rotate-right;
  animation-iteration-count: infinite;
  animation-duration: 25s;
  animation-timing-function: linear;
}
.hero .image_left, .hero .image_right {
  position: absolute;
  z-index: 1;
  border-radius: 12px;
  box-shadow: 0px 196px 55px 0px rgba(38, 47, 60, 0), 0px 126px 50px 0px rgba(38, 47, 60, 0.01), 0px 71px 42px 0px rgba(38, 47, 60, 0.02), 0px 31px 31px 0px rgba(38, 47, 60, 0.03), 0px 8px 17px 0px rgba(38, 47, 60, 0.04);
}
@media (max-width: 1023px) {
  .hero .image_left, .hero .image_right {
    box-shadow: 0px 60px 55px 0px rgba(38, 47, 60, 0), 0px 40px 50px 0px rgba(38, 47, 60, 0.01), 0px 40px 42px 0px rgba(38, 47, 60, 0.02), 0px 20px 31px 0px rgba(38, 47, 60, 0.03), 0px 8px 17px 0px rgba(38, 47, 60, 0.04);
  }
}
.hero .image_left {
  bottom: 60px;
  left: -150px;
  width: 265px;
}
@media (max-width: 1023px) {
  .hero .image_left {
    bottom: -60px;
    left: -70px;
    transform: translateY(0) !important;
    width: 206px;
  }
}
.hero .image_right {
  top: 40px;
  right: -100px;
  width: 216px;
}
@media (max-width: 1023px) {
  .hero .image_right {
    transform: translateY(0) !important;
    top: -30px;
    right: -80px;
    width: 180px;
  }
}
.hero .main-image {
  width: 100%;
}
.hero .main-image.video_player {
  position: relative;
}
.hero .main-image.video_player:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 4px);
  background: rgba(38, 47, 60, 0.2);
  z-index: 2;
  transition: 0.2s;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .hero .main-image.video_player:before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.hero .main-image.video_player.played:before {
  opacity: 0;
  visibility: hidden;
}
.hero .main-image.video_player.played .btn-wrap {
  opacity: 0;
  visibility: hidden;
}
.hero .main-image.video_player .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 3;
  cursor: pointer;
  transition: 0.2s;
}
.hero .main-image.video_player .btn-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.hero .main-image.video_player .btn-wrap:hover {
  scale: 1.1;
}
.hero .main-image video {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .hero .main-image video {
    width: calc(100% + 40px);
    margin-left: -20px;
    clip-path: unset !important;
  }
}
@media (max-width: 1023px) {
  .hero .main-image img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: calc(100% + 40px);
    max-width: unset;
    margin-left: -20px;
  }
}

@keyframes rotate-right {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-left {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.clipped-left {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 24px), 34px calc(100% - 26px), 34px 26px, 0 24px);
}

.clipped-top {
  clip-path: polygon(0 0, 38px 0, 46px 65px, calc(100% - 46px) 65px, calc(100% - 38px) 0, 100% 0, 100% calc(100% + 1px), 0 calc(100% + 1px));
}
@media (max-width: 1023px) {
  .clipped-top {
    clip-path: polygon(0 0, 20px 0, 24px 30px, calc(100% - 24px) 30px, calc(100% - 20px) 0, 100% 0, 100% calc(100% + 1px), 0 calc(100% + 1px));
  }
}

.no_clip {
  clip-path: unset !important;
}

.styled_list ul {
  display: grid;
  gap: 12px;
}
.styled_list.small-icons li {
  padding-left: 29px;
}
.styled_list.small-icons li:before {
  width: 25px;
  height: 25px;
}
.styled_list.check-icon li:before {
  background: url("../images/icons/check-yellow.svg") no-repeat center;
  background-size: contain;
}
.styled_list.check-icon-blue li:before {
  background: url("../images/icons/check-icon-blue.svg") no-repeat center;
  background-size: contain;
}
.styled_list.small ul {
  gap: 12px;
}
.styled_list.small li {
  font-size: 18px;
  color: #79828C;
}
.styled_list li {
  color: #262F3C;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 34px;
  position: relative;
}
@media (max-width: 1023px) {
  .styled_list li {
    font-size: 18px;
    line-height: 140%;
    padding-left: 28px;
  }
  .styled_list li:has(span):before {
    top: 2px;
  }
}
.styled_list li span {
  color: #262F3C;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; /* 26px */
  display: inline-block;
  padding-top: 2px;
}
.styled_list li:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .styled_list li:before {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 1023px) {
  .partners.isOnlyMob {
    background: white;
  }
  .partners.isOnlyMob .marquee:before, .partners.isOnlyMob .marquee:after {
    display: none;
  }
}

.marquee {
  display: inline-flex;
  width: calc(100% + 40px);
  margin-left: -20px;
  overflow: hidden;
  padding: 20px 0;
}
@media (max-width: 1023px) {
  .marquee {
    padding: 14px 0;
  }
}
.marquee .inner {
  display: flex;
  gap: 64px;
  padding-right: 64px;
  flex: 0 0 auto;
}
.marquee .inner a {
  display: block;
}
.marquee .inner img {
  height: 50px;
}
@media (max-width: 1023px) {
  .marquee .inner img {
    height: 40px;
  }
}
.marquee.gradients {
  position: relative;
}
.marquee.gradients:before {
  content: "";
  width: 350px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #262F3C 0%, rgba(235, 245, 255, 0) 100%);
  z-index: 1;
}
@media (max-width: 1023px) {
  .marquee.gradients:before {
    width: 140px;
  }
}
.marquee.gradients:after {
  content: "";
  width: 350px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(-90deg, #262F3C 0%, rgba(235, 245, 255, 0) 100%);
  z-index: 1;
}
@media (max-width: 1023px) {
  .marquee.gradients:after {
    width: 140px;
  }
}

.who_we_are .content_wrapper .left {
  width: calc(60% - 45px);
}
@media (max-width: 1023px) {
  .who_we_are .content_wrapper .left {
    width: 100%;
  }
}
.who_we_are .content_wrapper .right {
  width: 40%;
}
@media (max-width: 1023px) {
  .who_we_are .content_wrapper .right {
    width: 100%;
    margin-top: 16px;
  }
}

.scrolling_slider {
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .scrolling_slider {
    padding: 80px 0 80px;
  }
}
.scrolling_slider .slides {
  position: relative;
}
@media (max-width: 1023px) {
  .scrolling_slider .slides {
    height: unset !important;
  }
}
.scrolling_slider .scroll_triggers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .scrolling_slider .scroll_triggers {
    display: none;
  }
}
.scrolling_slider .scroll_triggers .scroll_trigger {
  height: 100%;
}
.scrolling_slider .slides_inner {
  position: sticky;
}
@media (max-width: 1023px) {
  .scrolling_slider .slides_inner {
    position: static;
  }
}
.scrolling_slider .slides_inner .left {
  width: calc(50% - 40px);
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .scrolling_slider .slides_inner .left {
    width: 100%;
    padding-right: 0;
    gap: 80px;
  }
  .scrolling_slider .slides_inner .left .inner_image {
    margin-top: 40px;
  }
  .scrolling_slider .slides_inner .left .inner_image img {
    width: 100% !important;
    border-radius: 8px;
  }
}
.scrolling_slider .slides_inner .left .slide_title {
  padding-left: 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  .scrolling_slider .slides_inner .left .slide_title {
    padding-left: 0;
  }
}
.scrolling_slider .slides_inner .left .slide_title .slide_progress_bar {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1023px) {
  .scrolling_slider .slides_inner .left .slide_title .slide_progress_bar {
    display: none;
  }
}
.scrolling_slider .slides_inner .left .slide_title .slide_progress_bar .slide_progress {
  width: 4px;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  .scrolling_slider .slides_inner .left .slide_title {
    display: block;
  }
}
.scrolling_slider .slides_inner .left .slide_title > div {
  transition: 0.2s;
}
@media (min-width: 1024px) {
  .scrolling_slider .slides_inner .left .slide_title .active.slide_progress_bar {
    opacity: 1;
    visibility: visible;
  }
  .scrolling_slider .slides_inner .left .slide_title:not(.active) .details_additional {
    height: 0;
    overflow: hidden;
  }
  .scrolling_slider .slides_inner .left .slide_title:not(.active) > div {
    color: #CACFD8;
  }
  .scrolling_slider .slides_inner .left .slide_title:not(.active) img path, .scrolling_slider .slides_inner .left .slide_title:not(.active) svg path {
    fill: #CACFD8;
  }
}
.scrolling_slider .slides_inner .left .slide_title .title {
  cursor: pointer;
}
@media (max-width: 1023px) {
  .scrolling_slider .slides_inner .left .slide_title .title {
    margin-top: 16px;
  }
}
.scrolling_slider .slides_inner .left .slide_title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}
.scrolling_slider .slides_inner .left .slide_title img, .scrolling_slider .slides_inner .left .slide_title svg {
  width: 26px;
  flex: 0 0 26px;
  transition: 0.2s;
}
.scrolling_slider .slides_inner .right {
  width: calc(50% + 40px);
}
@media (max-width: 1023px) {
  .scrolling_slider .slides_inner .right {
    display: none;
  }
}
.scrolling_slider .slides_inner .right .images {
  display: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 34px 100%, 34px 26px, 0 24px);
  width: 100%;
  aspect-ratio: 1.37;
  object-fit: cover;
}
.scrolling_slider .slides_inner .right .images img {
  width: 100%;
}
.scrolling_slider .slides_inner .right .images.image-1 {
  display: block;
}

.cta {
  padding: 255px 0 160px;
  position: relative;
}
@media (max-width: 1023px) {
  .cta {
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .cta .subscribe_form {
    flex-direction: column;
    gap: 12px;
  }
  .cta .subscribe_form button {
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }
}
.cta .subscribe_form .input-wrap {
  width: 100%;
  text-align: left;
}
.cta .subscribe_form button {
  flex: 0 0 auto;
}
.cta h2 span {
  color: #79828C;
}
@media (max-width: 1023px) {
  .cta {
    padding: 142px 0 80px;
  }
  .cta:has(.subscribe_form) svg, .cta:has(.subscribe_form) .bg {
    top: calc(50% + 5px);
  }
}
.cta svg, .cta .bg {
  width: 100%;
  height: auto;
  max-height: calc(100% - 170px);
  object-fit: cover;
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .cta svg, .cta .bg {
    top: calc(50% + 20px);
    height: unset;
    max-height: calc(100% - 50px);
  }
}

.book_a_demo {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 600px) {
  .book_a_demo {
    min-height: unset;
  }
}
.book_a_demo .custom_code_wrap .after-submit-text {
  display: none;
}
@media (max-width: 1023px) {
  .book_a_demo .custom_code_wrap {
    padding: 24px;
    clip-path: unset;
  }
}
.book_a_demo .images img {
  height: 45px;
  object-fit: cover;
}
.book_a_demo .images img:first-child {
  margin-right: 36px;
  height: 42px;
}
@media (max-width: 1023px) {
  .book_a_demo .images img:first-child {
    margin-right: 24px;
  }
}
.book_a_demo .bg img, .book_a_demo .bg svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: auto;
}
@media (max-width: 1023px) {
  .book_a_demo .bg img, .book_a_demo .bg svg {
    left: 50%;
    transform: translateX(-50%);
    height: 500px;
  }
}
.book_a_demo .grid .col:first-child {
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .book_a_demo .grid .col:first-child {
    padding-right: 0;
  }
}
.book_a_demo .quote_min {
  max-width: calc(100% - 76px);
}
.book_a_demo .quote_min img {
  height: 48px;
  width: 48px;
  flex: 0 0 48px;
}
@media (max-width: 1023px) {
  .book_a_demo .quote_min {
    width: 100%;
    max-width: unset;
  }
}
.book_a_demo .styled_list.small li {
  color: white;
}

.animated_svg path {
  transition: 1.5s;
}
@media (min-width: 1024px) {
  .animated_svg path.active {
    fill: #FFD504;
  }
  .animated_svg path.active + path {
    fill: #FFD504;
  }
}

.nav-wrap:has(.swiper-button-lock) {
  display: none;
}

@media (max-width: 1023px) {
  .benefits .benefits_wrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .benefits .benefits_wrapper .swiper {
    padding: 0 20px;
  }
}
.benefits .swiper-wrapper {
  align-items: stretch;
}
.benefits .swiper-wrapper .swiper-slide {
  height: unset;
}
.benefits .col {
  padding: 24px 32px 24px;
}
.benefits .col img {
  height: 64px;
  width: 100%;
  object-fit: contain;
  object-position: left;
}

@media (max-width: 1023px) {
  .resources_slider_wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .resources_slider_wrap:not(:has(.swiper)) {
    width: 100%;
    margin-left: 0;
  }
  .resources_slider_wrap .swiper {
    padding: 0 20px;
  }
}
.resources_slider_wrap .swiper-wrapper {
  align-items: stretch;
}
.resources_slider_wrap .swiper-wrapper .swiper-slide {
  height: unset;
  display: flex;
  flex-direction: column;
}

.resources .col.clipper-top-small {
  padding-bottom: 22px;
}
@media (max-width: 1023px) {
  .resources .col.clipper-top-small {
    padding-bottom: 0;
  }
}
.resources .col.feature_card .img-wrap img {
  aspect-ratio: 1.68;
}
@media (max-width: 1023px) {
  .resources .col.feature_card .img-wrap img {
    aspect-ratio: 1.46;
  }
}
.resources .col.article_card {
  background: white;
  position: relative;
}
.resources .col.article_card:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F7F7F8;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .resources .col.article_card:before {
    display: none;
  }
}
.resources .col.article_card:hover:before {
  opacity: 1;
  background: #F7F7F8;
}
@media (max-width: 1023px) {
  .resources .col.article_card {
    background: #F7F7F8;
  }
}
.resources .col.article_card a.img-wrap {
  display: block;
  width: 100%;
}
.resources .col.article_card a.img-wrap img {
  transition: 0.2s;
}
.resources .col.article_card a.img-wrap:hover img {
  transform: scale(1.05);
}
.resources .col.article_card .img-wrap {
  width: 100%;
}
.resources .col.article_card .img-wrap img {
  aspect-ratio: 1.47;
}
.resources .col .img-wrap img {
  aspect-ratio: 1.36;
  object-fit: cover;
  width: 100%;
}
.resources .col .img-wrap {
  width: 100%;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 20px) calc(100% - 30px), calc(100% - 24px) 100%, 24px 100%, 20px calc(100% - 30px), 0 calc(100% - 30px));
}
.resources .col .details {
  height: 100%;
}

@media (max-width: 1023px) {
  .testimonials_section .nav-wrap {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
@media (max-width: 1023px) {
  .testimonials_section .testimonials_wrap {
    padding-bottom: 68px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .testimonials_section .testimonials_wrap .swiper {
    padding: 0 20px;
  }
}
.testimonials_section .testimonials .swiper-wrapper {
  align-items: stretch;
}
.testimonials_section .testimonials .swiper-wrapper .swiper-slide {
  height: unset;
  padding: 16px;
  position: relative;
}
.testimonials_section .testimonials .swiper-wrapper .swiper-slide:has(.whitout_photo) {
  padding: 64px;
}
@media (max-width: 1023px) {
  .testimonials_section .testimonials .swiper-wrapper .swiper-slide:has(.whitout_photo) {
    padding: 24px;
  }
  .testimonials_section .testimonials .swiper-wrapper .swiper-slide:has(.whitout_photo) .information {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.testimonials_section .testimonials .swiper-wrapper .swiper-slide:has(.whitout_photo) .information {
  width: calc(100% - 212px);
}
@media (max-width: 1023px) {
  .testimonials_section .testimonials .swiper-wrapper .swiper-slide:has(.whitout_photo) .information {
    width: 100%;
  }
}
.testimonials_section .testimonials .swiper-wrapper .swiper-slide:has(.whitout_photo) .img-wrap {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  clip-path: polygon(0 0, 100% 0, 100% 6px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 100% calc(100% - 6px), 100% 100%, 0 100%);
}
@media (max-width: 1023px) {
  .testimonials_section .testimonials .swiper-wrapper .swiper-slide:has(.whitout_photo) .img-wrap {
    width: 110px;
    height: 110px;
    font-size: 42px;
    clip-path: unset;
  }
}
.testimonials_section .testimonials .swiper-wrapper .swiper-slide:has(.whitout_photo) .img-wrap .initials {
  padding-right: 10px;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -2%;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .testimonials_section .testimonials .swiper-wrapper .swiper-slide:has(.whitout_photo) .img-wrap .initials {
    font-size: 42px;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .testimonials_section .testimonials .swiper-wrapper .swiper-slide {
    padding: 8px;
    display: flex;
    flex-direction: column;
  }
  .testimonials_section .testimonials .swiper-wrapper .swiper-slide .inner {
    height: 100%;
    flex-direction: column;
  }
  .testimonials_section .testimonials .swiper-wrapper .swiper-slide .inner .mt-auto-mob {
    margin-top: auto;
  }
}
.testimonials_section .testimonials .swiper-wrapper .swiper-slide .img-wrap {
  width: calc(50% - 80px);
  clip-path: polygon(0 0, 100% 0, 100% 22px, calc(100% - 34px) 26px, calc(100% - 34px) calc(100% - 26px), 100% calc(100% - 22px), 100% 100%, 0 100%);
}
.testimonials_section .testimonials .swiper-wrapper .swiper-slide .img-wrap img {
  width: 100%;
}
@media (max-width: 1023px) {
  .testimonials_section .testimonials .swiper-wrapper .swiper-slide .img-wrap img {
    aspect-ratio: 1.168;
    object-fit: cover;
    object-position: top center;
  }
}
@media (max-width: 1023px) {
  .testimonials_section .testimonials .swiper-wrapper .swiper-slide .img-wrap {
    clip-path: none;
    width: 100%;
  }
}
.testimonials_section .testimonials .swiper-wrapper .swiper-slide .information {
  width: calc(50% + 20px);
}
@media (max-width: 1023px) {
  .testimonials_section .testimonials .swiper-wrapper .swiper-slide .information {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.testimonials_section .testimonials .swiper-wrapper .swiper-slide .information img {
  width: 112px;
}
.testimonials_section .testimonials .swiper-wrapper .swiper-slide .information .user_position {
  opacity: 0.64;
}

@media (min-width: 1024px) {
  .text_and_image .grid.reversed .col:nth-of-type(1) {
    order: 1;
  }
}
.text_and_image .grid.reversed .col:nth-of-type(2) {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .text_and_image .grid.reversed .col:nth-of-type(2) {
    order: 0;
    padding-right: 104px;
  }
}
.text_and_image .grid .col:nth-of-type(2) {
  padding-left: 104px;
}
@media (max-width: 1023px) {
  .text_and_image .grid .col:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
    order: 0;
  }
}
@media (max-width: 1023px) {
  .text_and_image .grid .col:nth-of-type(1) {
    order: 1;
  }
}
.text_and_image .grid .subheading-wrap {
  gap: 4px;
}
.text_and_image .grid .subheading-wrap img {
  width: 24px;
  flex: 0 0 24px;
}

.two_columns_text .left {
  width: calc(60% - 45px);
}
.two_columns_text .right {
  width: calc(40% + 7px);
}
.two_columns_text:has(.h2) .right, .two_columns_text:has(.h3) .right {
  padding-top: 12px;
}
@media (max-width: 1023px) {
  .two_columns_text:has(.h2) .right, .two_columns_text:has(.h3) .right {
    padding-top: 0;
  }
}

.relative .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quote_min img {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 3px, calc(100% - 6px) 4px, calc(100% - 6px) calc(100% - 4px), 100% calc(100% - 3px), 100% 100%, 0 100%);
}
.quote_min .person_position {
  opacity: 0.64;
}

.plans_wrap .featured {
  background: #F7F7F8;
}
.plans_wrap .table_heading .col {
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.plans_wrap .table_heading .col:first-of-type {
  padding-left: 0;
}
.plans_wrap .table_heading .col.featured {
  border-radius: 8px 8px 0 0;
}
.plans_wrap .table_heading .col img {
  max-height: 42px;
  max-width: 197px;
  object-fit: contain;
}
.plans_wrap .table_body .col {
  padding: 24px 56px;
}
.plans_wrap .table_body .col:first-of-type {
  padding-left: 0;
}
@media (max-width: 1023px) {
  .plans_wrap .table_body .col {
    padding: 16px 0;
  }
}
.plans_wrap .table_body .col img {
  max-height: 30px;
  max-width: 140px;
  object-fit: contain;
  min-height: 30px;
}
@media (max-width: 1023px) {
  .plans_wrap .table_body .col.featured {
    border-radius: 8px !important;
    padding: 16px 12px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.plans_wrap .table_body .table_row {
  border-top: 1px solid #EAECEF;
}
@media (max-width: 1023px) {
  .plans_wrap .table_body .table_row .col:first-child {
    padding-top: 24px;
  }
  .plans_wrap .table_body .table_row .col:last-child {
    padding-bottom: 24px;
  }
  .plans_wrap .table_body .table_row .col:last-child img {
    max-width: 120px;
  }
}
@media (max-width: 1023px) {
  .plans_wrap .table_body .table_row:first-child {
    border-top: none;
    padding-top: 0;
  }
  .plans_wrap .table_body .table_row:first-child .col:first-child {
    padding-top: 0;
  }
}
.plans_wrap .table_body .table_row:last-child .col {
  padding-bottom: 56px;
}
@media (max-width: 1023px) {
  .plans_wrap .table_body .table_row:last-child .col {
    padding-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .plans_wrap .table_body .table_row:last-child .col:last-child {
    padding-bottom: 0;
  }
}
.plans_wrap .table_body .table_row:last-child .col.featured {
  border-radius: 0 0 8px 8px;
}

@media (max-width: 1023px) {
  .space:not(.section).pt-80-mob:not(.section) + .pt-80-mob:not(.section) {
    display: none;
  }
}

.sidebar.sticky::-webkit-scrollbar {
  width: 6px !important;
}

.sidebar.sticky::-webkit-scrollbar-track {
  background: #CACFD8 !important;
}

.sidebar.sticky {
  top: 103px;
  position: sticky;
  max-height: calc(100vh - 100px);
  overflow: auto;
  scrollbar-color: #CACFD8 #F7F7F8;
  scrollbar-width: thin;
  padding-right: 12px;
}
@media (max-width: 1023px) {
  .sidebar.sticky {
    overflow: unset;
    position: sticky !important;
    top: 70px;
    background: white;
    padding: 20px 0 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    z-index: 12;
  }
}
.sidebar.sticky .btn--tab {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1023px) {
  .sidebar.sticky {
    position: relative;
    top: 0;
  }
}
.sidebar.sticky:has(.feature-search-form) {
  padding-top: 2px;
}

.blog_container .left {
  width: calc(66.7% - 12px);
}
.blog_container .sidebar {
  width: calc(33.3% - 12px);
}

.bg_wrap {
  position: relative;
  overflow: hidden;
}
.bg_wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  object-fit: contain;
  max-width: unset;
}
@media (max-width: 1023px) {
  .bg_wrap .bg {
    object-fit: cover;
  }
}

@media (max-width: 1023px) {
  .without_padding_mobile .sidebar.sticky {
    max-height: unset;
  }
}

.sidebar_form {
  padding: 140px 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex: 0 0 auto;
}
@media (max-width: 1023px) {
  .sidebar_form {
    padding: 80px 24px;
  }
}
.sidebar_form .bg, .sidebar_form svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .sidebar_form .bg, .sidebar_form svg {
    object-fit: cover;
    height: 120%;
    top: -10%;
    width: 120%;
    left: -10%;
  }
}

.sidebar_cta {
  padding: 48px 32px;
}
@media (max-width: 1023px) {
  .sidebar_cta {
    padding: 40px 24px;
  }
}
.sidebar_cta .txt {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.baw {
  z-index: 10;
}

.form_wrapper {
  position: relative;
}
.form_wrapper .form_state {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .form_wrapper .form_state .btn {
    justify-content: center;
  }
}
.form_wrapper .form_state.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.form_wrapper.active .form_inner {
  opacity: 0;
  visibility: hidden;
}
.form_wrapper .form_inner {
  transition: 0.3s;
}

.post_content_wrap .left {
  width: calc(66.7% - 12px);
}
@media (max-width: 1023px) {
  .post_content_wrap .left {
    width: 100%;
  }
}
.post_content_wrap .left .post_content_nav {
  width: 184px;
}
@media (max-width: 1023px) {
  .post_content_wrap .left .post_content_nav {
    display: none;
  }
}
.post_content_wrap .left .post_content_nav ul li {
  max-width: 100%;
}
.post_content_wrap .left .post_content_nav ul li a span {
  text-align: left;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post_content_wrap .left .post_content_inner {
  width: calc(100% - 210px);
  display: grid;
  gap: 80px;
}
@media (max-width: 1023px) {
  .post_content_wrap .left .post_content_inner {
    gap: 40px;
    width: 100%;
  }
}
.post_content_wrap .left .post_content_inner .contact-form .input-wrap {
  width: 100%;
}
.post_content_wrap .left .post_content_inner .contact-form button {
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .post_content_wrap .left .post_content_inner .contact-form button {
    flex: 0 0 100%;
  }
}
.post_content_wrap .left .post_content_inner h1, .post_content_wrap .left .post_content_inner h2, .post_content_wrap .left .post_content_inner h3, .post_content_wrap .left .post_content_inner h4, .post_content_wrap .left .post_content_inner h5, .post_content_wrap .left .post_content_inner h6 {
  color: #262F3C;
}
.post_content_wrap .left .post_content_inner strong {
  color: #2C3542;
  font-weight: 500;
}
.post_content_wrap .sidebar {
  width: calc(33.3% - 12px);
}
@media (max-width: 1023px) {
  .post_content_wrap .sidebar {
    width: 100%;
  }
}

.quote-mini svg {
  width: 24px;
}

.share_list {
  display: grid;
  gap: 12px;
}
.share_list .list_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
@media (max-width: 1023px) {
  .share_list .list_item {
    align-items: flex-start;
  }
}
.share_list .list_item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%; /* 26px */
  color: #79828C;
}
@media (max-width: 1023px) {
  .share_list .list_item p {
    font-size: 18px;
  }
}
.share_list .list_item p strong {
  color: #2C3542;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .share_list .list_item p strong {
    font-size: 20px;
  }
}
.share_list .list_item span {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  border: 1px solid #CACFD8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #262F3C;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}
@media (max-width: 1023px) {
  .share_list .list_item span {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    position: relative;
    top: -4px;
  }
}

.copyme {
  position: relative;
}
.copyme.active:before, .copyme.active:after {
  opacity: 1;
  visibility: visible;
}
.copyme:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000000;
  position: absolute;
  left: 18px;
  top: calc(100% + 13px);
  transform: rotate(45deg);
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.copyme:after {
  content: "Link copied!";
  position: absolute;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  background: #000000;
  padding: 8px 16px;
  border-radius: 8px;
  top: calc(100% + 18px);
  left: 0;
  white-space: nowrap;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}

.backbtn {
  display: inline-flex !important;
  vertical-align: bottom;
}
.backbtn svg {
  width: 28px;
  margin-top: -2px;
}

.post_content_nav {
  position: sticky;
  top: 103px;
}
.post_content_nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.post_content_nav ul li {
  background: transparent;
  transition: 0.2s;
  border-radius: 8px;
}
.post_content_nav ul li:hover a {
  background: #79828C;
  color: white;
}
.post_content_nav ul li:active a, .post_content_nav ul li.active a {
  background: #2C3542;
  color: white;
}
.post_content_nav ul li:focus-visible a {
  color: white;
  background: transparent;
  border-color: #000000;
  border-width: 2px;
}
.post_content_nav ul li a {
  color: #3D4755;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
  padding: 12px 16px;
  display: inline-block;
}

.post_mobile_nav {
  position: fixed;
  bottom: 8px;
  left: 8px;
  width: calc(100% - 16px);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  display: none !important;
}
.post_mobile_nav.active {
  visibility: visible;
  opacity: 1;
}

.grid:has(.notfound) {
  grid-template-columns: repeat(1, 1fr);
}

.notfound {
  max-width: 496px;
}
.notfound img {
  width: 40px;
}
@media (max-width: 1023px) {
  .notfound img {
    width: 32px;
  }
}

.page_404_num {
  font-size: 120px;
  font-weight: 500;
  line-height: 90%; /* 108px */
  letter-spacing: -4.8px;
}
@media (max-width: 1023px) {
  .page_404_num {
    font-size: 90px;
    letter-spacing: -3.6px;
  }
}

.page_404 {
  padding: 162px 0 !important;
}
@media (max-width: 1023px) {
  .page_404 {
    padding: 184px 0 !important;
  }
}

.divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

@media (min-width: 1024px) {
  .event_card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .event_card .img-wrap {
    height: 100%;
    clip-path: polygon(0 0, calc(100% - 30px) 0, calc(100% - 30px) 20px, 100% 24px, 100% calc(100% - 24px), calc(100% - 30px) calc(100% - 20px), calc(100% - 30px) 100%, 0 100%) !important;
  }
  .event_card .img-wrap img:not(.btn-icon) {
    aspect-ratio: 1.537 !important;
    min-height: 100%;
  }
}
.event_card .sticker {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  height: 34px !important;
  padding: 0 12px !important;
  font-weight: 500;
}

.nopoint {
  pointer-events: none !important;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.page-numbers li:has(a.next) {
  margin-left: 12px;
}
.page-numbers li:has(a.next) a {
  background: #2C3542;
  border-color: #2C3542;
}
.page-numbers li:has(a.next) a:hover {
  background: #3D4755;
  border-color: #3D4755;
}
.page-numbers li:has(a.next) a:focus-visible {
  background: #2C3542;
  border-color: #000000;
  border-width: 2px;
}
.page-numbers li:has(a.next) a:after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/icons/right-arrow.svg") no-repeat center;
  background-size: contain;
  position: relative;
  display: block;
}
.page-numbers li:has(a.prev) {
  margin-right: 12px;
}
.page-numbers li:has(a.prev) a {
  background: #2C3542;
  border-color: #2C3542;
}
.page-numbers li:has(a.prev) a:hover {
  background: #3D4755;
  border-color: #3D4755;
}
.page-numbers li:has(a.prev) a:focus-visible {
  background: #2C3542;
  border-color: #000000;
  border-width: 2px;
}
.page-numbers li:has(a.prev) a:after {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/icons/left-arrow.svg") no-repeat center;
  background-size: contain;
  position: relative;
  display: block;
}
.page-numbers li a:hover {
  border-color: rgba(202, 207, 216, 0.3);
}
.page-numbers li a:focus-visible {
  border-color: #000000;
  border-width: 2px;
}
.page-numbers li a, .page-numbers li span {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  background: transparent;
  transition: 0.3s;
  color: #262F3C;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 1023px) {
  .page-numbers li a, .page-numbers li span {
    width: 36px;
    height: 36px;
  }
}
.page-numbers li a.current, .page-numbers li span.current {
  border: 1px solid #2C3542;
}

.features_section .sidebar {
  width: 260px;
  max-height: calc(100vh - 80px);
  overflow: auto;
}
@media (max-width: 1023px) {
  .features_section .sidebar {
    overflow: unset;
    position: sticky !important;
    top: 70px;
    background: white;
    padding: 20px 0 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    z-index: 12;
  }
}
.features_section .left {
  width: calc(100% - 308px);
}

.blog_tabs_wrap {
  position: relative;
  z-index: 12;
}

.event_filter_form:has(input[type=text]:not(:placeholder-shown)) .single_filter label, .blog_filter_form:has(input[type=text]:not(:placeholder-shown)) .single_filter label {
  background: transparent !important;
  color: #3D4755 !important;
}

@media (max-width: 1023px) {
  .grid_mobile_filter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_mobile_filter > .btn, .grid_mobile_filter label.btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.container:has(.multiple-filter) {
  z-index: 2;
}

.filter_results:not(:has(.chip)) {
  display: none;
}
@media (max-width: 1023px) {
  .filter_results {
    justify-content: flex-start !important;
  }
  .filter_results .clear_filters {
    width: 100% !important;
    justify-content: flex-start;
    text-align: left;
    padding-top: 12px;
  }
}

.clear_filters {
  margin-left: 12px;
}
@media (max-width: 1023px) {
  .clear_filters {
    margin-left: 0;
  }
}

label[for=filter_opener]:has(#filter_opener:focus) {
  pointer-events: none;
  cursor: pointer;
}

.plans_wrap .col .divider {
  background: #CACFD8;
  opacity: 0.4;
}
.plans_wrap .col ul {
  gap: 12px;
}
.plans_wrap .col ul li {
  font-size: 18px;
  padding-left: 28px;
}
.plans_wrap .col ul li:before {
  width: 24px;
  height: 24px;
}

.faq {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(202, 207, 216, 0.4);
}
@media (max-width: 1023px) {
  .faq {
    padding-bottom: 20px;
  }
}
.faq .top {
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
.faq .top.active:after {
  transform: rotate(-180deg);
}
.faq .top:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  background: url("../images/icons/down.svg") no-repeat center;
  background-size: contain;
}
.faq .bottom {
  display: none;
}

.our_values.enable_paddings {
  padding: 120px 0 200px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 38px) 100%, calc(100% - 46px) calc(100% - 65px), 46px calc(100% - 65px), 38px 100%, 0 100%);
}
@media (max-width: 1023px) {
  .our_values.enable_paddings {
    padding: 80px 0 110px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 14px) 100%, calc(100% - 18px) calc(100% - 24px), 18px calc(100% - 24px), 14px 100%, 0 100%);
  }
}
.our_values .col {
  position: relative;
  transition: 0.2s;
}
.our_values .col:has(a):hover {
  opacity: 0.8;
}
.our_values .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  opacity: 0;
}
.our_values .col img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.our_values .col:first-child {
  clip-path: polygon(0 20px, 30px 20px, 34px 0, calc(100% - 34px) 0, calc(100% - 30px) 20px, 100% 20px, 100% 100%, 0 100%);
}
@media (max-width: 1023px) {
  .our_values .col:first-child {
    clip-path: polygon(0 20px, 14px 20px, 18px 0, calc(100% - 18px) 0, calc(100% - 14px) 20px, 100% 20px, 100% 100%, 0 100%);
  }
}
.our_values .col:last-child {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 30px) calc(100% - 20px), calc(100% - 34px) 100%, 34px 100%, 30px calc(100% - 20px), 0 calc(100% - 20px));
}
@media (max-width: 1023px) {
  .our_values .col:last-child {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 14px) calc(100% - 20px), calc(100% - 18px) 100%, 18px 100%, 14px calc(100% - 20px), 0 calc(100% - 20px));
  }
}

.achievements img {
  height: 140px;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .achievements img {
    height: 80px;
  }
}

.our_impact .swiper-slide .img-wrap img {
  aspect-ratio: 2.25;
}
@media (max-width: 1023px) {
  .our_impact .swiper-slide .img-wrap img {
    aspect-ratio: 1.47;
  }
}

.clipper-top-small {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) calc(100% - 20px), calc(100% - 24px) 100%, 24px 100%, 20px calc(100% - 20px), 0 calc(100% - 20px));
}
@media (max-width: 1023px) {
  .clipper-top-small {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 14px) calc(100% - 16px), calc(100% - 18px) 100%, 18px 100%, 14px calc(100% - 16px), 0 calc(100% - 16px));
  }
}

.story_content_wrap .sidebar {
  width: calc(33.3% - 15px);
}
.story_content_wrap .sidebar .row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.story_content_wrap .story_content {
  width: calc(66.6% - 9px);
  padding: 0 80px 0 32px;
}
.story_content_wrap .story_content .txt blockquote h3 {
  font-size: 24px;
}

.content_section iframe {
  max-width: 600px;
  margin: 0 auto;
}

.text_page_content .sidebar {
  width: calc(25% - 12px);
}
@media (max-width: 1023px) {
  .text_page_content .sidebar {
    display: none;
  }
}
.text_page_content .sidebar .table-of-contents ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 100%;
}
.text_page_content .sidebar .table-of-contents ul li {
  max-width: 100%;
}
.text_page_content .sidebar .table-of-contents .btn {
  text-align: left;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text_page_content .content_wrap {
  width: calc(50% - 12px);
  margin-right: auto;
}
@media (max-width: 1023px) {
  .text_page_content .content_wrap {
    width: 100%;
    margin-right: 0;
  }
}
.text_page_content .content_wrap .contact-wrap:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .text_page_content .content_wrap .contact-wrap:not(:last-child) {
    padding-bottom: 20px;
  }
}
.text_page_content .content_wrap .contact-wrap a[href*="tel:"] {
  text-decoration: none;
}
.text_page_content .content_wrap .contact-wrap a {
  display: inline-block;
}
.text_page_content .content_wrap .contact-wrap a:not(:first-child) {
  margin-top: 12px;
}

.columns_section .col .img-wrap img {
  height: 200px;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .columns_section .col .img-wrap img {
    height: auto;
  }
}
.columns_section .bg--metalic-light-hover:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F7F7F8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.2s;
  opacity: 0;
}
@media (max-width: 1023px) {
  .columns_section .bg--metalic-light-hover:before {
    display: none;
  }
}
.columns_section .bg--metalic-light-hover:hover:before {
  opacity: 1;
}

.post_nav_form input {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px !important;
}

.pricing_table_wrap .animated-icon {
  width: 24px;
  height: 24px;
}
.pricing_table_wrap .animated-icon img {
  width: 100%;
}
.pricing_table_wrap .animated-icon img.hand {
  width: 13px;
  height: 15px;
  animation-name: rotate;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-timing-function: ease;
}
@media (max-width: 1180px) {
  .pricing_table_wrap .main_table_wrap {
    display: none;
  }
}
.pricing_table_wrap .table_heading .table_row {
  border-radius: 8px;
}
.pricing_table_wrap .table_heading .table_row .col {
  padding: 32px 20px;
}
.pricing_table_wrap .table_row.bordered_row {
  border-bottom: 1px solid rgba(202, 207, 216, 0.4);
}
@media (max-width: 1180px) {
  .pricing_table_wrap .table_row:has(.fullw-desc) .col {
    display: none;
  }
}
.pricing_table_wrap .table_row .description {
  width: 22%;
  padding: 20px 20px 20px 0;
}
@media (max-width: 1180px) {
  .pricing_table_wrap .table_row .description {
    width: 50%;
    padding: 12px 12px 12px 0;
  }
  .pricing_table_wrap .table_row .description:has(.fullw-desc) {
    width: 100%;
  }
}
.pricing_table_wrap .table_row .col {
  width: 19.5%;
  padding: 20px;
}
.pricing_table_wrap .table_row .col img {
  width: 24px;
  object-fit: cover;
}
@media (max-width: 1180px) {
  .pricing_table_wrap .table_row .col {
    width: 50%;
    padding: 12px 16px;
  }
  .pricing_table_wrap .table_row .col .txt {
    min-height: 20px;
  }
  .pricing_table_wrap .table_row .col img {
    height: 20px;
  }
}

@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  15% {
    rotate: -45deg;
  }
  45% {
    rotate: 40deg;
  }
  60% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg; /* залишаємо рівно до кінця циклу */
  }
}
.mobile_fixed_price_heading {
  position: fixed;
  width: calc(100% - 40px);
  left: 20px;
  top: 80px;
  z-index: 5;
  border-radius: 8px;
  transition: 0.3s;
  translate: 0 -150%;
  display: none;
}
.mobile_fixed_price_heading.active {
  translate: 0 0;
}
@media (max-width: 1180px) {
  .mobile_fixed_price_heading {
    display: block;
  }
}

.pricing-table_wrapper .nav-wrap {
  position: sticky;
  width: auto;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  visibility: hidden;
  width: 100vw;
  margin-left: -20px;
  padding: 12px 20px;
  margin-top: 20px;
  border-top: 1px solid #F7F7F8;
  background: white;
  transition: 0.2s !important;
}
.pricing-table_wrapper .nav-wrap.static {
  border-top-color: white !important;
}
.pricing-table_wrapper .nav-wrap.active {
  opacity: 1;
  visibility: visible;
}

.video_wrap.video_player {
  position: relative;
}
.video_wrap.video_player:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 4px);
  background: rgba(38, 47, 60, 0.2);
  z-index: 2;
  transition: 0.2s;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .video_wrap.video_player:before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.video_wrap.video_player.played:before {
  opacity: 0;
  visibility: hidden;
}
.video_wrap.video_player.played .btn-wrap {
  opacity: 0;
  visibility: hidden;
}
.video_wrap.video_player .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 3;
  cursor: pointer;
  transition: 0.2s;
}
.video_wrap.video_player .btn-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.video_wrap.video_player .btn-wrap:hover {
  scale: 1.1;
}

.hs_error_rollup {
  display: none !important;
}

.hs-error-msgs {
  text-align: left;
  font-size: 12px !important;
}
.hs-error-msgs * {
  font-size: 12px !important;
}

.partners.trbg .marquee:before {
  background: linear-gradient(90deg, white, rgba(235, 245, 255, 0) 100%);
}
.partners.trbg .marquee:after {
  background: linear-gradient(-90deg, white, rgba(235, 245, 255, 0) 100%);
}
.partners:not(:has(.txt-wrap .txt)) .txt-wrap {
  display: none;
}
.partners:not(:has(.txt-wrap .txt)) .marquee {
  margin-top: 0 !important;
}

.videowrapper iframe {
  width: 100%;
  aspect-ratio: 1.7;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
  outline: none;
  color: #000000;
  position: relative;
  gap: 8px;
  cursor: pointer;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  color: #2C3542;
}
.btn img, .btn svg {
  width: 20px !important;
  height: unset !important;
  aspect-ratio: unset !important;
}
.btn:focus-visible {
  border-width: 2px;
}
.btn.h--center {
  justify-content: center;
}
.btn.no-hover {
  pointer-events: none;
}
.btn.nav {
  width: 71px;
  height: 36px;
  border-radius: 20px;
  background: #262F3C;
  padding: 0 !important;
  border: none !important;
  justify-content: center;
}
.btn.nav:disabled, .btn.nav.disabled {
  background: #F0F5FC !important;
  opacity: 1 !important;
  pointer-events: none !important;
}
.btn.nav:disabled:after, .btn.nav.disabled:after {
  filter: invert(0.8);
}
.btn.nav.nav-prev:after {
  transform: scale(-1, 1);
}
.btn.nav:hover {
  background: #3D4755;
}
.btn.nav:focus-visible {
  border-color: #000000;
}
.btn.nav:after {
  content: "";
  width: 47px;
  height: 30px;
  background: url("../images/icons/arr-white-long.svg") no-repeat center;
  background-size: contain;
  position: relative;
  display: block;
  transition: 0.3s;
}
.btn img {
  width: 22px;
  transition: 0.3s;
}
.btn:disabled {
  opacity: 0.5;
}
.btn.size--m {
  height: 38px;
  padding: 0 20px;
  border-radius: 6px;
}
.btn.size--m.arr {
  padding: 0 12px 0 20px;
}
.btn--transparent {
  background: none;
  color: #3D4755;
}
.btn--transparent.active {
  background: #2C3542;
  color: white;
}
.btn--transparent.active:hover {
  background: #3D4755;
}
.btn--transparent.active:active {
  background: #262F3C;
  color: white;
}
.btn--transparent.active:focus-visible {
  border-color: #000000;
  background: #2C3542;
}
.btn--transparent.color--white {
  color: white;
}
.btn--transparent.color--white:hover, .btn--transparent.color--white:active {
  color: #000000;
}
.btn--transparent.color--white:active {
  background: #CACFD8;
}
.btn--transparent:hover {
  background: #F0F5FC;
}
.btn--transparent:active {
  background: #2C3542;
  color: white;
}
.btn--transparent:focus-visible {
  border-color: #000000;
}
.btn--tab {
  background: none;
  color: #3D4755;
}
.btn--tab.active {
  background: #2C3542;
  color: white;
}
.btn--tab.active:hover {
  background: #3D4755;
}
.btn--tab.active:active {
  background: #262F3C;
  color: white;
}
.btn--tab.active:focus-visible {
  border-color: #000000;
  background: #2C3542;
}
@media (min-width: 1024px) {
  .btn--tab:hover {
    background: #79828C;
    color: white;
  }
  .btn--tab:active {
    background: #2C3542;
    color: white;
  }
  .btn--tab:focus-visible {
    border-color: #000000;
  }
}
.btn--white {
  background: white;
  color: #000000;
}
@media (max-width: 1023px) {
  .btn--white {
    background: #F7F7F8;
    color: #3D4755;
  }
}
.btn--white:hover {
  background: #F7F7F8;
}
.btn--white:active {
  background: white;
}
.btn--white:focus-visible {
  border-color: #262F3C;
}
.btn--dark {
  background: #2C3542;
  color: white;
}
.btn--dark.arr:after {
  background: url("../images/icons/arr-white.svg") no-repeat center !important;
  background-size: contain;
}
.btn--dark:hover {
  background: #3D4755;
}
.btn--dark:active {
  background: #262F3C;
  color: white;
}
.btn--dark:focus-visible {
  border-color: #000000;
  background: #2C3542;
}
.btn--dark.hover-white:hover {
  background: white;
  color: #262F3C;
}
.btn--dark.hover-white:hover:after {
  filter: invert(1);
}
.btn--dark.hover-white:active {
  background: #CACFD8;
  color: #262F3C;
}
.btn--dark.hover-white:focus-visible {
  border-color: #000000;
}
.btn--neo-graphite {
  background: #262F3C;
  color: white;
}
.btn--neo-graphite.arr:after {
  background: url("../images/icons/arr-white.svg") no-repeat center !important;
  background-size: contain;
}
.btn--neo-graphite:hover {
  background: white;
  color: #262F3C;
}
.btn--neo-graphite:hover:after {
  filter: invert(1);
}
.btn--neo-graphite:active {
  background: #CACFD8;
  color: #262F3C;
}
.btn--neo-graphite:active:after {
  filter: invert(1);
}
.btn--neo-graphite:focus-visible {
  background: #262F3C;
  border-color: #000000;
}
.btn--gray {
  background: #F0F5FC;
  color: #3D4755;
}
.btn--gray:hover {
  background: #262F3C;
  color: white;
}
.btn--gray:hover:after, .btn--gray:hover img {
  filter: invert(1) brightness(2);
}
.btn--gray:active {
  background: #3D4755;
  color: white;
}
.btn--gray:focus-visible {
  border-color: #000000;
}
.btn--deep-graphite {
  background: #3D4755;
  color: white;
}
.btn--deep-graphite.arr:after {
  background: url("../images/icons/arr-white.svg") no-repeat center !important;
  background-size: contain;
}
.btn--deep-graphite:hover {
  background: white;
  color: #2C3542;
}
.btn--deep-graphite:hover:after, .btn--deep-graphite:hover img {
  filter: invert(1);
}
.btn--deep-graphite:active {
  background: #3D4755;
  color: white;
}
.btn--deep-graphite:focus-visible {
  border-color: #000000;
}
.btn--yellow {
  background: #FFD504;
  color: #262F3C;
}
.btn--yellow:hover {
  background: #FFDF0B;
}
.btn--yellow:active {
  background: #FFD504;
}
.btn--yellow:focus-visible {
  border-color: #000000;
  background: #FFD504;
}
.btn.arr {
  padding-right: 20px;
}
.btn.arr:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/icons/arr.svg") no-repeat center;
  background-size: contain;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.btn--tag {
  border-radius: 6px;
  background: rgba(202, 207, 216, 0.24);
  color: #3D4755;
  padding: 0 12px !important;
}
.btn--tag.size--m {
  height: 34px;
}
.btn--tag-secondary {
  background: #303947;
  color: white;
}
.btn.size-s {
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 0 12px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: white;
  outline: none;
  position: relative;
  gap: 8px;
  cursor: pointer;
  height: 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%; /* 22.4px */
  letter-spacing: -0.32px;
  color: #262F3C;
  border: 1px solid rgba(202, 207, 216, 0.3);
}
.chip.cross:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icons/cross.svg") no-repeat center;
  background-size: 140%;
  position: relative;
  display: inline-block;
}
.chip:hover {
  border-color: #CACFD8;
}
.chip:focus-visible {
  border-color: #000000;
  border-width: 2px;
}

.clear_filters {
  padding: 0;
  outline: none;
  background: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  color: #1E75FB;
}