body {
  background: linear-gradient(90deg, #0c0c0c, #101010);
  font-family: 'Euclid Circular B', sans-serif;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 16px;
  line-height: 24px;
}

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

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 140%;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

.img-block.video-bg2 {
    overflow: hidden;
    border-radius: 20px;
}

.img-block.video-bg2 video {
    transform: scale(1.1);
}

.div-block-74 p {
    margin-bottom: 35px;
}

h5.txt_h5 {
    font-weight: 400;
    color: #fff;
}

h5.txt_h5 a {
    color: #b6a6eb;
    transition: all .3s;
}

h5.txt_h5 a:hover {
    color: #61548f;
}

.txt-description.phone_email a {
    display: table;
    padding: 15px 55px;
    text-align: center;
    width: 100%;
    border-radius: 8px;
    max-width: 390px;
    color: #000;
    font-size: 16px;
    background: #cfdbf9;
    font-weight: bold;
}

.txt-description.phone_email a:last-child {
    margin-top: 20px;
    background: #bbdcb0;
}

.txt-description.phone_email a:hover {
    background: #b5a6eb;
    color: #000;
}

.txt-description.phone_email a:last-child:hover {
    background: #91c183;
    color: #000;
}

.txt-description a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    transition: all .3s;
}

.txt-description a:hover {
    color: #b6a6eb;
}

.txt_h1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 60px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: -1px;
}

.txt_h1.left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.txt_cta {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.txt_h2 {
  color: #fff;
  font-weight: 400;
}

.txt_h2.green {
  margin-bottom: 0px;
  color: #bbdcb0;
}

.txt_h2.blue {
  margin-bottom: 0px;
  color: #b6a6eb;
}

.txt_h2.center {
  text-align: center;
}

.txt_h4 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.txt-description {
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
color: #c1c1c1;
}

.txt-description.white {
  color: #fff;
}

.txt-description.white.center {
  text-align: center;
}

.txt_p {
  margin-bottom: 0px;
  opacity: 1;
  font-size: 16px;
  line-height: 24px;
}

.txt_p.white {
  opacity: 0.6;
  color: #fff;
}

.ic24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  -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;
}

.text-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.btn_s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 16px;
  clear: none;
  -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;
  border-radius: 8px;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.65);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.btn_s:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.btn_s:active {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.btn_s.w--current {
  background-color: #fff;
  color: #0c0c0c;
}

.btn_s.black {
  background-color: #fff;
  color: #000;
}

.btn_s.black:hover {
  background-color: #cfdbf9;
}

.btn_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0px;
  clear: none;
  -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 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.btn_txt:hover {
  color: #ebf590;
}

.btn_txt:active {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  clear: none;
  -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;
  border-radius: 8px;
  background-color: #b6a6eb;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
  background-color: #ebf590;
}

.btn:active {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

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

.icon36 {
  margin-bottom: 8px;
}

.demo-content {
  height: 60px;
  background-color: rgba(177, 149, 149, 0.2);
}

.spacer_h {
  width: 100%;
  height: 4px;
}

.spacer_h._8px {
  height: 8px;
}

.spacer_h._16px {
  height: 16px;
}

.spacer_h._24px {
  height: 24px;
}

.spacer_h._32px {
  height: 32px;
}

.spacer_h._40px {
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.spacer_h._60px {
  height: 60px;
}

.spacer_h.max {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c_howitworks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c_step {
  position: relative;
  padding: 24px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
}

.n_number {
  position: absolute;
  left: -20px;
  top: 40px;
  right: auto;
  bottom: auto;
  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-radius: 20px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.c_btn_anim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section_60 {
  position: relative;
  z-index: 998;
  padding-top: 60px;
  padding-bottom: 60px;
  opacity: 1;
    overflow: hidden;
}

.section_60.selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section_60.hide {
  display: none;
}

.section_60.bot_padd {
  padding-top: 0px;
}

.c_whatweoffer {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.c_img_fly {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  padding: 60px 80px 60px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c_wwo_feature {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c_metrica_btn {
  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;
  color: #000;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  width: 50%;
  text-align: left;
}

.hero_text_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c_offer_students {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-7 {
  width: 30%;
}

.schools-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.c_school {
  display: block;
  min-height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: 50% 50%;
  background-size: auto 50px;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.c_school:hover {
  opacity: 1;
}

.c_school:active {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.c_school._01 {
  background-image: url('../images/logo_cgma.svg');
}

.c_school._02 {
  background-image: url('../images/logo_rebelway.svg');
}

.c_school._03 {
  background-image: url('../images/logo_vertex.svg');
}

.container {
  position: relative;
  z-index: 999;
  display: block;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-11 {
  position: absolute;
  left: 40%;
  top: 10%;
  right: auto;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card {
  position: relative;
  overflow: hidden;
  width: 280px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #cfdbf9;
  opacity: 0.6;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: transparent;
}

.card:hover {
  background-color: #ebf590;
  opacity: 1;
  color: #000;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
}

.image-7 {
  width: 100%;
}

.div-block-14 {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon_style {
  width: 56px;
  height: 56px;
  background-image: url('../images/ic56-heart.svg');
  background-position: 50% 50%;
  background-size: 100%;
  opacity: 0.2;
}

.card_txt {
  margin-right: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.16);
  font-size: 15px;
  line-height: 24px;
}

.card_txt.s {
  font-size: 12px;
  line-height: 16px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c_cards {
  margin-right: 20px;
}

.hero_height_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  min-height: 960px;
  -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;
}

.section_hero {
  position: relative;
  overflow: hidden;
  background-color: #0c0c0c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(96%, #0c0c0c)), url('../images/Cover-Konstantin-Gdalevich.jpeg');
  background-image: linear-gradient(180deg, transparent, #0c0c0c 96%), url('../images/Cover-Konstantin-Gdalevich.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section_hero.artistbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(96%, #0c0c0c)), url('../images/a7782f6c11a88dc6c95166bf2d25c27f.jpeg');
  background-image: linear-gradient(180deg, transparent, #0c0c0c 96%), url('../images/a7782f6c11a88dc6c95166bf2d25c27f.jpeg');
}

.link-block {
  -webkit-transition: all 200ms ease, -webkit-transform 100ms ease-in-out;
  transition: all 200ms ease, -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, all 200ms ease;
  transition: transform 100ms ease-in-out, all 200ms ease, -webkit-transform 100ms ease-in-out;
  color: #000;
}

.c_footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
}

.container-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

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

.link-block-2 {
  width: 118px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
/*  background-image: url('../images/80logo.svg');*/
  background-position: 0% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.link-block-2:hover {
  background-image: url('../images/80anim.svg');
}

.link-block-2.footr {
  opacity: 0.25;
}

.link-block-2.footr:hover {
  opacity: 1;
}

.btn_small {
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn_small:hover {
  background-color: #e3e3e3;
}

.btn_small:active {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.btn_small.outline {
  margin-right: 8px;
  background-color: rgba(0, 0, 0, 0.24);
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.25);
  color: #fff;
}

.btn_small.outline:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.5);
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  margin-left: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bot_right_img {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: -40px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #a73c3c;
  color: transparent;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 0 transparent;
}

.bot_right_img:hover {
  color: #fff;
  text-shadow: 4px 0 16px rgba(0, 0, 0, 0.4);
}

.txt_artist_hover {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: hsla(0, 0%, 100%, 0.65);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.txt_artist_hover:hover {
  color: #fff;
}

.top_left_img {
  position: absolute;
  left: -20px;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  border-radius: 20px;
  background-color: #000;
  color: transparent;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.center_img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: #b6a6eb;
  background-image: url('../images/ipadpaint.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: transparent;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 0 transparent;
}

.s_footer {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.s_footer:hover {
  color: #fff;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 20px;
}

.c_landing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  background-image: linear-gradient(135deg, #ebf590, #dbd6eb), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
}

.c_landing:hover {
  background-image: url('../images/XHero.jpg'), linear-gradient(135deg, #ebf590, #dbd6eb);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.c_landing.selected {
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: 100%, auto, auto;
  color: #000;
  cursor: auto;
}

.c_landing.selected:hover {
  background-image: linear-gradient(135deg, #ebf590, #dbd6eb);
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.x_gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/im_schools.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/im_schools.jpg');
  background-position: 0px 0px, 50% 50%;
}

.x_gradient.selected {
  display: none;
}

.x_gradient.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/im_schools.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/im_schools.jpg');
}

.x_gradient.company {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/im_company.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/im_company.jpg');
  background-size: auto, cover;
}

.x_gradient.artist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/im_artist.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/im_artist.jpg');
  background-size: auto, cover;
}

.x_content {
  position: relative;
  z-index: 10;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img_right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.im_redcatgames {
  position: absolute;
  left: 48px;
  top: -40px;
  z-index: 999;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #1f1f1f;
  background-image: url('../images/RedCatGames.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 4px #0c0c0c;
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.company_card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 40px 40px 100px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 20px;
  background-color: #1f1f1f;
}

.company_request {
  position: relative;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -80px;
  margin-left: 40px;
  padding: 40px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #cfdbf9;
  background-position: 0px 0px, 0px 0px;
  background-size: 400px, auto;
  background-repeat: repeat, repeat;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.questions_block {
  position: absolute;
  left: 0%;
  top: 90%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.question {
  overflow: hidden;
  width: 100%;
  margin-bottom: 8px;
  padding-top: 14%;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('../images/01q_l.svg');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.4);
}

.question.med {
  width: 75%;
  background-image: url('../images/02q_m.svg');
}

.question.small {
  position: relative;
  width: 50%;
  background-image: url('../images/03q_s.svg');
}

.three_dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-left: 32px;
  -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;
}

.div-block-25 {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.65);
}

.image-8 {
  max-height: 100%;
}

.ytellow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #ebf590;
}

.header_autor {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 10px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.header_autor:hover {
  color: #fff;
}

.c_offer {
  position: relative;
  display: block;
}

.c_cards_collums {
  position: relative;
  left: 44%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c_cards_crop {
  position: absolute;
  left: 0%;
  top: -8%;
  right: 0%;
  bottom: -8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c_offer_schools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-26 {
  width: 33%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.c_img_01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.txt_wir_title {
  float: left;
  clear: left;
}

.text-block-5 {
  float: left;
  clear: none;
}

.text-span {
  color: #fff;
  font-weight: 700;
}

.ic_16 {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url('../images/ic_vv.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.ic_16.v-green {
  background-image: url('../img/ic16_v_green.svg');
}

.ic_16.v-violet {
  background-image: url('../img/ic16_v_blue.svg');
}

.ic_16.dot_violet {
  background-image: url('../img/ic16_dot.svg');
}

img.circle1 {
    position: absolute;
    z-index: -1;
    right: -30px;
    top: -20px;
}

img.circle2 {
    position: absolute;
    right: -63px;
    top: -70px;
    z-index: -1;
}

.wir_pill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 28px;
  min-width: 44px;
  margin-right: 8px;
  padding: 2px 12px 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.12);
  border-radius: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

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

.div-block-29 {
  height: 20px;
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.32);
}

.div-block-29.small {
  width: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-29.medium {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.div-block-31 {
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold-text {
  text-decoration: none;
}

.link_footer {
  margin-right: 40px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: hsla(0, 0%, 100%, 0.4);
  text-decoration: none;
  cursor: pointer;
}

.link_footer:hover {
  color: #fff;
}

.text-block-6 {
  color: hsla(0, 0%, 100%, 0.4);
}

.div-block-32 {
  height: 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer_c.company {
  padding-top: 0px;
}

.div-block-34 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 4px;
  background-color: #0c0c0c;
  box-shadow: 0 0 0 4px #0c0c0c;
}

.link-block-3 {
  box-shadow: none;
}

.div-block-35 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 80vh;
  min-height: 50vh;
}

.div-block-36 {
  height: 100vh;
}

.c_two_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c_col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c_col.top {
  padding-top: 44px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.two_col_spacer {
  width: 8%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.im_what_is_rfp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.wir_rcg {
  position: absolute;
  left: -48px;
  top: -24px;
  z-index: 999;
  width: 96px;
  height: 96px;
  border-radius: 50px;
  background-color: #1f1f1f;
  background-image: url('../images/RedCatGames.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 8px #0c0c0c;
  -webkit-transform: translate3d(0px, 0px, 40px);
  transform: translate3d(0px, 0px, 40px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wir_1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 80px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 20px;
  background-color: #1f1f1f;
  -webkit-transform: translate3d(0px, 0px, -20px);
  transform: translate3d(0px, 0px, -20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.txt_wir_comp {
  color: #fff;
  font-weight: 700;
}

._3dots_dot {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.65);
}

.wir_card {
  position: relative;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #cfdbf9;
  background-position: 0px 0px, 0px 0px;
  background-size: 400px, auto;
  background-repeat: repeat, repeat;
  -webkit-transform: translate3d(0px, 0px, 40px);
  transform: translate3d(0px, 0px, 40px);
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wir_q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 56px;
  margin-bottom: 8px;
  padding: 18px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.4);
}

.wir_q.med {
  width: 75%;
}

.wir_q.small {
  position: relative;
  width: 50%;
}

.wir_txt_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wir_q_block {
  position: relative;
  top: -28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate3d(0px, 0px, 80px);
  transform: translate3d(0px, 0px, 80px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wir_q_line {
  height: 100%;
  min-width: 5px;
  margin-right: 8px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ececec;
}

.wir_q_q {
  color: #c7c7c7;
  font-size: 20px;
  font-weight: 700;
}

.wir_2 {
  position: relative;
  left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.im_what_offer_comp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.woc_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 48px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #2f2f2f;
}

.artist_block {
  margin-top: -20px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.woc_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.placeholder_text {
  width: 100px;
  height: 16px;
  min-width: 80px;
  margin-right: 8px;
  border-radius: 4px;
  background-color: #626262;
}

.placeholder_text.small {
  width: 60px;
  min-width: 40px;
}

.placeholder_text.big {
  height: 20px;
}

.placeholder_text.big.short {
  width: 60px;
  min-width: 40px;
}

.woc_btn {
  width: 160px;
  height: 40px;
  border-radius: 8px;
  background-color: #d1cbe1;
}

.woc_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-bottom: 16px;
  padding: 12px 16px;
  -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;
  border-radius: 8px;
  background-color: #fff;
}

.ic_24 {
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ic_24.map {
  background-image: url('../images/ic_pin.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.ic_24.search {
  background-image: url('../images/ic_search.svg');
}

.txt_woc_input {
  margin-left: 12px;
  color: #000;
}

.artist_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 24px;
  -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;
  border-radius: 20px;
  background-color: #212121;
}

.autor_avatar {
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 44px;
  background-color: #626262;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 4px hsla(0, 0%, 100%, 0.2);
  -webkit-transform: translate3d(0px, 0px, 20px);
  transform: translate3d(0px, 0px, 20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.autor_avatar.av1 {
  background-image: url('../images/01BartdeVries.jpg');
}

.autor_avatar.av2 {
  background-image: url('../images/03NastyaErmakova.jpg');
}

.autor_avatar.av3 {
  background-image: url('../images/02YuliaSokolova.jpg');
}

.status_block {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.status_dot {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 20px;
  background-color: #ccc2e4;
}

.ststus_txt {
  color: #ccc2e4;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ststus_txt.accepted {
  color: #85e388;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.placeholder_autor {
  width: 70%;
  height: 12px;
  min-width: 120px;
  margin-right: 4px;
  border-radius: 4px;
  background-color: #626262;
}

.placeholder_autor.small {
  width: 26%;
  height: 8px;
  min-width: 40px;
}

.placeholder_autor.big {
  width: 20%;
  min-width: 40px;
}

.placeholder_autor.big.bibg2 {
  width: 29%;
  min-width: 48px;
}

.placeholder_s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.info_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.artist_card_big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 52px 24px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #212121;
  -webkit-transform: translate3d(0px, 0px, 40px);
  transform: translate3d(0px, 0px, 40px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.autor_avatar_big {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  margin-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 44px;
  background-color: #626262;
  background-image: url('../images/11ManuHerrador.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 4px hsla(0, 0%, 100%, 0.2);
}

.status_block_absolute {
  position: absolute;
  left: auto;
  top: 52px;
  right: 24px;
  bottom: auto;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.placeholders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.shp_autor_name {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.shp_buttons {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fake_btn {
  margin-right: 12px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
}

.fake_btn.second {
  display: none;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.65);
  color: #fff;
}

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

.im_stream_hiring_proc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.shp_header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 56px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #2f2f2f;
}

.shp_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

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

.tt_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 100%;
  margin-right: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tt_artist_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding: 24px;
  -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;
  border-radius: 8px;
  background-color: #2f2f2f;
}

.tt_artist_card.disabled {
  opacity: 0.4;
}

.tt_placeholders {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tt_placeholder {
  width: 100%;
  height: 12px;
  border-radius: 4px;
  background-color: #626262;
}

.tt_placeholder.small {
  width: 36%;
  height: 8px;
  margin-right: 2px;
  margin-left: 2px;
  background-color: rgba(98, 98, 98, 0.6);
}

.tt_placeholders_bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  min-height: 760px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paralax_frame {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
}

.section_company_hero {
  position: relative;
  overflow: hidden;
  padding-right: 40px;
  padding-left: 40px;
}

.div-block-40 {
  position: absolute;
  left: 21%;
  top: -10%;
  width: 18%;
  height: 47%;
  min-height: 360px;
  min-width: 240px;
  border-radius: 20px;
  background-color: #7c3c3c;
}

.div-block-40-copy {
  position: absolute;
  left: -5%;
  top: 16%;
  width: 24%;
  height: 47%;
  min-height: 360px;
  min-width: 240px;
  border-radius: 20px;
  background-color: #7c3c3c;
}

.div-block-40-copy-copy {
  position: absolute;
  top: 38%;
  right: -10%;
  width: 460px;
  height: 280px;
  border-radius: 20px;
  background-color: #7c3c3c;
}

.first-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  max-width: 640px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.hero_art {
  position: absolute;
  border-radius: 20px;
  background-color: #212121;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: transparent;
}

.hero_art:hover {
  color: #fff;
}

.hero_art._01_img {
  top: -1%;
  right: 45%;
  bottom: auto;
  width: 280px;
  height: 320px;
  background-image: url('../img/selfish.jpg');
  -webkit-transform: translate3d(0px, 0px, 71px);
  transform: translate3d(0px, 0px, 71px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero_art._02_img {
  top: 17%;
  right: 83%;
  bottom: auto;
  width: 280px;
  height: 390px;
  min-height: 390px;
  min-width: 280px;
  background-image: url('../img/tixpls.jpg');
  -webkit-transform: translate3d(0px, 0px, 24px);
  transform: translate3d(0px, 0px, 24px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
    
    background-position: left;
}

.hero_art._03_img {
  left: 75%;
  top: 41%;
  width: 320px;
  height: 320px;
  background-image: url('../img/reboon.jpg');
  -webkit-transform: translate3d(0px, 0px, 143px);
  transform: translate3d(0px, 0px, 143px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero_art._04_img {
  left: 61%;
  top: 18%;
  width: 150px;
  height: 150px;
  background-image: url('../img/showreel.png');
  opacity: 0.75;
  -webkit-transform: translate3d(0px, 0px, -67px);
  transform: translate3d(0px, 0px, -67px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
    background-size: 100%;
    background-color: #0a0a0a;
}

.hero_art._05_img {
  left: 80%;
  bottom: 1%;
  width: 120px;
  height: 140px;
  opacity: 0.35;
  -webkit-transform: translate3d(0px, 0px, -210px);
  transform: translate3d(0px, 0px, -210px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero_art._06_img {
  top: 65%;
  right: 66%;
  width: 460px;
  height: 220px;
  background-image: url('../img/autolife.jpg');
  -webkit-transform: translate3d(0px, 0px, 48px);
  transform: translate3d(0px, 0px, 48px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero_art._07_img {
  left: 70%;
  bottom: 75%;
  width: 320px;
  height: 320px;
  background-image: url('../img/skeptik.jpg');
  -webkit-transform: translate3d(0px, 0px, 95px);
  transform: translate3d(0px, 0px, 95px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-position: 50% bottom;
  background-size: 100%;
}

.hero_art._08_img {
  left: 92%;
  bottom: 60%;
  width: 340px;
  height: 200px;
  background-image: url('../img/arrival.jpg');
  opacity: 0.45;
  -webkit-transform: translate3d(0px, 0px, -162px);
  transform: translate3d(0px, 0px, -162px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero_art._09_img {
  left: 76%;
  bottom: 48%;
  width: 120px;
  height: 80px;
  opacity: 0.25;
  -webkit-transform: translate3d(0px, 0px, -167px);
  transform: translate3d(0px, 0px, -167px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero_art._10_img {
  left: 57%;
  top: 70%;
  width: 230px;
  height: 320px;
  background-image: url('../img/rework.jpg');
  opacity: 0.63;
  -webkit-transform: translate3d(0px, 0px, -57px);
  transform: translate3d(0px, 0px, -57px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero_art._11_img {
  top: 79%;
  right: 48%;
  width: 320px;
  height: 180px;
  background-image: url('../img/polaris.jpg');
  opacity: 0.5;
  -webkit-transform: translate3d(0px, 0px, -129px);
  transform: translate3d(0px, 0px, -129px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-position: left;
}

.hero_art._12_img {
  right: 70%;
  bottom: 26%;
  min-height: 200px;
  min-width: 120px;
  opacity: 0.4;
  -webkit-transform: translate3d(0px, 0px, -124px);
  transform: translate3d(0px, 0px, -124px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero_art._13_img {
  right: 79%;
  bottom: 51%;
  width: 120px;
  height: 120px;
  opacity: 0.2;
  -webkit-transform: translate3d(0px, 0px, -229px);
  transform: translate3d(0px, 0px, -229px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero_art._14_img {
  right: 69%;
  bottom: 65%;
  width: 240px;
  height: 240px;
  background-image: url('../img/alfatek.jpg');
  opacity: 0.65;
  -webkit-transform: translate3d(0px, 0px, -105px);
  transform: translate3d(0px, 0px, -105px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-position: 34% 0%;
}

.div-block-6-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.second-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-41-copy {
  position: absolute;
  min-height: 200px;
  min-width: 200px;
  border-radius: 20px;
  background-color: #834747;
}

.div-block-41-copy._01_img {
  top: -8%;
  right: 48%;
  bottom: auto;
  min-height: 340px;
  min-width: 250px;
}

.div-block-41-copy._02_img {
  top: 17%;
  right: 84%;
  bottom: auto;
  min-height: 390px;
  min-width: 230px;
}

.div-block-41-copy._03_img {
  left: 81%;
  top: auto;
  bottom: 17%;
  min-height: 280px;
  min-width: 420px;
}

.hero_height_div {
  height: 80vh;
  min-height: 960px;
}

.div-block-43 {
  width: 80%;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.spacer_v {
  width: 4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spacer_v.price {
  width: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-46 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 540px;
  padding: 48px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: #212121;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.div-block-46:hover {
  background-color: #212121;
  opacity: 1;
}

.div-block-46.hoveres {
  position: relative;
}

.div-block-46.hilight {
  opacity: 1;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-7 {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.list {
  margin-top: 16px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  list-style-type: none;
}

.price-list {
  min-height: 24px;
  margin-bottom: 12px;
  padding-left: 24px;
  background-image: url('../images/ic_16_v.svg');
  background-position: 0px 4px;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 24px;
}

.price-list.not {
  background-image: url('../images/ic_16_minus.svg');
  opacity: 0.4;
}

.div-block-48 {
  padding-top: 31px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.txt_price_title {
  color: #facad9;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
}

.txt_price_title.yellow {
  color: #ebf590;
}

.txt_price_title.blue {
  color: #bbdcb0;
}

.text-block-8 {
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.prlx_cards {
  position: absolute;
  left: 55%;
  top: -20%;
  right: 0%;
  bottom: -20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -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;
}

.txt_price_description {
  text-align: center;
}

.txt_price_subheader {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.price-title {
  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: center;
}

.price_prehovered {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #212121;
}

.div-block-54 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.js_map {
  overflow: hidden;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.js_chart {
  overflow: hidden;
}

.hero_art_link {
  position: absolute;
  left: 16px;
  top: auto;
  right: auto;
  bottom: 16px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.prlx_container {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.prlx_parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotateX(0.1deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.1deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.stat_circle {
  width: 400px;
  height: 400px;
  background-image: url('../images/stat_pie.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 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;
}

.div-block-58 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section_company_hero_mobile {
  position: relative;
  display: none;
  overflow: hidden;
  padding-right: 40px;
  padding-left: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, 0.5)), to(rgba(12, 12, 12, 0.5))), url('../img/bghero.jpg');
  background-image: linear-gradient(180deg, rgba(12, 12, 12, 0.5), rgba(12, 12, 12, 0.5)), url('../img/bghero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-42-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.text_container._01_l_c {
  font-size: 20px;
  line-height: 140%;
}

.hero_link_div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.div-block-59 {
  margin-bottom: 60px;
  text-align: center;
}

.c_howitworks_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.txt_star_note {
  display: none;
  opacity: 0.6;
  font-size: 14px;
}

.div-block-6-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/*PSA*/

.footer_c.company .buttons a svg * {
    fill: #fff;
}

.footer_c.company .buttons a {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    line-height: 59px;
    border-radius: 8px;
    transition: all .3s;
}

.footer_c.company .buttons {
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
    width: 100%;
    max-width: 145px;
}

.footer_c.company .buttons a:hover {
    background: #fff;
}

.footer_c.company .buttons a:hover svg * {
    fill: #0f0f0f;
}

span.crossed:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffc800;
    top: 49%;
    left: 0;
}

span.crossed {
    position: relative;
    color: #6e6e6e;
}

span.mark-y {
    background: #ffc800;
    color: #000;
    padding: 0 3px;
}

span.lined {
    color: #fff;
    position: relative;
}

span.lined:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    background: #fff;
    height: 1px;
}

.landingselector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
}

.landing {
  position: relative;
  overflow: hidden;
  max-width: 520px;
  min-height: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.landing:hover {
  background-size: auto, 110%;
}

.landing.product {
  color: #000;
}

.landing.schools {
  color: #000;
}

.landing.artists {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.linkcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 24px 24px 92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  z-index: 3;
}

video.video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    z-index: -1;
}

.landing:before {
    content: '';
    background-position: 0px 0px, 0px 0px;
    background-size: 200px, auto;
    position: relative;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.linkcontent.w--current {
  background-position: 0px 0px, 0px 0px;
  background-size: 200px, auto;
  color: #0c0c0c;
  text-decoration: none;
}

.c_button {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding-bottom: 24px;
  padding-left: 24px;
  z-index: 3;
}

.txt_selector_description {
  margin-bottom: 0px;
  opacity: 1;
}

.txt_selector_description.white {
  opacity: 0.6;
  color: #fff;
}

.div-block-60 {
  width: 100%;
  padding-top: 64%;
  background-image: url('../images/world-stats.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-61 {
  max-width: 650px;
  text-align: center;
}

.bold-text-2 {
  color: #fff;
}

.title_block {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.header_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-62 {
  position: relative;
  height: 600px;
  margin-right: 80px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-63 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 60%;
  padding: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #cfdbf9;
  font-size: 24px;
  line-height: 32px;
}

.div-block-63-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 0%;
  width: 80%;
  height: 60%;
  border-radius: 20px;
  background-color: #212121;
  background-image: url('../images/im_paralax_Schyns.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0px, 0px, 30px);
  transform: translate3d(0px, 0px, 30px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-63-copy-copy {
  position: absolute;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: auto;
}

.company-logo {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 100px;
  background-color: #0c0c0c;
  background-image: url('../images/RedCatGames.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0px, 0px, 10px);
  transform: translate3d(0px, 0px, 10px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.company-logo.wolf {
  background-image: url('../images/Blue-Wolf.svg');
}

.company-logo.coala {
  background-image: url('../images/Green-Coala.svg');
  background-position: 50% 60%;
  background-size: 95%;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 16px 24px;
  border-radius: 20px;
  background-color: #212121;
  -webkit-transform: translate3d(0px, 0px, 60px);
  transform: translate3d(0px, 0px, 60px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-66 {
  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;
  color: #fff;
}

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

.div-block-68 {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 60px;
  background-color: #212121;
  box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

.div-block-69 {
  margin-bottom: 20%;
  color: #0c0c0c;
}

.footer_c-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-70 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c_col-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.price_c {
  display: -ms-grid;
  display: grid;
  min-height: 160px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: #212121;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -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-right: 1px solid #000;
  text-align: center;
}

.txt_price_mo {
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-transform: lowercase;
}

.txt_price_year {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -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;
  background-image: url('../images/im_wind.svg');
  background-position: 105% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-block-9 {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.timeline {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: #212121;
}

.infinity_line {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 3px;
  margin-top: 109px;
  margin-left: 32px;
  border-radius: 16px;
  background-color: #212121;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background-color: #facad9;
}

.dot.green {
  background-color: #bbdcb0;
}

.dot.yellow {
  background-color: #ebf590;
}

.month {
  display: -ms-grid;
  display: grid;
  padding: 32px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
  -ms-grid-rows: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  grid-template-rows: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content);
  grid-template-rows: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
}

.month.mid {
  border-right: 1px solid #0c0c0c;
  border-left: 1px solid #0c0c0c;
}

.div-block-71 {
  display: -ms-grid;
  display: grid;
  margin-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.stat_rov {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content) -webkit-min-content;
  -ms-grid-columns: minmax(min-content, max-content) minmax(min-content, max-content) min-content;
  grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) minmax(-webkit-min-content, -webkit-max-content) -webkit-min-content;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) min-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.txt_stat_number {
  width: 24px;
  color: #626262;
}

.txt_stat_percent {
  width: 48px;
  color: #70ac5b;
}

.txt_stat_category {
  color: #fff;
  letter-spacing: 1px;
  white-space: nowrap;
}

.separator {
  height: 2px;
  background-color: #facad9;
}

.separator.yellow {
  background-color: #ebf590;
}

.separator.green {
  background-color: #bbdcb0;
}

.separator.vertical {
  width: 1px;
  height: 100%;
  margin-right: 40px;
  margin-left: 40px;
}

.center-txt {
  max-width: 640px;
  text-align: center;
}

.center-txt.long-w {
  max-width: none;
}

.what-makes-diff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-74 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.c_stats {
  display: none;
}

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

.txt_price_subheader-copy {
  margin-top: 32px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.txt_what-we-offer {
  color: #ccc2e4;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.txt_what-we-offer.accepted {
  color: #85e388;
}

.txt_what-we-offer.green {
  color: #bbdcb0;
}

.txt_what-we-offer.pink {
  color: #facad9;
}

.div-block-76 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  padding-top: 80.27%;
  background-image: url('../images/im_artist_creative.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-77 {
  display: none;
  width: 100%;
  padding-top: 152.11%;
  background-image: url('../images/im_grow_pool.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-77-copy {
  display: none;
  width: 100%;
  padding-top: 152.11%;
  background-image: url('../images/im_grow_pool_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-77-copy {
  display: none;
  width: 100%;
  padding-top: 87.05%;
}

.div-block-77-copy-copy {
  display: none;
  width: 100%;
  padding-top: 87.05%;
  background-image: url('../img/im_prem_rec_tool.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._32323sd {
  display: none;
  width: 100%;
  padding-top: 152.11%;
  background-image: url('../images/im_stream_hiring_proc.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph {
  margin-bottom: 0px;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding: 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;
  border-radius: 20px;
  background-color: #212121;
}

.div-block-80 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-81 {
  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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.price-separator-old {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-84 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  -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: 8px;
  background-color: #cfdbf9;
}

.div-block-85.green {
  background-color: #bbdcb0;
}

.text-block-10 {
  color: #0c0c0c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

._24px {
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.txt-price-subtitle {
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.txt_newprice_title {
  color: #fff;
  font-size: 27px;
  line-height: 40px;
  font-weight: 400;
}

.text-block-11 {
  color: #cfdbf9;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
}

.text-block-11.green {
  color: #bbdcb0;
}

.txt_newprice_description {
  font-size: 14px;
  line-height: 20px;
}

.price-list-copy {
  min-height: 24px;
  margin-bottom: 12px;
  padding-left: 24px;
  background-image: url('../images/ic_16_v.svg');
  background-position: 0px 4px;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 24px;
}

.price-list-copy.not {
  background-image: url('../images/ic_16_minus.svg');
  opacity: 0.4;
}

.new-price-list {
  min-height: 24px;
  margin-bottom: 12px;
  padding-left: 24px;
  background-image: url('../images/ic_16_v.svg');
  background-position: 0px 4px;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 24px;
}

.new-price-list.not {
  background-image: url('../images/ic_16_minus.svg');
  opacity: 0.4;
}

.new-price-list-link {
  color: #fff;
}

.list-copy {
  margin-top: 16px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  list-style-type: none;
}

.new-list {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  list-style-type: none;
}

.new-list.shorter {
  width: 88%;
}

.div-block-87 {
  min-height: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-price {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.txt_price_month {
  font-size: 16px;
}

.div-block-86-copy {
  height: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.asd {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.text-span-2 {
  color: #70ac5b;
}

.bold-text-4 {
  width: 100%;
}

.div-block-88 {
  display: -ms-grid;
  display: grid;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.dsfsdfsdf {
  max-width: 32ch;
  color: #70ac5b;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
}

.dsfsdfsdf.opacity {
  opacity: 0;
}

.text-span-3 {
  color: #70ac5b;
}

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

.txt_cap {
  text-transform: uppercase;
}

.div-block-90 {
  padding-bottom: 40px;
}

.div-block-91 {
  width: 213px;
  height: 98px;
  background-color: #bb3a3a;
}

.image-10 {
  width: 345px;
}

.div-block-92 {
  display: -ms-grid;
  display: grid;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-93 {
  display: -ms-grid;
  display: grid;
  padding: 40px;
  grid-auto-columns: 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-column-gap: 4px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  border-radius: 8px;
  background-color: #212121;
}

.price-price {
  display: -ms-grid;
  display: grid;
  max-height: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: -webkit-min-content auto;
  -ms-grid-columns: min-content auto;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.txt-price {
  color: #cfdbf9;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}

.txt-price.green {
  color: #bbdcb0;
}

.txt-price-old {
  margin-right: 4px;
  text-decoration: line-through;
}

.text-block-12 {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #cfdbf9;
  color: #000;
  font-size: 10px;
  line-height: 16px;
}

.price-old-discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.txt-discount-description {
  color: #cfdbf9;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.discount-block {
  display: none;
}

.discount-block.none {
  opacity: 0;
}

.txt {
  color: #cfdbf9;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.link {
  color: #fff;
}

.btn-price {
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #bbdcb0;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.btn-price.blue {
  background-color: #cfdbf9;
  text-decoration: none;
}

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

.price-separator {
  width: 100%;
  height: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.text-span-4 {
  font-size: 16px;
  font-weight: 400;
}

.list-2 {
  font-size: 22px;
  line-height: 140%;
}

.text-span-5 {
  font-weight: 700;
}

.text-span-6 {
  font-weight: 700;
}

.text-span-7 {
  font-weight: 700;
}

.popular-tags-link {
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #2f2f2f;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.popular-tags-link.tag-grig {
  margin-right: 8px;
  margin-bottom: 8px;
}

.popular-tags-link.tag-grig.more {
  text-align: center;
}

.popular-tags-link.tag-grig.p1 {
  -webkit-transform: translate3d(0px, 0px, 71px);
  transform: translate3d(0px, 0px, 71px);
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.popular-tags-link.tag-grig.p1:hover {
  background-color: #444;
  -webkit-transform: translate3d(0px, 0px, 105px);
  transform: translate3d(0px, 0px, 105px);
}

.popular-tags-link.tag-grig.p2 {
  -webkit-transform: translate3d(0px, 0px, 52px);
  transform: translate3d(0px, 0px, 52px);
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.popular-tags-link.tag-grig.p2:hover {
  background-color: #444;
  -webkit-transform: translate3d(0px, 0px, 105px);
  transform: translate3d(0px, 0px, 105px);
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 539px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

.paralax_frame-tags {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.paralax-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 539px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0.001deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bold-text-5 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.txt-description-copy {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #212121;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  white-space: nowrap;
}

.txt-description-copy.dark {
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: #0c0c0c;
}

.div-block-97 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-span-8 {
  color: #fff;
}

.text-span-9 {
  color: #fff;
}

.c_metrica_btn_2 {
  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;
  color: #000;
}

.div-block-98 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.why-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #212121;
}

.image-11 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.our-cl-logos {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -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;
  -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 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.our-clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.html-embed-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-clients-logos {
  width: 140px;
  height: 89px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.our-clients-logos._1 {
  background-image: url('../img/logo-01.png');
}

.our-clients-logos.container-2 {
  background-image: url('../img/logo-02.png');
}

.our-clients-logos._3 {
  background-image: url('../img/logo-03.png');
}

.our-clients-logos._4 {
  background-image: url('../img/logo-04.png');
}

.our-clients-logos._5 {
  background-image: url('../img/logo-05.png');
}

.our-clients-logos._6 {
  background-image: url('../img/logo-06.png');
}

.our-clients-logos._7 {
  background-image: url('../img/logo-07.png');
}

.our-clients-logos._8 {
  background-image: url('../img/logo-08.png');
}

.our-clients-logos._9 {
  background-image: url('../img/logo-09.png');
}

.our-clients-logos._10 {
  background-image: url('../img/logo-10.png');
}

.image-12 {
  width: 100%;
  border-radius: 14px;
}

.many-more-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: underline;
}

.many-more-link:hover {
  color: hsla(0, 0%, 100%, 0.72);
}

.small {
  font-size: 24px;
}

.txt-block {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img-block {
  position: relative;
}
 
@media screen and (max-width: 991px) {
  .txt_h1.left {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .txt_h2.green {
    text-align: center;
  }

  .txt_h2.blue {
    text-align: center;
  }

  .txt_h3.margin-bot {
    margin-bottom: 40px;
  }

  .btn_s.black {
    box-shadow: none;
  }

  .btn_s.black:hover {
    background-color: #b6a6eb;
    box-shadow: none;
  }

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

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

  .c_img_fly {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    display: none;
    width: 100%;
  }

  .div-block-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-7 {
    width: 60%;
  }

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

  .div-block-11 {
    left: 55%;
    display: none;
    grid-row-gap: 20px;
  }

  .card {
    width: 200px;
  }

  .div-block-13 {
    padding: 16px 24px;
  }

  .icon_style {
    display: none;
  }

  .section_hero {
    background-position: 0px 0px, 75% 0%;
  }

  .center_img {
    display: none;
  }

  .div-block-21 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c_landing {
    min-height: auto;
    min-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c_landing.selected {
    min-height: auto;
  }

  .x_gradient.selected {
    display: none;
  }

  .img_right {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .im_redcatgames {
    left: 50%;
    right: 0%;
    bottom: auto;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    box-shadow: 0 0 0 6px #0c0c0c;
  }

  .company_card {
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    text-align: left;
  }

  .company_request {
    width: 90%;
    margin-left: 0px;
    font-size: 20px;
    line-height: 28px;
  }

  .c_cards_crop {
    display: none;
  }

  .div-block-26 {
    width: 60%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

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

  .c_img_01 {
    padding-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link_footer {
    margin-bottom: 4px;
  }

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

  .c_two_cols.reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .c_col {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c_col.top {
    padding-top: 0px;
  }

  .two_col_spacer {
    width: 100%;
    height: 100px;
  }

  .im_what_is_rfp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wir_rcg {
    left: 50%;
    top: -48px;
    right: 0%;
    bottom: auto;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    box-shadow: 0 0 0 6px #0c0c0c;
  }

  .wir_1 {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    text-align: left;
  }

  .wir_card {
    font-size: 20px;
    line-height: 28px;
  }

  .wir_2 {
    left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .im_what_offer_comp {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .im_stream_hiring_proc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .first-layer {
    position: relative;
    width: 1400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-44 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .spacer_v.price {
    height: 20px;
  }

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

  .div-block-46 {
    background-color: #212121;
  }

  .prlx_cards {
    display: none;
  }

  .div-block-52 {
    min-height: auto;
    text-align: center;
  }

  .div-block-58 {
    margin-bottom: 24px;
  }

  .text_container._01_l_c {
    text-align: center;
  }

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

  .landingselector {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .landing {
    position: relative;
    min-height: 228px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .linkcontent {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .how_it_works {
    max-width: 800px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-62 {
    width: 100%;
    max-width: 800px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .c_col-copy {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .price {
    border-bottom: 1px solid #0c0c0c;
    border-right-style: none;
  }

  .timeline {
    grid-column-gap: 12px;
    grid-row-gap: 20px;
    -ms-grid-columns: minmax(100%, 100%);
    grid-template-columns: minmax(100%, 100%);
  }

  .month {
    padding-right: 16px;
    padding-left: 16px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .month.mid {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #0c0c0c;
    border-bottom-width: 1px;
    border-bottom-color: #0c0c0c;
  }

  .div-block-78-copy {
    width: 100%;
    max-width: 600px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-77-copy {
    display: block;
  }

  .div-block-77-copy-copy {
    display: block;
  }

  .div-block-79 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .txt_newprice_description {
    min-height: 60px;
  }

  .new-list.shorter {
    width: 100%;
  }

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

  .div-block-93 {
    padding: 32px;
    grid-row-gap: 32px;
  }

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

  .txt-description-copy.dark {
    text-align: center;
    white-space: normal;
  }

  .div-block-97 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .our-clients-logos {
    width: 100%;
  }

  .txt-block {
    margin-right: 16px;
    margin-left: 16px;
  }
}

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

  .txt_h1 {
    font-size: 40px;
  }

  .txt_h2 {
    font-size: 28px;
  }

  .txt-description {
    font-size: 16px;
  }

  .btn_txt {
    font-size: 16px;
  }

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

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

  .c_img_fly {
    display: none;
  }

  .div-block-7 {
    width: 100%;
  }

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

  .c_school {
    margin-bottom: 16px;
  }

  .div-block-11 {
    position: relative;
    left: 0%;
    top: 0%;
  }

  .section_hero {
    background-position: 0px 0px, 75% 50%;
  }

  .section_hero.artistbg {
    background-position: 0px 0px, 60% 50%;
  }

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

  .link-block-2.footr {
    margin-bottom: 12px;
  }

  .div-block-20 {
    margin-left: 0px;
  }

  .c_landing {
    min-height: auto;
    min-width: 60%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .im_redcatgames {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .company_request {
    width: 90%;
  }

  .div-block-26 {
    width: 100%;
    max-width: 540px;
  }

  .c_img_01 {
    padding: 58px 0px 21px;
  }

  .txt_wir_title {
    text-align: center;
  }

  .text-block-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-6.all_width {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .im_what_is_rfp {
    width: 100%;
    max-width: 500px;
  }

  .wir_1 {
    padding-right: 40px;
  }

  .wir_card {
    width: 100%;
  }

  .wir_q {
    height: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .wir_q_block {
    padding-right: 24px;
    padding-left: 24px;
  }

  .wir_2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .im_what_offer_comp {
    display: none;
    width: 100%;
    max-width: 460px;
  }

  .artist_block {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .placeholder_autor {
    width: 80%;
    min-width: auto;
  }

  .placeholder_autor.small {
    min-width: auto;
  }

  .artist_card_big {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .im_stream_hiring_proc {
    display: none;
    width: 100%;
    max-width: 460px;
  }

  .section_company_hero {
    display: none;
  }

  .first-layer {
    width: 800px;
  }

  .hero_art._01_img {
    -webkit-transform: translate3d(0px, 0px, -67px);
    transform: translate3d(0px, 0px, -67px);
  }

  .div-block-6-copy-copy {
    position: relative;
    z-index: 999;
    max-width: 440px;
  }

  .price-list {
    margin-bottom: 4px;
    background-position: 0px 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .section_company_hero_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
  }

  .c_howitworks_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .linkcontent.w--current {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-62 {
    display: none;
  }

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

  .price {
    border-bottom: 1px solid #000;
    border-right-style: none;
  }

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

  .infinity_line {
    display: none;
  }

  .dot {
    display: none;
  }

  .div-block-76 {
    position: relative;
    display: block;
  }

  .div-block-77 {
    display: block;
  }

  .div-block-78 {
    width: 320px;
    height: 100%;
  }

  .div-block-77-copy {
    display: block;
    padding-top: 150%;
    background-image: url('../images/im_stream_hiring_proc.svg');
  }

  .div-block-78-copy {
    width: 100%;
    height: 100%;
  }

  .div-block-77-copy {
    display: block;
    background-image: url('../img/im_prem_rec_tool.svg');
  }

  .div-block-77-copy-copy {
    display: block;
    background-image: url('../img/im_prem_rec_tool.svg');
  }

  ._32323sd {
    display: block;
  }

  .txt_newprice_description {
    min-height: auto;
  }

  .price-list-copy {
    margin-bottom: 4px;
    background-position: 0px 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .new-price-list {
    margin-bottom: 4px;
    background-position: 0px 0px;
    font-size: 12px;
    line-height: 16px;
  }

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

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

  .price-price {
    max-height: none;
  }

  .discount-block.none {
    display: none;
  }

  .txt-description-copy {
    font-size: 16px;
  }

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

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

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

  .our-clients-logos {
    width: 100%;
    background-size: contain;
  }
}

@media screen and (max-width: 479px) {
  .txt_cta {
    font-size: 24px;
    line-height: 32px;
  }

  .c_howitworks {
    padding-right: 12px;
    padding-left: 12px;
  }

  .c_step {
    padding-right: 24px;
    padding-left: 24px;
  }

  .n_number {
    left: -16px;
    top: 24px;
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .section_60 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero_text_c {
    height: auto;
    min-height: auto;
  }

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

  .c_school {
    margin-bottom: 20px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero_height_c {
    height: auto;
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .section_hero {
    background-position: 0px 0px, 75% 50%;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .img_right {
    margin-bottom: 0px;
  }

  .im_redcatgames {
    left: 50%;
    right: 0%;
    bottom: auto;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    box-shadow: 0 0 0 4px #0c0c0c;
  }

  .company_card {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 8px;
    background-image: none;
  }

  .company_request {
    left: auto;
    padding: 20px 20px 40px;
    border-radius: 8px;
    background-position: 50% 30%, 0px 0px;
    background-size: 80%, auto;
    font-size: 16px;
    line-height: 24px;
  }

  .questions_block {
    left: 0%;
    top: 89%;
    right: 0%;
    bottom: auto;
  }

  .div-block-26 {
    width: 100%;
  }

  .c_img_01 {
    padding-top: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .txt_wir_title {
    text-align: center;
  }

  .div-block-29 {
    height: 16px;
  }

  .div-block-30 {
    margin-bottom: 0px;
  }

  .div-block-6-copy {
    height: auto;
    min-height: auto;
  }

  .footer_c.company {
    padding-bottom: 0px;
  }

  .two_col_spacer.hide {
    display: none;
  }

  .im_what_is_rfp {
    max-width: 360px;
  }

  .wir_rcg {
    left: 50%;
    right: 0%;
    bottom: auto;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 4px #0c0c0c;
  }

  .wir_1 {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 8px;
    background-image: none;
  }

  .wir_card {
    left: auto;
    padding: 20px 20px 40px;
    border-radius: 8px;
    background-position: 50% 30%, 0px 0px;
    background-size: 80%, auto;
    font-size: 16px;
    line-height: 24px;
  }

  .wir_q {
    height: 36px;
    padding: 12px 20px;
  }

  .wir_q.med {
    width: 80%;
  }

  .wir_q.small {
    width: 60%;
  }

  .wir_q_block {
    left: 0%;
    top: 89%;
    right: 0%;
    bottom: auto;
    margin-top: -24px;
  }

  .wir_q_line {
    margin-right: 4px;
  }

  .wir_2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .woc_1 {
    padding: 32px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .artist_card {
    padding: 16px 20px;
  }

  .ststus_txt {
    font-size: 10px;
  }

  .div-block-38 {
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .placeholder_autor {
    width: 90%;
  }

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

  .artist_card_big {
    padding: 40px 20px 16px;
  }

  .status_block_absolute {
    top: 12px;
    right: 20px;
  }

  .placeholders {
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .shp_buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fake_btn {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .shp_header {
    padding: 32px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-6-copy {
    height: auto;
    min-height: auto;
  }

  .div-block-6-copy-copy {
    height: auto;
    min-height: auto;
  }

  .stat_circle {
    width: 260px;
    height: 260px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 50%;
  }

  .div-block-57 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_company_hero_mobile {
    padding-top: 109px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-6-copy-copy {
    height: auto;
    min-height: auto;
  }

  .landing {
    min-height: auto;
    margin-bottom: 40px;
    border-radius: 20px;
  }

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

  .text-block-9 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-71 {
    margin-top: 24px;
    margin-left: 0px;
  }

  .div-block-75 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txt_what-we-offer {
    font-size: 10px;
  }

  .div-block-83 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-84 {
    margin-bottom: 12px;
  }

  .container-price {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-93 {
    padding: 24px;
    grid-row-gap: 24px;
  }

  .price-price {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .txt-description-copy {
    white-space: normal;
  }

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

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

#w-node-_8a4dddfc-0cb4-47f1-6c2b-083b3970a80f-d7ef4854 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c48dcd13-4b9c-81fa-b419-74acc556cf3c-d7ef4854 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fb69d97c-d2a7-cea7-b836-6f6e1440d067-d7ef4854 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fb69d97c-d2a7-cea7-b836-6f6e1440d069-d7ef4854 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fedf0c05-62d1-d0e3-95c4-b9a5324ce0b7-d7ef4854 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dbe4a58c-8ec6-a5e3-bed1-4931dba09957-d7ef4854 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-da3f1d74-8e92-cdbb-ec80-5f2c85f1d52b-d7ef4854 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_43a9aa5e-b58e-aded-3e99-807501e853be-d7ef4854 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9c87f18c-d038-172e-4977-b97596d51ab3-d7ef4854 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_96865a72-8b29-07be-cb01-83bc5e0c613c-d7ef4854 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9d72b79f-a62c-2055-4025-0dd3e90bc29e-d7ef4854 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/EuclidCircularB-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/EuclidCircularB-SemiBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@media (max-width:660px) {
    .div-block-42-copy {
        padding-bottom: 90px;
    }
}