


@FONT-FACE {
	font-family: "own";
	src: url("own.woff2");
}




.wrapper-der {
font-family: "own";
}



.wrapper-der h1 {
  margin-top: 0px;
  font-size: 140px;
  line-height: 130px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #cfeafe;
text-shadow: 2px 32px #3331310a;}


.tag {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f1f1f1;
}

.text-tag {
  margin-left: 8px;
  color: #121212;
  font-weight: 600;
}

.text-tag:hover {
  color: #5540fb;
}

.icon-big {
  display: inline-block;
  padding: 14px 14px 14px 18px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 0px;
  background-color: #cfeafe;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.icon-big:hover {
  background-color: #685625;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.icon-big:active {
  background-color: #5d512f;
}

.section-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wraper {
  position: static;
  width: 100%;
  max-width: none;
  margin-top: 80px;
  padding-top: 0px;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #333;
  color: #333;
}

.selector {
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 4px;
  background-color: #e55fb9;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
}

.div-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.color {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.color.cc-black {
  background-color: #121212;
}

.color.cc-dark-grey {
  background-color: #333;
  color: #333;
}

.color.cc-medium-grey {
  background-color: #939393;
  color: #121212;
}

.color.cc-light-grey {
  background-color: #f1f1f1;
}

.color.cc-main-1 {
  background-color: #cfeafe;
}

.color.cc-main-2 {
  background-color: #402e70;
}

.color.cc-white {
  background-color: #fff;
}

.color.cc-pulm-light {
  background-color: #667eea;
}

.color.cc-pulm-dark {
  background-color: #764ba2;
}

.color.cc-forest-light {
  background-color: #45e994;
}

.color.cc-forest-dark {
  background-color: #23bcba;
}

.color.cc-sunset-light {
  background-color: #e3bf54;
}

.color.cc-sunset-dark {
  background-color: #fb8332;
}

.styles-wrap {
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
}

._3-wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.icon-small {
  display: inline-block;
  padding: 12px;
  border-radius: 8px;
  background-color: #f1f1f1;
}

.step-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
  -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;
}

.step-wrap.full {
  width: 100%;
}

.style-guide-heading {
  margin-bottom: 100px;
  margin-left: 0px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  padding: 16px 20px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #764ba2;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: none;
}

.logo {
  position: relative;
  border-radius: 0%;
}

.nav-wrap {
  position: static;
  width: 90%;
  max-width: none;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.style-guide-conatainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
  color: #fff;
  text-align: center;
}

.color-wrap {
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
}

.cc-white {
  color: #fff;
}

.cc-purple {
  color: #5540fb;
}

.tag-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f1f1f1;
  background-image: linear-gradient(225deg, #667eea, #764ba2);
  color: #fff;
}

.tag-2.ui {
  margin-right: 10px;
  background-image: linear-gradient(225deg, #1e90ff, #5540fb);
}

.wrapper-der {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /*height: 100vh;*/
  max-width: 100%;
  padding: 70px 0;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;


position: relative;
z-index: 1;
background: #065f9c;
padding: 50px 0;


}



.wrapper-der:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: contain;
  background-image: url(../images/wtextura-bg.png);
}






.body {
  background-color: #121212;
}

.film-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #121212;
}

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

.film.bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.box-small {
  width: 20px;
  height: 16px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.56);
}

.text-marquee {
  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;
}

.outline-text {
  color: transparent;
  line-height: 60px;
  font-weight: 900;
}

.inline-text {
  width: 100%;
  margin: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6vw;
  line-height: 46px;
  font-weight: 900;
  letter-spacing: 4.5px;
}

.line-ver {
  width: 10px;
  height: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #cfeafe;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.line-ver.first {
  height: 100px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.line-ver.first.aniamation {
  height: 100px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.line-ver.short {
  height: 200px;
  margin-top: -10px;
}

.line-ver.long {
  height: 400px;
}

.line-ver.extra-short {
  height: 40px;
}

.line-ver.origin-botttom {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.line-ver.med {
  height: 250px;
}

.line-ver.short-bottom {
  height: 200px;
  margin-bottom: -10px;
}

.line-ver.short-copy {
  height: 100px;
  margin-top: 0px;
  margin-bottom: -10px;
}

.line-ver.margin-top {
  margin-top: -10px;
}

.sec {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}
/*
.bg-art {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #4c2e83;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 46, 131, 0.7)), to(rgba(76, 46, 131, 0.7))), url("https://assets.website-files.com/5fea04ab515b2eebb1784567/5feb1f7619c71c435a9c5152_image%2019%20(3)%20(1).png");
  background-image: linear-gradient(180deg, rgba(76, 46, 131, 0.7), rgba(76, 46, 131, 0.7)), url("https://assets.website-files.com/5fea04ab515b2eebb1784567/5feb1f7619c71c435a9c5152_image%2019%20(3)%20(1).png");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  opacity: 1;
}
*/
.copyright-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.copyright {
  margin-right: 10px;
  margin-left: 10px;
  color: #667eea;
  font-size: 11px;
  text-decoration: none;
}

.container-scrolling {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.text-content {
  width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cc-scroll {
  display: inline-block;
  color: #cfeafe;
}

.scroll {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.scroll-text {
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.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: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading {
  color: #cfeafe;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.hor {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.hor.space-bwtween {
  -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;
}

.flex.hor.space-bwtween.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.hor.left {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.hor.middle {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex.hor.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.ver {
  -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;
}

.flex.ver.left {
  width: 100%;
}

.flex.ver.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #cfeafe;
}

.flex.ver.quarter {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.ver.half {
  width: 50%;
}

.flex.ver.half-right {
  width: 49%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.ver.half-right.down {
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.ver.margin-24 {
  margin-right: 24px;
}

.flex.right {
  margin-left: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex.center {
  -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;
}

.flex.half {
  width: 51.4%;
}

.flex.center-2 {
  padding-right: 0px;
  -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;
}

.line-hor {
  width: 100%;
  height: 10px;
  background-color: #cfeafe;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 50%;
}

.line-hor.origin-left {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.line-hor.origin-right {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.line-hor.quarter-2-copy {
  width: 51.4%;
}

.line-hor.quarter-2-copy.origin-right {
  width: 50%;
}

.line-hor.extra-short-2 {
  width: 50px;
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}



.line-container {
width:800px;
  max-width: 100%;
}

.container-flex {
  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;
}

.line-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.text {
  overflow: hidden;
  color: #cfeafe;
}

.text.top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.text.margin-right {

  text-align: right;
}



.wrapper-der p {margin: 10px 0;
color: #cfeafe;margin: 0;font-size: 20px;
}

.text.margin-right h3,
.text.margin-right p {
  margin: 0 20px;
color: #cfeafe;
}

.text.margin-right.top {
  width: 55%;
}

.text.margin-left {

}


.text.margin-left h3,
.text.margin-left p {
  margin: 0 20px;
color: #cfeafe;
}

.wrapper-der p br,
.wrapper-der p strong,
.text.margin-right p br,
.text.margin-left p br,
.text.margin-right p strong,
.text.margin-left p strong {
display: none;
}


.text.margin-left ul,
.text.margin-right ul {
margin: 0 20px;
color: #fff;
}

.text.margin-left.top {
  width: 45%;
}

.text.margin-5-left {
  margin-left: 25px;
  padding-right: 12px;
  padding-left: 7px;
}

.text.margin-5-right {
  margin-right: 5px;
  margin-left: 0px;
  padding-right: 7px;
  padding-left: 7px;
  text-align: right;
}

.text.wrap {
  padding: 8px 16px 8px 24px;
  background-color: #cfeafe;
  color: #402e70;
  text-align: center;
}

.de-we {

}


.rel {
  position: relative;
}

.line-ver-copy {
  width: 10px;
  height: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.rotation-hero-text {
  position: relative;
  z-index: 2;
}

.rotation-hero-text-bg {
  position: absolute;
  bottom: 33%;
  z-index: 1;
  opacity: 0.66;
  -webkit-filter: blur(14px) brightness(0%);
  filter: blur(14px) brightness(0%);
}

.resources-block {
  width: 100%;
  margin-top: 220px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  text-align: left;
}

.heading-2 {
  color: #402e70;
}

.button-block {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  z-index: 99999;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper-der {
    padding-right: 0px;
    padding-left: 0px;
  }

  .box-small {
    width: 13px;
    height: 11px;
    border-radius: 2px;
  }

  .inline-text {
    font-size: 1.9vw;
  }

  .text-content {
    width: 25%;
  }

  .text-content.tablet {
    display: none;
  }

  .line-container {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 100px;
  }

  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  h4 {
    font-size: 11px;
  }

  .icon-big {
    padding: 10px 12px 12px 14px;
  }

  .wraper {
    width: 90%;
  }

  .div-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .styles-wrap {
    position: relative;
  }

  ._3-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    -ms-grid-columns: 1fr -webkit-max-content;
    -ms-grid-columns: 1fr max-content;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    text-align: center;
  }

  .footer {
    padding: 40px 20px;
  }

  .list-item {
    display: none;
  }

  .list-item-2 {
    display: none;
  }

  .wrapper-der {
    padding-top: 60px;
  }

  .film-box.mobile {
    display: none;
  }

  .inline-text {
    font-size: 2.5vw;
  }

  .line-ver.first {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .sec {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container-scrolling {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: center;
  }

  .text-content {
    width: 33.333%;
  }

  .text-content.mobile-v {
    display: none;
  }

  .cc-scroll {
    margin-bottom: 0px;
  }

  .scroll-text {
    -webkit-transform: translate(24px, 0px) rotate(90deg);
    -ms-transform: translate(24px, 0px) rotate(90deg);
    transform: translate(24px, 0px) rotate(90deg);
  }

  .line-container {
    width: 60%;
  }

  .resources-block {
    width: 80%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 479px) {
  .icon {
    margin-right: 0px;
  }

  .wraper {
    position: relative;
  }

  .div-block {
    position: relative;
  }

  .styles-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  ._3-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .style-guide-heading {
    max-width: 100%;
  }

  .sticky-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }

  .nav-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: 60px;
    grid-template-rows: 60px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .nav-wrap {
    width: 95%;
  }

  .style-guide-conatainer {
    position: relative;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .wrapper-der {
    max-width: 100%;
  }

  .inline-text {
    font-size: 5.5vw;
  }

  .line-ver.short-bottom {
    height: 120px;
  }

  .copyright-footer {
    width: 100%;
  }

  .text-content {
    width: 50%;
  }

  .text-content.mobile-h {
    display: none;
  }

  .utility-page-content {
    width: 300px;
  }

  .flex.hor.space-bwtween {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .line-container {
    width: 90%;
  }

  .resources-block {
    margin-left: 5%;
  }

  .button-block {
    top: 1%;
  }
}

#w-node-5a35a645fe55-a645fe51 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-5a35a645fe63-a645fe51 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-5a35a645fe55-a645fe51 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-5a35a645fe63-a645fe51 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}


.w-container {
position: relative;
}




@media (max-width: 767px) { 
.wrapper-der h1 {
  font-size: 50px;
  line-height: 70px;}

h3 {
font-size: 20px;
line-height: 30px;
}


.line-ver {
  width: 10px;
  height: 130px;}

.line-ver.med {
  height: 170px;
}

.text.margin-right.top,
.text.margin-left.top {
  width: 100%;
}

}
