:root {
  --blue: #443fde;
  --gray: #32343a;
  --white: white;
  --black: black;
  --light-blue: #f9f9fb;
}

body {
  color: #1a1b1f;
  background-color: #04030d;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

.heading-jumbo {
  color: #03f;
  text-transform: none;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 50px;
  line-height: 80px;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-header {
  max-width: 1140px;
  opacity: .6;
  text-align: left;
  object-fit: fill;
  margin-left: 0;
}

.paragraph-header.cc-position-name {
  margin-bottom: 5px;
}

.p-padov-studie {
  margin-left: 30px;
  margin-right: 30px;
}

.p-padov-studie.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

.button:hover {
  background-color: var(--gray);
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  color: #fff;
  text-align: left;
  justify-content: center;
  margin-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  display: flex;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: auto;
  min-width: 0;
  margin-bottom: 50px;
}

.work-image {
  height: 460px;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
  display: block;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  color: #000;
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
  color: #0fb;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  color: #000;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  width: 70%;
  text-align: center;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: none;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.lottie-animation {
  width: 100vh;
  height: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block, .section-2 {
  position: relative;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section-3 {
  margin-bottom: 60px;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-2 {
  height: auto;
}

.easy-content-container {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.container-3 {
  display: flex;
}

.section-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-3 {
  width: auto;
  text-align: center;
  padding-left: 0;
  display: flex;
}

.div-block-4 {
  width: 40%;
}

.lottie-animation-2 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.container-4 {
  max-height: 1000px;
  max-width: 600px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lottie-animation-3 {
  width: 150px;
  height: 70px;
}

.container-5 {
  max-width: 1140px;
}

.heading, .heading-2 {
  font-size: 36px;
}

.icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.text-color-primary {
  color: #443fde;
}

.feature-content-block {
  grid-column-gap: 16px;
  background-color: #f9f9fb;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

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

.feature-list {
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 44px;
}

.partnership-wrap {
  justify-content: center;
  display: flex;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.margin-bottom-04 {
  margin-bottom: 4px;
}

.detail {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.detail.text-color-primary {
  color: var(--blue);
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.subheading-regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

.paragraph-small-2.text-color-gray-500 {
  color: #606476;
}

.partnership-text-wrap {
  color: #3e404c;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding: 16px 48px;
  font-size: 14px;
}

.image-cover {
  width: 100%;
  height: 100%;
  min-height: 300px;
  min-width: 300px;
  border: 0px none var(--blue);
  object-fit: cover;
  border-radius: 500px;
}

.icon-wrap-regular {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border: 1px solid #ebebef;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-image-wrap {
  height: 539px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-company-span {
  color: #030407;
  font-weight: 500;
}

.container-6 {
  max-width: 1140px;
}

.lottie-animation-4 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.container-7 {
  text-align: left;
}

.section-5 {
  object-fit: fill;
  overflow: hidden;
}

.text-block {
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.section-6 {
  padding-top: 40px;
}

.section-7 {
  padding-bottom: 20px;
}

.text-span {
  font-weight: 600;
}

.button-2 {
  background-color: var(--blue);
  border-radius: 0;
}

.button-2:hover {
  background-color: var(--gray);
  color: #fff;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-8 {
  min-height: 200px;
  background-color: var(--blue);
  display: block;
}

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

.div-block-9 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  padding-left: 60px;
  font-size: 25px;
  display: flex;
}

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

.container-8 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-light-2 {
  opacity: .6;
  display: none;
  overflow: visible;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.container-9 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-9 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-9.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.container-10 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-10 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-10.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.container-11 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-11 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-11.cc-contact {
  background-color: #ececec;
  padding-left: 80px;
  padding-right: 80px;
}

.container-12 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.submit-button, .text-field-2 {
  display: none;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.body {
  background-color: #272727;
}

.typer.main {
  text-align: left;
  font-size: 80px;
  font-weight: 900;
}

.text-block-3 {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
}

.text-block-3.rotated {
  filter: blur(10px);
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.section-12 {
  margin-top: auto;
}

.image {
  transform-style: preserve-3d;
}

@media screen and (min-width: 1440px) {
  body {
    background-color: #04030d;
    flex-direction: column;
    display: flex;
  }

  .heading-jumbo {
    margin-left: 0;
    font-size: 150px;
  }

  .paragraph-header, .paragraph-header.cc-position-name {
    margin-left: 0;
  }

  .navigation-wrap {
    display: none;
  }

  .name-text {
    margin-left: 0;
  }

  .footer-wrap {
    align-items: flex-start;
    margin: auto;
  }

  .footer-item {
    color: #fff;
  }

  .footer-item:hover {
    color: #0fb;
  }

  .section-4 {
    min-height: 200px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-3 {
    width: auto;
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    font-size: 80px;
    display: flex;
  }

  .container-4 {
    max-height: 0;
    max-width: 700px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-image-wrap {
    width: 500px;
    height: 500px;
  }

  .text-block {
    color: #a0a0a0;
  }

  .team-member-image {
    width: 95%;
    height: 95%;
    max-height: none;
  }

  .body {
    background-color: #04030d;
    flex-direction: column;
    display: flex;
  }

  .typer.main {
    font-size: 90px;
    display: flex;
  }

  .typer.main.rotated {
    transition: opacity .2s;
  }

  .text-block-3 {
    color: #fff;
    justify-content: flex-start;
    font-size: 90px;
    font-weight: 900;
    display: flex;
  }

  .text-block-3.rotated {
    filter: blur(10px);
    color: rgba(255, 255, 255, .77);
    transition: opacity .55s;
    transform: rotateX(-180deg)rotateY(0)rotateZ(0);
  }

  .body-2 {
    background-color: #04030d;
  }

  .section-12 {
    margin-top: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-jumbo {
    min-width: 165%;
    font-size: 56px;
    line-height: 70px;
  }

  .p-padov-studie {
    margin-left: 15px;
    margin-right: 15px;
  }

  .p-padov-studie.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: rgba(255, 255, 255, 0);
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .intro-wrap {
    margin-left: 15px;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .footer-links {
    margin-right: 0;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    width: 80%;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    width: 70%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .section-4 {
    text-align: left;
    padding-bottom: 0;
  }

  .div-block-3 {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-4 {
    display: none;
    overflow: visible;
  }

  .lottie-animation-2 {
    width: auto;
    height: auto;
    display: block;
  }

  .container-4 {
    display: flex;
  }

  .feature-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .partnership-text-wrap {
    display: flex;
  }

  .image-cover {
    width: 50%;
    height: 70%;
    object-fit: cover;
  }

  .feature-image-wrap {
    height: 600px;
    flex-flow: row;
  }

  .section-6, .div-block-5 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact, .section-9.cc-contact, .section-10.cc-contact, .section-11.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .container-13 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .p-padov-studie {
    margin-left: 15px;
    margin-right: 15px;
  }

  .p-padov-studie.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

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

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-4 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .container-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-cover {
    width: 70%;
  }

  .container-8 {
    text-align: center;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .container-9 {
    text-align: center;
  }

  .section-9 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-9.cc-contact {
    padding: 15px;
  }

  .container-10 {
    text-align: center;
  }

  .section-10 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-10.cc-contact {
    padding: 15px;
  }

  .container-11 {
    text-align: center;
  }

  .section-11 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-11.cc-contact {
    padding: 15px;
  }

  .container-12 {
    text-align: center;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .typer.main, .text-block-3 {
    font-size: 50px;
  }

  .image {
    transform: translate3d(-52px, -25px, -20px)scale(.6);
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .container {
    width: auto;
  }

  .heading-jumbo {
    min-width: 0%;
    margin-left: 0;
    margin-right: 15px;
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph-header {
    max-width: none;
    min-width: auto;
    text-align: left;
    margin-left: 0;
  }

  .paragraph-header.cc-position-name {
    text-align: center;
  }

  .p-padov-studie {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .intro-wrap {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .name-text {
    margin-left: 0;
  }

  .work-description {
    width: auto;
    align-items: flex-start;
    margin-left: 15px;
  }

  .carrer-headline-wrap {
    object-fit: fill;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .project-name-link {
    text-align: center;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .footer-wrap {
    flex-direction: column;
    display: block;
  }

  .footer-links, .footer-item {
    margin-right: 0;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .section-4 {
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4 {
    display: none;
    overflow: visible;
  }

  .lottie-animation-2 {
    overflow: visible;
  }

  .container-4 {
    max-width: 400px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: nowrap;
    font-size: 20px;
  }

  .heading-2 {
    min-width: 0;
    text-align: left;
    object-fit: fill;
    margin-left: 0;
  }

  .paragraph-regular, .detail.text-color-primary {
    margin-left: 0;
    margin-right: 0;
  }

  .partnership-text-wrap {
    display: none;
  }

  .image-cover {
    width: 100%;
    height: auto;
    object-fit: fill;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-image-wrap {
    height: 300px;
  }

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

  .heading-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .text-block-2 {
    text-align: center;
  }

  .container-13 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-member-image {
    width: 280px;
    height: 280px;
  }

  .typer.main, .text-block-3 {
    font-size: 40px;
  }
}


