* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  word-wrap: break-word;
}

input,
textarea,
select,
a,
button {
  outline: none;
}

.marker {
  border: 1px solid red;
}

::selection {
  background: #000000;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #ffffff;
  color: #fff;
  text-shadow: none;
}

html,
body {
  font-family: "Geomanist", sans-serif;
  font-size: 1rem;
  height: 100%;
  width: 100%;
  color: #ffffff;
  background-color: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

html {
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-weight: 400;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
  -webkit-overflow-scrolling: touch;
  counter-reset: menu-counter;
}

body.smooth-scroll {
  overflow: hidden;
}

body.hidden {
  opacity: 0;
}

body.nav-active,
body.search-active {
  overflow: hidden !important;
}
body.nav-active .breadcrumb-container,
body.search-active .breadcrumb-container {
  opacity: 0;
}

.container-fluid {
  max-width: 2080px;
}

audio {
  display: inline-block;
  max-width: 100%;
}

video {
  object-fit: fill;
}

b,
strong {
  font-weight: 600;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

ul,
ol {
  list-style: none;
}

ul.pointed {
  list-style: disc !important;
  padding-left: 17px;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 20px 0;
}

li {
  color: #333;
  margin-bottom: 10px;
}

.full img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-position: center;
  object-fit: cover;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

input[type=checkbox]:checked + label:before {
  width: 10px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geomanist", serif;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

h1 {
  font-size: 48px;
  line-height: 60px;
}

h2 {
  font-size: 36px;
  line-height: 48px;
}

h3 {
  font-size: 3.6rem;
  line-height: 4.2rem;
}

h4 {
  font-size: 24px;
  line-height: 36px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
}

hr {
  width: 100%;
}

.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 2;
}

.icon-search,
.icon-clear {
  position: absolute;
  z-index: 2;
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../gfx/search.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-clear {
  display: none;
  right: 30px;
  background-image: url("../gfx/clear.svg");
}

.form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #9E9E9F;
  border-radius: 0;
  padding: 1.7rem 1rem;
}
.form-control.search {
  color: #fff;
  padding-left: 2.375rem;
  position: relative;
}
.form-control:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  outline: 0;
  box-shadow: none;
}

.form-check {
  padding-left: 0;
}

.form-info {
  position: relative;
  padding-left: 60px;
}
.form-info::before {
  content: url("../gfx/info-file.svg");
  position: absolute;
  left: 0;
}

.checkbox {
  font-size: 0.9rem;
}

.gradient-bottom {
  position: relative;
  display: inline-block;
}
.gradient-bottom:after {
  content: "";
  width: 80%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d62f03;
  background: -moz-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: -webkit-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: linear-gradient(225deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
}

.no-margins {
  margin: 0;
}

.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-underline {
  text-decoration: underline;
}

p {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 28px;
  color: #ffffff;
}
p .no-margins {
  margin-bottom: 0;
}

a {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
a:hover, a:active {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

.bg-dark {
  background-color: #0D0D14 !important;
}

.btn {
  background: none;
  border-radius: 0;
  border: none;
  padding: 15px 30px 11px 30px;
  position: relative;
  -webkit-transition: all 200ms ease-in 250ms;
  transition: all 200ms ease-in 250ms;
}
.btn svg {
  margin-left: 15px;
  margin-bottom: 3px;
  -webkit-transition: all 200ms ease-in 250ms;
  transition: all 200ms ease-in 250ms;
}

.btn-primary {
  background-color: none;
  color: #000000;
  text-transform: uppercase;
  margin: 7px;
}
.btn-primary:hover {
  padding-right: 20px;
}
.btn-primary:hover svg {
  margin-left: 25px;
}
.btn-primary:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  position: absolute;
  top: -6px;
  left: -6px;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.btn-primary:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.btn-primary:hover {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}
.btn-primary:hover:before {
  top: 0;
  left: 0;
}
.btn-primary:hover:after {
  top: 0;
  left: 0;
}
.btn-primary.btn-black {
  background: #000000;
  color: #ffffff;
}
.btn-primary.btn-black:after {
  display: none;
}

.btn-invert {
  color: #ffffff;
}
.btn-invert:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  position: absolute;
  top: -6px;
  left: -6px;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.btn-invert:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.btn-invert:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-invert:hover:before {
  top: 0;
  left: 0;
}
.btn-invert:hover:after {
  top: 0;
  left: 0;
}
.btn-invert svg path {
  fill: #ffffff;
}

.btn-gradient {
  text-transform: none;
  color: #ffffff;
  background: #d62f03;
  background: -moz-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: -webkit-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: linear-gradient(225deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
}
.btn-gradient:hover {
  color: #ffffff;
  padding-right: 0;
}

.btn-listen {
  text-transform: uppercase;
  padding-right: 80px;
  position: relative;
}
.btn-listen:after {
  content: url("../gfx/icon-listen.svg");
  height: 46px;
  width: 46px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-24px);
}

.btn-contact {
  text-transform: uppercase;
  padding-right: 60px;
  position: relative;
  color: #ffffff;
  background: #000000;
  margin: 0 0 10px 10px;
}
.btn-contact:hover {
  color: #ffffff;
}
.btn-contact:after {
  content: url("../gfx/arrow_right_btn.svg");
  position: absolute;
  right: 20px;
  top: 16px;
}
.btn-contact:before {
  content: " ";
  border: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(-10px, -10px);
}

.only-arrow svg {
  margin-left: 0;
}

.text-white span.text-outline {
  -webkit-text-stroke-color: #ffffff;
}

span.text-outline {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  color: transparent;
}

.modal-cookies .modal-content {
  background-color: #000000;
  border-radius: 0;
  border: 1px solid #ffffff;
  margin: 0 10px 10px 0;
}
.modal-cookies .modal-content:before {
  content: "";
  background: #000000;
  border: 1px solid #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.modal-cookies .modal-body {
  padding: 2rem;
}
.modal-cookies .modal-footer {
  border-top: none;
  padding: 1.75rem;
  justify-content: center;
  padding-top: 0;
}

.modal-video .modal-content {
  background-color: transparent;
  border-radius: 0;
  border: none;
  margin: 0;
}
.modal-video .modal-content .modal-body {
  padding: 0;
}

.modal-backdrop {
  opacity: 0.7 !important;
}

.close {
  font-size: 1.5rem;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: -25px;
  right: -25px;
}
.close:hover {
  color: #ffffff;
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-transition: background 0.5s ease-in-out 0s;
  transition: background 0.5s ease-in-out 0s;
}
main .main-content {
  width: 100%;
}
main .main-content > div {
  height: 100%;
  min-height: 100vh;
}

.swiper-slide {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.swiper-slide.always-visible {
  opacity: 1;
}

.swiper-nav {
  top: -70px;
  right: 20px;
  display: flex;
}
.swiper-nav.invert .button-prev {
  background-image: url("../gfx/arrow_left_white.svg");
}
.swiper-nav.invert .button-next {
  background-image: url("../gfx/arrow_right_white.svg");
}
.swiper-nav.on_wh_bg .button-prev:hover,
.swiper-nav.on_wh_bg .button-next:hover {
  border: 1px solid #000000;
}
.swiper-nav .button-prev,
.swiper-nav .button-next {
  width: 46px;
  height: 46px;
  background-image: url("../gfx/arrow_left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 16px;
  border: 1px solid transparent;
}
.swiper-nav .button-prev:first-child,
.swiper-nav .button-next:first-child {
  margin-right: 20px;
}
.swiper-nav .button-prev:hover,
.swiper-nav .button-next:hover {
  cursor: pointer;
}
.swiper-nav .button-prev:hover,
.swiper-nav .button-next:hover {
  border: 1px solid #ffffff;
}
.swiper-nav .button-next {
  background-image: url("../gfx/arrow_right.svg");
}

.swiper-container {
  overflow: visible;
}

.swiper-slide-visible {
  opacity: 1;
}

body:not(.search-active):not(.nav-active) main .main-content #page-content header.light .header-container .logo img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
body:not(.search-active):not(.nav-active) main .main-content #page-content header.light .breadcrumb-container .breadcrumb-item + .breadcrumb-item::before,
body:not(.search-active):not(.nav-active) main .main-content #page-content header.light .breadcrumb-container .breadcrumb li,
body:not(.search-active):not(.nav-active) main .main-content #page-content header.light .breadcrumb-container .breadcrumb a {
  color: #000000;
}
body:not(.search-active):not(.nav-active) main .main-content #page-content header.light .socials-list li a {
  color: #000000;
}
body:not(.search-active):not(.nav-active) main .main-content #page-content header.light .socials-list li a svg g {
  fill: #000000;
}
body:not(.search-active):not(.nav-active) main .main-content #page-content header.light .search-button:before {
  background: #000000;
}
body:not(.search-active):not(.nav-active) main .main-content #page-content header.light .search-button:after {
  background-color: #000000;
}
body:not(.search-active):not(.nav-active) main .main-content #page-content header.light .search-button .search-icon {
  border-color: #000000;
}
body:not(.search-active):not(.nav-active) main .main-content #page-content header.light .menu-icon-container .toggle-icon,
body:not(.search-active):not(.nav-active) main .main-content #page-content header.light .menu-icon-container .toggle-icon:before,
body:not(.search-active):not(.nav-active) main .main-content #page-content header.light .menu-icon-container .toggle-icon:after {
  background: #000000;
}

.navigation_fullscreen {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  padding: 14px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 3;
  pointer-events: none;
  background: #d62f03;
  background: -moz-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: -webkit-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: linear-gradient(225deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
}
.navigation_fullscreen.open {
  opacity: 1;
  pointer-events: auto;
}
.navigation_fullscreen .navigation_inner {
  width: 100%;
  height: 100%;
  padding: 2rem;
  background: #0D0D14;
}
.navigation_fullscreen .navigation_inner .nav {
  position: absolute;
  width: 90%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 1s ease-in-out 0.8s;
  -o-transition: all 1s ease-in-out 0.8s;
  transition: all 1s ease-in-out 0.8s;
  z-index: 5;
}
.navigation_fullscreen .navigation_inner .nav .inner {
  display: table-cell;
  vertical-align: middle;
  margin-left: 30%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 100vh;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: left;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list {
  width: 100%;
  padding-top: 150px;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list > .nav_list-item > a:before {
  counter-increment: menu-counter;
  content: counter(menu-counter);
  position: absolute;
  font-size: 2rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  left: -35px;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item {
  position: relative;
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul {
  margin-top: 0;
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.sub_menu {
  display: table;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.sub_menu li {
  display: table-column;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show {
  margin-bottom: 40px;
  height: 60px;
  overflow: visible;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show li {
  transform: translateY(0);
  opacity: 1;
  display: inline;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show li:nth-child(1) {
  transition-delay: 100ms;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show li:nth-child(2) {
  transition-delay: 150ms;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show li:nth-child(3) {
  transition-delay: 200ms;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show li:nth-child(4) {
  transition-delay: 250ms;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show li:nth-child(5) {
  transition-delay: 300ms;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show li:nth-child(6) {
  transition-delay: 350ms;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show li:nth-child(7) {
  transition-delay: 400ms;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show li:nth-child(8) {
  transition-delay: 450ms;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show li:nth-child(9) {
  transition-delay: 500ms;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show li:nth-child(10) {
  transition-delay: 550ms;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show:before {
  opacity: 1;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul:before {
  content: "";
  position: absolute;
  width: 105%;
  height: 110px;
  top: -30px;
  left: -20px;
  border: 1px solid rgba(100, 100, 100, 0.3);
  z-index: -1;
  opacity: 0;
  animation-delay: 400ms;
  -webkit-transition: all 0.4s linear 0.8s;
  -o-transition: all 0.4s linear 0.8s;
  transition: all 0.4s linear 0.8s;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul li {
  display: inline;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul li a {
  position: relative;
  padding-left: 25px;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul li a:first-of-type {
  padding-left: 0;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-dropdown > a {
  position: relative;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-dropdown > a .icon-arrow {
  content: url("../gfx/dropdown_arrow.svg");
  transform: translateY(-5px) rotate(0deg);
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-dropdown > a .icon-arrow.open {
  transform: translateY(-5px) rotate(180deg);
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list:hover > .nav_list-item > a {
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list > .nav_list-item > a:hover {
  color: #ffffff;
}

header {
  width: 100%;
  height: 200px;
  left: 0;
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  background: #637084;
  background: -moz-linear-gradient(180deg, rgba(99, 112, 132, 0.3533788515) 0%, rgba(99, 112, 132, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(99, 112, 132, 0.3533788515) 0%, rgba(99, 112, 132, 0) 100%);
  background: linear-gradient(180deg, rgba(99, 112, 132, 0.3533788515) 0%, rgba(99, 112, 132, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#637084", endColorstr="#637084", GradientType=1);
}
header .header-container {
  box-sizing: border-box;
  height: inherit;
  padding: 80px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
}
header .header-container .logo {
  float: left;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
header .header-container .logo img {
  display: block;
  height: 90px;
  width: auto;
  max-width: none;
}
header .breadcrumb-container {
  padding: 0 80px;
}
header .breadcrumb-container .breadcrumb {
  background-color: transparent;
  padding: 0;
  padding-top: 10px;
  opacity: 0.6;
}
header .breadcrumb-container .breadcrumb-item + .breadcrumb-item::before,
header .breadcrumb-container .breadcrumb li {
  color: #ffffff;
}
header .nav-elements {
  margin-left: auto;
  order: 2;
  display: flex;
}
header .nav-elements.open .menu-icon-container {
  margin-left: 90px;
}
header .nav-elements .menu-icon-container,
header .nav-elements .socials-wrap {
  margin-left: 20px;
}

.socials-list {
  display: inline-flex;
  list-style: none;
  margin: 0;
}
.socials-list li {
  margin-bottom: 0;
  height: 24px;
  width: 24px;
}
.socials-list li:not(:last-of-type) {
  margin-right: 14px;
}
.socials-list a {
  height: 24px;
  width: 24px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.socials-list a img {
  height: 24px;
  width: 24px;
}

.menu-icon-container {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.menu-icon-container .toggle-icon {
  transform: translateY(-50%);
}
.menu-icon-container .search-button {
  width: 24px;
  height: 24px;
}
.menu-icon-container .search-icon {
  width: 24px;
  width: 24px;
  transition: all 0.2s ease;
}
.menu-icon-container .toggle-icon,
.menu-icon-container .toggle-icon:before,
.menu-icon-container .toggle-icon:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  transition: all 0.2s ease;
}
.menu-icon-container .toggle-icon {
  top: 50%;
}
.menu-icon-container .toggle-icon:before {
  top: -8px;
}
.menu-icon-container .toggle-icon:after {
  top: 8px;
}
.menu-icon-container .toggle-text {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  font-size: 1rem;
  top: 0;
  left: -70px;
  transform: translateX(20px);
  transition: all 0.2s ease;
}

.menu-open .toggle-text {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(1px);
}
.menu-open .toggle-icon {
  top: 44%;
}

.menu-open .toggle-icon {
  transform: rotate(45deg);
}

.menu-open .toggle-icon:before,
.menu-open .toggle-icon:after {
  top: 0;
}

.menu-open .toggle-icon:before {
  transform: rotate(90deg);
}

.section_padding {
  padding: 10vh 0;
}
.section_padding.x2 {
  padding: 15vh 0;
}

.page-title {
  position: absolute;
  top: 40%;
  z-index: 1;
  padding-left: 10vw;
}

#main_slider {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}
#main_slider .main_swiper {
  height: 100%;
  overflow: hidden;
}
#main_slider .main_swiper .overlay_slider {
  width: 100%;
  height: 100%;
  background: #030812;
  opacity: 0.2;
}
#main_slider .main_swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#main_slider .main_swiper .main_slider-inner {
  position: absolute;
  bottom: 100px;
  margin-left: 5%;
  z-index: 5;
  width: 100%;
}
#main_slider .main_swiper .main_slider-inner .logo {
  width: 160px;
  margin-bottom: 35px;
}
#main_slider .main_swiper .main_slider-inner h3 {
  font-size: 6rem;
  line-height: 1;
}
#main_slider .main_swiper .main_slider-inner p {
  font-size: 1.3rem;
}
#main_slider .main_swiper .main_slider-inner .btn-container a {
  position: relative;
}
#main_slider .main_swiper .main_slider-inner .btn-container a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -5px;
  left: 0;
}
#main_slider .main_swiper .overlay_slide {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 4;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 32%, rgba(0, 0, 0, 0) 100%);
}
#main_slider .main_swiper .swiper-pagination {
  bottom: 80px;
  text-align: right;
  padding-right: 5%;
}
#main_slider .main_swiper .swiper-pagination .swiper-pagination-bullet,
#main_slider .main_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.page_title {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page_title .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1080px;
  background: transparent linear-gradient(180deg, #1B222E80 0%, #03081280 100%) 0% 0% no-repeat padding-box;
}
.page_title .title {
  font-size: 100px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 100px;
}
.page_title .description {
  font-size: 22px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 38px;
}
.page_title .outline-text {
  font-size: 16rem;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.4;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  line-height: 0.7;
  transform: translateY(40%);
}

.collpase-container {
  border: 1px solid #ffffff;
  margin: 0 10px 10px 0;
  position: relative;
  z-index: 1;
}
.collpase-container .collpase-inner {
  background: #0D0D14;
}
.collpase-container .collpase-inner .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
}
.collpase-container h4 {
  font-size: 2rem;
  line-height: 1;
}
.collpase-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border: 1px solid #ffffff;
  z-index: -1;
}

.bottom_widgets {
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.playlists {
  height: 264px;
  width: 43%;
  background: #ffffff;
  padding: 25px 44px 44px 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  height: auto;
  position: relative;
}
.playlists .swiper-nav {
  top: 10px;
  right: 20px;
  position: absolute;
}
.playlists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.playlists ul li {
  width: 100%;
  padding-right: 20px;
  position: relative;
  margin: 0;
  display: inline-flex;
}
.playlists ul li:hover span {
  padding-left: 10px;
}
.playlists ul li a {
  margin-right: 20px;
  display: inline-block;
}
.playlists ul li a img {
  height: 157px;
  max-width: 157px;
}
.playlists ul li .playlist_name {
  width: 100%;
  position: relative;
}
.playlists ul li .playlist_name span {
  color: #969696;
  transition: all 0.2s ease;
}
.playlists ul li .playlist_name h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  padding-bottom: 16px;
}

.featured_video {
  width: 29%;
  height: 264px;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.featured_video:hover .featured_title {
  margin-left: 15px;
}
.featured_video .featured_title {
  position: absolute;
  left: 34px;
  bottom: 25px;
  z-index: 2;
  color: #ffffff;
  padding-right: 30px;
  transition: all 200ms ease;
}
.featured_video .featured_title p.name {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.featured_video .trigger_icon {
  height: 56px;
  width: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 2;
  display: block;
}
.featured_video .trigger_icon i {
  color: #000000;
  font-size: 0.9rem;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.featured_video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  z-index: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.featured_video:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.widget_title {
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.they_record {
  height: 264px;
  width: 28%;
  background: #1B1721;
  padding: 25px 44px 44px 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.they_record ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.they_record ul li {
  width: 100%;
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: flex-end;
}
.they_record ul li:hover span {
  padding-left: 10px;
}
.they_record ul li img {
  margin-right: 10px;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.they_record ul li h5 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  padding-bottom: 16px;
  position: relative;
}
.they_record ul li h5::after {
  content: "";
  width: 80%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d62f03;
  background: -moz-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: -webkit-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: linear-gradient(225deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
}

.browse_artists .slider_arrow {
  position: absolute;
  top: 30%;
  z-index: 2;
}
.browse_artists .artist .publisher {
  position: absolute;
  top: 10px;
  left: 25px;
  width: 15%;
}
.browse_artists .artist img {
  width: 100%;
}
.browse_artists .artist_slider {
  margin-left: 10%;
}
.browse_artists .artist_slider img {
  width: 100%;
}
.browse_artists .artist_slider .publisher {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
}
.browse_artists .artist_slider .swiper-slide h5 {
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  width: fit-content;
}
.browse_artists .artist_slider .swiper-slide h5:after {
  left: 0;
  top: 100%;
  position: absolute;
  min-height: 8px;
  min-width: 100%;
  background: transparent linear-gradient(90deg, #E93707 0%, #531349 100%) 0% 0% no-repeat padding-box;
  content: " ";
}

.no-results {
  margin-top: 70px;
}
.no-results .ups {
  font-size: 50px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #ffff;
  margin-bottom: 40px;
}
.no-results .lower {
  font-weight: bold;
}

.single-brand a img:hover,
.single-label a img:hover {
  border: 1px solid #ffffff;
}

.brands img {
  width: 100%;
}

.gbr:before,
.gtr:before,
.gbl:before,
.gtl:before {
  content: "";
  display: block;
  position: absolute;
  height: 20%;
  width: 40%;
  background: #d62f03;
  background: -moz-linear-gradient(90deg, #d62f03 0%, #330352 100%);
  background: -webkit-linear-gradient(90deg, #d62f03 0%, #330352 100%);
  background: linear-gradient(90deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
  z-index: -1;
}

.gbr:before {
  bottom: -15px;
  right: -15px;
}

.gtr:before {
  top: -15px;
  right: -15px;
}

.gbl:before {
  bottom: -15px;
  left: -15px;
}

.gtl:before {
  top: -15px;
  left: -15px;
}

.highlights .row h2 {
  font-size: 6rem;
  line-height: 1;
}
.highlights .row .single-highlight {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
.highlights .row .single-highlight .gbr:before,
.highlights .row .single-highlight .gtr:before {
  content: "";
  position: absolute;
  height: 20%;
  width: 40%;
  background: #d62f03;
  background: -moz-linear-gradient(90deg, #d62f03 0%, #330352 100%);
  background: -webkit-linear-gradient(90deg, #d62f03 0%, #330352 100%);
  background: linear-gradient(90deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
  z-index: -1;
}
.highlights .row .single-highlight .gbr:before {
  bottom: -15px;
  right: -15px;
}
.highlights .row .single-highlight .gtr:before {
  top: -15px;
  right: -15px;
}
.highlights .row .single-highlight .highlight-image {
  position: relative;
}
.highlights .row .single-highlight .highlight-image img {
  width: 100%;
}
.highlights .row .single-highlight .highlight-image h5 {
  line-height: 1.2;
}
.highlights .row .single-highlight:nth-child(2) {
  transform: translateY(20vh);
}
.highlights .row .single-highlight.padding-top {
  margin-top: 20vh;
}
.highlights .row:first-child {
  padding-bottom: 0;
}
.highlights .single-highlight {
  position: relative;
}
.highlights .single-highlight h5 {
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  bottom: 10%;
  left: -100px;
  z-index: 3;
}
.highlights .single-highlight h5 span {
  font-size: 2.5rem;
}

.whatsnew {
  overflow: hidden;
}
.whatsnew .main_article {
  margin-bottom: 250px;
  position: relative;
}
.whatsnew .main_article .main_article-image {
  position: relative;
}
.whatsnew .main_article .main_article-image .main-post {
  width: 100%;
}
.whatsnew .main_article .main_article-image:after {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d62f03;
  background: -moz-linear-gradient(90deg, #d62f03 0%, #330352 100%);
  background: -webkit-linear-gradient(90deg, #d62f03 0%, #330352 100%);
  background: linear-gradient(90deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
}
.whatsnew .main_article .article-info {
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.whatsnew .main_article .article-info .article-date p {
  opacity: 0.6;
  font-size: 4rem;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.whatsnew .main_article .article-post {
  padding-left: 70px;
  align-self: flex-end;
  max-width: 600px;
}
.whatsnew .main_article .article-post h5 {
  font-size: 1.6rem;
}
.whatsnew .related-article {
  position: absolute;
  right: 0;
  top: 15%;
  width: 35%;
  z-index: 9;
  display: block;
}
.whatsnew .related-article .swiper-slide {
  height: auto;
}
.whatsnew .related-article .related-post {
  background: #240554;
  padding: 30px;
}
.whatsnew .related-article .related-post img {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.6);
}
.whatsnew .related-article .related-post:first-of-type {
  padding-bottom: 30px;
}
.whatsnew .related-article h5 {
  color: #ffffff;
}

.labels {
  padding: 120px 3rem;
  background: #ffffff;
  margin: 0;
}
.labels h2 {
  font-size: 4rem;
  line-height: 68px;
}
.labels .labels_slider {
  overflow: hidden;
}

footer {
  color: #000000;
  background: #ffffff;
  left: 0;
  right: 0;
}
footer p,
footer a,
footer a:hover {
  color: #000000;
}

.digital_brands {
  height: 1080px;
}
.digital_brands .title {
  margin-top: 15vh;
}

.graja-z-nami {
  padding-top: 100px;
}

@media all and (max-width: 1690px) {
  .digital_brands .title {
    margin-top: 0 !important;
  }

  header {
    height: 160px;
  }
  header .header-container {
    padding: 40px;
  }
  header .breadcrumb-container {
    padding: 0 40px;
  }
}
@media all and (max-width: 1440px) {
  h3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  .page-title {
    top: 50%;
    padding-left: 15vw;
  }

  #main_slider .main_swiper .main_slider-inner .logo {
    width: 100px;
  }
}
@media all and (max-width: 1280px) {
  .whatsnew h3 {
    font-size: 2rem;
    padding: 0;
  }
  .whatsnew .main_article {
    height: auto;
    margin-bottom: 30px;
  }
  .whatsnew .main_article .main_article-image {
    margin-bottom: 20px;
  }
  .whatsnew .main_article .article-date {
    display: none;
  }
  .whatsnew .main_article .article-info {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    padding-bottom: 30px;
  }
  .whatsnew .main_article .article-info .article-post {
    padding-left: 0;
  }
  .whatsnew .related-article {
    position: relative;
    width: 100%;
    top: 0;
    display: flex;
  }
  .whatsnew .related-article .related-post {
    padding: 0;
    background: none;
  }
  .whatsnew .related-article .related-post img {
    width: 100%;
  }

  .digital_brands {
    position: relative;
  }
  .digital_brands .title {
    font-size: 45px !important;
    margin-top: 30vh !important;
    line-height: 40px;
  }
  .digital_brands .outline-text {
    font-size: 70px;
    bottom: 0;
    margin: 0;
    left: 0 !important;
    transform: translateY(50%);
  }
}
@media all and (max-width: 980px) {
  main {
    z-index: 1;
    position: relative;
    padding-bottom: 0;
  }

  footer {
    position: relative;
    bottom: 0;
    z-index: 1;
    height: auto;
  }

  header .header-container {
    padding: 40px;
  }
  header .breadcrumb-container {
    padding: 0 40px;
  }
  header .breadcrumb-container .breadcrumb {
    padding-top: 0;
  }
}
@media all and (max-width: 835px) {
  #main_slider {
    height: initial;
  }
  #main_slider .main_swiper {
    height: 100vh;
  }

  .bottom_widgets {
    position: relative;
    display: block;
  }
  .bottom_widgets .playlists {
    float: left;
  }
  .bottom_widgets .featured_video {
    width: 57%;
  }
  .bottom_widgets .they_record {
    width: 100%;
  }
  .bottom_widgets .playlists {
    padding: 30px 25px;
  }
  .bottom_widgets .featured_video {
    min-height: 240px;
  }
  .bottom_widgets .they_record {
    padding: 25px 22px 22px 22px;
  }
  .bottom_widgets .they_record ul li {
    align-items: center;
  }
  .bottom_widgets .they_record ul li h5 {
    padding-right: 20px;
  }
  .bottom_widgets .they_record ul li img {
    height: 140px;
    width: 140px;
  }
}
@media all and (max-width: 736px) {
  .navigation_fullscreen {
    padding: 0;
  }
  .navigation_fullscreen .navigation_inner .nav .inner {
    margin-left: 20%;
  }
  .navigation_fullscreen .navigation_inner .nav .inner .nav_content {
    display: flex;
  }
  .navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.sub_menu {
    display: contents;
  }

  header .header-container .socials-wrap {
    display: none;
  }

  .labels {
    padding: 90px 1rem;
  }

  .footer-copyright {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .dropzone .dz-message img {
    display: none;
  }

  .form-info::before {
    display: none;
  }

  .form-info {
    font-size: 14px;
    padding-left: 0;
  }

  .page-title {
    top: 40%;
  }
  .page-title.contact-title {
    bottom: 20%;
    top: auto;
  }

  h3 {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .navigation_fullscreen .navigation_inner .nav {
    width: 100%;
    overflow: auto;
  }
  .navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list {
    padding-bottom: 50px;
  }
  .navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item {
    font-size: 30px;
  }
  .navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul::before {
    display: none;
  }
  .navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul li {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul li:first-child {
    margin-top: 20px;
  }
  .navigation_fullscreen .navigation_inner .nav .inner .nav_content .nav_list .nav_list-item ul.show li {
    display: block;
  }

  header {
    height: 85px;
  }
  header .breadcrumb-container {
    padding: 20px;
  }
  header .header-container {
    padding: 20px;
  }
  header .header-container .logo img {
    height: 70px;
  }

  #main_slider .main_swiper .main_slider-inner {
    bottom: 20%;
    top: auto;
    transform: none;
  }
  #main_slider .main_swiper .main_slider-inner h3 {
    font-size: 3.3rem;
  }
  #main_slider .main_swiper .swiper-pagination {
    display: none;
  }

  .bottom_widgets .playlists,
.bottom_widgets .featured_video,
.bottom_widgets .they_record {
    width: 100%;
  }

  .browse_artists .slider_arrow {
    display: none;
  }
  .browse_artists .artist_slider {
    margin-left: 0;
  }

  .highlights .row h2 {
    font-size: 3rem;
  }
  .highlights .row .single-highlight .gbr:before,
.highlights .row .single-highlight .gtr:before,
.highlights .row .single-highlight .gbl:before,
.highlights .row .single-highlight .gtl:before {
    display: none;
  }
  .highlights .row .single-highlight:nth-child(2) {
    transform: none;
  }
  .highlights .row .single-highlight.padding-top {
    margin-top: 0;
  }
  .highlights .row .single-highlight h5 {
    position: absolute;
    left: 10px;
    margin: 0;
    bottom: -50px;
  }

  .section_padding.x2 {
    padding: 70px;
  }

  .graja-z-nami {
    padding-top: 40px;
  }

  .co-nas-wyroznia {
    padding-top: 40px;
  }

  .labels {
    padding: 40px 0;
  }

  .modal-cookies .modal-body {
    padding: 1.3rem;
    font-size: 0.9rem;
  }

  .close {
    right: 0px;
  }

  .digital_brands {
    height: 100vh;
  }
  .digital_brands .title {
    margin-top: 40vh;
  }
  .digital_brands .page_title .description {
    font-size: 18px;
    line-height: 30px;
  }
  .digital_brands .outline-text {
    display: none;
  }
}
.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: scroll;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.search-box.open {
  pointer-events: auto;
  opacity: 1;
}
.search-box .inner {
  background: #0d0d14;
  padding: 300px 0 200px;
  min-height: 100vh;
}
.search-box .inner .header .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}
.search-box .input-box {
  position: relative;
}
.search-box .input-box input {
  padding: 1.7rem calc(1rem + 30px);
}
.search-box .input-box .icon-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.search-box .input-box .icon-x {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.search-box .icon {
  position: absolute;
  top: 150px;
  right: 0;
  width: 40vw;
  z-index: -1;
  opacity: 0.02;
}
.search-box .categories p {
  font-size: 18px;
  margin: 70px 0 20px;
}
.search-box .categories .categories-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.search-box .categories .categories-list::after {
  content: "";
  flex: auto;
}
.search-box .categories .categories-list p {
  cursor: pointer;
  padding: 10px 20px 7px;
  border: solid 1px #ffffff;
  margin: 15px 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.search-box .categories .categories-list p.active {
  color: #0d0d10;
  background: #ffffff;
}
.search-box .categories .categories-dropdown {
  margin-top: 50px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px rgba(255, 255, 255, 0.8) solid;
}
.search-box .categories .categories-dropdown.active img {
  transform: rotate(180deg);
}
.search-box .artists {
  margin-top: 70px;
}
.search-box .artists p {
  font-weight: bold;
}
.search-box .artists .artist {
  margin: 30px -15px 60px;
}
.search-box .artists .artist img {
  max-height: 130px;
}
.search-box .artists .artist .name {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.search-box .artists .artist .name::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #DE3314, #270556);
}
.search-box .artists .artist .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.search-box .pages {
  margin-top: 30px;
}
.search-box .pages p {
  font-weight: bold;
}
.search-box .pages .page {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.search-box .pages .page .label {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-box .no-results {
  margin-top: 70px;
}
.search-box .no-results .ups {
  font-size: 50px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #ffff;
  margin-bottom: 40px;
}
.search-box .no-results .lower {
  font-weight: bold;
}

.search-title-wrap {
  opacity: 0;
  width: 100%;
}
.search-title-wrap p {
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

body.search-active .search-title-wrap {
  opacity: 1;
}

.search-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 3px;
  width: 0;
  height: 3px;
  background: #ffffff;
  transform: rotate(-45deg);
  transform-origin: right top;
}
.search-button:after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 3px;
  width: 50%;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.search-button .search-icon {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.search-button:before, .search-button:after {
  transition: all 0.3s ease-in-out;
}
.search-button.active:before, .search-button.active:after {
  width: 23px;
  margin: 0;
}
.search-button.active:after {
  bottom: 3px;
}
.search-button.active:before {
  top: 3px;
}
.search-button.active .search-icon {
  width: 0;
  height: 0;
  border-color: transparent;
}

@media all and (max-width: 480px) {
  .search-box .categories .categories-dropdown img {
    opacity: 0.2;
    transform: scale(0.8);
  }
  .search-box .categories .categories-list {
    display: block;
  }
  .search-box .categories .categories-list p {
    padding: 10px 0;
    display: flex;
    border: none;
    justify-content: space-between;
  }
  .search-box .categories .categories-list p img {
    transform: rotate(-90deg);
  }
  .search-box .artists .artist {
    margin: 15px -15px;
  }
  .search-box .artists .artist .name {
    margin: auto 0;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
  }
  .search-box .artists .artist .name::after {
    display: none;
  }
}

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