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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.hero {
  position: relative;
  height: 100vh;
  background-image: url('../images/hero-bg-8c-consulting.png');
  background-position: 50% 50%;
  background-size: cover;
}

.about {
  position: relative;
  min-height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, #fff), to(#fae2dc));
  background-image: linear-gradient(180deg, #fff 48%, #fae2dc);
}

.services {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fae2dc), to(#fff));
  background-image: linear-gradient(180deg, #fae2dc, #fff);
}

.approach {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #802c48;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fae2dc), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fae2dc 50%, #fff);
}

.testimonial {
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
}

.contact {
  min-height: 80vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #3f3f3f;
}

._8c {
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.client-headshots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-top: -51px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 40px;
  -o-object-fit: fill;
  object-fit: fill;
}

.clinet-titles {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 10px 20px;
  padding: 10px 15px;
  -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;
  background-color: #f1f1f1;
  box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.3);
}

.testimonials:hover {
  box-shadow: 3px 3px 12px -1px rgba(0, 0, 0, 0.5);
}

.image {
  max-width: 120%;
  min-height: 100%;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.link-dark {
  opacity: 0.6;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
}

.link-dark:hover {
  opacity: 1;
  color: #fff;
}

.link-dark:active {
  opacity: 0.9;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

._4-col {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
}

._4-col._4-col-last {
  display: inline-block;
  margin-right: 0px;
}

.style-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

._7-col {
  display: inline-block;
  width: 540px;
  margin-right: 20px;
}

._7-col._7-col-last {
  display: inline-block;
  margin-right: 0px;
}

._5-col {
  display: inline-block;
  width: 380px;
  margin-right: 20px;
}

._5-col._5-col-last {
  margin-right: 0px;
}

.text-16 {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

.text-16.text-16-60 {
  opacity: 0.6;
}

.style-headline {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(25, 145, 235, 0.2);
}

.style-headline.style-headline-section {
  margin-bottom: 50px;
}

._2-col {
  display: inline-block;
  width: 140px;
  margin-right: 20px;
}

._2-col._2-col-last {
  margin-right: 0px;
}

._10-col {
  display: inline-block;
  width: 780px;
  margin-right: 20px;
}

._10-col._10-col-last {
  margin-right: 0px;
}

._8-col {
  display: inline-block;
  width: 620px;
  margin-right: 20px;
}

._8-col._8-col-last {
  margin-right: 0px;
}

._6-col {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
}

._6-col._6-col-last {
  margin-right: 0px;
}

._3-col {
  display: inline-block;
  width: 220px;
  margin-right: 20px;
}

._3-col._3-col-last {
  margin-right: 0px;
}

.tagline {
  opacity: 0.6;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.style-lbl {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 15px;
  border-top: 1px solid rgba(25, 145, 235, 0.2);
  opacity: 1;
  color: #1991eb;
}

.tagline.style-desc {
  margin-top: -15px;
  opacity: 0.3;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

.link-light {
  opacity: 0.6;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #111212;
  line-height: 24px;
  cursor: pointer;
}

.link-light:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #111212;
}

.link-light:active {
  opacity: 0.9;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

._9-col {
  display: inline-block;
  width: 700px;
  margin-right: 20px;
}

._9-col._9-col-last {
  margin-right: 0px;
}

.section-dark {
  background-color: #111212;
  color: #fff;
}

._1-col {
  display: inline-block;
  width: 60px;
  margin-right: 20px;
}

._1-col._1-col-last {
  margin-right: 0px;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.btn:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn.btn-white {
  display: inline-block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  color: #111212;
}

.btn.btn-outline-light {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.05);
  background-color: transparent;
  color: #111212;
}

.btn.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.btn.btn-outline-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease, -webkit-transform 400ms ease;
}

.btn.btn-outline-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.btn.btn-green {
  background-color: #39b54a;
}

.btn.btn-green:hover {
  background-color: #2ea73f;
}

.btn.btn-violet {
  background-color: #805ce6;
}

.btn.btn-violet:hover {
  background-color: #6e49d4;
}

.h2-jumbo {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.link {
  color: #1991eb;
  line-height: 24px;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.w80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrap.w50-80-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrap.w50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w80-50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w50-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.wrap.w20-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.wrap.w80-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w80-50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w20-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrap.w50-80-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -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;
}

.wrap.w50-80-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w80-50-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -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;
}

.wrap.w80-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrap.w20-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w80-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.wrap.w80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.label-text {
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  opacity: 0.6;
}

.text-14.text-14-30 {
  opacity: 0.3;
}

._11-col {
  display: inline-block;
  width: 860px;
  margin-right: 20px;
}

._11-col._11-col-last {
  margin-right: 0px;
}

.btn-big {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.btn-big:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-big:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn-big.btn-outline-light {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.05);
  background-color: transparent;
  color: #111212;
}

.btn-big.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.btn-big.btn-outline-light:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.btn-big.btn-white {
  display: inline-block;
  background-color: #fff;
  color: #111212;
}

.btn-big.btn-outline-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease, -webkit-transform 400ms ease;
}

.btn-big.btn-outline-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.btn-big.btn-violet {
  background-color: #805ce6;
}

.btn-big.btn-violet:hover {
  background-color: #6e49d4;
}

.btn-big.btn-green {
  background-color: #39b54a;
}

.btn-big.btn-green:hover {
  background-color: #2ea73f;
}

.style-fill {
  min-height: 150px;
  min-width: 100%;
  background-image: url('../images/style-transparent_1style-transparent.png');
  background-position: 50% 50%;
  background-size: 50px;
}

.label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #1991eb;
}

.label.label-green {
  background-color: #39b54a;
}

.label.label-grey {
  background-color: #858589;
}

.label.label-pink {
  background-color: #c47ca2;
}

.label.label-cyan {
  background-color: #28998a;
}

.label.label-orange {
  background-color: #f7981c;
}

.label.label-aqua {
  background-color: #3fcedc;
}

.label.label-red {
  background-color: #f85359;
  background-image: none;
}

.h1-jumbo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 54px;
  line-height: 70px;
  font-weight: 300;
}

.text {
  opacity: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.text.white {
  color: #fff;
}

.headline-9-col {
  width: 700px;
  margin-bottom: 50px;
}

.heading {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 26px;
}

.big-beige {
  font-family: Verdana, Geneva, sans-serif;
  color: #fae2dc;
  text-align: center;
  text-transform: uppercase;
}

.big {
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.big.white {
  color: #fff;
}

.big.white {
  color: #fff;
}

.heading-4 {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.div-block-2 {
  background-color: #eec7b6;
}

.div-block-3 {
  background-color: #3f3f3f;
}

.div-block-4 {
  background-color: #802c48;
}

.div-block-5 {
  background-color: #fae2dc;
}

.navbar {
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.nav-link {
  display: none;
  font-family: Verdana, Geneva, sans-serif;
  color: #fae2dc;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 3px solid #fae2dc;
  background-color: #802c48;
}

.button-12 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 60px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  border-radius: 4px;
}

.button-12:hover {
  border-radius: 0px;
  background-color: #802c48;
}

.button-t-2 {
  font-family: Verdana, Geneva, sans-serif;
  color: #fae2dc;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-cover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 180px;
  min-height: 3px;
  background-color: #fae2dc;
  font-family: Verdana, Geneva, sans-serif;
  color: #fae2dc;
  text-transform: uppercase;
}

.button-link-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  display: block;
}

.button-link-cover.w--current {
  z-index: 5;
}

.nav-menu {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  text-align: center;
}

.div-block-7 {
  text-align: center;
}

.div-block-8 {
  text-align: center;
}

.white {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.white.expertise {
  text-align: left;
}

.column {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.column-2 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-3 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._2 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2.cc {
  display: none;
}

._2.ta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding: 3vh 5vw;
  border-radius: 15px;
  background-color: #802c48;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding: 3vh 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #802c48;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding: 3vh 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #802c48;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
}

.heading-5.white {
  position: relative;
  z-index: 5;
  margin-top: 40px;
}

.service {
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.service.white {
  line-height: 22px;
}

.service.white.cn {
  margin-bottom: 0px;
}

.service.white.de {
  font-size: 14px;
  line-height: 18px;
}

.service.pop-up {
  padding-top: 0px;
  text-align: left;
}

.service.pop-up.white {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  text-align: center;
}

.service.pop-up.white.left {
  padding-top: 0px;
  text-align: left;
}

.service.cn {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.service.de {
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 18px;
}

.column-4 {
  left: -20px;
  height: 560px;
  padding: 20px 0px 40px;
  background-color: #f1f1f1;
  font-size: 12px;
}

.column-4:hover {
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.5);
}

.column-4.cn {
  height: 520px;
}

.column-5 {
  right: -20px;
  height: 560px;
  padding: 20px 0px 40px;
  background-color: #f1f1f1;
}

.column-5:hover {
  box-shadow: 1px 1px 12px 0 #000;
}

.column-5.cn {
  height: 520px;
}

.column-6 {
  height: 640px;
  margin-top: -40px;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  background-color: #802c48;
}

.column-6:hover {
  box-shadow: 1px 1px 12px 4px rgba(0, 0, 0, 0.5);
}

.column-6.cn {
  height: 600px;
}

.h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 26px;
  text-align: left;
}

.h3._8c {
  padding-top: 0vh;
  padding-bottom: 0vh;
}

.accordion-item {
  max-width: 450px;
  padding-top: 10px;
}

.accordion__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 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: 25px;
  background-color: #802c48;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.accordion__plus-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  margin-left: 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;
}

.accordion__bar-vert {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.accordion__bar-hor {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.accordion__content {
  margin-top: 15px;
  margin-bottom: 20px;
}

.heading-6 {
  margin-top: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.paragraph {
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 16px;
}

.paragraph.expertise {
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.white.center.cn {
  margin-top: 0px;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.text-block {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.div-block-9 {
  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;
}

.paragraph-3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.image-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.accordion__title-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 40px;
  padding: 15px 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: 20px;
  background-color: #802c48;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}

.accordion__title-2:hover {
  box-shadow: 2px 2px 20px -3px #000;
}

.accordion__title-2:active {
  box-shadow: 2px 2px 20px -3px #000;
}

.accordion__title-2.expertise.bottom {
  width: 120px;
  padding: 0px;
}

.accordion__plus-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  margin-left: 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;
}

.accordion__bar-vert-2 {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.accordion__bar-hor-2 {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.accordion__content-wrap-2 {
  overflow: hidden;
  height: 0%;
}

.accordion__content-2 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.image-3 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-10 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-5 {
  display: none;
}

.columns-6 {
  display: none;
}

.image-5 {
  display: none;
}

.image-6 {
  display: none;
}

.image-7 {
  position: static;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-8 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-12.mobile.desktop {
  display: none;
}

.background-video {
  position: static;
  display: block;
}

.flag-4 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/norway.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag-5 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/sweden.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.langauge-line-break {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
}

.language-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-right: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Verdana, Geneva, sans-serif;
  color: #fae2dc;
  text-align: right;
}

.language-toggle.w--open {
  margin-left: 20px;
  padding-right: 40px;
}

.flag-3 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/germany.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag-2 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/china.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  min-width: 120px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fae2dc;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, 0.1);
  color: #802c48;
}

.flag-1 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/united-kingdom.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -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-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fae2dc;
  font-weight: 700;
  text-decoration: none;
}

.language-link:hover {
  background-color: #802c48;
  color: #fae2dc;
}

.language-link.w--current {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.langauge-line-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, 0.22);
}

.text-field {
  height: 200px;
}

.text-field.text-field-2 {
  height: 200px;
  min-height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Verdana, Geneva, sans-serif;
}

.text-field-2 {
  border-bottom: 3px solid #802c48;
  border-radius: 10px;
  background-color: #fae2dc;
  font-family: Verdana, Geneva, sans-serif;
}

.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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.form-block {
  width: 80%;
}

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

.submit-button {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 20px;
  background-color: #802c48;
  font-family: Verdana, Geneva, sans-serif;
}

.column-12 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.link-2 {
  color: #802c48;
}

.link-3 {
  color: #802c48;
}

.link-4 {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  text-decoration: none;
}

.column-13 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-9 {
  padding-top: 10px;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.sign-up-wrapper {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 31px 40px 40px;
  background-color: #fff;
}

.close-link {
  display: block;
  color: #999;
}

.text-field-3 {
  height: 50px;
  border: 2px solid #4aaec2;
}

.text-field-3:focus {
  border-color: #5cc489;
}

.subscribe-submit {
  width: 100%;
  height: 50px;
  background-color: #5cc489;
}

.pricing-box {
  overflow: hidden;
  width: 48%;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease-out;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out, box-shadow 200ms ease;
  transition: transform 200ms ease-out, box-shadow 200ms ease, -webkit-transform 200ms ease-out;
}

.upgrade-container {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 60vw;
  min-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;
  border-top: 5px solid #802c48;
  border-bottom: 5px solid #802c48;
  border-radius: 9px;
  background-color: #fae2dc;
  font-weight: 300;
  text-align: center;
}

.feature-wrapper {
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9dadc;
  font-size: 15px;
  line-height: 32px;
}

.feature-text {
  display: inline-block;
  padding-left: 15px;
}

.upgrade-row {
  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;
  text-align: left;
}

._100-vh-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

._100-vh-section.ec {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

._100-vh-section.lw {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

._100-vh-section.colabcom {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.discount-label {
  margin-left: 10px;
  padding-top: 1px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #28d893;
  color: #fff;
  font-size: 12px;
}

.hide-me-overlay-1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8888;
  display: none;
  overflow: auto;
  -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;
  background-color: rgba(0, 0, 0, 0.75);
}

.hide-me-overlay-1._1-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hide-me-overlay-1._2 {
  display: none;
}

.hide-me-overlay-1._1 {
  display: none;
}

.hide-me-overlay-1._3 {
  display: none;
}

.price-duration {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

.pricing-column-contain {
  padding-right: 10%;
  padding-left: 10%;
}

.pricing-column-contain.top-price-contain {
  padding-top: 17px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.03);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.pricing-column-contain.top-price-contain.green-price-contain {
  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;
  background-color: rgba(40, 216, 147, 0.1);
  color: #1ab478;
}

.close-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  cursor: pointer;
}

.price-text {
  margin-bottom: 15px;
  padding-left: 6px;
  color: #919496;
  font-size: 12px;
}

.upgrade-accent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 10px;
  background-color: #802c48;
}

.price {
  padding-left: 6px;
  font-size: 32px;
  font-weight: 400;
}

.upgrade-header {
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 900;
}

.upgrade-button {
  padding: 15px 22px;
  border-radius: 5px;
  background-color: #254054;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, 0.36);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.upgrade-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px rgba(24, 16, 99, 0.36);
}

.upgrade-button.full-upgrade-button {
  display: block;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button {
  background-color: #28d893;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, 0.18);
}

.upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
  background-color: #1cb176;
  box-shadow: 0 10px 10px -5px rgba(24, 16, 99, 0.18);
}

.modal-scroll {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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;
}

.upgrade-text {
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  color: #000;
  font-size: 16px;
}

.feature-item.not-available {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.column-14 {
  height: 100%;
}

.column-15 {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-4 {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  text-align: left;
}

.button-13 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 50px;
  min-width: 180px;
  -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: 4px;
  background-color: #f5f6f8;
}

.button-t-3 {
  position: relative;
  z-index: 4;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-cover-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  width: 180px;
  min-height: 5px;
  background-color: #5b3acc;
}

.button-link-cover-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.columns-7 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -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-image: url('../images/business-mediation-tilman-rieger.png');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-13._1 {
  background-image: url('../images/consulting-tilman-rieger.png');
}

.div-block-13._2 {
  background-image: url('../images/workshop-tilman-rieger.png');
}

.div-block-14 {
  position: absolute;
  width: 100%;
  height: 40vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.text-block-3 {
  text-decoration: none;
}

.div-block-15 {
  font-size: 12px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-10 {
  display: inline-block;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -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;
}

.image-12 {
  margin-right: 20px;
}

.image-13 {
  margin-right: 20px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  padding-right: 20px;
}

.image-15 {
  padding-right: 20px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  color: #fae2dc;
}

.text-block-6 {
  color: #fae2dc;
}

.text-block-7 {
  color: #fae2dc;
}

.success-message {
  height: 200px;
  background-color: transparent;
  text-align: center;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  font-family: Verdana, Geneva, sans-serif;
  color: #802c48;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  border-radius: 15px;
  background-color: #fae2dc;
}

.error-message {
  background-color: #fae2dc;
}

.success-message-2 {
  height: 200px;
  background-color: transparent;
}

.error-message-2 {
  background-color: #fae2dc;
}

.success-message-3 {
  height: 200px;
  background-color: transparent;
}

.error-message-3 {
  background-color: #fae2dc;
}

.volume-bar-wrapper {
  position: relative;
}

.volume-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 2px;
  -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-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: 5px;
  background-color: #575757;
  opacity: 1;
  cursor: pointer;
}

.volume-down {
  width: 15px;
  height: 40px;
  margin-right: 5px;
  cursor: pointer;
}

.current-seconds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.active-bar {
  width: 50%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 20px;
  background-color: #802c48;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-bottom: 40px;
  padding: 20px;
  -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;
}

.hero-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 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;
  background-color: #000;
  color: transparent;
}

.instagram-text-hero {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fullscreen {
  width: auto;
  height: 19px;
  margin-right: 10px;
  cursor: pointer;
}

.paragraph-5 {
  margin-bottom: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  text-align: center;
}

.video-player-wrapper {
  position: relative;
  z-index: 1;
}

.audio-active {
  width: 15px;
  margin-right: 10px;
  cursor: pointer;
}

.loop-active {
  margin-right: 10px;
  cursor: pointer;
}

.video-player-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  -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-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: 5px;
  background-color: #575757;
  opacity: 1;
  cursor: pointer;
}

.play-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 5px;
  cursor: pointer;
}

.play {
  cursor: pointer;
}

.background-video-2 {
  width: auto;
  height: 400px;
  border-radius: 5px;
}

.duration {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.video-player-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.video-player-bar-wrapper.bar-wrapper {
  position: relative;
  width: 300px;
  margin-right: 20px;
  margin-left: 20px;
}

.control-wrapper {
  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;
  cursor: pointer;
}

.javascript-button {
  margin-right: 10px;
  padding: 15px 50px 15px 40px;
  border-radius: 0px;
  background-color: #f8e017;
  background-image: url('../images/js-logo.jpg'), none;
  background-position: 8% 50%, 89% 50%;
  background-size: 18px, 20px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: background-color 400ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: background-color 400ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 400ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 400ms ease-in-out, -webkit-transform 300ms ease-in-out;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.javascript-button:hover {
  background-color: #f8e017;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
  color: #000;
}

.repeat {
  width: auto;
  height: 19px;
  margin-right: 10px;
  cursor: pointer;
}

.video-player-single-track-wrapper-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 65px;
  margin-top: 10px;
  padding: 10px 25px;
  -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: 5px;
  background-color: #000;
}

.options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 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;
  background-color: #000;
}

.pause {
  cursor: pointer;
}

.instgram-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.volume-up {
  width: 15px;
  margin-left: 5px;
  cursor: pointer;
}

.bold-text-3 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.mute {
  width: 15px;
  margin-right: 10px;
  cursor: pointer;
}

.volume-bar-active {
  width: 50%;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 20px;
  background-color: #fff;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  padding: 30px;
  -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: #131313;
}

.volume-mute-wrapper {
  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;
}

.loop-not-active {
  margin-right: 10px;
  line-height: 1;
  cursor: pointer;
}

.video-player-volume-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.video-player-volume-wrapper.bar-wrapper-volume {
  position: static;
  width: auto;
  height: auto;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #0a0a0a;
}

html.w-mod-js *[data-ix="modal-wrapper"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 991px) {
  .approach {
    padding-right: 20px;
    padding-left: 20px;
  }
  .testimonial {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .headline-8-col {
    width: auto;
    text-align: center;
  }
  .headline-6-col {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  ._4-col {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  ._4-col._4-col-last {
    margin-right: auto;
    margin-bottom: 0px;
  }
  .style-wrap {
    text-align: center;
  }
  ._7-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._5-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .text-16.text-16-60 {
    width: 100%;
  }
  ._2-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._10-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._8-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._6-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._6-col._6-col-last {
    width: 100%;
  }
  ._3-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .tagline.style-lbl {
    text-align: center;
  }
  .tagline.style-desc {
    text-align: center;
  }
  ._9-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .section-dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._1-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .wrap {
    width: 645px;
  }
  .wrap.w50-80-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap.w50-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap.w80-50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap.w50-spcbetween {
    -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;
  }
  .wrap.w20-spcbetween {
    -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;
  }
  .wrap.w80-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap.w80-50-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap.w20-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap.w50-80-spcbetween {
    -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;
  }
  .wrap.w50-80-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap.w80-50-spcbetween {
    -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;
  }
  .wrap.w80-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap.w20-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap.w50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .wrap.w80-spcbetween {
    -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;
  }
  ._11-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .headline-9-col {
    width: auto;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0vw;
  }
  .button-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .button-t-2 {
    width: 100%;
    padding-right: 20px;
    text-align: right;
  }
  .button-cover {
    width: 180px;
  }
  .button-link-cover {
    width: 100%;
  }
  .button-link-cover.w--current {
    width: 100%;
  }
  .nav-menu {
    left: auto;
    top: 60px;
    right: 0%;
    bottom: auto;
    width: 180px;
    max-width: 120px;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    border-radius: 0px;
    background-color: #802c48;
  }
  ._2.ta {
    margin-right: 0px;
    margin-left: 0px;
  }
  .service {
    font-size: 14px;
    line-height: 18px;
  }
  .service.white {
    line-height: 18px;
  }
  .paragraph.white.center {
    font-size: 14px;
    line-height: 18px;
  }
  .image-2 {
    display: inline-block;
    max-width: none;
  }
  .div-block-12 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .language-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .language-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    margin-right: -35px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .language-toggle.w--open {
    margin-right: 0px;
    padding-right: 0px;
  }
  .language-list.w--open {
    position: relative;
    min-width: 150px;
  }
  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fae2dc;
  }
  .upgrade-container {
    width: 80vw;
    margin-left: 5vw;
  }
  .hide-me-overlay-1._2 {
    display: none;
  }
  .modal-scroll {
    padding-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .menu-button {
    display: none;
    background-color: transparent;
  }
  .menu-button.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #802c48;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .text-block-4 {
    padding-left: 40px;
  }
  .text-block-8 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }
  .hero-2 {
    position: static;
    min-height: 100vh;
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .video-player-wrapper {
    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;
  }
  .background-video-2 {
    width: 700px;
    height: 400px;
  }
  .javascript-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    font-size: 14px;
  }
  .container-4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .testimonial {
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 12px;
  }
  .tr {
    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;
  }
  ._8c {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }
  .testimonials {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  ._6-col {
    margin-right: 0px;
  }
  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }
  ._2 {
    display: block;
  }
  ._2.cc {
    display: none;
  }
  ._2.ta {
    margin-right: 10px;
  }
  .service {
    font-size: 16px;
    line-height: 22px;
  }
  .service.white {
    line-height: 22px;
  }
  .service.pop-up.white.left {
    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;
    text-align: left;
  }
  .column-4 {
    left: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .column-5 {
    right: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .column-6 {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .column-6.cn {
    height: 680px;
  }
  .h3 {
    font-size: 20px;
  }
  .paragraph.white.center {
    font-size: 16px;
    line-height: 22px;
  }
  .accordion__title-2 {
    margin-top: 10px;
  }
  .accordion__content-wrap-2 {
    display: block;
  }
  .column-10 {
    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;
  }
  .container {
    padding-right: 15vw;
    padding-left: 15vw;
  }
  .image-7 {
    width: 100%;
    max-height: none;
  }
  .div-block-12 {
    display: none;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-12.mobile {
    display: none;
  }
  .div-block-12.desktop.mobile {
    display: block;
  }
  .pricing-box {
    width: 49%;
  }
  .upgrade-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .upgrade-row {
    width: 100%;
  }
  .hide-me-overlay-1._2 {
    display: none;
  }
  .pricing-column-contain.top-price-contain {
    padding: 12px 5% 11px;
    font-size: 13px;
  }
  .price-text {
    font-size: 11px;
    line-height: 1.5em;
  }
  .price {
    font-size: 26px;
  }
  .upgrade-header {
    font-size: 30px;
  }
  .modal-scroll {
    overflow: auto;
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .upgrade-text {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .div-block-13._2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-14 {
    position: absolute;
    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-button {
    display: block;
  }
  .column-16 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-2 {
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 7px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .video-player-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .background-video-2 {
    width: 400px;
    height: 300px;
  }
  .javascript-button {
    max-width: 175px;
  }
  .video-player-single-track-wrapper-copy {
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .options-wrapper {
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .video-player-volume-wrapper.bar-wrapper-volume {
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    position: relative;
    height: 35vh;
    background-position: 50% 50%;
    background-size: cover;
  }
  .about {
    position: relative;
    padding-top: 5vh;
    padding-bottom: 0vh;
  }
  .testimonial {
    padding-right: 1vw;
    padding-left: 1vw;
  }
  .tr {
    padding-top: 20px;
  }
  ._8c {
    padding-top: 0vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block {
    -o-object-fit: fill;
    object-fit: fill;
  }
  .grid {
    display: none;
  }
  .btn {
    display: block;
    text-align: center;
  }
  .btn.btn-white {
    display: block;
  }
  .btn-big {
    display: block;
    padding: 14px 25px;
    text-align: center;
  }
  .btn-big.btn-white {
    display: block;
  }
  .big-beige {
    font-size: 18px;
    line-height: 30px;
  }
  .big {
    margin-top: 2vh;
    margin-bottom: 0vh;
    padding-bottom: 2vh;
    font-size: 25px;
  }
  .navbar {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-menu {
    display: none;
  }
  .div-block-7 {
    position: static;
  }
  .div-block-8 {
    position: relative;
    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;
  }
  .white {
    text-align: center;
  }
  .white.expertise {
    text-align: center;
  }
  .white.expertise.cn {
    text-align: left;
  }
  .column-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._2 {
    display: block;
  }
  ._2.cc {
    display: block;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding: 3vh 5vw;
    border-radius: 15px;
    background-color: #802c48;
  }
  ._2.ta {
    display: block;
  }
  .columns-2 {
    display: none;
  }
  .columns-3 {
    display: block;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  .service.pop-up {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .column-6.cn {
    height: 680px;
  }
  .h3 {
    display: block;
    text-align: center;
  }
  .h3._8c {
    display: none;
  }
  .accordion-item {
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .accordion__plus-wrapper {
    margin-top: 15px;
    margin-left: 20px;
  }
  .heading-6 {
    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;
    text-align: left;
  }
  .heading-6.cn {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .paragraph.expertise {
    text-align: center;
  }
  .paragraph.white {
    text-align: left;
  }
  .paragraph.white.center {
    font-size: 16px;
  }
  .paragraph.cn {
    text-align: left;
  }
  .paragraph-2 {
    text-align: center;
  }
  .paragraph-2.cn {
    text-align: left;
  }
  .paragraph-3 {
    text-align: center;
  }
  .paragraph-3.cn {
    text-align: left;
  }
  .image-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .accordion__title-2 {
    position: relative;
    z-index: 40;
  }
  .accordion__plus-wrapper-2 {
    margin-left: 10px;
  }
  .accordion__content-wrap-2 {
    display: block;
  }
  .accordion__content-2 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-7 {
    position: static;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image-4 {
    display: inline;
  }
  .column-8 {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-10 {
    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: 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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .column-9 {
    position: relative;
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .columns-5 {
    display: block;
  }
  .columns-6 {
    display: block;
  }
  .div-block-11 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .column-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-11 {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-6 {
    display: block;
  }
  .container {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .div-block-12 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-12.mobile {
    display: block;
    padding-top: 10px;
  }
  .language-dropdown {
    width: auto;
    padding-right: 0px;
  }
  .text-field.text-field-2 {
    overflow: visible;
  }
  .pricing-box {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .upgrade-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .upgrade-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._100-vh-section.ec {
    display: none;
  }
  ._100-vh-section.lw {
    display: none;
  }
  ._100-vh-section.colabcom {
    display: none;
    min-height: 80vh;
  }
  .hide-me-overlay-1._2 {
    display: none;
  }
  .hide-me-overlay-1._1 {
    display: none;
  }
  .hide-me-overlay-1._3 {
    display: none;
  }
  .modal-scroll {
    -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;
  }
  .upgrade-text {
    margin-bottom: 25px;
  }
  .paragraph-4 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .div-block-13._2 {
    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;
  }
  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link-6 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .success-message {
    height: 400px;
  }
  .success-message-2 {
    height: 400px;
  }
  .success-message-3 {
    height: 400px;
  }
  .hero-2 {
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .video-player-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .background-video-2 {
    width: 100%;
    height: 250px;
    min-width: 290px;
  }
  .video-player-bar-wrapper.bar-wrapper {
    width: 200px;
  }
  .video-player-single-track-wrapper-copy {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .options-wrapper {
    margin-top: 30px;
    margin-right: 0px;
  }
}