@font-face {
  font-family: "Publico Banner";
  src: url("https://lp-p.artlist.io/wp-content/themes/oceanwp-child-theme-master/assets/fonts/PublicoBanner-Medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Publico Banner";
  src: url("https://lp-p.artlist.io/wp-content/themes/oceanwp-child-theme-master/assets/fonts/PublicoBanner-MediumItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Publico Banner";
  src: url("https://lp-p.artlist.io/wp-content/themes/oceanwp-child-theme-master/assets/fonts/PublicoBanner-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Publico Banner";
  src: url("https://lp-p.artlist.io/wp-content/themes/oceanwp-child-theme-master/assets/fonts/PublicoBanner-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "artlist sans";
  src: url("https://lp-p.artlist.io/wp-content/themes/oceanwp-child-theme-master/assets/fonts/ArtlistSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "artlist sans";
  src: url("https://lp-p.artlist.io/wp-content/themes/oceanwp-child-theme-master/assets/fonts/ArtlistSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "artlist sans";
  src: url("https://lp-p.artlist.io/wp-content/themes/oceanwp-child-theme-master/assets/fonts/ArtlistSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
.cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  min-width: 180px;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 171%;
  text-align: center;
  white-space: nowrap;
  color: #171717;
  border: 1.5px solid #ffffff;
}
@media (max-width: 460px) {
  .cta {
    width: 100%;
  }
}
.cta:hover {
  background: none;
  color: white;
}
.cta.outlined {
  color: #fff;
  background-color: #171717;
}
.cta.outlined:hover {
  background-color: white;
  color: #171717;
}
.cta.black {
  color: #fff;
  background-color: #171717;
  border: 1.5px solid #171717;
}
.cta.black:hover {
  background-color: transparent;
  color: #171717;
}
.cta.yellow {
  color: #171717;
  background-color: #ffda2a;
  border: 1.5px solid #ffda2a;
}
.cta.yellow:hover {
  background-color: #dbbb1c;
  border: 1.5px solid #dbbb1c;
}
.cta.border-radius {
  border-radius: 4px;
}

.language-switcher:not(.mobile) {
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.language-switcher:not(.mobile) .language-arrow {
  transition: transform 0.4s ease;
}
.language-switcher:not(.mobile) .language-arrow.active {
  transform: rotate(-180deg);
}
.language-switcher:not(.mobile) .dropdown {
  display: flex;
  flex-direction: column;
  position: fixed;
  gap: 24px;
  background-color: #171717;
  top: calc(var(--header-height) - 20px);
  padding: 24px 8px;
  min-width: 200px;
  transition: opacity 0.4s ease, top 0.4s ease;
  margin-top: 32px;
}
.language-switcher:not(.mobile) .dropdown.hide {
  opacity: 0;
  top: calc(var(--header-height));
  pointer-events: none;
}
.language-switcher:not(.mobile) .dropdown .language-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.language-switcher:not(.mobile) .dropdown .language-wrapper .language-link {
  font-family: "Artlist Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  white-space: nowrap;
  text-decoration: none;
  margin: 0;
}
.asset {
  object-fit: cover;
}
.asset.desktop {
  display: block;
}
@media (max-width: 768px) {
  .asset.desktop {
    display: none;
  }
}
.asset.tablet {
  display: none;
}
@media (max-width: 768px) {
  .asset.tablet {
    display: block;
  }
}
@media (max-width: 460px) {
  .asset.tablet {
    display: none;
  }
}
.asset.mobile {
  display: none;
}
@media (max-width: 460px) {
  .asset.mobile {
    display: block;
  }
}
.asset.fill {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=global.css.map */
