.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

body {
  font-family: Outfit, sans-serif;
  color: #353535;
  font-size: 16px;
  line-height: 1.7;
  cursor: none;
}

h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
}

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

p {
  margin-bottom: 10px;
  line-height: 2;
  font-weight: 300;
}

a {
  color: #4788b8;
  text-decoration: underline;
}

.hero_section {
  min-height: 90vh;
  padding-top: 50px;
}

.hero_section.hero_project {
  min-height: auto;
}

.big_container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.big_container.big_top_padding {
  padding-top: 150px;
}

.big_container.big_top_padding.big_bot_padding {
  position: relative;
  padding-bottom: 150px;
}

.big_container.big_top_padding.big_bot_padding.next_padding {
  padding-top: 100px;
}

.wrapper {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

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

.logo_wrap {
  height: 50px;
}

.logo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav_item {
  position: relative;
  margin-left: 40px;
  font-family: Italiana, sans-serif;
  color: #353535;
  font-size: 40px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_link_highlight {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 10px;
  background-color: #a2d8ff;
  opacity: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 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;
}

.hero_title_1 {
  font-weight: 400;
}

.hero_title_2 {
  color: #4789b8;
  font-weight: 300;
}

.hero_title_3 {
  color: #c9c9c9;
  font-weight: 300;
}

.work_section.bot_150 {
  margin-bottom: 150px;
}

.hr_line {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #353535;
}

.section_title {
  margin-bottom: 25px;
  font-family: Italiana, sans-serif;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}

.section_title.no_capital {
  position: relative;
  z-index: 4;
  display: inline-block;
  text-transform: none;
  white-space: nowrap;
}

.section_title.no_capital.second-title {
  position: absolute;
  left: 10px;
  top: 0%;
  right: auto;
  bottom: auto;
}

.section_title.no_capital.link_title:hover {
  text-decoration: underline;
}

.work_items_wrap {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.work_item {
  position: relative;
  z-index: -2;
  overflow: hidden;
  width: 100%;
  height: 30vw;
  border-style: solid;
  border-width: 1px;
  border-color: #353535;
}

.work_item_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work_item_cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.work_item_text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.work_sub_title {
  margin-top: 10px;
  color: #353535;
  font-size: 26px;
  font-weight: 300;
}

.work_item_title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about_section {
  margin-top: 50px;
}

.cursor_wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.cursor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.cursor_ball {
  position: absolute;
  left: -50%;
  top: -50%;
  right: auto;
  bottom: auto;
  z-index: -2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #f6d8be;
  border-radius: 50%;
  background-color: #f6d8be;
  mix-blend-mode: multiply;
}

.link_underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #353535;
  opacity: 0;
}

.cursor_point {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
}

.cursor_point_inner {
  position: absolute;
  left: -50%;
  top: -50%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  opacity: 1;
}

.ball_photo {
  position: absolute;
  left: -5%;
  top: -5%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 110%;
  height: 110%;
  background-image: url('../images/selfie_bathroom200.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.cursor_bg_circle {
  position: absolute;
  width: 400px;
  height: 400px;
}

.cursor_bg_circle_inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: hsla(0, 0%, 74%, 0.1);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor_point_cross_wrap {
  position: absolute;
  left: -50%;
  top: -50%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.cursor_point_cross_v {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 2px;
  height: 100%;
  background-color: #000;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.cursor_point_cross_h {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.cursor_point_eye {
  position: absolute;
  left: -100%;
  top: -100%;
  right: auto;
  bottom: auto;
  width: 200%;
  height: 200%;
  opacity: 0;
}

.eye_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.work_item_link {
  position: static;
}

.work_item_link.w--current {
  z-index: 1;
}

.cursor_wrap_abovez {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  width: 100vw;
  height: 100vh;
}

.cursor_ball_outline {
  position: absolute;
  left: -50%;
  top: -50%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 50%;
}

.cursor_balll_above_wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 100px;
  opacity: 0;
}

.nav_wrap {
  padding-top: 50px;
}

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

.flex.big_padding_tb {
  padding-top: 120px;
  padding-bottom: 120px;
}

.flex.medium_padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.flex.medium_padding.bot_marg {
  margin-bottom: 129px;
}

.flex.medium_padding.flex-reverse-tablet {
  position: relative;
}

.width_50 {
  width: 50%;
  padding-right: 150px;
}

.width_50.right-side-p {
  position: relative;
  padding-right: 160px;
  padding-left: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.width_50.right-side-p.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.width_50.centred_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.width_50.centred_flex.flex_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.width_50.centred_flex._50-to-full.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.full_width_pic {
  width: 100%;
}

.full_width_pic.img_behind {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.full_width_pic.img_behind.image_top_padding {
  margin-top: 100px;
}

.full_width_pic.img_behind.graph_padding {
  margin-top: 100px;
  margin-bottom: 100px;
}

.title_bg {
  position: relative;
  z-index: auto;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(0, rgba(224, 255, 216, 0.5)), to(rgba(224, 255, 216, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 51%, rgba(224, 255, 216, 0.5) 0, rgba(224, 255, 216, 0.5));
}

.title_bg.title_bg--blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(0, rgba(216, 228, 255, 0.5)), to(rgba(216, 224, 255, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 51%, rgba(216, 228, 255, 0.5) 0, rgba(216, 224, 255, 0.5));
}

.title_bg.title_bg--red {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(0, rgba(255, 216, 217, 0.5)), to(rgba(255, 216, 217, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 51%, rgba(255, 216, 217, 0.5) 0, rgba(255, 216, 217, 0.5));
}

.top_padding {
  padding-top: 50px;
}

.text-span {
  color: #6469c5;
}

.big_image_centred {
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.next_project_wrap {
  position: relative;
  z-index: auto;
  width: 100%;
  height: 500px;
  color: #fff;
}

.nextside-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -2;
  width: 50%;
  height: 100%;
  background-image: url('../images/Screenshot-2022-04-01-at-12.51.25.png');
  background-position: 50% 50%;
  background-size: cover;
}

.nextside-wrap.linkfromca {
  background-image: url('../images/school1.jpg');
}

.nextside-wrap.linkfromimdte {
  background-image: url('../images/rugby1.jpg');
}

.nextside-wrap.linkfromagr {
  background-image: url('../images/youth1_min.jpg');
}

.nextside-wrap.linkfrommli {
  background-image: url('../images/app1.jpg');
}

.nextside-wrap.linkfromios {
  background-image: url('../images/podcast1.jpg');
}

.nextside-wrap.linkfromgraph {
  background-image: url('../images/aw1.jpg');
}

.ab_full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

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

.title_miniwrap {
  position: relative;
}

.img_behind {
  position: relative;
  z-index: -1;
}

.img_behind.img-marg-top {
  margin-top: 30px;
}

.footer {
  position: relative;
  padding-bottom: 150px;
}

.image-50 {
  width: 50%;
}

.image-50.image-tablet-marg.larger-image {
  width: 100%;
}

.image-50.image-tablet-marg.full-image {
  width: 90%;
}

.project_title {
  color: #4788b8;
  font-size: 50px;
}

.links {
  font-family: Italiana, sans-serif;
  font-size: 40px;
  text-decoration: none;
}

.links:hover {
  text-decoration: underline;
}

.side_prog {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 10px;
  height: 0vh;
  background-color: #4221c6;
}

.background-video {
  height: 620px;
}

.bottom_footer {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.footer_bottom_link {
  text-decoration: none;
}

.footer_bottom_link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .big_container.big_top_padding {
    padding-top: 60px;
  }

  .big_container.big_top_padding.big_bot_padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav_item {
    display: none;
  }

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

  .work_item {
    height: 350px;
  }

  .work_item_cover {
    background-color: hsla(0, 0%, 100%, 0.39);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.55)));
    background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.55));
  }

  .flex.medium_padding.bot_marg {
    margin-bottom: 20px;
  }

  .flex.medium_padding.flex-reverse-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .width_50 {
    padding-right: 0px;
  }

  .width_50.right-side-p {
    padding-right: 0px;
  }

  .width_50.right-side-p.sticky {
    position: relative;
  }

  .width_50.centred_flex.flex_vertical.social-previews {
    padding-right: 40px;
  }

  .width_50.centred_flex.centred-for-tablet {
    width: 70%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    padding-bottom: 80px;
  }

  .image-50.image-tablet-marg.larger-image {
    width: 80%;
  }

  .side-notes {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section_title.no_capital {
    white-space: normal;
  }

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

  .flex.big_padding_tb {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .flex.medium_padding.bot_marg.tablet-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .width_50.right-side-p {
    width: 75%;
  }

  .width_50.centred_flex.flex_vertical.social-previews {
    width: 100%;
    margin-top: 30px;
    padding-right: 0px;
  }

  .width_50.centred_flex._50-to-full {
    width: 100%;
  }

  .width_50._50-to-full {
    width: 75%;
  }

  .img_behind.img-marg-top.img-soc {
    width: 60%;
  }

  .img_behind.img-soc {
    width: 60%;
  }

  .image-50.image-tablet-marg {
    width: 40%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-50.image-tablet-marg.larger-image {
    width: 100%;
  }

  .side-notes {
    margin-top: 40px;
  }

  .background-video {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .big_container.big_top_padding {
    padding-top: 40px;
  }

  .big_container.big_top_padding.big_bot_padding {
    padding-bottom: 2px;
  }

  .wrapper.max-50 {
    max-width: 60%;
    margin-left: 10%;
    padding-right: 35px;
  }

  .width_50 {
    width: 100%;
  }

  .width_50.right-side-p {
    width: 100%;
    padding-left: 0px;
  }

  .width_50.centred_flex.centred-for-tablet {
    width: 100%;
  }

  .width_50._50-to-full {
    width: 100%;
  }

  .top_padding.footer-links {
    text-align: center;
  }

  .nextside-wrap {
    width: 33%;
  }

  .img_behind.img-marg-top.img-soc {
    width: 80%;
  }

  .img_behind.img-soc {
    width: 80%;
  }

  .footer {
    padding-bottom: 0px;
  }

  .background-video {
    width: 100%;
    height: auto;
    padding-top: 50%;
  }
}

#w-node-_192160b9-de6b-5a69-b012-3d433c56c3fd-00336c5e {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-_192160b9-de6b-5a69-b012-3d433c56c3fd-00336c5e {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_192160b9-de6b-5a69-b012-3d433c56c3fd-00336c5e {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

