@font-face {
  font-family: Retroica;
  src: url('../fonts/Retroica.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-BoldItalic.woff2') format("woff2"), url('../fonts/OpenSans-ExtraBoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-ExtraBold.woff2') format("woff2"), url('../fonts/OpenSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-SemiBoldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --medium: #3a63d4;
  --white: white;
  --white-smoke: #ebebeb;
  --deep-pink: #e51d66;
  --almost-black: #111;
  --pink-overlay: #e51d6687;
  --dark: #101c3e;
  --light: #e5ecff;
  --dark-transparent: #00000080;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: var(--black);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: var(--black);
  text-decoration: underline;
}

.nav-link {
  color: var(--medium);
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  flex: 0 auto;
}

.brand-link {
  flex-flow: row;
  justify-content: flex-start;
  max-height: 80px;
  display: flex;
}

.site-title {
  color: var(--black);
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 800;
}

.menu-button {
  color: var(--medium);
}

.site-navigation {
  padding-top: 20px;
}

.navbar-container {
  margin-left: auto;
  margin-right: auto;
}

.body {
  color: #111;
  background-color: #f4f4f4;
}

.logo_link {
  object-fit: fill;
  width: auto;
  max-width: 300px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo_link.w--current {
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 50vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container {
  max-width: 1400px;
}

.container.all {
  max-height: 260px;
}

.menu_box {
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  max-height: 60px;
  margin: 0 auto 4px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section {
  object-fit: fill;
  position: relative;
}

.background-video {
  z-index: 0;
  height: 600px;
}

.watch_reel_container {
  z-index: 1;
  background-color: #dd315c00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 600px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 30vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Retroica, sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-decoration: underline;
  display: block;
  position: relative;
}

.link-block-3.w--current {
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 60px;
  text-decoration: none;
}

.link-block-5 {
  object-fit: fill;
  max-width: 25%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.link-block-5.menublock {
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  flex: 1;
  align-self: center;
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.link-block-5.menublock.longer_menu, .link-block-5.menublock.longer_menu2 {
  min-width: 20%;
  max-width: 30%;
  padding-left: 5px;
  padding-right: 5px;
}

.menu_text_link {
  color: #111;
  text-transform: uppercase;
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.menu_text_link:hover, .menu_text_link:active {
  font-weight: 800;
}

.footer_bottom {
  flex-direction: row;
  align-items: center;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 50px;
  display: block;
}

.footer_col {
  flex: 1;
  align-self: auto;
  padding: 15px 51px;
}

.footer_top {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  margin-top: 40px;
  display: flex;
}

.footer_minilogo_div {
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer_copyright {
  text-align: center;
  font-family: Opensans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.footer_copyright.text_lightcolor {
  color: #7e7e7e;
}

.footer_copyright_div {
  padding-top: 12px;
  position: relative;
}

.heading-2 {
  font-family: Retroica, sans-serif;
  font-weight: 400;
}

.heading-2.footer_heading {
  color: #e51d66;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.footer_div_under_1 {
  background-color: #111;
  width: 66px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  position: relative;
}

.footer_text {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.in_footer_section_div {
  margin-bottom: 20px;
}

.footer_div_under_2 {
  background-color: #111;
  width: 36px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  position: relative;
}

.footer_div_under_3 {
  background-color: #111;
  width: 100px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  position: relative;
}

.footer_div_under_4 {
  background-color: #111;
  width: 110px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  position: relative;
}

.social_media_div {
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: block;
}

.social_link_box {
  object-fit: fill;
  flex: none;
  align-self: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  position: relative;
}

.social_link_box.behance {
  background-image: url('../images/behance.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.social_link_box.vimeo {
  background-image: url('../images/vimeo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.social_link_box.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.social_link_box.linkedin {
  background-image: url('../images/linkedin.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.social_link_box.facebook {
  background-image: url('../images/facebook.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.social_link_box.dribble {
  background-image: url('../images/dribble.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  z-index: 5;
  background-color: #f4f4f4;
}

.reel_box {
  z-index: 2;
  opacity: 1;
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 600px;
  display: none;
  position: absolute;
  inset: 0%;
}

.reel-embed {
  flex: 1;
  align-self: center;
  width: 100%;
  height: 100%;
}

.container-2 {
  max-width: 1400px;
}

.claim_div {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.claim_text {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 2;
}

.claim_heading {
  text-align: center;
  margin-bottom: 26px;
  font-family: Retroica, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.container-3 {
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-3 {
  text-align: center;
}

.heading-3.section_headings {
  color: #e51d66;
  font-family: Retroica, sans-serif;
  font-weight: 400;
}

.separator {
  background-color: #111;
  width: 100px;
  height: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.separator.under_workflow {
  margin-bottom: 60px;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  margin: 40px auto;
  display: flex;
}

.client_logo {
  flex: 0 auto;
  align-self: center;
  max-width: 180px;
  max-height: none;
  margin-left: 10px;
  margin-right: 10px;
}

.container-4 {
  max-width: 1400px;
}

.testimonals_slider {
  object-fit: fill;
  background-color: #fff0;
  height: 450px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
  position: relative;
}

.mask {
  object-fit: fill;
  overflow: hidden;
}

.slide {
  object-fit: fill;
  overflow: visible;
}

.testimonials_avatar {
  max-width: 300px;
  max-height: 300px;
}

.div-block-4 {
  max-width: 600px;
  max-height: 300px;
  margin-left: 80px;
}

.testimonail_text {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.testimonail_name {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section_box {
  margin-top: 140px;
  margin-bottom: 140px;
}

.section_box.colored {
  background-image: url('../images/COLOR.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 50px;
}

.section_box.colored.review_box, .section_box.first {
  margin-top: 140px;
  margin-bottom: 140px;
}

.section_box.first_import {
  margin-top: 60px;
}

.section_box.coreteam {
  margin-bottom: 0;
}

.section_box.freelanceteam {
  margin-top: 0;
}

.section_box.review_header {
  margin-bottom: 140px;
}

.container-5 {
  text-align: center;
  max-width: 1400px;
  margin-top: 29px;
  margin-bottom: 10px;
}

.container-5.case_study_box_top, .container-5.case_study_box_bottom {
  margin-top: 0;
  margin-bottom: 100px;
}

.container-5.case_study_box_bottom_mobile {
  margin-top: 0;
  margin-bottom: 100px;
  display: block;
}

.section_image {
  background-image: url('../images/about_cover.webp');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.about_par {
  text-align: justify;
  text-indent: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 2;
}

.about_par.end_par {
  text-align: right;
}

.about_par.offtop {
  text-indent: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.about_par.offtop.frame {
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px;
  font-size: 12px;
}

.about_par.offtop.privacy {
  font-style: normal;
}

.h1_blog_title {
  color: #e51d66;
  font-family: Retroica, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.h1_blog_title.heading_bussines {
  margin-top: 100px;
  margin-bottom: 140px;
  padding-left: 100px;
  padding-right: 100px;
}

.h1_blog_title.casestudy_contact {
  color: #f4f4f4;
  margin-bottom: 40px;
}

.container-6 {
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-top: 100px;
  display: flex;
}

.heading-5 {
  font-family: Retroica, sans-serif;
  font-weight: 400;
}

.small_box {
  text-align: center;
  align-self: flex-start;
  max-width: 400px;
  padding-left: 40px;
  padding-right: 40px;
}

.small_box_text {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 2em;
}

.focus_mail {
  color: var(--deep-pink);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.team_con {
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  display: flex;
}

.team_box {
  max-width: 300px;
  max-height: 400px;
  margin: 10px;
}

.team_name {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.team_name.smaller_text {
  font-size: 17px;
}

.team_role {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.team_mail {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.container-7 {
  max-width: 1400px;
}

.heading-6 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.contatc_box {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.contatc_box.case_study_box {
  flex-wrap: wrap;
  place-content: center;
}

.contact_child {
  max-width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}

.contact_child.casestudy_img_box {
  max-width: 500px;
  margin-left: 10px;
}

.contact-heading {
  color: var(--almost-black);
  margin-bottom: 0;
  font-family: Retroica, sans-serif;
  font-weight: 400;
}

.contact-heading.bussines_name {
  color: #f4f4f4;
}

.contact_mail {
  text-align: left;
  margin-top: 2px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
}

.contact_mail.toplink {
  margin-bottom: 2px;
}

.small_div {
  background-color: #111;
  width: 66px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  position: relative;
}

.small_div.say_hi {
  width: 36px;
}

.small_div.new_bussines {
  width: 58px;
}

.small_div.mailing_adress {
  width: 80px;
}

.small_div.jobs {
  width: 60px;
}

.logo_animation {
  margin-top: 2px;
  display: block;
}

.work_prev {
  max-width: 1400px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.work_prev.first {
  margin-top: 0;
}

.work_prev_text {
  background-color: var(--pink-overlay);
  opacity: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work_prev_text.blocked {
  opacity: 0;
  cursor: default;
  background-color: #3f3f3fad;
}

.work_prev_heading {
  color: var(--white);
  text-transform: uppercase;
  font-family: Retroica, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.container-8 {
  max-width: 1400px;
}

.project_video_box {
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 100px;
  position: relative;
}

.project_desc {
  max-width: 1000px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.project_dec_title {
  color: var(--deep-pink);
  text-align: center;
  margin-bottom: 12px;
}

.project_desc_text {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 2;
}

.project_section {
  margin-bottom: 100px;
}

.project_section.no_margin_bottom {
  margin-bottom: 0;
}

.project_dec_subtitle {
  color: var(--almost-black);
  text-align: center;
  margin-bottom: 0;
}

.project_dec_subtitle.casestudy {
  margin-top: 0;
}

.project_dec_subtitle.workflow_heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

.project_images {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.project_images._3cols {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.project_separator {
  background-color: var(--deep-pink);
  color: var(--deep-pink);
  width: 100px;
  height: 3px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.project_separator.casestudy {
  margin-bottom: 20px;
}

.div-block-6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.credits_box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.credits_desc {
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 2;
}

.column {
  padding-right: 20px;
}

.credits_names {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 2;
}

.project_dec_linky {
  color: var(--deep-pink);
  text-align: center;
  margin-bottom: 0;
}

.project_separator_link {
  background-color: var(--almost-black);
  color: var(--deep-pink);
  width: 140px;
  height: 3px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-6 {
  text-decoration: none;
  display: block;
}

.project_video {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: relative;
}

.scllorer {
  z-index: 5;
  opacity: 0;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  bottom: 1px;
  left: 50%;
}

.bottom_scroll {
  z-index: 5;
  opacity: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: fixed;
  bottom: 10px;
}

.link-block-7 {
  width: 40px;
  height: 40px;
  position: relative;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hamburger_menu {
  display: none;
}

.eyes_right {
  width: 40px;
  position: absolute;
  inset: 87% 0% auto auto;
}

.eyes_right.homepage {
  top: 195%;
}

.eyes_left {
  width: 40px;
  position: absolute;
  inset: 297% auto auto 0%;
  transform: rotate(180deg);
}

.eyes_left.homepage {
  top: 132%;
}

.slide-nav {
  overflow: visible;
}

.footer_div_under_5 {
  background-color: #111;
  width: 70px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  position: relative;
}

.files_container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.files_container.last {
  margin-bottom: 70px;
}

.file_icon {
  width: 100px;
  max-width: 100px;
}

.link-block-8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.file_desc {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.link_foot {
  float: left;
  clear: left;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.link_foot.w--current:hover {
  font-weight: 200;
  text-decoration: underline;
}

.payment_details {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.payment_details.last {
  margin-bottom: 100px;
}

.pay_left {
  text-align: right;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 28px;
}

.pay_right {
  text-align: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.linekeeper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.linekeeper.adress_line {
  margin-bottom: 20px;
}

.project_video_box_exact {
  width: 1400px;
  max-width: 1400px;
  height: 800px;
  margin-top: 0;
  margin-bottom: 100px;
  position: relative;
}

.project_video_box_exact.small_for_bussines {
  justify-content: space-between;
  max-width: 700px;
  height: 400px;
  margin-bottom: 0;
  display: flex;
}

.autor_section {
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  max-height: 300px;
  padding-right: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.autor_img {
  float: right;
  clear: none;
  object-fit: fill;
  border-radius: 150px;
  max-height: 220px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.autor_img.case_study_img {
  float: none;
  max-height: 150px;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  line-height: 24px;
  display: block;
  position: relative;
}

.values_quote {
  float: none;
  text-align: justify;
  object-fit: fill;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 2;
  display: block;
  position: relative;
}

.values_quote_cointainer {
  color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.values_blocks {
  flex-wrap: nowrap;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.value_one {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

.value_heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Retroica, sans-serif;
  display: none;
}

.value_desc {
  border: 7px solid var(--almost-black);
  text-align: left;
  min-height: 460px;
  margin-top: -7px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 2;
}

.quote_text_div {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  display: block;
}

.value_image {
  width: 100%;
  padding: 0;
}

.section-4 {
  background-image: url('../images/COLOR.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  margin-top: 100px;
  margin-bottom: 100px;
}

.value_bussines {
  text-align: left;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  line-height: 2;
}

.grid-3 {
  grid-template-rows: auto;
  place-items: center;
}

.casestudy_desc {
  padding: 0 10px 10px;
}

.casestudy_para {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  line-height: 2;
}

.casestudy_para.last_para {
  margin-top: 60px;
}

.case_study_link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
}

.casestudy_link {
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.project_dec_linky_casestudy {
  color: var(--deep-pink);
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
}

.bussines_contact_box {
  color: #f4f4f4;
  text-align: center;
  max-width: 1400px;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-bottom: 40px;
}

.workflow_container {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.workflow_box {
  max-width: 800px;
  margin-bottom: 40px;
  display: inline-block;
}

.section-5 {
  background-image: url('../images/COLOR.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.clutch_footer {
  width: 100%;
}

.link_mail_phone {
  float: left;
  clear: left;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_mail_phone.w--current:hover {
  font-weight: 200;
  text-decoration: underline;
}

.freelance_team_con {
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  display: flex;
}

.bussines_sale {
  text-align: justify;
  text-indent: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 2;
}

.bold_bussines {
  font-weight: 600;
}

.container-9 {
  text-align: center;
  max-width: 1400px;
  margin-top: 29px;
  margin-bottom: 60px;
}

.freelance_team_box {
  max-width: 236px;
  max-height: 400px;
  margin: 10px;
}

.link_business {
  color: var(--white);
  text-decoration: none;
}

.post_text {
  text-align: left;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 10px;
}

.post_title {
  text-align: center;
  max-width: 1000px;
  margin-top: 29px;
  margin-bottom: 0;
}

.explore_blog {
  max-width: 1000px;
  margin: 60px auto 40px;
}

.posts_list {
  text-align: left;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.div_blog_link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog_bottom_links {
  text-decoration: none;
  display: block;
}

.blog_bottom_links.second_link {
  margin-left: 60px;
}

.more_links_blog {
  color: var(--deep-pink);
  text-align: left;
  margin-top: 0;
  margin-bottom: -8px;
}

.blog_links_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: inline-block;
}

.footer_div_under_10 {
  background-color: #111;
  width: 70px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  position: relative;
}

.footer_div_under_11 {
  background-color: #111;
  width: 50px;
  height: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  position: relative;
}

.our_projects_img {
  display: block;
}

.play_button {
  width: 100px;
  height: 100px;
}

.claim_text_rev {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
}

.brands_logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  max-width: 1000px;
  margin: 40px auto 60px;
  display: grid;
}

.client_logo-copy {
  flex: 0 auto;
  align-self: center;
  max-width: 200px;
  max-height: none;
  margin-left: 10px;
  margin-right: 10px;
}

.container-5-copy {
  text-align: center;
  max-width: 1400px;
  margin-top: 29px;
  margin-bottom: 10px;
}

.container-5-copy.case_study_box_top {
  height: 1000px;
  margin-top: 0;
  margin-bottom: 100px;
}

.container-5-copy2 {
  text-align: center;
  max-width: 1400px;
  margin-top: 29px;
  margin-bottom: 10px;
}

.container-5-copy2.case_study_box_top {
  height: 800px;
  margin-top: 0;
  margin-bottom: 100px;
}

.hidden {
  display: none;
}

.award-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.award-flex.home-page {
  width: 100%;
}

.award-icon {
  max-width: 300px;
}

.award-heading {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--white);
  }

  .navbar {
    padding-top: 0;
  }

  .brand-link {
    padding-left: 10px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: var(--black);
    color: var(--white);
  }

  .container.all {
    max-width: 100%;
  }

  .menu_box {
    max-width: 550px;
  }

  .background-video, .watch_reel_container {
    height: 40vh;
  }

  .link-block-5.menublock.longer_menu {
    min-width: 25%;
  }

  .link-block-5.menublock.longer_menu2 {
    min-width: 20%;
  }

  .footer_bottom {
    max-width: 100%;
  }

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

  .footer_col.second {
    padding-left: 50px;
    padding-right: 20px;
  }

  .footer_top {
    max-width: 100%;
  }

  .heading-2.footer_heading {
    font-size: 20px;
  }

  .social_link_box.behance, .social_link_box.vimeo, .social_link_box.instagram, .social_link_box.linkedin, .social_link_box.facebook, .social_link_box.dribble {
    width: 50px;
    height: 50px;
  }

  .reel_box {
    height: 40vh;
  }

  .container-2 {
    max-width: 80%;
  }

  .claim_text {
    font-size: 18px;
  }

  .claim_heading {
    font-size: 30px;
  }

  .container-3 {
    max-width: 80%;
  }

  .heading-3.section_headings {
    font-size: 26px;
  }

  .div-block-2 {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    align-content: space-between;
    position: relative;
  }

  .client_logo {
    max-width: 120px;
  }

  .container-4 {
    max-width: 100%;
  }

  .testimonals_slider, .div-block-3 {
    height: 400px;
  }

  .mask {
    max-width: 80%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials_avatar {
    min-width: 150px;
  }

  .div-block-4 {
    max-height: 400px;
    margin-left: 20px;
  }

  .testimonail_text {
    font-size: 14px;
  }

  .testimonail_name {
    font-size: 12px;
    line-height: 1.6em;
  }

  .section_box, .section_box.first {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .container-5 {
    max-width: 80%;
  }

  .container-5.case_study_box_bottom {
    display: none;
  }

  .container-5.case_study_box_bottom_mobile {
    display: block;
  }

  .container-6 {
    max-width: 90%;
  }

  .team_con {
    flex-wrap: wrap;
    align-items: center;
    max-width: 80%;
  }

  .team_box {
    max-width: 200px;
    max-height: 300px;
  }

  .team_name {
    font-size: 18px;
  }

  .team_role {
    line-height: 16px;
  }

  .container-7 {
    max-width: 80%;
  }

  .contatc_box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    place-items: start;
    display: grid;
  }

  .contatc_box.case_study_box {
    place-content: center;
    place-items: start center;
    display: flex;
  }

  .contact_child {
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
  }

  .work_prev {
    max-width: 100%;
  }

  .container-8 {
    object-fit: fill;
    max-width: 100%;
  }

  .project_desc {
    max-width: 90%;
  }

  .eyes_right {
    width: 40px;
  }

  .eyes_right.homepage {
    display: none;
    top: 114%;
  }

  .eyes_left {
    width: 40px;
    top: 305%;
  }

  .eyes_left.homepage {
    top: 67%;
  }

  .project_video_box_exact {
    text-align: center;
    width: 760px;
    height: 440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
    right: auto;
  }

  .project_video_box_exact.small_for_bussines {
    width: 600px;
    height: 350px;
  }

  .autor_section {
    float: left;
    clear: none;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .autor_img {
    float: none;
    text-align: center;
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-3 {
    float: none;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .values_quote_cointainer {
    max-width: 700px;
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
  }

  .values_blocks {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .value_one {
    float: left;
    text-align: left;
    width: 45%;
    margin-bottom: 40px;
  }

  .value_one.first_value, .value_one.third_value {
    margin-left: 5%;
  }

  .value_image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-4 {
    margin-top: 20px;
  }

  .value_bussines {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    place-content: stretch;
    justify-items: center;
    display: block;
  }

  .casestudy_para {
    padding-left: 0;
    padding-right: 0;
  }

  .bussines_contact_box {
    max-width: 80%;
    margin-bottom: 60px;
    padding-bottom: 40px;
  }

  .workflow_box {
    max-width: 600px;
  }

  .freelance_team_con {
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 80%;
  }

  .container-9 {
    max-width: 80%;
  }

  .freelance_team_box {
    max-width: 100px;
    max-height: 300px;
    margin: 5px;
  }

  .post_text, .post_title {
    max-width: 80%;
  }

  .explore_blog {
    max-width: 620px;
  }

  .posts_list {
    max-width: 80%;
  }

  .blog_bottom_links.second_link {
    margin-top: 20px;
    margin-left: 0;
  }

  .blog_links_div {
    display: inline;
  }

  .claim_text_rev {
    font-size: 18px;
  }

  .brands_logos {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    align-content: space-between;
    position: relative;
  }

  .client_logo-copy {
    max-width: 120px;
  }

  .container-5-copy {
    max-width: 80%;
  }

  .container-5-copy.case_study_box_top {
    height: 600px;
  }

  .container-5-copy2 {
    max-width: 80%;
  }

  .container-5-copy2.case_study_box_top {
    height: 350px;
  }

  .award-flex {
    flex-flow: row;
  }

  .award-heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  p {
    font-size: 16px;
  }

  .navbar {
    padding-top: 0;
  }

  .container.all {
    max-height: 200px;
  }

  .menu_box {
    max-width: 550px;
  }

  .footer_col {
    text-align: center;
  }

  .footer_col.second {
    text-align: center;
    flex: 1;
    order: 0;
    align-self: center;
    padding-left: 20px;
    display: block;
  }

  .footer_col.first {
    order: -1;
  }

  .footer_top {
    flex-flow: column wrap;
    place-content: stretch center;
    align-items: center;
    max-width: 100%;
  }

  .footer_div_under_1 {
    width: 200px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .footer_text {
    font-weight: 300;
  }

  .footer_div_under_2 {
    width: 100px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_div_under_3 {
    width: 180px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_div_under_4 {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    align-content: space-between;
  }

  .client_logo {
    max-width: 100px;
    max-height: 150px;
    margin: 20px;
  }

  .testimonals_slider, .div-block-3, .mask {
    height: 400px;
  }

  .container-5.case_study_box_top, .container-5.case_study_box_bottom, .container-5.case_study_box_bottom_mobile {
    margin-bottom: 40px;
  }

  .h1_blog_title.heading_bussines {
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1_blog_title.casestudy_contact {
    margin-bottom: 20px;
  }

  .container-6 {
    max-width: 90%;
  }

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

  .team_name {
    font-size: 16px;
  }

  .team_role {
    font-size: 12px;
    line-height: 14px;
  }

  .contatc_box.case_study_box {
    align-content: center;
    place-items: center start;
  }

  .contact_mail {
    text-align: center;
  }

  .small_div.jobs {
    display: none;
    overflow: visible;
  }

  .credits_box {
    max-width: 90%;
  }

  .eyes_right {
    width: 30px;
    display: none;
  }

  .eyes_right.homepage {
    display: none;
  }

  .eyes_left {
    width: 30px;
    display: none;
  }

  .eyes_left.homepage, .image-3 {
    display: none;
  }

  .footer_div_under_5 {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .project_video_box_exact {
    width: 560px;
    height: 330px;
  }

  .project_video_box_exact.small_for_bussines {
    width: 450px;
  }

  .autor_section {
    padding-bottom: 20px;
    padding-right: 30px;
  }

  .values_quote_cointainer {
    max-width: 530px;
  }

  .value_one {
    width: 45%;
  }

  .value_desc {
    min-height: 610px;
    padding: 10px 15px;
  }

  .casestudy_desc {
    padding-left: 0;
    padding-right: 0;
  }

  .project_dec_linky_casestudy {
    font-size: 18px;
  }

  .workflow_box {
    max-width: 400px;
  }

  .freelance_team_box {
    max-width: 80px;
  }

  .explore_blog {
    max-width: 450px;
  }

  .footer_div_under_10, .footer_div_under_11 {
    margin-top: 4px;
    overflow: visible;
  }

  .brands_logos {
    align-content: space-between;
  }

  .client_logo-copy {
    max-width: 100px;
    max-height: 150px;
    margin: 20px;
  }

  .container-5-copy.case_study_box_top {
    margin-bottom: 40px;
  }

  .container-5-copy2.case_study_box_top {
    height: 250px;
    margin-bottom: 40px;
  }

  .award-flex {
    flex-flow: column;
  }

  .award-heading {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.3;
  }

  h4, h5 {
    line-height: 1.4;
  }

  .nav-link {
    background-color: var(--black);
    color: var(--white);
  }

  .brand-link {
    padding-left: 10px;
  }

  .site-title {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .container.all {
    max-height: 500px;
  }

  .menu_box {
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 0;
    max-height: 460px;
    font-size: 16px;
    overflow: hidden;
  }

  .link-block-5.menublock {
    flex: none;
    max-width: 100%;
    height: 36px;
    min-height: 36px;
  }

  .link-block-5.menublock.longer_menu {
    min-width: 60%;
  }

  .link-block-5.menublock.longer_menu2 {
    min-width: 60%;
    max-width: 60%;
  }

  .footer_bottom {
    background-color: var(--white-smoke);
  }

  .footer_col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer_col.first {
    order: -1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer_top {
    background-color: var(--white-smoke);
    flex-direction: column;
  }

  .in_footer_section_div {
    display: inline-block;
  }

  .social_media_div {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .social_link_box {
    width: 30px;
    height: 30px;
  }

  .social_link_box.behance {
    width: 40px;
    height: 40px;
    margin-left: 5px;
  }

  .social_link_box.vimeo, .social_link_box.instagram, .social_link_box.linkedin, .social_link_box.facebook, .social_link_box.dribble {
    width: 40px;
    height: 40px;
  }

  .claim_text {
    font-size: 16px;
  }

  .claim_heading {
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
  }

  .separator.under_workflow {
    margin-bottom: 32px;
  }

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

  .client_logo {
    max-width: 100px;
    max-height: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section_box.colored, .section_box.freelanceteam {
    display: none;
  }

  .h1_blog_title {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 24px;
  }

  .h1_blog_title.heading_bussines {
    margin-bottom: 40px;
  }

  .h1_blog_title.casestudy_contact {
    margin-bottom: 20px;
  }

  .container-6 {
    flex-direction: column;
  }

  .contatc_box {
    flex-direction: column;
    display: flex;
  }

  .contact_mail {
    text-align: center;
  }

  .work_prev_heading {
    text-align: center;
    font-size: 20px;
  }

  .project_dec_title {
    font-size: 20px;
  }

  .project_desc_text {
    font-size: 14px;
  }

  .project_section {
    margin-bottom: 40px;
  }

  .credits_desc {
    font-size: 8px;
  }

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

  .credits_names {
    font-size: 8px;
  }

  .hamburger_menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .hamburger_menu_icon {
    max-width: 40px;
  }

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

  .eyes_right, .eyes_left {
    width: 20px;
  }

  .link_foot {
    float: left;
    clear: left;
    text-align: center;
    display: inline-block;
    position: relative;
  }

  .payment_details {
    align-items: stretch;
  }

  .pay_left {
    font-size: 12px;
    line-height: 24px;
  }

  .pay_right {
    align-self: flex-end;
    font-size: 12px;
    line-height: 24px;
  }

  .linekeeper {
    align-items: stretch;
  }

  .project_video_box_exact {
    width: 320px;
    height: 186px;
  }

  .project_video_box_exact.small_for_bussines {
    flex-wrap: nowrap;
    width: 250px;
    height: 200px;
  }

  .autor_section {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  .autor_img {
    max-height: 200px;
  }

  .autor_img.case_study_img {
    display: none;
    overflow: visible;
  }

  .values_quote_cointainer {
    max-width: 300px;
  }

  .value_one {
    width: 90%;
    margin-left: 5%;
    margin-right: auto;
  }

  .value_desc {
    min-height: 400px;
  }

  .quote_text_div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-4 {
    background-size: auto 100%;
    margin-bottom: 0;
  }

  .grid-3 {
    display: block;
  }

  .case_study_link {
    margin-bottom: 40px;
  }

  .bussines_contact_box {
    max-width: 90%;
  }

  .workflow_box {
    max-width: 250px;
  }

  .section-5 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/COLOR.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
  }

  .link_mail_phone {
    float: left;
    clear: left;
    text-align: center;
    display: inline-block;
    position: relative;
  }

  .freelance_team_box {
    max-width: 60px;
  }

  .explore_blog {
    max-width: 250px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .more_links_blog {
    font-size: 18px;
  }

  .claim_text_rev {
    font-size: 16px;
  }

  .brands_logos {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .client_logo-copy {
    max-width: 100px;
    max-height: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-5-copy.case_study_box_top {
    height: 300px;
  }

  .container-5-copy2.case_study_box_top {
    height: 150px;
  }

  .award-icon {
    max-width: 200px;
  }
}

#w-node-_344bb545-bba3-3984-0496-77c7979ecd90-4799856e {
  justify-self: center;
}

#w-node-_2391b812-29a6-bff6-9ccb-39c94bd8d193-ed2d2eee {
  place-self: stretch center;
}

#w-node-_0bcd45c9-d50d-b867-4c2c-5a561469cfd9-ed2d2eee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3fb76c2c-63ac-163f-f58b-9450d5337d71-a7d020b3, #w-node-_66db7b18-7502-a3e1-595e-5d68d75db185-a7d020b3, #w-node-_6bea5acf-583e-2ee9-a7e0-1c690c8494f5-a7d020b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57ea1a9b-a4d1-5058-7bd4-48934892b4b2-a7d020b3, #w-node-_57ea1a9b-a4d1-5058-7bd4-48934892b4b2-1ec0a1b0, #w-node-_57ea1a9b-a4d1-5058-7bd4-48934892b4b2-e714ed71, #w-node-_344bb545-bba3-3984-0496-77c7979ecd90-c2de91e4 {
  justify-self: center;
}
