@charset "UTF-8";
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SpaceGrotesk-Medium.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans-Bold.woff") format("woff");
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background-color: #F6F6F6;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  max-height: 100%;
}

input {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  color: #131313;
}

li {
  list-style: none;
}

body {
  color: #131313;
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}
body.lock {
  overflow-y: hidden;
}

code {
  background-color: #e4e4e4;
  padding: 1px 2px;
  color: #c7254e;
  border-radius: 4px;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

.button {
  padding: 8px 16px;
  border: 1px solid #131313;
  border-radius: 1px;
  font-weight: 500;
  font-size: 13px;
  font-family: "Space Grotesk", sans-serif;
  cursor: pointer;
  transition: 0.3s;
}
.button + .button {
  margin-left: 16px;
}
.button.dark {
  background-color: #131313;
  color: #F6F6F6;
}
.button.dark:hover {
  background-color: transparent;
  border: 1px solid #131313;
  color: #131313;
}
.button.light {
  background-color: transparent;
}
.button.light:hover {
  background-color: #131313;
  color: #fff;
}

@media (max-width: 375px) {
  .container {
    max-width: 375px;
    width: 375px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
    margin: 0;
  }
}
.section {
  margin-bottom: 280px;
}

.text {
  font-size: 22px;
  line-height: 31px;
}

.title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
}

@media (max-width: 768px) {
  .section {
    margin-bottom: 88px;
  }
  .title {
    font-size: 32px;
    line-height: 38px;
  }
  .text {
    font-size: 18px;
    line-height: 25px;
  }
}
.subtitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.error-message {
  font-size: 13px;
  color: rgb(219, 44, 44);
}

.left-icon-text {
  display: flex;
  align-items: center;
}
.left-icon-text img {
  margin-right: 4px;
}

.right-icon-text {
  display: flex;
  align-items: center;
}
.right-icon-text img {
  cursor: pointer;
  margin-left: 4px;
}

.tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
}
.tooltip .bottom {
  min-width: 350px;
  top: 40px;
  left: 50%;
  transform: translate(-92%, 0);
  padding: 12px;
  color: #131313;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  border-radius: 2px;
  position: absolute;
  z-index: 99;
  box-shadow: 0px 4px 49px 8px rgba(137, 134, 134, 0.25);
  display: none;
}
.tooltip:hover .bottom {
  display: block;
}
.tooltip.focus {
  border: 0;
  background: 0;
  font-size: 22px;
  cursor: pointer;
}
.tooltip.focus:hover .bottom {
  display: none;
}
.tooltip.focus:focus .bottom {
  display: block;
}
.tooltip .bottom i {
  position: absolute;
  bottom: 100%;
  left: 92%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.tooltip .bottom i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #ffffff;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-out;
}
.modal.try-for-free-modal {
  top: 100%;
  opacity: 1;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.modal.try-for-free-modal .modal-content {
  padding: 0;
}
.modal.try-for-free-modal .modal-header {
  z-index: 3;
  background: rgb(199, 198, 198);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal.try-for-free-modal .modal-header .title {
  font-size: 26px;
  line-height: 31px;
}
.modal.try-for-free-modal.active {
  visibility: inherit;
  opacity: 1;
}
.modal.creative-details-modal, .modal.email-alerts-modal, .modal.contact-modal, .modal.success-modal {
  z-index: 11;
}
.modal.active {
  visibility: inherit;
  opacity: 1;
}

.modal-header {
  padding: 40px 40px 0 0;
  display: flex;
  justify-content: end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.modal-content {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 49px 8px rgba(137, 134, 134, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}

@media (max-width: 768px) {
  .modal-header {
    padding: 16px 16px 0 0;
  }
  .modal-content {
    top: 0;
    left: 0;
    transform: none;
  }
  .try-for-free-modal .modal-header {
    padding: 16px 20px;
  }
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  transition: 0.3s;
  background-color: rgba(19, 19, 19, 0.4);
}
.backdrop.active {
  visibility: inherit;
  opacity: 1;
  z-index: 9;
}

.dropdown-backdrop {
  position: fixed;
  display: none;
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}
.dropdown-backdrop.active {
  display: block;
}

.modal-loader {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.modal-loader .loader {
  width: 100px;
  height: 100px;
}
.modal-loader.active {
  opacity: 1;
  visibility: inherit;
}

.dropdown {
  opacity: 0;
  max-height: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 22px;
  border-radius: 12px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  box-shadow: 0px 4px 49px 8px rgba(137, 134, 134, 0.25);
}
.dropdown::-webkit-scrollbar {
  width: 12px;
}
.dropdown::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 20px;
  background-color: #B5B5B5;
}
.dropdown.active {
  opacity: 1;
  max-height: 220px;
}
.dropdown > li {
  padding: 12px 24px;
  transition: 0.3s;
}
.dropdown > li:hover {
  cursor: pointer;
  background-color: #EAEAEA;
}
.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}

.close {
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 36px;
  background: rgba(234, 234, 234, 0.48);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 8px 16px;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
}
.close:hover {
  filter: brightness(80%);
}
.close > img {
  margin-left: 4px;
}

@media (max-width: 768px) {
  .close {
    padding: 8px;
  }
  .close > span {
    display: none;
  }
  .close > img {
    margin-left: 0;
  }
  .dropdown {
    font-size: 18px;
  }
}
.loader {
  border-radius: 50%;
  animation: rotation 1s linear infinite;
}
.loader.light {
  border: 3px solid #fff;
  border-bottom-color: transparent;
}
.loader.dark {
  border: 3px solid #131313;
  border-bottom-color: transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html[lang=fr] .header__list {
  font-size: 14px;
}
html[lang=fr] .nav__item:not(:first-child) {
  margin-left: 22px;
}

html[lang=es] .nav__item:not(:first-child) {
  margin-left: 20px;
}

html[lang=de] .nav__item:not(:first-child) {
  margin-left: 24px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: 0.3s;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246, 246, 246, 0.08);
  backdrop-filter: blur(42px);
  -webkit-backdrop-filter: blur(42px);
  z-index: 2;
}

.header__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}

.header__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 23px;
  z-index: 2;
}

.header__list {
  position: relative;
  z-index: 2;
  display: flex;
  font-size: 16px;
}
.header__list.right {
  align-items: center;
}
.header__list.right .dropdown {
  width: -moz-fit-content;
  width: fit-content;
  left: unset;
  font-size: 18px;
  line-height: 25px;
}
.header__list.right .dropdown input {
  position: absolute;
  opacity: 0;
}
.header__list.right .dropdown label {
  cursor: pointer;
}

.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav__item:not(:first-child) {
  margin-left: 27px;
}
.nav__item:first-child {
  position: relative;
  margin-left: 40px;
}

.dropdown-wrapper {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.dropdown-wrapper .dropdown-btn {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: baseline;
  justify-content: end;
}
.dropdown-wrapper .dropdown-content {
  display: none;
  position: absolute;
  border-radius: 6px;
  background: #FFF;
  min-width: 160px;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0px 20px 53px 0px rgba(0, 0, 0, 0.05), 0px 6px 29px 0px rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.dropdown-wrapper .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-wrapper .dropdown-content a:hover {
  border-radius: 6px;
  background-color: #EAEAEA;
}
.dropdown-wrapper:hover .dropdown-content {
  display: block;
}

.header__stars {
  position: absolute;
  top: -11px;
  right: -21px;
}

.header__burger {
  display: none;
}

.header__login {
  z-index: 2;
}

.header__language {
  cursor: pointer;
  margin-left: 24px;
}

.header__language {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

@media (max-width: 1024px) {
  .header .container {
    padding: 24px 24px 0 20px;
    width: 100%;
    max-width: 100%;
    height: 56px;
  }
  .header__body {
    align-items: flex-start;
    height: 0;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 17px;
    height: 14px;
    z-index: 3;
  }
  .header__burger.active::before {
    transform: rotate(45deg);
    top: 6px;
  }
  .header__burger.active::after {
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .header__burger::before, .header__burger::after {
    content: "";
    background-color: #131313;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header__burger::before {
    top: 2px;
  }
  .header__burger::after {
    bottom: 3px;
  }
  .header__menu {
    display: block;
    position: fixed;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 246, 246, 0.08);
    backdrop-filter: blur(42px);
    -webkit-backdrop-filter: blur(42px);
    transition: all 0.5s ease 0s;
  }
  .header__menu.active {
    top: 0;
  }
  .header__list {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 32px;
    margin-top: 119px;
    line-height: 38px;
  }
  .header__list .nav__item {
    display: flex;
    justify-content: end;
    margin: 0 20px;
    margin-bottom: 24px;
  }
  .header__list .nav__item .button {
    font-size: 16px;
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__list.right {
    margin-top: 32px;
  }
  .header__list.right .nav__item:first-child {
    margin-bottom: 16px;
  }
  .header__list.right .nav__item:nth-child(2) {
    margin-bottom: 32px;
  }
  .header__list .dropdown-wrapper .dropdown-content {
    display: none;
    position: static;
    border-radius: 0;
    background: transparent;
    min-width: auto;
    box-shadow: none;
    z-index: 1;
  }
  .header__list .dropdown-wrapper .dropdown-content a {
    color: #131313;
    padding: 0;
    text-decoration: none;
    display: block;
    text-align: right;
    margin-top: 24px;
  }
  .header__list .dropdown-wrapper .dropdown-content a:hover {
    border-radius: 0;
    background-color: transparent;
  }
  .header__list .dropdown-wrapper .dropdown-content.active {
    display: block;
    width: 100%;
  }
  .header__language {
    font-size: 18px;
  }
  .header__language-img {
    width: 19px;
    height: 19px;
  }
  .header__stars {
    position: initial;
    margin-right: 2px;
  }
}
@media (max-width: 768px) {
  .header__menu {
    overflow-y: auto;
  }
}
.footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding-bottom: 160px;
}
.footer .subtitle {
  margin-bottom: 12px;
}
.footer .files {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.footer .file {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.footer .left, .footer .right {
  display: flex;
  row-gap: 12px;
  flex-direction: column;
}
.footer .right .links .link:not(:last-child) {
  margin-right: 24px;
}
.footer .right .social-media {
  text-align: right;
}
.footer .right .social-media .link:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 20px;
    display: block;
  }
  .footer .right > div:first-child {
    margin-bottom: 0;
  }
  .footer .left {
    margin-bottom: 32px;
    row-gap: 8px;
  }
  .footer .files {
    margin-bottom: 32px;
  }
  .footer .files .file {
    row-gap: 12px;
  }
  .footer .right {
    row-gap: unset;
    flex-direction: row;
  }
  .footer .right .links .link {
    margin-right: 24px;
  }
  .footer .social-media {
    align-self: center;
  }
}
.main-news {
  padding-top: 136px;
  background: url("../images/backgrounds/desktop/bg-1.webp") 37% 120px no-repeat, url("../images/backgrounds/desktop/bg-2.webp") 43% 3500px no-repeat;
}
.main-news .breadcrumbs {
  display: flex;
  font-size: 13px;
  line-height: 120%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-news .breadcrumbs-item {
  font-family: "Space Grotesk", sans-serif;
  color: #787878;
}
.main-news .breadcrumbs-item a {
  color: #787878;
}
.main-news .breadcrumbs-item + .breadcrumbs-item::before {
  content: "›";
  padding: 0 6px;
  color: #131313;
}
.main-news .breadcrumbs-item.active {
  font-weight: 500;
  color: #131313;
}
.main-news .title {
  font-weight: 500;
  margin: 24px 0 64px 0;
}
.main-news .latest-news-item {
  display: flex;
  -moz-column-gap: 44px;
       column-gap: 44px;
  margin-bottom: 56px;
}
.main-news .latest-news-item .card {
  transition: 0.3s;
  padding: 105px 45px 61px 72px;
  color: #fff;
  border-radius: 15px;
  background: #232323 url("../images/news/backgrounds/conference-attendance.png") right bottom no-repeat;
}
.main-news .latest-news-item .card__title {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.6px;
  width: 590px;
  margin: 0 0 46px 0;
}
.main-news .latest-news-item .card__info {
  display: flex;
  align-items: center;
  -moz-column-gap: 33px;
       column-gap: 33px;
}
.main-news .latest-news-item .card__info .date-place {
  font-size: 27px;
  line-height: 36px;
  width: 220px;
}
.main-news .latest-news-item .card:hover {
  filter: brightness(0.8);
}
.main-news .latest-news-item .description {
  line-height: 140%;
}
.main-news .latest-news-item .description .subtitle {
  margin-top: 24px;
}
.main-news .latest-news-item .description__title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
  margin: 16px 0;
}
.main-news .latest-news-item .description__text {
  font-size: 14px;
}
.main-news .latest-news-item .description__date {
  font-size: 13px;
  margin-top: 16px;
}
.main-news .news-list {
  display: flex;
  row-gap: 56px;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.main-news .news-list .card-wrapper {
  flex: 0 0 49%;
  transition: 0.3s;
}
.main-news .news-list .card-wrapper .subtitle {
  margin-top: 24px;
}
.main-news .news-list .card-wrapper .card-wrapper-cover {
  color: #fff;
  border-radius: 12px;
  background: #232323 url("../images/news/backgrounds/release-notes.png") left bottom no-repeat;
  padding: 50px 45px;
  height: 317px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-news .news-list .card-wrapper .card-wrapper-cover.various {
  background: #232323 url("../images/news/backgrounds/various.png") right bottom no-repeat;
}
.main-news .news-list .card-wrapper .card-wrapper-cover__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 57px;
  font-weight: 600;
  margin-bottom: 14px;
}
.main-news .news-list .card-wrapper .card-wrapper-cover__date {
  font-size: 23px;
}
.main-news .news-list .card-wrapper .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.56px;
  margin: 16px 0;
}
.main-news .news-list .card-wrapper .text {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 16px;
}
.main-news .news-list .card-wrapper .date {
  font-size: 13px;
  line-height: 140%;
}
.main-news .news-list .card-wrapper:hover {
  filter: brightness(0.8);
}
.main-news .footer {
  margin-top: 310px;
}

@media (max-width: 1100px) {
  .main-news .latest-news-item {
    flex-direction: column;
  }
  .main-news .news-list {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}
@media (max-width: 768px) {
  .main-news {
    padding-top: 76px;
    background: url("/images/backgrounds/mobile/bg-1-mob.webp") 32% 25% no-repeat, url("../images/backgrounds/mobile/bg-2-mob.webp") 49% 97% no-repeat;
  }
  .main-news .title {
    margin-bottom: 32px;
  }
  .main-news .latest-news-item .card {
    padding: 32px;
  }
  .main-news .latest-news-item .card__title {
    font-size: 32px;
  }
  .main-news .latest-news-item .card__info .date-place {
    line-height: 32px;
    font-size: 18px;
  }
  .main-news .news-list {
    row-gap: 32px;
  }
  .main-news .news-list .card-wrapper {
    flex: 0 0 100%;
  }
  .main-news .news-list .card-wrapper .card-wrapper-cover {
    padding: 32px;
    height: 240px;
  }
  .main-news .news-list .card-wrapper .card-wrapper-cover__title {
    font-size: 32px;
  }
  .main-news .news-list .card-wrapper .card-wrapper-cover__date {
    font-size: 18px;
  }
  .main-news .footer {
    margin-top: 64px;
  }
}
@media (max-width: 476px) {
  .main-news .latest-news-item .card__info img {
    width: 91px;
  }
}