.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #3d0a43;
  font-family: Radikal, sans-serif;
  color: #b38e61;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.main-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 106px;
  padding-right: 20px;
  padding-left: 78px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pause {
  display: none;
  -webkit-transition: opacity 100ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 100ms cubic-bezier(.55, .055, .675, .19);
}

.pause:hover {
  opacity: 0.8;
}

.play {
  display: inline-block;
  -webkit-transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
}

.play:hover {
  opacity: 0.8;
}

.r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.zeneszerzo {
  font-size: 20px;
  text-transform: uppercase;
}

.zeneszerzo.opacity {
  opacity: 0.6;
}

.h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
}

.h1._2 {
  width: 540px;
}

.h1.opacity {
  opacity: 0.6;
}

.text-span {
  font-size: 20px;
}

.p {
  max-width: 800px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.text-span-2 {
  font-size: 20px;
}

.text-span-3 {
  color: #b38e61;
}

.content {
  margin-left: 40px;
}

.text {
  max-width: 380px;
  margin-top: 10px;
}

.text.opacity {
  opacity: 0.6;
}

.bottom {
  display: none;
  width: 100%;
  margin-bottom: 20px;
}

.bottom-text {
  margin-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.small-gold {
  font-size: 16px;
}

.small-white-2 {
  max-width: 560px;
  margin-top: 16px;
  color: #fff;
  font-size: 16px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 7fr 10fr;
  grid-template-columns: 7fr 10fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block {
  width: 76px;
  height: 78px;
}

.bg {
  position: fixed;
  top: -3%;
  right: -14%;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 65%;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vissza-ll-t-s {
  margin-top: 16px;
  -webkit-transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  color: #b38e61;
  font-size: 12px;
  text-decoration: underline;
}

.vissza-ll-t-s:hover {
  opacity: 0.8;
}

.rich-text-block {
  max-width: 800px;
  margin-bottom: 10px;
}

.rich-text-block p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.gold {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.label {
  margin-top: 4px;
}

.label.opacity {
  margin-top: 0px;
  opacity: 0.6;
}

.reset {
  margin-top: 24px;
  padding: 3px 8px 2px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #b38e61;
  border-radius: 1px;
  background-color: transparent;
  -webkit-transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  color: #b38e61;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.reset:hover {
  opacity: 0.8;
}

.bottom-2 {
  width: 100%;
  margin-bottom: 20px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  margin-bottom: 40px;
}

.rich-text-block-2 {
  max-width: 800px;
}

.rich-text-block-2 p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.rich-text-block-2.opacity {
  opacity: 0.6;
}

.text-span-4 {
  opacity: 0.6;
}

@media screen and (max-width: 991px) {
  .main-div {
    height: auto;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .left {
    width: 100%;
    height: auto;
    padding-left: 40px;
  }

  .r {
    margin-bottom: 60px;
  }

  .content {
    margin-left: 20px;
  }

  .l {
    width: 100%;
  }

  .text {
    max-width: 340px;
  }

  .bottom {
    display: block;
  }

  .small-white-2 {
    max-width: none;
    margin-left: 0px;
  }

  .div-block-2 {
    margin-top: 48px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .right {
    padding-left: 40px;
  }

  .bottom-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-div {
    padding-right: 20px;
  }

  .left {
    padding-top: 40px;
    padding-left: 15px;
  }

  .h1 {
    width: 350px;
  }

  .h1._2 {
    width: 270px;
  }

  .text {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-2 {
    margin-top: 60px;
  }

  .bg {
    display: none;
  }

  .right {
    padding-right: 10px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  .main-div {
    max-height: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .left {
    padding-left: 20px;
  }

  .r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .zeneszerzo {
    font-size: 16px;
  }

  .h1 {
    width: 287px;
    padding-right: 20px;
    font-size: 30px;
  }

  .h1._2 {
    width: 284px;
    font-size: 38px;
  }

  .p {
    padding-right: 20px;
  }

  .content {
    margin-left: 0px;
  }

  .link-block {
    margin-bottom: 10px;
  }

  .bg {
    top: 10%;
    right: -42%;
    width: 140%;
    max-width: none;
  }

  .right {
    max-width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
  }

  .buttons {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vissza-ll-t-s {
    margin-top: 0px;
    margin-left: 20px;
    font-size: 14px;
  }

  .label {
    margin-top: -4px;
    margin-left: 8px;
  }

  .label.opacity {
    margin-top: -4px;
  }

  .reset {
    margin-top: 0px;
  }

  .div-block-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#w-node-d227eb66-f585-6bca-3b39-5db71d99479c-1f01ddef {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d227eb66-f585-6bca-3b39-5db71d99479c-1f01ddef {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radikal';
  src: url('../fonts/Nootype---Radikal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}