@font-face {
  font-family: Akzidenzgroteskpro Ext;
  src: url('../fonts/AkzidenzGroteskPro-Ext.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akzidenzgroteskpro;
  src: url('../fonts/AkzidenzGroteskPro-BoldEx.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akzidenzgroteskpro Mdex;
  src: url('../fonts/AkzidenzGroteskPro-MdEx.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ya-orange: #ff5a00;
  --_base-collection---black-21: #131313;
  --_base-collection---white-26: white;
  --_base-collection---white-25: #ffffff40;
  --_base-collection---black-10: #1313131a;
  --_base-collection---black-20: #13131333;
  --_base-collection---red: #fd3846;
  --aquamarine: #00edc4;
  --deep-sky-blue: #02b3f3;
  --royal-blue: #015efe;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.body {
  color: #000;
  background-color: #e1e1e1;
  background-image: url('../images/grunge.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-family: Akzidenzgroteskpro Ext, Arial, sans-serif;
  display: flex;
}

.item {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.item.opens--menu {
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.menu__close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 24px;
}

.menu__scrim {
  background-color: #13131380;
  position: fixed;
  inset: 0%;
}

.panel-wrapper {
  background-color: #e1e1e1;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 100vw;
  margin: -10vw;
  display: flex;
  overflow: hidden;
}

.panel {
  background-image: radial-gradient(circle farthest-side at 0% 0%, #e1e1e1, #0000), radial-gradient(circle farthest-corner at 50% 0%, var(--ya-orange) 52%, transparent 65%);
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  padding: 90px;
  display: flex;
  position: relative;
}

.page-wrapper {
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #fff0;
  background-clip: border-box;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  height: 140vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mm--delete-me {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Inter;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.mm__menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.mm__menu-button {
  height: 40px;
  color: var(--_base-collection---black-21);
  cursor: pointer;
  background-color: #ebebeb;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 16px;
  font-weight: 600;
  line-height: 13px;
  transition: background-color .2s;
  display: flex;
}

.mm__menu-button:hover {
  background-color: var(--_base-collection---white-26);
}

.mm__logo {
  mix-blend-mode: multiply;
  margin-right: 4px;
}

.mm__hamburger {
  margin-left: 12px;
}

.mm__number {
  font-family: Inter;
  font-weight: 600;
}

.mm__buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.mm__button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_base-collection---white-25);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_base-collection---white-25);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_base-collection---white-25);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_base-collection---white-25);
  background-color: var(--_base-collection---black-10);
  height: 40px;
  color: inherit;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  text-decoration: none;
  transition-property: background-color, border;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
  display: flex;
}

.mm__button:hover {
  border-color: var(--_base-collection---white-26);
  background-color: var(--_base-collection---black-20);
  text-decoration: none;
}

.mm__button.mm__button--youtube {
  background-color: var(--_base-collection---red);
  color: var(--_base-collection---black-21);
  border-color: #fff0;
}

.mm__button.mm__button--youtube:hover {
  background-color: #e22e3b;
}

.mm__button.mm__button--s {
  height: 28px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.mm__button.mm__button--s.mm__button--x {
  color: var(--_base-collection---white-26);
  background-color: #000;
  border-color: #fff0;
  padding-bottom: 1px;
}

.mm__button.mm__button--s.mm__button--x:hover {
  background-color: #1b1b1b;
}

.mm__button-icon {
  width: 12px;
  height: 12px;
}

.mm__sponsor {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 32px 32px;
}

.mm__bold {
  font-weight: 600;
}

.mm__config {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

.mm__sidebar {
  display: none;
  position: fixed;
  inset: 0%;
}

.mm__sidebar-body {
  z-index: 9999;
  transform-origin: 0%;
  width: 448px;
  color: var(--_base-collection---black-21);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  top: 31px;
  bottom: 31px;
  left: 32px;
  overflow: hidden;
}

.mm__sidebar-close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 24px;
}

.mm__sidebar-title {
  font-weight: 600;
}

.mm__sidebar-iframe {
  border-top: 1px solid #ececec;
  flex: 1;
  margin-top: 16px;
  margin-left: -24px;
  margin-right: -24px;
  overflow: scroll;
}

.mm__sidebar-scrim {
  background-color: #13131380;
  position: fixed;
  inset: 0%;
}

.mm__link {
  color: var(--_base-collection---black-21);
  font-weight: 600;
  transition: color .2s;
}

.mm__link:hover {
  color: var(--_base-collection---red);
}

.mm__stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.mm__small-text {
  opacity: .5;
  font-size: 10px;
  line-height: 12px;
}

.mm__number-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.mm__custom-code-tag {
  position: absolute;
  top: 12px;
  left: 54%;
}

.mm__webflow-icon {
  height: 12px;
  margin-top: -6px;
}

.mm__x-icon {
  width: 10px;
  height: 10px;
}

.container {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.heading {
  color: #000;
  font-size: 30px;
}

.maintextbock {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.mainheader {
  text-align: center;
  margin-bottom: 35px;
  font-family: Akzidenzgroteskpro, Arial, sans-serif;
  font-size: 70px;
  line-height: 77px;
}

.subparagraph {
  text-align: center;
  width: 780px;
  font-family: Akzidenzgroteskpro Ext, Arial, sans-serif;
  font-size: 21px;
  line-height: 24px;
}

.flex-block-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-top: 90px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.flexleft {
  background-color: #ffffff4d;
  border-radius: 15px;
  flex: 1;
  align-self: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flexleft.white {
  background-color: #ffffff59;
  flex-flow: column;
  flex: 1;
  padding-bottom: 40px;
  display: flex;
}

.flexright {
  background-color: #ffffff4d;
  border-radius: 15px;
  flex: 1;
  align-self: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flexright.white {
  background-color: #fffc;
}

.flexheader {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Akzidenzgroteskpro Mdex, Tahoma, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.list {
  padding-left: 40px;
  padding-right: 40px;
  list-style-type: none;
}

.list-item {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Akzidenzgroteskpro Ext, Arial, sans-serif;
  line-height: 17px;
}

.list-item.correctlist, .list-item.correctlistshrink {
  padding-left: 26px;
  padding-right: 26px;
}

.logobl-ock {
  width: 60px;
  margin-top: 40px;
}

.contact {
  color: #000;
  margin-top: 30px;
  font-family: Akzidenzgroteskpro Ext, Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
}

.telrph {
  color: #ff5a00;
  margin-top: 0;
  font-family: Akzidenzgroteskpro, Arial, sans-serif;
}

.telrph-mail {
  color: #000;
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: Akzidenzgroteskpro, Arial, sans-serif;
  font-size: 27px;
}

.telrph-mail:hover {
  color: #ff5a00;
}

.footer {
  z-index: 2;
  color: #707070;
  flex: 1;
  width: 100vw;
  font-family: Akzidenzgroteskpro Ext, Arial, sans-serif;
  position: relative;
  inset: auto 0% 0%;
}

.footer-text {
  z-index: 2;
  text-align: center;
  font-family: Akzidenzgroteskpro Ext, Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  position: relative;
}

.instsocial {
  cursor: pointer;
  flex: 1;
  align-self: stretch;
}

.instsocial.white {
  background-color: #ff5a00;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.facebooksocial {
  cursor: pointer;
  border-radius: 15px;
  flex: 1;
  align-self: stretch;
  padding-top: 2px;
  padding-bottom: 0;
}

.facebooksocial.white {
  background-color: #fffc;
}

.image {
  width: 50px;
}

.socialicons {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  text-align: center;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 20px;
}

.paragraph {
  color: #fe5a00;
  font-family: Akzidenzgroteskpro Ext, Arial, sans-serif;
}

.instaicon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
}

.instaicon:hover {
  color: #fe5a00;
}

.facebookicon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 36px;
}

.facebookicon:hover {
  color: #fe5a00;
}

.link {
  color: #000;
}

.link:hover {
  color: #ff5a00;
}

.link-2 {
  color: #000;
}

.link-2:hover {
  color: #ff5a00;
}

.section-2 {
  z-index: 3;
  position: fixed;
  inset: 0% 0% auto auto;
}

.image-2 {
  opacity: 1;
  position: static;
}

.image-3 {
  z-index: -1;
  flex: 0 auto;
  align-self: center;
  height: 430px;
  margin-top: -41px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.container-2 {
  z-index: -1;
  opacity: .67;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .mm__title, .mm__number {
    display: none;
  }

  .maintextbock {
    margin-top: 20px;
  }

  .mainheader {
    font-size: 48px;
    line-height: 52px;
  }

  .subparagraph {
    width: 650px;
  }

  .flex-block-white {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .list {
    padding-left: 5px;
    padding-right: 5px;
  }

  .list-item.correctlist {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-item.correctlistshrink {
    padding-left: 43px;
    padding-right: 43px;
  }

  .logobl-ock {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .panel {
    background-image: radial-gradient(circle farthest-side at 0% 0%, #e1e1e1 43%, #0000), radial-gradient(circle farthest-corner at 50% 0%, var(--ya-orange) 45%, transparent 94%);
  }

  .maintextbock {
    margin-top: 10px;
  }

  .mainheader {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 30px;
  }

  .subparagraph {
    width: 300px;
    font-size: 14px;
    line-height: 16px;
  }

  .flex-block-white {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    margin: 30px 10px 15px;
    padding-bottom: 20px;
  }

  .flexleft {
    padding-top: 25px;
    padding-left: 18px;
  }

  .flexleft.white {
    background-color: #ffffff45;
    padding-bottom: 20px;
  }

  .flexright {
    padding-top: 25px;
    padding-left: 18px;
  }

  .flexheader {
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 22px;
  }

  .list {
    text-align: left;
    padding-right: 10px;
  }

  .list-item.correctlist, .list-item.correctlistshrink {
    padding-left: 0;
    padding-right: 0;
  }

  .logobl-ock {
    width: 50px;
    margin-top: 15px;
  }

  .contact {
    text-align: center;
    align-self: center;
    width: 200px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .telrph {
    margin-bottom: 0;
  }

  .telrph-mail {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .footer-text {
    font-size: 11px;
    line-height: 14px;
  }

  .instaicon {
    width: 30px;
  }

  .facebookicon {
    width: 27px;
  }

  .link, .link-2 {
    font-size: 22px;
  }

  .image-3 {
    height: 290px;
    margin-top: -25px;
  }
}


@font-face {
  font-family: 'Akzidenzgroteskpro Ext';
  src: url('../fonts/AkzidenzGroteskPro-Ext.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro';
  src: url('../fonts/AkzidenzGroteskPro-BoldEx.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgroteskpro Mdex';
  src: url('../fonts/AkzidenzGroteskPro-MdEx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}