@font-face {
  font-family: Uncut;
  src: url('../fonts/Uncut-Sans-Bold.woff2') format("woff2"), url('../fonts/Uncut-Sans-Bold.woff') format("woff"), url('../fonts/Uncut-Sans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncut;
  src: url('../fonts/Uncut-Sans-Regular.woff2') format("woff2"), url('../fonts/Uncut-Sans-Regular.woff') format("woff"), url('../fonts/Uncut-Sans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lastik;
  src: url('../fonts/Lastik-Regular.woff2') format("woff2"), url('../fonts/Lastik-Regular.woff') format("woff"), url('../fonts/Lastik-Regular.ttf') format("truetype"), url('../fonts/Lastik-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --artem-black: #08080a;
  --artem-silver: #e5e6e5;
  --white: white;
  --grey-transparent: #08080a73;
  --artem-blue: #2424b3;
  --artem-green: #af0;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: var(--artem-black);
  font-family: Uncut, sans-serif;
  font-size: 1.1vw;
  line-height: 1;
}

h1, h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: .25em;
  font-family: Lastik, sans-serif;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.28em;
}

p {
  margin-bottom: .5em;
  font-size: .875em;
  line-height: 1.14em;
}

.intro {
  padding-top: 2em;
  padding-bottom: 6em;
}

.a-container {
  max-width: 1920px;
  margin-right: 2em;
  padding-left: 2em;
  position: relative;
}

.title-light {
  font-weight: 400;
}

.ds-item {
  border-bottom: 1px dashed var(--artem-black);
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.title-em {
  letter-spacing: 0;
  font-family: Lastik, sans-serif;
  font-weight: 400;
}

.title-em.wherever-title {
  display: inline-block;
  position: relative;
  top: 0;
}

.p-medium {
  font-size: 1.125em;
  line-height: 1.33em;
}

.ds-block {
  width: 4em;
  height: 4em;
  display: inline-block;
}

.c-black {
  background-color: var(--artem-black);
}

.c-grey {
  background-color: var(--artem-silver);
}

.title-block {
  width: 64em;
}

.current {
  grid-column-gap: .5em;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.intro-row {
  grid-column-gap: 2em;
  justify-content: space-between;
  display: flex;
}

.header-icon {
  width: 2em;
}

.header-indicators {
  grid-column-gap: .25em;
  display: flex;
}

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

.no-push {
  flex: 0 auto;
  margin-bottom: 0;
}

.no-push.c-grey {
  color: #08080a73;
}

.no-push.c-grey.bot-8 {
  color: var(--grey-transparent);
  margin-bottom: .5em;
}

.no-push.explainer-text {
  flex-shrink: 1;
  flex-basis: 33%;
}

.row {
  padding-bottom: 2em;
}

.content-row {
  grid-column-gap: 2em;
  align-items: flex-start;
  display: flex;
}

.content-row.level-bottom {
  align-items: flex-end;
}

.big-block {
  background-color: var(--artem-blue);
  color: var(--artem-black);
  width: 35em;
  padding-bottom: 34.6875em;
  text-decoration: none;
  position: relative;
}

.big-block.cell-about-me {
  background-color: var(--artem-blue);
  color: var(--white);
  border-radius: 1.5em;
  overflow: hidden;
}

.big-block.cell-vyraz {
  background-color: #0000;
  background-image: url('../images/corner-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-block.cell-vyraz.cell-email {
  overflow: hidden;
}

.big-block.cell-joy {
  background-color: #0000;
  background-image: url('../images/joy-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-block.cell-capabilities {
  background-color: var(--artem-silver);
  border-radius: 1.5em;
}

.big-block.cell-tsum {
  background-color: var(--artem-black);
  color: var(--white);
  background-image: linear-gradient(#a15ce6, #ff38f3 70%, #f7d147);
  border-radius: 1.5em;
  overflow: hidden;
}

.big-block.cell-commercegate {
  color: var(--white);
  background-image: linear-gradient(#428bf0, #8f7de8 35%, #f76e90 70%, #ff7e64);
  border-radius: 1.5em;
}

.big-block.cell-creativepractice {
  color: var(--white);
  background-color: #f20d93;
  border-radius: 1.5em;
  overflow: hidden;
}

.block-content {
  padding: 1.5em 2em 1.5em 1.5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block-content.text-vertical {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 2em;
}

.block-content.content-window {
  flex-direction: column;
  padding-left: 2em;
}

.block-content.content-window.client-feedback-block {
  justify-content: space-between;
  padding-bottom: 2em;
}

.cell-text.align-c {
  text-align: center;
}

.cell-text.email-cell {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 3em;
  display: flex;
  position: relative;
}

.img-me-big {
  width: 25.125em;
  max-width: none;
  height: 33.5em;
  position: absolute;
  inset: auto -1.5em -1.5em auto;
}

.img-me-fat {
  z-index: 1;
  height: 11.25em;
  position: absolute;
  bottom: -.5em;
  left: 2em;
}

.img-vyraz-logo {
  height: 11.25em;
  margin-top: 2em;
  position: static;
}

.vyraz-logo-container {
  flex: 1;
  align-items: center;
  display: flex;
}

.small-block {
  width: 13em;
}

.small-block.align-c {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.small-block.block-link {
  color: var(--artem-black);
  text-decoration: none;
}

.small-block-image {
  width: 100%;
  margin-bottom: 1.5em;
  padding-bottom: 100%;
  position: relative;
}

.small-block-image.cases-img-wrapper {
  background-color: var(--artem-black);
  border-radius: 50%;
  position: relative;
}

.small-links {
  grid-column-gap: .5em;
  display: flex;
}

.tag-link {
  background-color: var(--white);
  color: var(--artem-black);
  border-radius: 1em;
  padding: .25em .5em;
  font-size: .875em;
  text-decoration: none;
  transition: background-color .2s, transform .25s cubic-bezier(.165, .84, .655, 1.182);
  display: inline-block;
}

.tag-link:hover {
  background-color: var(--artem-green);
  transform: scale(1.025);
}

.tag-link:active {
  transform: scale(.95);
}

.joy-container {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heart-illu {
  width: 4.5em;
}

.cap-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.cap-title {
  background-image: url('../images/window-controls.svg');
  background-position: 0;
  background-repeat: no-repeat;
  justify-content: center;
  margin-bottom: 1.5em;
  display: flex;
}

.cap-item {
  background-image: url('../images/ic-bullit.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  margin-bottom: .5em;
  padding-left: 1.5em;
}

.f-grey {
  color: var(--grey-transparent);
}

.row-ticker {
  text-align: center;
  padding-top: 4em;
  padding-bottom: 6em;
}

.ticker-wrapper {
  grid-column-gap: 1em;
  text-align: left;
  width: 100%;
  padding-top: .5em;
  position: relative;
  overflow: hidden;
}

.ticker-content {
  grid-column-gap: 1em;
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  width: 133em;
  display: flex;
}

.ticker-item {
  grid-column-gap: .5em;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.t-logo {
  border: 1px solid #0000001f;
  border-radius: .5em;
  width: 2.5em;
  height: 2.5em;
}

.p-large {
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 2.5em;
  line-height: 1em;
}

.cta-title-container {
  text-align: center;
  justify-content: center;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 6em;
  display: flex;
}

.footer-head {
  height: 4em;
}

.link {
  color: var(--artem-black);
  text-decoration: none;
}

.link.p-large {
  border-radius: 2em;
  padding-left: .5em;
  padding-right: .5em;
  transition: transform .25s cubic-bezier(.165, .84, .655, 1.182), background-color .2s;
  display: inline-block;
}

.link.p-large:hover {
  background-color: #af0;
  transform: scale(1.025);
}

.link.p-large:active {
  transform: scale(.95);
}

.footer-soc-content {
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-end;
  width: 35em;
  height: 100%;
  display: flex;
}

.small-explainer {
  grid-column-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dribbble-link {
  color: var(--artem-black);
  text-align: center;
  border: 1px solid #000;
  border-radius: 6em;
  justify-content: center;
  width: 27.375em;
  padding: 5em 1.5em;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.165, .84, .655, 1.182), border-color .25s, background-color .25s;
  display: flex;
  position: relative;
}

.dribbble-link:hover {
  background-color: #af0;
  border-color: #af0;
  transform: scale(1.025);
}

.dribbble-link:active {
  transform: scale(.95);
}

.d-ball {
  width: 10.25em;
}

.ig-link {
  background-color: var(--artem-blue);
  color: var(--white);
  background-image: linear-gradient(270deg, #b802ed, #f10097 30%, #f83a37 70%, #ff6f03);
  border-radius: .5em;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 1.5em;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.165, .84, .655, 1.182);
  display: flex;
}

.ig-link:hover {
  transform: scale(1.025);
}

.ig-link:active {
  transform: scale(.95);
}

.image {
  width: 10.25em;
}

.footer-title-wrapper {
  width: 42em;
  position: relative;
}

.bits-images {
  display: flex;
}

.bit-image {
  border-radius: .5em;
  width: 5em;
}

.cases-logo {
  height: 5em;
}

.cases-logo-content {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cases-dot {
  background-color: #b2ff19;
  border-radius: 50%;
  width: .5em;
  height: .5em;
  margin-left: 3em;
  position: absolute;
}

.tsum-promo-image {
  width: 18em;
  position: absolute;
  top: 5em;
  right: 1.5em;
}

.cg-laptop {
  transform-origin: 50% 100%;
  width: 30em;
  margin-left: 1em;
  position: absolute;
  bottom: 1.5em;
}

.kettle-image-content {
  position: absolute;
  inset: 0%;
}

.nda-emoji {
  width: 5em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.concepts-image {
  margin-bottom: 1.5em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.crp-app-image {
  width: 10.5em;
  position: absolute;
  top: 8em;
  right: 1.5em;
}

.crp-illu-image {
  width: 27.25em;
  position: absolute;
  top: 35%;
  left: -1.5em;
}

.mailbox {
  z-index: 0;
  width: 12.875em;
  max-width: none;
  height: 26.5em;
  position: absolute;
  bottom: -3em;
}

.webflow-stuff {
  width: 10em;
  position: absolute;
  bottom: 8em;
  right: 8em;
}

.pencil {
  z-index: 2;
  transform-origin: 0 100%;
  height: 1.5em;
  position: absolute;
  bottom: -1em;
  right: -7em;
  transform: rotate(-40deg);
}

.resume-link {
  z-index: 1;
  grid-row-gap: .25em;
  color: var(--artem-black);
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.165, .84, .655, 1.182);
  display: flex;
  position: absolute;
  top: -3em;
  right: 22em;
}

.resume-link:hover {
  transform: scale(1.025);
}

.resume-link:active {
  transform: scale(.95);
}

.folder-image {
  height: 4em;
}

.folder-image.fi-mobile {
  display: none;
}

.folder-image-wrapper {
  border-radius: .5em;
  padding-top: .5em;
  padding-bottom: .5em;
}

.resume-text {
  border-radius: .5em;
  padding: .25em .5em;
}

.fb-item {
  z-index: 3;
  background-color: var(--white);
  transform-origin: 100% 100%;
  padding: 2em;
  position: relative;
  box-shadow: 0 1px .25em #00000029;
}

.p-medium-em {
  margin-bottom: 1em;
  font-family: Lastik, sans-serif;
  font-size: 1.3125em;
}

.fb-head {
  height: 2em;
}

.fb-client {
  grid-column-gap: .5em;
  align-items: flex-start;
  display: flex;
}

.fb-level-2 {
  z-index: 2;
  background-color: #f5f5f5;
  height: 1.5em;
  margin-left: 1em;
  margin-right: 1em;
  position: relative;
  box-shadow: 0 1px .25em #0000001f;
}

.fb-level-3 {
  transform-origin: 100% 0;
  background-color: #ededed;
  height: 1.5em;
  margin-left: 2em;
  margin-right: 2em;
  box-shadow: 0 1px .25em #0000001f;
}

.ticker-fade-left {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 4em;
  height: 2.5em;
  position: absolute;
}

.ticker-fade-left.fade-right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  right: 0;
}

.d-ball-wrapper {
  transform-origin: 50%;
  position: absolute;
  top: 0;
  left: 1em;
}

.puff-icons {
  z-index: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tooltip-wrapper {
  color: var(--artem-black);
  margin-top: -4em;
  margin-left: -4em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.tooltip-block {
  background-color: var(--artem-green);
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
}

.tooltip-block.tooltip-top {
  margin-top: 0;
  margin-bottom: -2em;
  margin-left: 3em;
}

.tooltip-block.tooltip-soon {
  background-color: var(--artem-silver);
}

.tooltip-block.small-block-tooltup {
  z-index: 1;
  border-radius: 50%;
  width: 7.5em;
  height: 7.5em;
  margin-top: -3.75em;
  margin-left: -3.75em;
  position: absolute;
  top: 50%;
  left: 50%;
}

.wherever-loop {
  z-index: -1;
  width: 7.5em;
  height: 7.5em;
  position: absolute;
  top: 3em;
  left: 18.25em;
}

.tooltip-icon {
  width: 2em;
}

.block-link {
  transition: transform .25s cubic-bezier(.165, .84, .655, 1.182);
}

.block-link:hover {
  transform: scale(1.025);
}

.block-link:active {
  transform: scale(.95);
}

.watch-indicator {
  border: .06em solid var(--artem-black);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  position: relative;
}

.watch-face {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  transform: rotate(1770deg);
}

.watch-m, .watch-h {
  background-color: var(--artem-black);
  transform-origin: 50% 100%;
  width: .05em;
  height: .7em;
  position: absolute;
  top: .25em;
  left: 50%;
}

.small {
  font-size: .75em;
}

.pa-test-color {
  background-image: radial-gradient(circle at 100% 100%, #fff0 15%, #33eaff 25%, #fff0 35% 65%, #ff85ff 75%, #fff0 85%), linear-gradient(#26187a, #8066ff 29%, #00de87 74%, #2de0e0);
  border-radius: 2rem;
  padding: 3rem;
}

.heading-2 {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.25vw;
  }

  h3 {
    font-size: 1.5em;
  }

  p {
    font-size: 1em;
  }

  .big-block.cell-vyraz.cell-email {
    background-position: 50%;
    background-size: cover;
  }

  .big-block.cell-vyraz.block-link {
    background-position: 50%;
  }

  .big-block.cell-joy {
    background-position: 50% 0;
    background-size: cover;
  }

  .cap-title {
    background-size: 2em;
  }

  .dribbble-link {
    border-radius: 8em;
  }

  .tsum-promo-image {
    width: 16em;
    top: 8em;
  }

  .cg-laptop {
    width: 27.5em;
    margin-left: 0;
  }

  .crp-app-image {
    width: 10em;
    top: 9em;
  }

  .folder-image.fi-mobile, .tooltip-wrapper, .tooltip-block.small-block-tooltup {
    display: none;
  }
}

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

  h1, h2 {
    font-size: 2em;
  }

  .title-block {
    width: 75%;
  }

  .content-row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .big-block.cell-about-me, .big-block.cell-vyraz.cell-email, .big-block.cell-vyraz.block-link, .big-block.cell-joy, .big-block.cell-capabilities, .big-block.cell-tsum.block-link, .big-block.cell-commercegate.block-link, .big-block.cell-creativepractice.block-link {
    width: 48%;
    padding-bottom: 48%;
  }

  .cell-text.email-cell {
    padding-top: 1em;
  }

  .small-block {
    grid-column-gap: 2em;
    order: 1;
    width: 48%;
    margin-left: 52%;
    display: flex;
  }

  .small-block.align-c {
    width: 100%;
    margin-left: 0%;
  }

  .small-block.block-link {
    grid-column-gap: 2em;
    order: 1;
    align-items: flex-start;
    width: 48%;
    margin-left: 52%;
    display: flex;
  }

  .small-block-image, .small-block-image.cases-img-wrapper {
    width: 48%;
    margin-bottom: 0;
    padding-bottom: 48%;
  }

  .small-block-image.kettle-wrapper {
    width: 100%;
  }

  .cta-title-container {
    padding-top: 5em;
    padding-bottom: 10em;
  }

  .link.p-large {
    font-size: 2em;
  }

  .footer-soc-content {
    width: 48%;
  }

  .image {
    width: 5em;
  }

  .cg-laptop {
    width: 25em;
  }

  .mailbox {
    width: 12em;
    height: 26em;
    bottom: -8em;
  }

  .webflow-stuff {
    bottom: 2em;
    right: 2em;
  }

  .resume-link {
    right: 10em;
  }

  .folder-image.fi-mobile {
    display: none;
  }

  .fb-item {
    padding: 1em 1.5em;
  }

  .p-medium-em {
    font-size: 1em;
    line-height: 1.25em;
  }

  .fb-level-2, .fb-level-3 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.75em;
  }

  .intro {
    padding-top: 1em;
    padding-bottom: 8em;
    position: relative;
    overflow: hidden;
  }

  .a-container {
    margin-right: 1em;
    padding-left: 1em;
  }

  .title-block {
    width: 100%;
  }

  .current {
    background-color: var(--artem-black);
    border-radius: 2em;
    justify-content: flex-start;
    align-items: center;
    padding: .5em 1em .5em .75em;
  }

  .intro-row {
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-icon {
    filter: invert();
  }

  .current-text {
    color: var(--white);
  }

  .row {
    padding-bottom: 1em;
  }

  .content-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .content-row.level-bottom {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .big-block, .big-block.cell-about-me, .big-block.cell-vyraz.cell-email, .big-block.cell-vyraz.block-link, .big-block.cell-joy, .big-block.cell-capabilities, .big-block.cell-tsum.block-link, .big-block.cell-commercegate.block-link, .big-block.cell-creativepractice.block-link {
    width: 100%;
    padding-bottom: 100%;
  }

  .block-content {
    padding: 1em;
  }

  .block-content.text-vertical, .block-content.content-window.client-feedback-block {
    padding-left: 1em;
  }

  .img-me-big {
    width: 16.5em;
    height: 22em;
  }

  .img-me-fat {
    height: 8em;
  }

  .img-vyraz-logo {
    height: 6.5em;
  }

  .small-block {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-left: 0%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .small-block.block-link {
    grid-column-gap: 1em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    order: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .small-block-image {
    order: 1;
    width: 40%;
    padding-bottom: 40%;
  }

  .small-block-image.cases-img-wrapper {
    width: 40%;
    padding-bottom: 40%;
  }

  .ticker-item {
    grid-column-gap: .25em;
  }

  .t-logo {
    width: 1.75em;
    height: 1.75em;
  }

  .p-large {
    letter-spacing: -.04em;
    font-size: 1.75em;
  }

  .cta-title-container {
    padding-top: 6em;
  }

  .footer-soc-content {
    width: 100%;
    height: auto;
  }

  .small-explainer {
    grid-row-gap: 1em;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .dribbble-link {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .image {
    width: 6em;
  }

  .footer-title-wrapper {
    width: 100%;
  }

  .tsum-promo-image {
    width: 12em;
  }

  .cg-laptop {
    width: 20em;
    margin-left: 1.5em;
  }

  .crp-app-image {
    width: 8em;
  }

  .crp-illu-image {
    width: 22em;
  }

  .mailbox {
    width: 12em;
    height: 24em;
    bottom: -6em;
  }

  .webflow-stuff {
    bottom: 2em;
    right: 2em;
  }

  .pencil {
    right: -6.5em;
  }

  .resume-link {
    top: auto;
    bottom: 101%;
    right: 0;
  }

  .folder-image.fi-mobile {
    display: block;
    position: absolute;
    bottom: 6em;
    left: 90%;
  }

  .fb-level-2, .fb-level-3 {
    display: none;
  }

  .wherever-loop {
    left: 50%;
    transform: translate(-50%);
  }

  .watch-indicator {
    border-color: var(--white);
  }

  .watch-m, .watch-h {
    background-color: var(--white);
  }

  .heading {
    font-size: 2em;
  }
}


@font-face {
  font-family: 'Uncut';
  src: url('../fonts/Uncut-Sans-Bold.woff2') format('woff2'), url('../fonts/Uncut-Sans-Bold.woff') format('woff'), url('../fonts/Uncut-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncut';
  src: url('../fonts/Uncut-Sans-Regular.woff2') format('woff2'), url('../fonts/Uncut-Sans-Regular.woff') format('woff'), url('../fonts/Uncut-Sans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lastik';
  src: url('../fonts/Lastik-Regular.woff2') format('woff2'), url('../fonts/Lastik-Regular.woff') format('woff'), url('../fonts/Lastik-Regular.ttf') format('truetype'), url('../fonts/Lastik-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}