body {
  background-color: #151515;
  font-family: Montserrat, sans-serif;
  color: #848484;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 1em;
  letter-spacing: -2px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1em;


  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

p {
  margin-bottom: 40px;
  color: #848484;
  font-size: 14px;
  line-height: 24px;
}

a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
  cursor: pointer;
  color: #f27c00;
}
a:hover {
	text-decoration: underline;
}
ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 40px;
  padding-left: 20px;
}

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

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
}

blockquote {
  margin-bottom: 40px;
  padding: 10px 20px;
  border-left: 5px solid #f27c00;
  color: #848484;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 600;
}

.core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #101010;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding: 30px 25px 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #848484;
}

.navbar-sm-links {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-sm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  -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;
  border-radius: 100px;
  background-color: #686058;
  background-image: linear-gradient(315deg, transparent, hsla(0, 0%, 100%, 0.2));
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.navbar-sm-link:hover {
  background-color: #f27c00;
  color: #000;
  text-decoration: none;
}



.quote-sign {
  width: 35px;
  height: 24px;
  margin-bottom: 20px;
  background-image: url('../images/Quote-sign.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.vw-desc-ab {
  margin-bottom: 20px;
  font-size: 0.85vw;
  line-height: 1.7em;
}

.read-more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
}

.read-more-link:hover {
  color: #f27c00;
}

.link-arrow {
  width: 17px;
  height: 14px;
  margin-left: 10px;
  background-image: url('../images/arrow-forward.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.no-margin-h {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.5em;
}


.slider-right {
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.slider-right:hover {
  color: #f27c00;
}

.slash {
  width: 13px;
  height: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/yellow-slash.svg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.slider-left {
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.slider-left:hover {
  color: #f27c00;
}

.preh1 {
  margin-bottom: 0px;
  padding-top: 20px;
  font-family: 'Adlery pro', sans-serif;
  color: #f27c00;
  font-size: 4vw;
  line-height: 1em;
  letter-spacing: -3px;
}

.visible-mask {
  overflow: visible;
}

.standart-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 3vw;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #101010;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#303030));
  background-image: linear-gradient(0deg, transparent, #303030);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.standart-button:hover {
  background-color: #000;
  color: #f27c00;
  font-size: 18px;
}

.standart-button.hero-button {
  height: 60px;
}

.play-button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 2vw;
  padding-top: 2px;
  padding-left: 2px;
  -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;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#303030));
  background-image: linear-gradient(180deg, #101010, #303030);
  font-family: 'Fa solid 900', sans-serif;
  font-weight: 400;
  text-shadow: 0 2px 5px #000;
}

.unvisible-mask {
  overflow: hidden;
  margin-left: -10px;
  padding-right: 20px;
  padding-left: 10px;
}

.unvisible-mask.h1-visible-mask {
  margin-bottom: 7%;
}

.unvisible-mask.center-mask {
  margin-right: -10px;
  padding-right: 30px;
  padding-left: 30px;
}

.unvisible-mask.no-margin-mask {
  padding-right: 0px;
}

.unvisible-mask.margin-mask {
  margin-bottom: 30px;
}

.unvisible-mask.top-margin-mask {
  margin-top: 30px;
}

.remodal-bg {
  max-width: 100vw;
}

.hero-bot-slider-blocker {
  position: absolute;
  left: 40px;
  top: 0px;
  z-index: 4;
  display: none;
  width: 25vw;
  height: 100%;
  margin-left: 25vw;
}

.click-ab {
  position: absolute;
  left: 50px;
  bottom: 24vh;
  width: 50vw;
  font-family: 'Adlery pro', sans-serif;
  color: #050505;
  font-size: 13vh;
  line-height: 1em;
  cursor: default;
}

.dates-scroller {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background-color: #fff;
}

.tour-dates-h-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  margin-right: 20px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Tour-Dates.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tour-dates-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tour-dates-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  min-width: 650px;
  margin-top: 1px;
  margin-bottom: 1px;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.tour-dates-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 125px;
  min-height: 85px;
  padding-top: 4vh;
  padding-bottom: 4vh;
  -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;
}

.tour-dates-line.tour-dates-last-line {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.tour-dates-line.tour-dates-first-line {
  padding-top: 0px;
}

.td-row {
  width: 100%;
  max-width: 20vw;
  padding-right: 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;
}

.td-h4 {
  margin-bottom: 5px;
  color: #f2c94c;
  font-size: 1.2vw;
  line-height: 1.2em;
}

.td-small-ab {
  color: #909090;
  font-weight: 600;
}

.td-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 2vw;
  -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;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#303030));
  background-image: linear-gradient(180deg, #101010, #303030);
  font-family: 'Fa solid 900', sans-serif;
  font-weight: 400;
  text-shadow: 0 2px 5px #000;
}

.td-marginer {
  width: 5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.td-contacts-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin-right: 60px;
  padding-right: 20%;
  padding-left: 20%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f27c00;
  background-image: url('../images/Contacts.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #505050;
  text-align: center;
}

.tour-dates-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tds-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.white-h2 {
  color: #fff;
}

.block-ab {
  display: block;
}

._16px-ab {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

._16px-ab.blog-artice-desc-ab {
  margin-right: 0px;
  margin-bottom: 0px;
}

.td-contacts-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.td-sm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  -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;
  border-radius: 100px;
  background-color: #101010;
  background-image: linear-gradient(315deg, transparent, hsla(0, 0%, 100%, 0.2));
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.td-sm-link:hover {
  background-color: #fff;
  color: #000;
}

.td-sm-link.td-sm-simple-link {
  font-family: 'Fa solid 900', sans-serif;
}

.or-call-ab {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #c6a806;
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
}

.number-link {
  font-family: Bebasneue, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.number-link:hover {
  color: #151515;
}

.td-progress-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  height: 6px;
  background-color: #f27c00;
  background-image: none;
}

.dates-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130vw;
  min-height: 1775px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  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;
}

.sticky.blog-post-sticky {
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100vh;
}

.dt-wrapper {
  overflow: hidden;
}

.video-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #151515;
}

.video-left-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  min-width: 405px;
  padding: 60px 50px;
  -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;
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: #101010;
  color: #909090;
  font-weight: 500;
}

.video-content-div {
  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;
  text-align: center;
}

.video-header-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.video-header-div.tast-video-header-div {
  margin-bottom: 80px;
}

.video-header-ab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  margin-bottom: 50px;
  -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;
}

.sections-marginer {
  height: 0vh;
}

.video-lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #151515;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.video-watch-link-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  -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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  letter-spacing: 15px;
}

.video-watch-link-div:hover {
  color: #f27c00;
  letter-spacing: 20px;
}

.video-link-circle-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.5)), to(rgba(21, 21, 21, 0)));
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.5), rgba(21, 21, 21, 0));
}

.video-link-circle-2 {
  position: absolute;
  z-index: 2;
  display: none;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.75)), to(rgba(21, 21, 21, 0)));
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.75), rgba(21, 21, 21, 0));
}

.video-link-circle-3 {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -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;
  border-radius: 100%;
  background-color: #151515;
}

.video-play-icon {
  width: 33px;
  height: 40px;
  margin-right: -6px;
  background-image: url('../images/play-icon-white.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0px, 0px, 30px);
  transform: translate3d(0px, 0px, 30px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.watch-ab {
  position: absolute;
  left: 0px;
  top: 280px;
  right: 0px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.no-expand-ab {
  letter-spacing: 0px;
}

.video-bg-img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  width: 120%;
  background-image: url('../images/video-bg.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contacts-section {
  position: relative;
  padding-top: 100px;
  background-color: #f27c00;
}

.about-me-ab {
  position: absolute;
  right: -90px;
  bottom: -60px;
  z-index: 3;
  width: 527px;
  height: 160px;
  background-image: url('../images/About-me.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.overflow-hider {
  overflow: hidden;
  max-width: 100vw;
}

.contacts-desc-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-left: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.spotify-embed-code-div {
  position: relative;
  width: 100%;
  height: 580px;
  padding: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: linear-gradient(315deg, #101010, #151515);
}

.about-me-text-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.red-letter {
  display: inline-block;
  margin-right: 10px;
  margin-left: -2px;
  float: left;
  font-size: 3.3vw;
  line-height: 1em;
  font-weight: 700;
}

.contacts-inta-photos-div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36vw;
  -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;
}

.insta-photo-1 {
  position: relative;
  z-index: 0;
  width: 480px;
  height: 480px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/insta-2.jpg');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.insta-photos-first-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 600px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.insta-photos-left-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 100%;
  margin-right: 0px;
  margin-left: -65px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.insta-photo-2 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 340px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/insta-3.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.insta-photo-3 {
  width: 30vw;
  height: 500px;
  min-width: 400px;
  margin-top: -160px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/insta-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.insta-photo-4 {
  width: 40vw;
  height: 600px;
  min-width: 600px;
  margin-top: -160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/insta-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.insta-vertical-photos-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  -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;
}

.insta-photo-5 {
  position: relative;
  z-index: 2;
  width: 30vw;
  height: 250px;
  min-width: 450px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/insta-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.insta-photos-horizontal-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.insta-photo-6 {
  width: 185px;
  height: 185px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/insta-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intagram-feed-ab {
  width: 105px;
  height: 185px;
  background-image: url('../images/Instagram-feed.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.be-on-touch-section {
  position: relative;
  z-index: 1;
  margin-top: -430px;
  padding-top: 440px;
  padding-bottom: 100px;
  background-color: #fff;
}

.instagram-ab {
  position: absolute;
  left: -120px;
  top: 50px;
  bottom: 0px;
  z-index: 1;
  width: 200px;
  height: 508px;
  background-image: url('../images/Instagram.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.be-in-touch-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.td-h2 {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.be-in-touch-sm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  -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;
  border-radius: 100px;
  background-color: #101010;
  background-image: linear-gradient(315deg, transparent, hsla(0, 0%, 100%, 0.2));
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.be-in-touch-sm-link:hover {
  background-color: #f27c00;
  color: #000;
}

.blog-section {
  position: relative;
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: #151515;
}

.blog-article-line {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #909090;
  text-decoration: none;
}

.blog-article-line:hover {
  color: #fff;
}

.blog-article-h3 {
  width: 100%;
  max-width: 25vw;
  min-width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.blog-article-h3.first-article-blog-article-h3 {
  max-width: none;
  font-size: 32px;
  line-height: 44px;
  font-weight: 800;
}

.blog-desc-div {
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blog-article-read-more-link {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.read-more-ab {
  width: 20px;
  height: 120px;
  margin-right: 10px;
  background-image: url('../images/read-more.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.read-more-arrow {
  width: 17px;
  height: 14px;
  background-image: url('../images/arrow-forward.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.blog-artice-text-div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-article-bg {
  position: absolute;
  left: -20px;
  top: -20px;
  right: 0px;
  bottom: 0px;
  width: 110%;
  height: 115%;
  background-image: url('../images/blog-first-post.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.blog-article-bg.blog-article-bg-2 {
  background-image: url('../images/blog-bg-2.jpg');
}

.blog-article-bg.blog-article-bg-3 {
  background-image: url('../images/blog-bg-3.jpg');
}

.blog-article-bg.blog-article-bg-4 {
  background-image: url('../images/blog-post.jpg');
}

.blog-article-bg.blog-article-bg-5 {
  background-image: url('../images/blog-post-2.jpg');
}

.blog-article-bg.blog-article-bg-6 {
  background-image: url('../images/blog-post-3.jpg');
}

.footer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 60px;
  -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;
  background-color: #fff;
  color: #848484;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.footer-logo {
  width: 190px;
  height: 30px;
}

.cp-link {
  color: #101010;
  font-weight: 700;
  text-decoration: none;
}

.cp-link:hover {
  color: #f27c00;
}

.menu-link {
  position: fixed;
  left: 150px;
  top: 30px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 800;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-icon {
  position: fixed;
  left: 150px;
  top: 30px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #101010;
  background-image: linear-gradient(315deg, transparent, hsla(0, 0%, 100%, 0.2));
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Arrow, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: none;
}

.menu-icon:hover {
  background-color: #f27c00;
  color: #000;
}

.menu-ab {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.spotify-code-and-photos-placer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36vw;
  margin-right: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ream-more-arrow-interactor {
  margin-top: 10px;
}

.vw-desc-big-ab {
  margin-bottom: 20px;
  font-size: 1vw;
  line-height: 1.7em;
  font-weight: 500;
}

.vw-desc-big-ab.blog-artice-desc-ab {
  margin-right: 0px;
  margin-bottom: 0px;
}

.under-music-code {
  margin-top: 30px;
}

.spotify-code-line {
  position: absolute;
  left: 60px;
  top: 0px;
  right: 60px;
  bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.insta-left-photos-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 36vw;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inta-right-photos {
  position: absolute;
  left: 20px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 36vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-icon-ab {
  letter-spacing: 0px;
}

.menu-ab-div {
  position: absolute;
  left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.back-menu-ab {
  position: absolute;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-content {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  overflow: auto;
  min-height: 100vh;
  padding-top: 30vh;
  padding-bottom: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #151515;
}

.menu-links-div {
  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;
}

.menu-link-interactor {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #fff;
  font-size: 10vw;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: 10px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-link-ab {
  position: relative;
  z-index: 6;
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  text-shadow: 0 5px 70px #000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.menu-link-line {
  position: absolute;
  left: 0px;
  z-index: 5;
  width: 0%;
  height: 10%;
  margin-top: 1px;
  background-color: #f27c00;
}

.menu-link-line.activated-line {
  width: 100%;
}

.close-menu-icon {
  position: fixed;
  left: 150px;
  top: 30px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #101010;
  background-image: linear-gradient(315deg, transparent, hsla(0, 0%, 100%, 0.2));
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Arrow, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: none;
}

.close-menu-icon:hover {
  background-color: #f27c00;
  color: #000;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  background-color: #151515;
}

.sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #151515;
}

.marginer {
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #151515;
}

.contacts-shower {
  position: absolute;
  top: 120vh;
  z-index: 1;
  width: 1px;
  height: 1px;
}

.video-header-ab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
}

.video-header-ab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
}

.video-header-ab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
}

.video-header-ab-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
}

.video-header-ab-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
}

.video-header-ab-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
}

.video-header-ab-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
}

.video-header-ab-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
}

.video-header-ab-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
}

.video-header-ab-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
}

.video-header-ab-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
}

.video-header-ab-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -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;
}

.video-vw-desc-ab {
  margin-bottom: 20px;
  font-size: 0.85vw;
  line-height: 1.7em;
}

.video-read-more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.video-read-more-link:hover {
  color: #f27c00;
}

.button-ab {
  font-size: 15px;
}

.button-ab.button-big-ab {
  font-size: 17px;
}

.no-margin-h2 {
  margin-bottom: 0px;
}

.video-link-interactior {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.sm-contacts-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-load-more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #f27c00;
  background-image: linear-gradient(315deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.2));
  color: #101010;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 2px;
  text-decoration: none;
}

.blog-load-more-link:hover {
  color: #fff;
}

.blog-load-more-link.pager {
  position: relative;
  z-index: 2;
  background-color: #f27c00;
}

.first-article-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  background-image: url('../images/blog-first-post.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.first-article-photo-div {
  width: 50%;
  height: auto;
  min-height: 400px;
  min-width: 400px;
}

.first-article-photo {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url('../images/hero-img-3.jpg');
  background-position: 50% 50%;
  background-size: 797px;
  background-repeat: no-repeat;
}

.first-artice-desc-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-width: 560px;
  padding: 60px;
  -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;
  background-color: #101010;
  color: #909090;
}

.post-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-post-photo {
  position: relative;
  z-index: 1;
  width: 120%;
  min-height: 100vh;
    background-image: url('../images/edwin_black5.jpg');  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  /* filter: grayscale(90%)!important; */
}


.blog-post-content-div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 60px 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #848484;
}

.blog-h1 {
  margin-top: 0px;
  margin-bottom: -27px;
  color: #101010;
  font-size: 4vw;
  line-height: 1.1em;
}
.content-h1 {
  margin-top: 0px;
  color: #101010;
  line-height: 1.1em;
  font-size: 40px;
}
.content-h1-naam {
  font-size: 50px;
  font-weight: 900;
}
.glod-page-underheader {
  margin-bottom: 40px;
  padding-top: 23px;
  color: #848484;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.blog-photo {
  margin-bottom: 40px;
}

.blog-h3 {
  margin-bottom: 30px;
  color: #333;
}

.item-list-text {
  margin-left: 5px;
  color: #848484;
}
.item-list-text a {
	font-weight: 500;
}

.read-more-tab-ab {
  display: none;
}

.read-more-big-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
  color: #fff;
  font-size: 19px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.read-more-big-link:hover {
  color: #f27c00;
}

.hero-slide-h1 {
  max-width: 35vw;
}

.hero-slider-card-wrapper {
  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;
}

.hero-slider-nav-collection-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-slider-nav-collection-item {
  height: 100%;
}

.slider-cl-item {
  height: 100%;
}

.slider-clw {
  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;
}

.hero-slider-cl {
  height: 100%;
}

.hero-nav-tab-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
}

.td-cl {
  margin-left: 40px;
  background-color: rgba(16, 16, 16, 0.05);
}

.td-contacts-cl {
  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;
}

.td-contacts-ci {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-ci {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.footer-cl {
  width: 100%;
}

.footer-clw {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cr-text {
  max-width: 280px;
}

.empty-state {
  width: 0px;
  height: 0px;
  padding: 0px;
  background-color: transparent;
}

.video-lightbox-code {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
}

.hided-lightbox-link {
  display: none;
  width: 0px;
  height: 0px;
}

.video-lightbox-core {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 140px;
  z-index: auto;
  display: block;
  margin-left: 102px;
  padding-bottom: 18px;
  padding-left: 266px;
  clear: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
}

html.w-mod-js *[data-ix="hero-slide-img-int"] {
  -webkit-transform: translate(9%, 0px);
  -ms-transform: translate(9%, 0px);
  transform: translate(9%, 0px);
}

html.w-mod-js *[data-ix="preh1-slider-interaction"] {
  opacity: 0;
  -webkit-transform: scale(0.7000000000000003, 0.7000000000000003);
  -ms-transform: scale(0.7000000000000003, 0.7000000000000003);
  transform: scale(0.7000000000000003, 0.7000000000000003);
}

html.w-mod-js *[data-ix="h1-slider-int"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="button-slider-interaction"] {
  opacity: 0;
  -webkit-transform: scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: scale(0.7000000000000001, 0.7000000000000001);
  transform: scale(0.7000000000000001, 0.7000000000000001);
}

html.w-mod-js *[data-ix="button-page-change-int"] {
  opacity: 0;
  -webkit-transform: scale(0.7000000000000001, 0.7000000000000001);
  -ms-transform: scale(0.7000000000000001, 0.7000000000000001);
  transform: scale(0.7000000000000001, 0.7000000000000001);
}

html.w-mod-js *[data-ix="blog-article-bg-in-app"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="menu-core-in-app"] {
  display: none;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="close-menu-link-interaction"] {
  display: none;
}

html.w-mod-js *[data-ix="core-in-app"] {
  -webkit-transform: translate(100vw, 0px);
  -ms-transform: translate(100vw, 0px);
  transform: translate(100vw, 0px);
}

html.w-mod-js *[data-ix="loader-in-app"] {
  display: block;
}

html.w-mod-js *[data-ix="scale-in-app"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="scale-int"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="scale-int-2"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="move-in-app"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="move-show-int"] {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

html.w-mod-js *[data-ix="move-opacity-show-int"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-opacity-show-int-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="move-opacity-show-int-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="tour-dates-line-int"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="dates-contacts-in-app"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 30px;
  }
  .navbar {
    width: 80px;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-slider-section {
    height: 80vh;
    min-height: 500px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-right-section {
    width: 100%;
    padding: 80px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    text-align: center;
  }
  .hero-artist-avatar {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .hero-about-me-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-about-me-h-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -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;
  }
  .quote-sign {
    height: 20px;
    background-size: contain;
  }
  .vw-desc-ab {
    font-size: 15px;
  }
  .hero-bottom-slider-div {
    display: none;
  }
  .hero-bottom-slider {
    width: 300px;
    height: 200px;
  }
  .hero-slide-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120%;
    margin-left: -9vw;
    background-position: 50% 50%;
  }
  .hero-content-slide-div {
    width: 100%;
    margin-bottom: 160px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -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;
    text-align: center;
  }
  .preh1 {
    font-size: 60px;
  }
  .standart-button {
    padding-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .standart-button.hero-button {
    padding-right: 40px;
  }
  .play-button-icon {
    margin-right: 30px;
  }
  .unvisible-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }
  .unvisible-mask.no-margin-mask {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .unvisible-mask.margin-mask {
    margin-left: -20px;
  }
  .unvisible-mask.top-margin-mask {
    margin-left: -20px;
  }
  .click-ab {
    display: none;
  }
  .dates-scroller {
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tour-dates-h-div {
    width: auto;
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .tour-dates-h {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .tour-dates-div {
    width: auto;
    min-width: 0px;
    margin-bottom: 1px;
    margin-left: 0vw;
  }
  .tour-dates-line {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .td-row {
    max-width: 80%;
    padding-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .td-h4 {
    font-size: 16px;
  }
  .td-small-ab {
    font-size: 12px;
  }
  .td-left-side {
    padding-right: 0px;
  }
  .button-icon {
    margin-right: 20px;
  }
  .td-contacts-div {
    width: 100%;
    margin-right: 0px;
    padding: 50px 10%;
  }
  .tds-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._16px-ab.blog-artice-desc-ab {
    font-size: 15px;
    line-height: 24px;
  }
  .td-progress-line {
    display: none;
  }
  .dates-section {
    height: auto;
    min-height: 0px;
    padding-bottom: 80px;
  }
  .sticky.blog-post-sticky {
    width: 100%;
    height: auto;
  }
  .video-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .video-left-section {
    width: 100%;
    min-width: 0px;
    padding: 80px 40px;
  }
  .video-header-div {
    max-width: 480px;
    margin-bottom: 50px;
  }
  .video-lightbox {
    height: auto;
    min-height: 80vh;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contacts-section {
    padding-top: 80px;
  }
  .about-me-ab {
    display: none;
  }
  .contacts-desc-div {
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-me-text-div {
    margin-bottom: 60px;
  }
  .red-letter {
    margin-top: 3px;
    font-size: 47px;
  }
  .insta-photo-3 {
    height: 340px;
    margin-top: 0px;
  }
  .insta-photo-5 {
    height: 185px;
    margin-left: -50px;
  }
  .instagram-ab {
    left: 370px;
    z-index: 10;
    display: none;
  }
  .blog-article-line {
    padding-right: 40px;
    padding-left: 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;
  }
  .blog-article-h3 {
    max-width: none;
    font-size: 24px;
    line-height: 34px;
  }
  .blog-desc-div {
    margin: 30px 0px;
  }
  .read-more-ab {
    width: auto;
    height: 20px;
    margin-right: 10px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .blog-artice-text-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 10px;
    line-height: 18px;
  }
  .footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-icon {
    left: 110px;
    top: 20px;
  }
  .spotify-code-and-photos-placer {
    width: 100%;
    margin-right: 0vw;
  }
  .vw-desc-big-ab {
    font-size: 15px;
  }
  .menu-content {
    padding-top: 100px;
    padding-left: 80px;
  }
  .close-menu-icon {
    left: 110px;
    top: 20px;
  }
  .sections {
    padding-left: 80px;
  }
  .video-vw-desc-ab {
    font-size: 15px;
  }
  .button-ab {
    font-size: 13px;
  }
  .post-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-post-photo {
    width: 100%;
    height: 50vh;
    min-height: 0vh;
  }
  .blog-post-content-div {
    position: relative;
    z-index: 2;
  }
  .blog-h1 {
    font-size: 38px;
    line-height: 1.2em;
    letter-spacing: -2px;
  }
  .hero-slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    margin-bottom: 30px;
    padding-top: 0px;
    -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;
  }
  .read-more-tab-ab {
    display: inline;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  .hero-slide-h1 {
    max-width: 100%;
  }
  .td-cl {
    margin-bottom: 40px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 9vw;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 13px;
    line-height: 23px;
  }
  .navbar {
    width: 60px;
    padding: 10px 10px 20px;
  }
  .navbar-logo {
    height: 28px;
    background-image: url('../images/logo-mini.svg');
    background-position: 50% 0px;
  }
  .navbar-sm-link {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
  }
  .hero-slider-section {
    height: 380px;
    min-height: 0px;
  }
  .hero-right-section {
    min-width: 0px;
    padding: 60px 40px;
  }
  .hero-artist-avatar {
    width: 100px;
    height: 100px;
  }
  .hero-about-me-h-div {
    margin-bottom: 20px;
  }
  .vw-desc-ab {
    font-size: 13px;
  }
  .link-arrow.black-arrow {
    background-image: url('../images/black-arrow.svg');
  }
  .no-margin-h {
    font-size: 18px;
  }
  .hero-content-slide-div {
    margin-bottom: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .preh1 {
    font-size: 6vw;
  }
  .standart-button {
    height: 40px;
    font-size: 11px;
  }
  .standart-button:hover {
    font-size: 13px;
  }
  .standart-button.td-button {
    height: 50px;
    padding-right: 5px;
    font-size: 15px;
  }
  .unvisible-mask.h1-visible-mask {
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .unvisible-mask.top-margin-mask {
    margin-left: -20px;
  }
  .dates-scroller {
    padding-right: 40px;
    padding-left: 40px;
  }
  .tour-dates-h-div {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .tour-dates-line {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .td-row {
    padding-right: 20px;
  }
  .td-h4 {
    font-size: 15px;
  }
  .td-small-ab {
    font-size: 12px;
    line-height: 15px;
  }
  .button-icon {
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }
  ._16px-ab {
    font-size: 14px;
    line-height: 24px;
  }
  ._16px-ab.blog-artice-desc-ab {
    font-size: 13px;
    line-height: 22px;
  }
  .dates-section {
    padding-bottom: 60px;
  }
  .sticky.blog-post-sticky {
    position: absolute;
    height: 50vh;
  }
  .video-left-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video-header-div {
    max-width: 400px;
    margin-bottom: 40px;
    font-size: 17px;
  }
  .video-header-div.tast-video-header-div {
    margin-bottom: 60px;
  }
  .video-lightbox {
    min-height: 300px;
  }
  .video-link-circle-3 {
    width: 100px;
    height: 100px;
  }
  .video-play-icon {
    width: 25px;
    height: 30px;
  }
  .watch-ab {
    top: 270px;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 15px;
  }
  .contacts-section {
    padding-top: 60px;
  }
  .spotify-embed-code-div {
    height: 500px;
    padding: 0px;
  }
  .insta-photo-2 {
    height: 260px;
  }
  .insta-photo-3 {
    height: 260px;
    background-position: 50% 0px;
  }
  .be-on-touch-section {
    padding-bottom: 60px;
  }
  .be-in-touch-div {
    margin-top: 20px;
  }
  .blog-article-h3 {
    min-width: 0px;
    font-size: 18px;
    line-height: 26px;
  }
  .blog-article-h3.first-article-blog-article-h3 {
    color: #151515;
    font-size: 18px;
    line-height: 26px;
  }
  .blog-desc-div {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-logo {
    width: 140px;
  }
  .menu-icon {
    left: auto;
    top: 10px;
    right: 10px;
    margin-right: 0px;
  }
  .menu-content {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 60px;
  }
  .menu-link-interactor {
    padding: 35px 20px 35px 30px;
    font-size: 40px;
  }
  .close-menu-icon {
    left: auto;
    top: 10px;
    right: 10px;
    margin-right: 0px;
  }
  .sections {
    padding-left: 60px;
  }
  .video-vw-desc-ab {
    font-size: 13px;
  }
  .blog-load-more-link {
    height: 60px;
    font-size: 15px;
  }
  .first-article-div {
    padding: 48vw 0px 0px;
    background-position: 0px 0px;
    background-size: contain;
    background-attachment: scroll;
  }
  .first-artice-desc-div {
    width: 100%;
    min-width: 0px;
    padding: 40px;
    background-color: #fff;
  }
  .post-section {
    margin-top: 50vh;
  }
  .blog-post-photo {
    z-index: 1;
    min-height: 200px;
  }
  .blog-post-content-div {
    z-index: 3;
    padding: 60px 40px 20px;
  }
  .blog-h1 {
    margin-bottom: 40px;
    font-size: 5.2vw;
  }
  .glod-page-underheader {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .hero-slider-nav {
    margin-bottom: 20px;
  }
  .mobile-hide-ab {
    display: none;
  }
  .read-more-big-link {
    color: #151515;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 11vw;
    letter-spacing: -3px;
  }
  p {
    font-size: 11px;
    line-height: 21px;
    font-weight: 500;
  }
  li {
    font-size: 11px;
    line-height: 21px;
  }
  blockquote {
    font-size: 14px;
    line-height: 22px;
  }
  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
  }
  .navbar-logo {
    position: absolute;
    z-index: 10;
    width: 60px;
    height: 30px;
    background-image: url('../images/logo-mini.svg');
    background-position: 0px 50%;
  }
  .navbar-logo.w--current {
    position: fixed;
    left: 10px;
    top: 10px;
  }
  .navbar-sm-links {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero-slider-section {
    height: 90vh;
    max-height: 450px;
    min-height: 400px;
  }
  .hero-right-section {
    padding-right: 20px;
    padding-left: 20px;
    border-left-style: none;
  }
  .read-more-link {
    font-size: 15px;
  }
  .hero-content-slide-div {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 70px;
  }
  .preh1 {
    font-size: 11vw;
  }
  .standart-button {
    height: 50px;
  }
  .standart-button.hero-button {
    height: 50px;
  }
  .standart-button.td-button {
    padding-right: 50px;
  }
  .play-button-icon {
    width: 40px;
    height: 40px;
    padding-left: 0px;
  }
  .unvisible-mask.h1-visible-mask {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .unvisible-mask.margin-mask {
    margin-right: -20px;
  }
  .unvisible-mask.top-margin-mask {
    margin-right: -20px;
  }
  .dates-scroller {
    padding-right: 20px;
    padding-left: 20px;
  }

  .td-row {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .td-h4 {
    font-size: 16px;
  }
  .td-small-ab {
    font-size: 13px;
  }
  .td-left-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-icon {
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }
  .td-contacts-div {
    width: 100vw;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .block-ab {
    display: inline;
  }
  ._16px-ab {
    font-size: 13px;
    line-height: 21px;
  }
  ._16px-ab.blog-artice-desc-ab {
    text-align: center;
  }
  .or-call-ab {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .number-link {
    font-size: 30px;
  }
  .dates-section {
    padding-bottom: 0px;
  }
  .video-left-section {
    padding-right: 20px;
    padding-left: 20px;
    border-left-style: none;
  }
  .video-header-div {
    font-size: 15px;
  }
  .contacts-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .contacts-desc-div {
    margin-right: 20px;
    margin-left: 20px;
  }
  .red-letter {
    font-size: 41px;
  }
  .contacts-inta-photos-div {
    margin-top: 40px;
  }
  .insta-photo-1 {
    display: none;
    height: auto;
  }
  .insta-photos-left-div {
    width: 180px;
  }
  .insta-photo-2 {
    width: 180px;
    height: 180px;
  }
  .insta-photo-3 {
    width: 180px;
    height: 180px;
    min-width: 0px;
    margin-right: 10px;
  }
  .insta-photo-4 {
    display: block;
    height: 374px;
    margin-top: 0px;
  }
  .insta-vertical-photos-div {
    width: 180px;
  }
  .insta-photo-5 {
    width: 185px;
    min-width: 0px;
    margin-right: 10px;
    margin-left: -100px;
  }
  .insta-photos-horizontal-div {
    padding-top: 10px;
  }
  .be-on-touch-section {
    margin-top: -416px;
    padding-top: 420px;
  }
  .instagram-ab {
    left: 0px;
  }
  .be-in-touch-div {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .blog-article-line {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-article-h3 {
    text-align: center;
  }
  .blog-article-h3.first-article-blog-article-h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .blog-artice-text-div {
    width: 100%;
  }
  .footer {
    -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;
    text-align: center;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .menu-icon {
    left: auto;
    top: 5px;
    right: 5px;
    z-index: 20;
    background-color: #f27c00;
    color: #101010;
    font-size: 14px;
  }
  .vw-desc-big-ab {
    font-size: 13px;
  }
  .insta-left-photos-div {
    width: 200px;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .inta-right-photos {
    margin-left: 105px;
  }
  .menu-content {
    display: none;
    padding-left: 0px;
  }
  .menu-links-div {
    max-width: 100vw;
  }
  .menu-link-interactor {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .menu-link-ab {
    font-size: 10vw;
  }
  .close-menu-icon {
    left: auto;
    top: 5px;
    right: 5px;
    z-index: 19;
    background-color: #f27c00;
    color: #101010;
    font-size: 14px;
  }
  .sections {
    padding-left: 0px;
  }
  .video-read-more-link {
    font-size: 15px;
  }
  .button-ab {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
  }
  .button-ab.button-big-ab {
    font-size: 15px;
  }
  .sm-contacts-links {
    margin-top: 20px;
  }
  .blog-load-more-link {
    font-size: 13px;
  }
  .first-article-div {
    padding-top: 55vw;
  }
  .first-artice-desc-div {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }
  .blog-post-content-div {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-h1 {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: -1px;
	display: inline;
  }
  .glod-page-underheader {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
  }
  .mobile-hide-ab {
    display: inline;
  }
  .read-more-big-link {
    font-size: 15px;
  }
  .footer-ci {
    -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;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Arrow';
  src: url('../fonts/arrow.eot') format('embedded-opentype'), url('../fonts/arrow.woff') format('woff'), url('../fonts/arrow.ttf') format('truetype'), url('../fonts/arrow.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Adlery swash';
  src: url('../fonts/Adlery-Swash-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Adlery pro';
  src: url('../fonts/Adlery-Pro-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}