:root {
  --font: #333;
  --title: black;
  --secondary: #ff8e5e;
  --primary: #ccff8b;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 150%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

p {
  color: var(--font);
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

a {
  color: var(--font);
  text-decoration: underline;
  transition: color .3s;
}

a:hover, a:focus {
  color: var(--secondary);
  text-decoration: none;
}

ul {
  margin-top: 15px;
  margin-bottom: 50px;
  padding-left: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 30px;
}

li {
  padding-bottom: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}

blockquote {
  border: 1px solid var(--title);
  box-shadow: 4px 4px 0 0 var(--title);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 30px;
  font-size: 18px;
  line-height: 170%;
}

figure {
  margin-bottom: 50px;
}

.hero {
  background-color: #12141d;
  margin-bottom: 80px;
  padding-top: 0;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 425px;
  margin-bottom: 0;
  display: flex;
}

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

.color-wrap {
  width: 100%;
  max-width: 100%;
}

.color-name {
  color: var(--font);
  padding-top: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.paragraph-title {
  margin-bottom: 10px;
  font-size: 30px;
}

.title-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-list.last-font-list {
  padding-bottom: 0;
}

.color-box {
  border: 1px solid #0000001a;
  min-height: 130px;
  box-shadow: 0 20px 50px #0000000f;
}

.color-box.titles {
  background-color: var(--title);
  border-radius: 10px;
}

.color-box.primary {
  background-color: var(--primary);
  border-radius: 10px;
  margin-bottom: 0;
}

.color-box.secondary {
  background-color: var(--secondary);
  border-radius: 10px;
  margin-bottom: 0;
}

.color-box.font {
  background-color: var(--font);
  border-radius: 10px;
}

.data-section {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.data-section.last-data {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.guide-title {
  margin-bottom: 10px;
}

.buttons-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.page-wrapper {
  margin-top: 20px;
  margin-bottom: 120px;
  font-size: 22px;
  display: block;
  position: static;
  overflow: visible;
}

.paragraph-list {
  padding-bottom: 50px;
}

.paragraph-list.pl-last {
  padding-bottom: 0;
}

.colors-list {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  display: grid;
}

.container {
  z-index: 1;
  max-width: 1296px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inconsolata, monospace;
  font-size: 22px;
  position: relative;
}

.small-text {
  font-size: 14px;
}

.primary-button {
  border: 1px solid var(--title);
  background-color: var(--secondary);
  color: var(--title);
  text-align: center;
  border-radius: 5px;
  padding: 12px 35px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  transition: border-color .3s, box-shadow .3s;
  box-shadow: 4px 4px #000;
}

.primary-button:hover {
  border-color: var(--secondary);
  box-shadow: none;
}

.primary-button:focus, .primary-button:visited {
  box-shadow: none;
}

.primary-button.full-size {
  width: 100%;
  max-width: 100%;
}

.primary-button.link-button {
  display: inline-block;
}

.primary-button.link-button:hover, .primary-button.link-button:focus {
  color: var(--title);
}

.primary-button.project-button {
  margin-top: 30px;
  display: inline-block;
}

.primary-button.project-button:hover, .primary-button.project-button:focus {
  color: var(--title);
}

.primary-button.view-button {
  display: inline-block;
}

.primary-button.view-button:hover, .primary-button.view-button:focus {
  color: var(--title);
}

.secondary-button {
  border: 1px solid var(--title);
  box-shadow: 4px 4px 0 0 var(--title);
  color: var(--title);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 35px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
  transition: border-color .3s, box-shadow .3s;
}

.secondary-button:hover, .secondary-button:focus {
  box-shadow: none;
  color: var(--title);
}

.secondary-button:visited {
  box-shadow: none;
}

.rich-text {
  width: 100%;
  max-width: 900px;
}

.rich-text.center {
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: block;
}

.rich-text.center p, .rich-text.center blockquote {
  font-size: 20px;
}

.rich-text.center.blog-text {
  font-size: 24px;
}

.header-white {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  font-family: Merriweather, serif;
  display: block;
}

.logo {
  width: 100%;
  min-width: 10px;
  max-width: 200px;
  font-size: 0;
  line-height: 180%;
}

.logo.w--current {
  width: 110%;
  min-width: 200px;
  max-width: 20%;
  margin-right: 0;
  padding-left: 0;
  font-size: 5px;
  line-height: 100%;
}

.header-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 18px;
  display: flex;
}

.navbar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar.navbar-black {
  min-width: 98%;
}

.contact-link {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  max-width: 45px;
  height: 45px;
  max-height: 45px;
  margin-left: 15px;
  display: flex;
}

.contact-link.contact-white {
  background-color: #0000;
  border-color: #ffffff1a;
}

.menu-link {
  color: var(--title);
  padding: 10px 25px;
  transition: color .3s;
}

.menu-link:hover, .menu-link:focus, .menu-link.w--current {
  color: var(--secondary);
}

.menu-link.hide {
  display: none;
}

.menu-link.white {
  color: #fff;
  overflow: visible;
}

.menu-link.white:hover, .menu-link.white:focus {
  color: var(--secondary);
}

.hamburger {
  padding: 0;
}

.header-black {
  float: none;
  clear: both;
  text-shadow: 0 1px 1px #0003;
  background-color: #12141d;
  border-bottom: 1px solid #ffffff1a;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.last-paragraph {
  margin-bottom: 0;
  font-size: 20px;
}

.footer {
  background-color: #12141d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-inside {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-left {
  width: 100%;
  max-width: 40%;
}

.footer-right {
  width: 100%;
  max-width: 60%;
}

.copyright {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
}

.copyright-link {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.copyright-link:hover, .copyright-link:focus {
  color: var(--secondary);
}

.footer-right-wrap {
  grid-column-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-links {
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start;
  display: grid;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.footer-link:hover, .footer-link:focus {
  color: var(--secondary);
}

.footer-link.social {
  background-image: url('../images/ic-social-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-attachment: scroll;
  width: auto;
  padding-right: 20px;
  transition: color .3s;
}

.footer-link.social:hover {
  background-image: url('../images/ic-social-arrow-hover.svg');
}

.license-title {
  margin-bottom: 20px;
}

.page-title {
  margin-bottom: 40px;
  font-size: 68px;
}

.password-form {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.password-title {
  margin-bottom: 80px;
}

.text-field {
  border: 1px solid var(--title);
  min-height: 60px;
  color: var(--font);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 18px;
  transition: border-color .3s;
}

.text-field:focus {
  border-color: var(--title);
}

.text-field::placeholder {
  color: var(--font);
}

.password-field {
  margin-bottom: 25px;
}

.error-message {
  border: 1px solid var(--title);
  color: var(--title);
  text-align: center;
  background-color: #f6dddd;
  border-radius: 5px;
  margin-top: 40px;
  padding: 15px;
}

.error-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.error-text {
  padding-top: 80px;
  padding-bottom: 50px;
}

.error-title {
  margin-bottom: 10px;
}

.talk-section {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

.faq-section {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
}

.talk-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.talk-right {
  width: 100%;
  max-width: 50%;
}

.contact-title {
  padding-bottom: 120px;
}

.connect {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.social-link {
  border: 1px solid var(--title);
  border-radius: 35px;
  align-items: center;
  min-height: 35px;
  padding: 4px 25px;
  font-size: 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-link:hover, .social-link:focus {
  background-color: var(--secondary);
  color: var(--font);
}

.my-address {
  width: 100%;
  max-width: 250px;
  margin-top: 10px;
  margin-bottom: 0;
}

.top-field {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: grid;
}

.message-field {
  margin-bottom: 30px;
}

.field {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  font-size: 18px;
}

.field-label {
  margin-bottom: 3px;
}

.input {
  border: 1px solid var(--title);
  min-height: 60px;
  text-shadow: none;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 18px;
  font-size: 16px;
}

.input:focus {
  border-color: var(--title);
}

.input::placeholder {
  color: var(--font);
}

.textarea {
  border: 1px solid var(--title);
  border-radius: 5px;
  max-width: 100%;
  min-height: 250px;
  margin-bottom: 0;
  padding: 18px;
  font-size: 20px;
}

.textarea:focus {
  border-color: var(--title);
}

.textarea::placeholder {
  color: var(--font);
}

.textarea.talk-textarea {
  text-shadow: 0 1px 1px #0003;
  min-height: 310px;
  padding: 10px;
  font-size: 18px;
}

.success-message {
  border: 1px solid var(--title);
  background-color: var(--primary);
  color: var(--title);
}

.faq-left {
  flex-direction: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.faq-right {
  width: 100%;
  max-width: 50%;
}

.talk-form {
  margin-bottom: 0;
}

.faq-wrap {
  grid-column-gap: 50px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-image {
  border-radius: 10px;
}

.section-title {
  margin-bottom: 20px;
}

.section-title.white-title {
  color: #fff;
}

.drop-down {
  border-bottom: 1px solid #00000026;
  width: 100%;
  max-width: 616px;
}

.dropdown-toggle {
  background-image: url('../images/ic-faq-down.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 100%;
  padding: 30px 50px 30px 0;
}

.dropdown-toggle:focus {
  background-image: url('../images/ic-faq-up.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.dropdown-toggle.w--open {
  background-image: url('../images/ic-faq-down.svg');
  background-size: 30px 30px;
}

.dropdown-list {
  background-color: #0000;
  position: static;
}

.dropdown-list.w--open {
  padding-bottom: 30px;
}

.dropdown-question {
  color: var(--title);
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.review-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.review-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--title);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  height: 100%;
  padding: 40px;
}

.client-info {
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.client-details {
  padding-left: 20px;
}

.client-name {
  color: var(--title);
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.client-role {
  font-size: 14px;
}

.client-avatar {
  background-color: var(--primary);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.review-lists {
  padding-bottom: 150px;
}

.review-box-wrap {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.empty-state {
  border: 1px solid var(--title);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-left {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-data-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.form {
  flex-flow: column wrap;
  align-items: flex-end;
}

.form-button-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 30px;
  display: flex;
}

.select-field {
  border: 1px solid var(--title);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--font);
  text-indent: 1px;
  text-shadow: 0 1px 1px #000;
  background-color: #fff;
  border-radius: 1px;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10px;
  font-size: 18px;
  line-height: 200%;
}

.select-field:focus {
  border-color: var(--title);
}

.two-field {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.books-lists {
  padding-bottom: 150px;
}

.book-thumb {
  background-color: #f5f5f5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 542px;
}

.book-info {
  border-top: 1px solid var(--title);
  padding: 30px;
}

.book-list-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.book-item {
  padding-left: 0;
  padding-right: 0;
}

.book-link {
  border: 1px solid var(--title);
  border-radius: 10px;
  width: 100%;
  text-decoration: none;
  transition: box-shadow .3s, color .3s;
}

.book-link:hover, .book-link:focus {
  box-shadow: 4px 4px 0 0 var(--title);
  color: var(--font);
}

.dark-hero {
  background-color: #12141d;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.book-notes {
  padding-bottom: 150px;
}

.book-left {
  width: 100%;
  max-width: 400px;
  margin-right: 50px;
}

.book-right {
  width: 100%;
  max-width: 100%;
}

.book-hero-wrap {
  align-items: center;
  display: flex;
}

.book-cover {
  background-color: #f5f5f5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  max-width: 100%;
  min-height: 542px;
}

.book-title {
  color: #fff;
  font-size: 50px;
}

.book-author-name {
  grid-column-gap: 6px;
  color: #fff;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.book-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.book-bottom {
  padding-top: 50px;
}

.book-genre {
  background-color: var(--secondary);
  border-radius: 40px;
  padding: 4px 25px;
  font-size: 14px;
  display: inline-block;
}

.book-info-text {
  color: #fff;
  margin-bottom: 0;
}

.blog-lists {
  padding-bottom: 150px;
}

.blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.blog-link-box {
  border: 1px solid var(--title);
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  transition: box-shadow .3s, color .3s;
}

.blog-link-box:hover {
  box-shadow: 4px 4px 0 0 var(--title);
  color: var(--title);
}

.blog-link-box:focus {
  box-shadow: 4px 4px 0 0 var(--title);
  color: var(--font);
}

.blog-thumb {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-width: 100%;
  min-height: 250px;
}

.blog-details {
  border-top: 1px solid var(--title);
}

.blog-short-text {
  padding-top: 10px;
}

.blog-info-top {
  padding: 30px;
}

.blog-info-bottom {
  grid-column-gap: 15px;
  border-top: 1px solid var(--title);
  justify-content: flex-start;
  align-items: center;
  padding: 25px 30px;
  display: flex;
}

.blog-date {
  font-size: 14px;
}

.blog-read-time {
  background-image: url('../images/ic-dot.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  padding-left: 20px;
  font-size: 14px;
}

.featured-collection {
  margin-bottom: 50px;
}

.featured-thumb {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  max-width: 50%;
  min-height: 450px;
}

.featured-link {
  border: 1px solid var(--title);
  border-radius: 10px;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .3s, color .3s;
  display: flex;
}

.featured-link:hover, .featured-link:focus {
  box-shadow: 4px 4px 0 0 var(--title);
  color: var(--font);
}

.featured-info {
  width: 100%;
  max-width: 50%;
  padding: 50px;
}

.featured-date {
  grid-column-gap: 15px;
  padding-bottom: 10px;
  display: flex;
}

.featured-title {
  padding-bottom: 20px;
}

.blog-description {
  padding-bottom: 150px;
}

.details-image {
  border-radius: 10px;
}

.details-hero {
  justify-content: space-between;
  padding-bottom: 50px;
  display: flex;
}

.details-page-title {
  color: #fff;
  width: 100%;
  max-width: 75%;
  padding-right: 20px;
  font-size: 50px;
}

.details-top-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.orange-capsule {
  background-color: var(--secondary);
  text-align: center;
  border-radius: 40px;
  padding: 4px 25px;
}

.white-text-right {
  color: #fff;
  padding-left: 20px;
}

.my-work-wrapper {
  padding-bottom: 150px;
}

.work-link {
  border: 1px solid var(--title);
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  transition: box-shadow .3s, color .3s;
  overflow: hidden;
}

.work-link:hover, .work-link:focus {
  box-shadow: 4px 4px 0 0 var(--title);
  color: var(--font);
}

.work-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.work-thumb {
  opacity: 1;
  background-color: #f5f5f5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  min-width: 100%;
  min-height: 320px;
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
}

.work-info {
  border-top: 1px solid var(--title);
  padding: 30px;
}

.project-category.blog {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
}

.project-list-title.blog {
  font-size: 2rem;
}

.work-details {
  width: 100%;
  max-width: 900px;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-section {
  padding-bottom: 150px;
}

.about-page-title {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-inside {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.about-image {
  align-self: flex-start;
  width: 100%;
  max-width: 35%;
}

.about-info {
  width: 100%;
  max-width: 65%;
  font-size: 20px;
}

.about-picture {
  border-radius: 10px;
}

.stats-section {
  padding-bottom: 150px;
}

.stats-inside {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stats-box {
  text-align: center;
  border-right: 1px solid #0000001a;
}

.stats-box.last-stats {
  border-right-width: 0;
}

.stats-number {
  color: var(--title);
  font-family: Space Grotesk, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 150%;
}

.stats-text {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.experience-section {
  background-color: #12141d;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.experience-item {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.experience-item.last-item {
  border-bottom-color: #fff0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.experience-year {
  color: #fff;
  overflow: visible;
}

.experience-year.currently-active {
  background-image: url('../images/green-dot.svg');
  background-repeat: no-repeat;
  background-size: 7px 7px;
  padding-left: 20px;
}

.my-role-name {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
}

.company-name {
  color: #fff;
  font-size: 14px;
}

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

.process-section {
  margin-bottom: 150px;
  display: none;
}

.talk-block {
  margin-bottom: 80px;
}

.process-list {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-box {
  border: 1px solid var(--title);
  border-radius: 10px;
  padding: 40px;
  transition: box-shadow .3s;
}

.process-box:hover {
  box-shadow: 4px 4px 0 0 var(--title);
}

.process-title {
  margin-bottom: 10px;
}

.process-info {
  padding-top: 40px;
}

.skill-section {
  padding-bottom: 50px;
}

.skill-lists {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "." minmax(63px, 1fr)
                 "Area"
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.skill-box {
  border: 1px solid var(--title);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  transition: box-shadow .3s;
  display: flex;
}

.skill-box:hover {
  box-shadow: 4px 4px 0 0 var(--title);
}

.skill-icon {
  max-width: 200px;
  max-height: 120px;
}

.skill-title {
  border-top: 1px solid var(--title);
  text-align: center;
  padding: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.skill-icon-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  display: flex;
}

.awards-section {
  background-color: #12141d;
  margin-bottom: 150px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.awards-wrapper {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.awards-image, .awards-lists {
  width: 100%;
  max-width: 50%;
}

.award-picture {
  border-radius: 10px;
}

.award-item {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.award-item.last-award {
  border-bottom-color: #fff0;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.award-name {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
}

.award-site {
  color: #fff;
  font-size: 14px;
}

.award-year {
  color: #fff;
}

.hero-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-me-section {
  margin-bottom: 0;
  padding-bottom: 80px;
  display: none;
}

.about-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-left {
  max-width: 50%;
}

.about-right {
  width: 100%;
  max-width: 50%;
}

.about-title {
  margin-bottom: 30px;
}

.discover-work-section {
  padding-bottom: 0;
  display: none;
}

.view-all-button {
  text-align: right;
  margin-top: 50px;
}

.discover-work-list {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.discover-work-wrap {
  flex-direction: column;
  display: flex;
}

.discover-thumb {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 300px;
}

.articles-section {
  padding-bottom: 14px;
  font-size: 20px;
}

.articles-list {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.articles-list-wrap {
  display: block;
}

.hero-left {
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  padding-right: 70px;
}

.hero-right {
  order: 1;
  align-self: auto;
  width: 450px;
  max-width: 40%;
  margin-left: 50px;
  padding-left: 0;
  display: block;
  position: static;
}

.hero-emoji-wrap {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.emoji-icon {
  max-width: 56px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.emoji-text {
  color: #fff;
  text-align: right;
  width: auto;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 20px;
}

.hero-img-wrap {
  border-radius: 0;
}

.hero-img {
  background-color: #303743;
  border-radius: 20px;
}

.my-image {
  word-break: normal;
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border-radius: 20px;
  align-self: flex-end;
  max-width: 60%;
  margin-right: 10px;
  display: inline-block;
}

.hero-inside {
  align-items: center;
  display: flex;
}

.welcome-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.hero-name {
  color: var(--secondary);
  order: 0;
  margin: 29px 0 24px 15px;
  padding-top: 0;
  padding-right: 0;
  font-family: Varela Round, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
}

.hero-title {
  align-items: center;
  display: flex;
}

.hero-small-text {
  color: #fff;
  margin-top: -11px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 85%;
}

.hero-buttons {
  grid-column-gap: 0px;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-bottom-text {
  margin-top: -27px;
  padding-left: 57px;
}

.hero-tagline {
  color: #fff;
  width: 100%;
  min-width: 0;
  max-width: 80%;
  margin-top: 41px;
  margin-bottom: 0;
  padding-left: 74px;
  font-size: 28px;
}

.green-circle {
  background-color: var(--primary);
  width: 160px;
  height: 160px;
  color: var(--title);
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: -292px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 150%;
  transition: z-index .3s, color .3s;
  display: flex;
  position: relative;
}

.green-circle:hover, .green-circle:focus {
  z-index: 1;
  color: var(--title);
}

.transparent-circle {
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  color: #fff;
  text-align: center;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-top: 0;
  margin-left: -25px;
  font-size: 20px;
  font-style: normal;
  line-height: 150%;
  transition: border-color .3s, filter .3s, color .3s;
  display: flex;
}

.transparent-circle:hover, .transparent-circle:focus {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #fff;
  border-color: #ffffff14;
}

.link {
  color: var(--secondary);
}

.link:hover {
  color: var(--font);
}

.link:focus {
  color: var(--font);
  text-decoration: underline;
}

.image {
  min-width: 5px;
  max-width: 150%;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 0;
}

.image.mobile {
  display: none;
}

.image-2 {
  float: none;
  max-width: 300%;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.image-2.mobile.invert {
  display: none;
}

.image-2.invert {
  filter: invert();
}

.text-block, .text-block-2 {
  font-size: 20px;
}

.heading {
  font-size: 70px;
}

.solutions_text {
  color: var(--title);
  font-size: 28px;
}

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

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.quick-stack {
  max-width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0;
  line-height: 100%;
}

.image-3 {
  border-radius: 20px;
  align-self: flex-end;
  max-width: 60%;
  margin-left: 10px;
  margin-right: 10px;
}

.cell {
  padding-left: 0;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_styles {
  display: block;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  display: none;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: block;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: none;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.text-rotation-animation {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #00000040;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.text-rotation-container-one {
  grid-column-gap: 1em;
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.rotaition-text {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 0;
  font-size: .9em;
  font-style: italic;
  font-weight: 400;
  line-height: 2em;
}

.rotaition-text-bold {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 2em;
}

.text-rotation-container-two {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-2 {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.container-2 {
  max-width: 1296px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.industrien {
  display: block;
}

.industrie-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 24px;
  list-style-type: none;
  display: grid;
}

.bold-text-3 {
  margin-left: 145px;
  font-size: 34px;
  display: inline;
}

.list-item {
  font-size: 24px;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  font-size: 20px;
}

.recaptcha {
  margin-bottom: 25px;
}

.recaptcha-2 {
  margin-bottom: 22px;
}

.newsletter-wrapper {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  max-height: 110vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-nl {
  z-index: 1;
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.wrapper-nl-content {
  z-index: 5;
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 700px;
  max-width: 700px;
  min-height: auto;
  max-height: none;
  margin: auto;
  padding: 15vh 3vw;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.nl-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.form-block {
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.form-2 {
  border-bottom: 1px solid #00000080;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  transition: all .3s;
  display: flex;
}

.form-2:hover {
  border-bottom-color: #000;
}

.form-vertical {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field-2 {
  min-height: 100%;
  max-height: 100%;
  color: var(--title);
  background-color: #0000;
  border: 1px #000;
  align-self: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
}

.submit-button {
  opacity: .5;
  color: var(--title);
  background-color: #0000;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-weight: 400;
  transition: all .3s;
}

.submit-button:hover {
  opacity: 100;
}

.close-wrapper {
  cursor: pointer;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  transition: all .3s;
  position: absolute;
  inset: 4% 4% auto auto;
}

.close-wrapper:hover {
  opacity: 100;
}

.success-message-2 {
  background-color: var(--secondary);
  color: var(--title);
  border-radius: 11px;
  flex: 1;
}

.blog-text {
  font-size: 24px;
}

.cookie-wrapper {
  z-index: 3;
  border-top: 1px solid var(--title);
  background-color: #f5f5f5;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  padding: 2%;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.cookie-text {
  margin-bottom: 0;
  line-height: 150%;
}

.text-link {
  color: var(--secondary);
  font-size: 16px;
}

.cookie-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.accept-button {
  background-color: var(--secondary);
  transition-property: all;
}

.accept-button:hover {
  opacity: .8;
  color: #fff;
}

.accept-button.pref {
  padding-left: 30px;
  padding-right: 30px;
}

.decline-button {
  background-color: var(--title);
  transition-property: all;
}

.decline-button:hover {
  opacity: .8;
  color: #fff;
}

.preferences-link {
  align-self: center;
  line-height: 110%;
}

.preferences-link:hover {
  color: var(--font);
  text-decoration: underline;
}

.preferences-wrapper {
  z-index: 5;
  background-color: #f5f5f5;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 800px;
  max-width: 800px;
  min-height: 500px;
  max-height: 500px;
  margin: auto;
  padding: 4vh 3%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.preference-title {
  color: var(--title);
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
}

.close {
  color: var(--font);
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  inset: 2% 3% auto auto;
}

.preference-text-long {
  color: var(--font);
  margin-bottom: 16px;
  font-size: 12px;
}

.wrapper-checkbox {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 24px;
  display: flex;
}

.checkbox {
  margin-top: 6px;
}

.button-wrapper-preference {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 24px;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.manager {
  z-index: 5;
  display: none;
  position: fixed;
  inset: auto 2% 3% auto;
}

.preference-block {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  min-width: 5vh;
  min-height: 5vh;
  padding: 1vh;
}

.cookie-wrapper-2 {
  z-index: 3;
  padding: 0%;
}

.heading-3 {
  font-size: 30px;
}

.heading-4 {
  font-size: 26px;
}

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

.heading-6, .paragraph-5, .block-quote {
  font-size: 20px;
}

.heading-7 {
  font-size: 30px;
}

.list-item-2, .list-item-3, .paragraph-6 {
  font-size: 20px;
}

.bold-text-4 {
  font-size: 28px;
}

.list-item-4 {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  ul, ol {
    padding-left: 20px;
  }

  .hero {
    margin-bottom: 100px;
  }

  .utility-page-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .color-wrap {
    max-width: 100%;
  }

  .data-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .guide-title {
    font-size: 32px;
  }

  .buttons-wrap {
    grid-row-gap: 20px;
  }

  .page-wrapper {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .colors-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .header-white {
    border-bottom: 1px solid #0000001a;
  }

  .logo {
    padding-left: 0;
  }

  .header-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menus {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse;
    order: 0;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: stretch;
    display: grid;
  }

  .contact.hide {
    display: none;
  }

  .navbar {
    background-color: #fff;
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
  }

  .navbar.navbar-black {
    background-color: #12141d;
  }

  .menu-link {
    padding: 15px;
  }

  .menu-link.hide {
    display: block;
  }

  .hamburger {
    padding: 10px 0;
  }

  .hamburger.w--open {
    background-color: #fff0;
  }

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

  .footer-inside {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .footer-left {
    text-align: center;
    max-width: 100%;
    padding-bottom: 50px;
  }

  .footer-right {
    max-width: 100%;
  }

  .footer-right-wrap {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .page-title {
    margin-bottom: 50px;
  }

  .password-title {
    margin-bottom: 60px;
  }

  .error-text {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .talk-section {
    grid-column-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 100px;
  }

  .faq-section {
    padding-bottom: 100px;
  }

  .talk-left, .talk-right {
    max-width: 100%;
  }

  .contact-title {
    padding-bottom: 6vh;
  }

  .connect {
    grid-row-gap: 10px;
  }

  .top-field {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .message-field {
    margin-bottom: 20px;
  }

  .textarea {
    min-height: 200px;
  }

  .faq-left, .faq-right {
    max-width: 100%;
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .drop-down {
    max-width: none;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }

  .dropdown-question {
    font-size: 18px;
  }

  .review-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 50px;
  }

  .review-box {
    padding: 20px;
  }

  .client-info {
    padding-bottom: 20px;
  }

  .client-details {
    padding-left: 10px;
  }

  .client-name {
    font-size: 18px;
  }

  .client-avatar {
    width: 60px;
    height: 60px;
  }

  .review-lists {
    padding-bottom: 100px;
  }

  .form-left {
    grid-row-gap: 20px;
  }

  .form-data-wrap {
    grid-column-gap: 30px;
    align-items: center;
  }

  .two-field {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .books-lists {
    padding-bottom: 100px;
  }

  .book-thumb {
    min-height: 420px;
  }

  .book-info {
    padding: 15px;
  }

  .book-list-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    margin-bottom: 60px;
  }

  .book-name {
    font-size: 20px;
  }

  .book-link:hover, .book-link:focus {
    box-shadow: 2px 2px 0 0 var(--title);
  }

  .dark-hero {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .book-notes {
    padding-bottom: 100px;
  }

  .book-left {
    max-width: 300px;
    margin-right: 30px;
  }

  .book-cover {
    background-color: #12141d;
    background-position: 50%;
    background-size: contain;
    min-height: 420px;
  }

  .book-title {
    font-size: 32px;
  }

  .book-top {
    display: block;
  }

  .book-bottom {
    padding-top: 30px;
  }

  .book-top-right {
    padding-top: 10px;
  }

  .blog-lists {
    padding-bottom: 100px;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .blog-link-box:hover, .blog-link-box:focus {
    box-shadow: 2px 2px 0 0 var(--title);
  }

  .blog-info-top, .blog-info-bottom {
    padding: 20px;
  }

  .featured-thumb {
    min-height: 320px;
  }

  .featured-info {
    padding: 30px;
  }

  .blog-description {
    padding-bottom: 100px;
  }

  .details-hero {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .details-page-title {
    text-align: center;
    max-width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 32px;
  }

  .details-top-right {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .orange-capsule {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .white-text-right {
    padding-left: 15px;
  }

  .my-work-wrapper {
    padding-bottom: 100px;
  }

  .work-link:hover, .work-link:focus {
    box-shadow: 2px 2px 0 0 var(--title);
  }

  .work-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 60px;
  }

  .work-thumb {
    min-height: 190px;
  }

  .work-info {
    padding: 20px;
  }

  .project-list-title {
    font-size: 20px;
  }

  .work-details {
    margin-bottom: 100px;
  }

  .about-hero-section {
    padding-bottom: 100px;
  }

  .about-page-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-inside {
    grid-column-gap: 30px;
  }

  .stats-section {
    padding-bottom: 100px;
  }

  .stats-inside {
    grid-column-gap: 20px;
  }

  .stats-number {
    font-size: 32px;
  }

  .stats-text {
    max-width: 100%;
  }

  .experience-section {
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .experience-year.currently-active {
    padding-left: 15px;
  }

  .my-role-name {
    font-size: 22px;
  }

  .process-section, .talk-block {
    margin-bottom: 100px;
  }

  .process-list {
    grid-column-gap: 20px;
  }

  .process-box {
    padding: 20px;
  }

  .process-box:hover {
    box-shadow: 2px 2px 0 0 var(--title);
  }

  .skill-section {
    padding-bottom: 100px;
  }

  .skill-lists {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .skill-box:hover {
    box-shadow: 2px 2px 0 0 var(--title);
  }

  .awards-section {
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .awards-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .awards-image, .awards-lists {
    max-width: 100%;
  }

  .award-name {
    font-size: 22px;
  }

  .hero-section {
    text-align: left;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-me-section {
    padding-bottom: 100px;
  }

  .about-wrapper {
    grid-column-gap: 30px;
  }

  .about-title {
    margin-bottom: 20px;
  }

  .discover-work-section {
    padding-bottom: 0;
    display: flex;
  }

  .view-all-button {
    margin-top: 30px;
  }

  .discover-work-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .articles-section {
    padding-bottom: 100px;
  }

  .articles-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-left {
    min-height: 400px;
    padding-right: 35px;
  }

  .emoji-icon {
    max-width: 50px;
  }

  .emoji-text {
    max-width: 220px;
    padding-right: 10px;
    font-size: 14px;
  }

  .welcome-text {
    font-size: 42px;
  }

  .hero-name {
    text-align: left;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
    margin: 0 -51px -45px 13px;
    padding-right: 0;
    font-family: Varela Round, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 200%;
  }

  .hero-title {
    margin-top: 4px;
    margin-bottom: 69px;
  }

  .hero-small-text {
    margin-top: -17px;
    margin-left: 0;
    margin-right: -109px;
    font-size: 25px;
    position: static;
  }

  .hero-buttons {
    left: 15px;
  }

  .hero-bottom-text {
    margin-top: 0;
    padding-left: 0;
  }

  .hero-tagline {
    max-width: 100%;
    margin-top: 25px;
    padding-top: 0;
    padding-left: 0;
    font-size: 26px;
    display: block;
  }

  .green-circle {
    width: 100px;
    height: 100px;
    margin-top: -86px;
    margin-bottom: 1px;
    font-size: 14px;
  }

  .transparent-circle {
    width: 100px;
    height: 100px;
    margin-top: 0;
    margin-left: -15px;
    font-size: 14px;
  }

  .text-block {
    font-size: 20px;
  }

  .quick-stack {
    padding-top: 20px;
    padding-left: 20px;
  }

  .text-rotation-animation {
    padding-top: .3em;
    padding-bottom: .3em;
  }

  .rotaition-text, .rotaition-text-bold {
    font-size: 16px;
    line-height: 32px;
  }

  .industrie-list {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .bold-text-3 {
    margin-left: 41px;
  }

  .cookie-wrapper {
    min-width: auto;
    max-width: none;
    min-height: auto;
    padding: 2% 3%;
    inset: auto auto 0% 0%;
  }

  .preferences-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
  }

  .preference-text-long {
    font-size: 14px;
  }

  .wrapper-checkbox {
    margin-top: 32px;
  }

  .button-wrapper-preference {
    margin-top: 60px;
  }

  .manager {
    z-index: 4;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  ul, ol {
    margin-bottom: 20px;
  }

  li {
    padding-bottom: 10px;
  }

  blockquote {
    box-shadow: 3px 3px 0 0 var(--title);
    margin-bottom: 25px;
    padding: 20px;
    font-size: 16px;
  }

  figure {
    margin-bottom: 25px;
  }

  .hero {
    margin-bottom: 80px;
  }

  .color-name {
    padding-top: 6px;
    font-size: 14px;
  }

  .title-list {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .color-box.titles, .color-box.primary, .color-box.secondary, .color-box.font {
    min-height: 100px;
  }

  .data-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .guide-title {
    font-size: 24px;
  }

  .buttons-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .page-wrapper {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .colors-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .primary-button {
    padding: 10px 25px;
    box-shadow: 3px 3px #000;
  }

  .primary-button:hover, .primary-button:focus {
    color: var(--title);
  }

  .primary-button.project-button {
    margin-top: 20px;
  }

  .secondary-button {
    box-shadow: 3px 3px 0 0 var(--title);
    padding: 10px 25px;
  }

  .logo {
    max-width: 120px;
  }

  .last-paragraph {
    margin-bottom: 0;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-left {
    padding-bottom: 40px;
  }

  .copyright {
    margin-top: 10px;
  }

  .footer-right-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column wrap;
  }

  .footer-links {
    text-align: center;
    justify-content: start;
    place-items: start;
    width: 100%;
  }

  .footer-link {
    width: 100%;
  }

  .footer-link.social {
    margin-left: auto;
    margin-right: auto;
  }

  .license-title {
    margin-bottom: 10px;
  }

  .page-title {
    margin-bottom: 30px;
    font-size: 9vw;
  }

  .password-title {
    margin-bottom: 40px;
  }

  .error-text {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .talk-section {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    padding-bottom: 80px;
  }

  .faq-section {
    padding-bottom: 80px;
  }

  .talk-left {
    max-width: 100%;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .talk-right {
    max-width: 100%;
  }

  .contact-title {
    padding-bottom: 40px;
  }

  .connect {
    margin-top: 20px;
  }

  .my-address {
    max-width: 100%;
    margin-top: 0;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .input {
    min-height: 50px;
    padding: 15px;
  }

  .textarea {
    padding: 15px;
  }

  .textarea.talk-textarea {
    min-height: 250px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
  }

  .dropdown-question {
    padding-right: 30px;
  }

  .review-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .client-name {
    font-size: 16px;
  }

  .client-avatar {
    width: 70px;
    height: 70px;
  }

  .review-lists {
    padding-bottom: 80px;
  }

  .form-data-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .form-button-wrapper {
    padding-top: 20px;
  }

  .select-field {
    min-height: 50px;
    padding: 15px;
  }

  .books-lists {
    padding-bottom: 80px;
  }

  .book-thumb {
    background-size: contain;
    min-height: 380px;
  }

  .book-info {
    padding: 10px;
  }

  .book-list-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .book-name {
    font-size: 18px;
  }

  .book-author {
    font-size: 14px;
  }

  .dark-hero {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .book-notes {
    padding-bottom: 80px;
  }

  .book-left {
    max-width: 300px;
    margin-bottom: 30px;
    margin-right: 0;
  }

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

  .book-cover {
    background-color: #12141d;
    background-size: contain;
    min-height: 380px;
  }

  .book-title {
    font-size: 30px;
  }

  .book-author-name {
    justify-content: center;
  }

  .book-top-left, .book-top-right, .book-info-text {
    text-align: center;
  }

  .blog-lists {
    padding-bottom: 80px;
  }

  .blog-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .featured-collection {
    margin-bottom: 30px;
  }

  .featured-thumb {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    max-width: 100%;
    min-height: 250px;
  }

  .featured-link {
    flex-wrap: wrap;
  }

  .featured-info {
    max-width: 100%;
    padding: 20px;
  }

  .featured-title {
    padding-bottom: 10px;
  }

  .blog-description {
    padding-bottom: 80px;
  }

  .details-page-title {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .my-work-wrapper {
    padding-bottom: 80px;
  }

  .work-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .work-thumb {
    min-height: 280px;
  }

  .work-info {
    padding: 15px;
  }

  .project-category {
    font-size: 14px;
  }

  .project-list-title {
    font-size: 18px;
  }

  .work-details {
    margin-bottom: 80px;
  }

  .about-hero-section {
    padding-bottom: 80px;
  }

  .about-page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-inside {
    flex-wrap: wrap;
  }

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

  .about-info {
    max-width: 100%;
  }

  .stats-section {
    padding-bottom: 80px;
  }

  .stats-inside {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .stats-box {
    border-bottom: 0 #0000001a;
    border-right-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .stats-box.last-stats {
    border-bottom-width: 0;
  }

  .stats-number {
    font-size: 12vw;
  }

  .stats-text {
    font-size: 4vw;
    line-height: 150%;
  }

  .experience-section {
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .experience-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .my-role-name {
    font-size: 18px;
  }

  .process-section, .talk-block {
    margin-bottom: 80px;
  }

  .process-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .process-box {
    text-align: center;
  }

  .process-info {
    text-align: center;
    padding-top: 20px;
  }

  .skill-section {
    padding-bottom: 80px;
  }

  .skill-icon {
    max-width: 80px;
  }

  .skill-title {
    font-size: 18px;
  }

  .skill-icon-wrap {
    min-height: 150px;
  }

  .awards-section {
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .award-name {
    font-size: 18px;
  }

  .hero-section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .about-me-section {
    padding-bottom: 80px;
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    display: block;
  }

  .about-left {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .about-right {
    max-width: 100%;
  }

  .about-title {
    margin-bottom: 10px;
  }

  .discover-work-section {
    padding-bottom: 80px;
  }

  .discover-work-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .articles-section {
    padding-bottom: 80px;
  }

  .articles-list {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .hero-left {
    max-width: 100%;
    min-height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-right {
    max-width: 100%;
  }

  .hero-emoji-wrap {
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 16px;
  }

  .emoji-text {
    width: 100%;
    max-width: 220px;
    margin-left: 0;
    padding-right: 10px;
  }

  .my-image {
    max-width: 60%;
    display: inline-block;
    overflow: scroll;
  }

  .hero-inside {
    flex-wrap: wrap;
  }

  .welcome-text {
    margin-left: 0;
    font-size: 42px;
  }

  .hero-name {
    text-align: center;
    margin-bottom: -15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 0;
    font-size: 38px;
    display: block;
  }

  .hero-title {
    text-align: center;
    margin: -14px 0 -30px;
    padding-top: 0;
  }

  .hero-small-text {
    text-align: center;
    margin-top: 40px;
    margin-left: -55px;
    margin-right: 0;
    padding-right: 0;
    font-size: 42px;
  }

  .hero-buttons {
    margin-top: 0;
    bottom: -35px;
    left: 15px;
  }

  .hero-tagline {
    margin-top: 28px;
    margin-bottom: 28px;
    font-size: 24px;
  }

  .green-circle {
    width: 120px;
    height: 120px;
    margin-top: 1px;
    font-size: 14px;
  }

  .transparent-circle {
    width: 100px;
    height: 100px;
    margin-left: -10px;
  }

  .image {
    display: none;
  }

  .image.mobile {
    min-width: 60vw;
    max-width: 60vw;
    display: block;
  }

  .image-2 {
    display: none;
  }

  .image-2.mobile {
    display: block;
  }

  .image-2.mobile.invert {
    filter: invert();
    display: block;
  }

  .text-block {
    font-size: 20px;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .industrie-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cookie-wrapper {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 7vw;
  }

  ul, ol {
    padding-left: 22px;
  }

  .page-wrapper {
    margin-bottom: 6vh;
    padding-bottom: 0;
  }

  .paragraph-list {
    padding-bottom: 30px;
  }

  .primary-button {
    min-width: 100%;
  }

  .logo {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .header-wrap {
    font-size: 100%;
  }

  .menus {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: stretch end;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .header-black {
    font-size: 16px;
    line-height: 100%;
  }

  .page-title {
    font-size: 9vw;
  }

  .text-field {
    min-height: 50px;
    padding: 15px;
  }

  .password-field {
    margin-bottom: 20px;
  }

  .error-message {
    margin-top: 20px;
  }

  .faq-section {
    padding-bottom: 0;
  }

  .contact-title, .contact-info {
    font-size: 5vw;
  }

  .connect {
    justify-content: flex-start;
  }

  .input {
    text-shadow: none;
  }

  .textarea.talk-textarea {
    padding-left: 5px;
  }

  .section-title {
    font-size: 7vw;
  }

  .drop-down {
    margin-left: 0;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
  }

  .dropdown-question {
    white-space: normal;
    width: 100%;
    max-width: 90%;
    padding-right: 0;
    font-size: 16px;
  }

  .select-field {
    color: var(--title);
    -webkit-text-stroke-width: 0px;
    text-indent: 0;
    text-shadow: none;
    border-radius: 4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .book-info {
    padding: 15px;
  }

  .blog-thumb {
    min-height: 200px;
  }

  .my-work-wrapper {
    padding-bottom: 6vh;
  }

  .work-thumb {
    min-height: 160px;
  }

  .project-category.blog {
    font-size: 5vw;
    line-height: 100%;
  }

  .project-list-title.blog {
    margin-bottom: 1vh;
    font-size: 8vw;
    line-height: 150%;
  }

  .about-hero-section, .stats-section {
    padding-bottom: 6vh;
  }

  .stats-number {
    font-size: 16vw;
  }

  .stats-text {
    font-size: 6vw;
  }

  .skill-lists {
    grid-template-columns: 1fr 1fr;
  }

  .skill-icon {
    aspect-ratio: 1;
    object-fit: contain;
    min-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .skill-title {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-section {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .discover-work-section {
    padding-bottom: 0;
  }

  .hero-right {
    flex-flow: column-reverse;
    width: 100%;
    margin-left: 0;
    padding-bottom: 80px;
    display: flex;
  }

  .emoji-text {
    text-align: left;
    max-width: 100%;
  }

  .my-image {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    overflow: scroll;
  }

  .hero-text {
    margin-top: 4vh;
  }

  .welcome-text {
    text-align: left;
    font-size: 7vw;
  }

  .hero-name {
    text-align: left;
    word-break: normal;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 7vw;
    font-weight: 400;
    line-height: 150%;
  }

  .hero-title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-small-text {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 150%;
  }

  .hero-buttons {
    bottom: -10%;
  }

  .hero-tagline {
    text-align: left;
    margin-top: 3vh;
    margin-bottom: 5vh;
    font-size: 5vw;
  }

  .transparent-circle {
    margin-top: -23px;
  }

  .image {
    min-width: 100%;
    max-width: 100%;
    line-height: 100%;
  }

  .image-2.mobile {
    min-width: 60vw;
    max-width: 60vw;
  }

  .text-block {
    overflow-wrap: normal;
    font-size: 20px;
  }

  .heading {
    font-size: 9vw;
  }

  .solutions_text {
    font-size: 5vw;
    line-height: 150%;
  }

  .list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-3 {
    align-self: flex-start;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .heading-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .industrie-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    font-size: 6vw;
    display: flex;
  }

  .bold-text-3 {
    margin-left: 0;
    font-size: 7vw;
  }

  .paragraph-2 {
    font-size: 5vw;
  }

  .recaptcha-2 {
    margin-top: 2vh;
  }

  .blog-text {
    margin-bottom: 0;
    font-size: 5vw;
    line-height: 135%;
  }

  .cookie-wrapper {
    border-style: solid none none;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .accept-button {
    text-align: center;
  }

  .preferences-wrapper {
    padding-top: 6vh;
  }

  .close {
    top: 2vh;
    right: 3vw;
  }

  .wrapper-checkbox {
    margin-top: 3vh;
    margin-bottom: 0;
  }

  .button-wrapper-preference {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    min-width: 100%;
    margin-top: 5vh;
  }

  .decline-button {
    text-align: center;
  }

  .cookie-wrapper-2 {
    padding: 3% 0%;
  }
}

#w-node-e805bc09-f8ce-db15-037d-53d6451a524d-f6e36969 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_35f7b718-f905-fc05-0f91-ea8316def7ec-16def7e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-e805bc09-f8ce-db15-037d-53d6451a524d-f6e36969 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


