@font-face {
  font-family: "Font awesome 5 free 400";
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made soulmaze personal use;
  src: url('../fonts/MADE-Soulmaze-Italic-PERSONAL-USE.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Made soulmaze outline personal use;
  src: url('../fonts/MADE-Soulmaze-Outline-Italic-PERSONAL-USE.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Made soulmaze personal use;
  src: url('../fonts/MADE-Soulmaze-PERSONAL-USE.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Made soulmaze outline personal use;
  src: url('../fonts/MADE-Soulmaze-Outline-PERSONAL-USE.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-600: #5f6570;
  --combine-library--white: white;
  --combine-library--grey-050: #f2f3f7;
  --black: black;
}

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

body {
  color: #1a1b1f;
  column-count: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 500px;
  margin: auto;
  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;
}

.hero-header {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: 500px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch center;
  place-items: center stretch;
  width: auto;
  max-width: 1140px;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.hero-header.about-end {
  display: none;
}

.hero-header.hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: 500px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

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

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

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

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

.heading-jumbo {
  float: none;
  clear: none;
  color: #61ab45;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 80px;
  display: flex;
  position: relative;
  top: 0;
}

.heading-jumbo.portfolioheading {
  direction: ltr;
  color: #000;
  text-align: center;
  letter-spacing: 26px;
  border-radius: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 30px;
  font-size: 96px;
  display: flex;
  position: static;
}

.heading-jumbo.h1uppertop {
  color: #fff;
  font-family: Made soulmaze outline personal use, sans-serif;
}

.heading-jumbo.h1lower {
  font-family: Made soulmaze personal use, sans-serif;
}

.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-light {
  opacity: .6;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 17px;
}

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

.paragraph-light.responsibilities {
  padding-top: 20px;
  font-weight: 700;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff0;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.cc-contact {
  padding: 4rem 2rem;
  background: linear-gradient(to right, #f8f8f8, #ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact {
  max-width: 900px;
  width: 100%;
  background-color: #ffffff;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.contact:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.contact-headline h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.paragraph-light {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2rem;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.contact-form-grid > div:nth-child(3) {
  grid-column: span 2;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
}

.text-field {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  transition: border-color 0.2s;
}

.text-field:focus {
  border-color: #0073e6;
  outline: none;
}

.button.w-button {
  margin-top: 1.5rem;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  background-color: #0073e6;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button.w-button:hover {
  background-color: #005bb5;
}

.status-message {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 500;
}

.cc-success-message {
  background-color: #e6f7e6;
  color: #2e7d32;
}

.cc-error-message {
  background-color: #fdecea;
  color: #c62828;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact {
    padding: 2rem;
  }
}


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

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.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: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

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

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

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

.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: 17px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #60a945;
  font-size: 17px;
  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;
  font-size: 16px;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px 10px;
  display: block;
}

.logo-image {
  width: 350px;
  height: auto;
  display: block;
}

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

.intro-wrap {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin: 100px auto 140px;
  display: flex;
}

.intro-wrap.backup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  display: block;
}

.intro-wrap.backup.experiment {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.intro-wrap.top {
  z-index: 2;
  font-family: Made soulmaze outline personal use, sans-serif;
  position: absolute;
}

.intro-wrap.bottom {
  z-index: 0;
  position: absolute;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.work-description {
  z-index: 200;
  clear: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

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

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / minmax(200px, 1.5fr) 1fr 1.5fr;
  width: 1600px;
  margin: 56px auto 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  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;
  height: 460px;
  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/Coffee_Mug.webp');
  background-size: cover;
  height: 600px;
  position: relative;
}

.work-image.cc-work-2 {
  background-image: url('../images/ID_CARD_MOCKUP.webp');
  background-size: cover;
  height: 600px;
}

.work-image.cc-work-4 {
  background-image: url('../images/Pasha_Rizwan_ShopSign_Mockup.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 600px;
}

.work-image.cc-work-3 {
  background-image: url('../images/Beer_Mock_Set1.webp');
  background-size: cover;
  height: 600px;
}

.work-image.cc-work-3.cc-work-5 {
  background-image: url('../images/Business-Card-Mockup.webp');
}

.work-image.cc-work-3.cc-work-6 {
  background-image: url('../images/Mockup.webp');
}

.work-image.cc-work-3.cc-work-6.cc-work-7 {
  background-image: url('../images/Pasha_Rizwan_mockup_Box1.webp');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 900px;
  height: 600px;
}

.work-image.cc-work-3.cc-work-8 {
  background-image: url('../images/Free-Logo-Branding-Mockup-PSD.webp');
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  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;
}

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

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

.text-field::placeholder {
  color: #32343a66;
}

.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 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.contact-headline {
  box-sizing: border-box;
  align-self: flex-start;
  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;
  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 {
  width: auto;
  height: auto;
  margin-top: -2px;
  margin-right: 8px;
}

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

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

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

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

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

.about-head-text-wrap {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.hi-there-heading {
  color: #60a945;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.hi-there-heading.subheadcareer {
  color: #535353;
}

.service-name-text {
  opacity: .6;
  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;
  flex-direction: row;
  grid-template: ". ."
  / 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 140px;
  display: flex;
}

.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 {
  text-align: center;
  width: 70%;
  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 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  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: flex;
}

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

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

.div-block {
  width: 800px;
}

.container-2 {
  display: inline;
}

.div-block-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-2.modal-project1 {
  z-index: 999;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-2.modal-project2 {
  display: none;
}

.work-images {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.project-headline {
  margin: 20px 20px 0;
  padding-top: 10px;
}

.project-paragraph {
  padding: 20px 30px;
}

.paragraph-textblock {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
}

.modal-background {
  z-index: -1;
  background-color: #767070f7;
  width: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.modal-background.modals {
  background-color: #0000;
  height: auto;
  display: block;
  position: static;
  overflow: visible;
}

.modal-page {
  z-index: 999;
  float: none;
  clear: none;
  background-color: #fff;
  border: 1px solid #bab6b6;
  border-radius: 40px;
  width: 1600px;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modal-page.modal-page2 {
  display: none;
}

.modal-page.chickpz {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.modal-page.travellers {
  display: block;
}

.modal-page.brain {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.modal-image {
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
}

.project1 {
  position: relative;
}

.div-block-4 {
  z-index: 999;
  float: none;
  clear: none;
  color: #98989b;
  text-align: right;
  cursor: pointer;
  object-fit: cover;
  background-color: #e2dede;
  border-radius: 40px 40px 0 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 20px 20px 0;
  font-family: Droid Sans, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: block;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-4:hover {
  background-color: #050505;
}

.div-block-5 {
  z-index: -1;
  float: none;
  clear: none;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 0;
  margin-top: 100px;
  padding: 41px 20px 20px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.heading {
  margin-top: 10px;
}

.columns {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.image {
  margin-bottom: 0;
  padding: 0;
}

.text-block {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.text-block-2 {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-right: 10px;
}

.modal {
  z-index: 999;
  background-color: #fff;
  border-radius: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1600px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
}

.modal.project1 {
  z-index: 1033;
  margin-bottom: 10px;
  display: none;
}

.modal.project2, .modal.project3, .modal.project4, .modal.project5, .modal.project6, .modal.project7, .modal.project8 {
  z-index: 1000;
  display: none;
}

.modal-content {
  z-index: 998;
  float: none;
  clear: none;
  object-fit: fill;
  background-color: #fff;
  justify-content: space-around;
  align-items: baseline;
  width: 1600px;
  height: 90%;
  margin: 76px auto 20px;
  padding: 40px 20px 20px;
  display: block;
  position: static;
  inset: 0%;
  overflow: scroll;
}

.modal-top-bar {
  z-index: 999;
  float: right;
  clear: left;
  object-fit: contain;
  background-color: #e6e0e0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 1600px;
  margin: 20px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.project-heading {
  margin-bottom: 10px;
  font-weight: 600;
}

.project-heading.challenge {
  margin-top: 20px;
}

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

.modals {
  display: block;
  position: relative;
}

.text-block-3 {
  float: right;
  clear: both;
  color: #999;
  text-align: right;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 20px 20px 10px;
  font-size: 31px;
  font-weight: 600;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
}

.text-block-3:hover {
  color: #3c3d3f;
}

.modal-top-name {
  color: #5d616d;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  font-weight: 600;
}

.image-3 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.text-span {
  color: #8b8b8c;
  letter-spacing: 20px;
  text-transform: uppercase;
  font-size: 19px;
}

.columns-2 {
  border-bottom: 2px dashed #0003;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.columns-3 {
  border-bottom: 2px dashed #0003;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

._2-cols-modal {
  border: 1px #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.image-4 {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5, .image-6 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-block-4.problem-solved {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.tabs-content {
  margin-left: auto;
  display: none;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  display: flex;
}

.tab-link-tab-1 {
  text-align: center;
  background-color: #0000;
  margin-right: 20px;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  border-bottom: 2px solid #000;
  margin-right: 20px;
}

.tab-link-tab-2 {
  background-color: #0000;
  margin-right: 20px;
}

.tab-link-tab-2.w--current {
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #000;
}

.tab-link-tab-3 {
  text-align: center;
  background-color: #0000;
  margin-right: 20px;
}

.tab-link-tab-3.w--current {
  background-color: #0000;
  border-bottom: 2px solid #000;
  margin-right: 20px;
}

.tabs {
  background-color: #e7e7e7;
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.image-7, .image-8, .image-9 {
  width: 100%;
}

.tab-pane-tab-3 {
  background-color: #0000;
}

.image-10 {
  width: 100%;
}

.image-11 {
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph {
  margin-bottom: 30px;
  padding-right: 40px;
}

.image-12 {
  width: auto;
  padding-right: 10px;
}

.column {
  z-index: 38;
  background-color: #ddd;
  position: sticky;
}

.image-13, .image-14 {
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-2 {
  margin-bottom: 60px;
}

.image-15 {
  border-bottom: 2px #000;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-6, .div-block-7 {
  border-bottom: 1px dashed #0003;
  border-radius: 2px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.paragraph-3 {
  margin-bottom: 40px;
}

.prep-work-caption {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.image-16, .image-17 {
  border: 1px solid #000;
  padding: 20px;
}

.columns-4 {
  border-bottom: 2px dashed #0003;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

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

.div-block-8.prep-work-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.columns-5 {
  width: 1400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-18 {
  margin-bottom: 20px;
}

.image-19 {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.columns-6 {
  text-align: center;
  margin-bottom: 20px;
}

.heading-2 {
  text-align: center;
  margin-bottom: 10px;
}

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

.div-block-9.modal-2cols {
  border-bottom: 2px dashed #0003;
  margin-top: 20px;
  padding-top: 20px;
}

.paragraph-4 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.image-20 {
  padding-right: 10px;
}

.heading-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-weight: 600;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.column-2 {
  height: 650px;
  display: flex;
}

.div-block-10 {
  border-bottom: 2px dashed #0003;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.columns-7 {
  margin-top: 18px;
  margin-bottom: 30px;
}

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

.image-21 {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-3, .column-4, .column-5 {
  border: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.heading-4 {
  text-align: center;
  margin-top: 20px;
  font-size: 23px;
}

.div-block-11 {
  border-bottom: 2px dashed #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-7 {
  text-align: center;
}

.columns-8 {
  justify-content: center;
  align-items: center;
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.image-22 {
  border: 1px #000;
  border-right-style: solid;
  padding-right: 10px;
}

.image-23 {
  padding-right: 10px;
}

.image-24 {
  border-left: 1px solid #000;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-5 {
  font-weight: 600;
}

.tab-pane-tab-2 {
  padding: 10px;
}

.column-7 {
  border: 1px #000;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

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

.image-25 {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.text-block-6 {
  letter-spacing: normal;
}

.image-26 {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.image-27 {
  margin-left: auto;
  margin-right: auto;
}

.columns-10 {
  border: 5px #000;
  padding-left: 20px;
  padding-right: 20px;
}

.columns-11 {
  margin-top: 10px;
  padding: 5px 10px;
}

.link {
  border: 1px solid #236dff;
  font-weight: 600;
  display: inline-block;
}

.travellers-copy {
  font-size: 17px;
}

.column-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.columns-12 {
  flex-direction: row;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.heading-7, .heading-8 {
  margin-top: 20px;
  padding-top: 20px;
}

.column-10 {
  height: 200px;
  display: inline-block;
}

.column-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-13, .columns-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-15 {
  width: auto;
  margin-top: 20px;
  display: inline-block;
}

.text-block-7 {
  text-align: center;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 33px;
}

.column-12 {
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 40px 10px 0;
  display: block;
}

.column-13, .column-14, .column-15 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-2 {
  cursor: pointer;
  font-family: "Font awesome 5 brands 400", sans-serif;
  text-decoration: none;
}

.link-3 {
  cursor: pointer;
  text-decoration: none;
}

.link-4, .link-5 {
  text-decoration: none;
}

.image-29 {
  height: auto;
}

.image-30 {
  z-index: 1;
  width: 550px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-bottom: 20px;
  position: absolute;
}

.text-span-2 {
  color: #000;
  flex: 1;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.slide {
  background-image: url('../images/PC_Screen.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
}

.slider {
  height: 900px;
}

.image-31 {
  margin: auto;
  padding-top: 14px;
  display: block;
}

.container-3 {
  background-image: url('../images/PC_Screen.webp');
  background-position: 50%;
  background-size: cover;
  height: 1080px;
  padding-right: 0;
}

.website-mockup {
  background-image: url('../images/PC_Screen_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 1056px;
  margin: auto;
  padding-top: 0;
  padding-bottom: 195px;
  display: block;
  overflow: hidden;
}

.website-mockup.website-mockup-2 {
  padding-bottom: 0;
  display: none;
}

.website-mockup.screen1 {
  margin-bottom: 20px;
  display: none;
}

.website-mockup.screen-cell-1 {
  background-image: url('../images/Cell_Phone_Screen.jpg');
  display: none;
}

.div-block-14 {
  float: none;
  background-color: #f1f1f100;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 887px;
  height: 500px;
  margin: 187px auto auto 157px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-14.website-cell {
  border-radius: 0;
  width: 354px;
  height: 785px;
  margin-top: 182px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
}

.image-32 {
  overflow: hidden;
}

.slider-2 {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 517px;
  margin-top: 0;
  margin-bottom: auto;
  margin-right: 2px;
  padding-bottom: 0;
  display: block;
  overflow: scroll;
}

.slider-2.slider-cafe {
  height: 701px;
}

.slide-2 {
  background-image: url('../images/Screen_Capture.webp');
  background-position: 50% 72%;
  background-size: cover;
  height: 4352px;
  margin-top: -14px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: hidden;
}

.slide-2.slide-camp {
  background-image: url('../images/Screen_Capture_2.webp');
  height: 2500px;
  margin-top: auto;
}

.slide-2.slide2-cell-cafe {
  background-image: none;
  padding-right: 0;
}

.slide-3 {
  background-image: url('../images/Screen_Capture_2.webp');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  height: 3900px;
  padding-bottom: 0;
  overflow: hidden;
}

.slide-nav {
  z-index: 5;
  background-color: #0000;
  margin-top: 10px;
  display: none;
  position: sticky;
  inset: 0% 0% -85px;
  overflow: visible;
}

.icon {
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  position: static;
}

.left-arrow {
  object-fit: fill;
  height: 500px;
  display: none;
  inset: 0% auto auto 0%;
}

.right-arrow {
  display: none;
}

.mask {
  height: 2550px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 9px;
  overflow: hidden;
}

.mask.mask-cafe {
  height: 4243px;
}

.mask.mask-cafe.mask-cafe-cell {
  background-image: url('../images/butter-mobile.webp');
  background-position: 50%;
  background-size: contain;
  height: 3000px;
}

.mask.mask-camp {
  height: 2480px;
}

.heading-9 {
  text-transform: uppercase;
}

.name-heading {
  clear: none;
  text-align: center;
  text-transform: uppercase;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  font-family: Made soulmaze personal use, sans-serif;
  font-size: 70px;
  display: block;
}

.tagline-heading {
  text-align: center;
  letter-spacing: 12px;
  flex: 0 auto;
  font-size: 25px;
  display: block;
}

.div-block-15 {
  clear: none;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bio-paragraph {
  outline-offset: -298px;
  text-align: center;
  border: 1px #000;
  outline: 1px #1a1b1f;
  width: 75%;
  margin: -177px auto auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
  display: none;
  transform: translate(0, 300px);
}

.lottie-animation {
  z-index: 0;
  clear: none;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 1000px;
  margin: -85px 0 0;
  padding: 0;
  display: block;
  position: absolute;
}

.text-block-8 {
  color: #676868c2;
  white-space: normal;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 151px;
  font-weight: 900;
  line-height: 37px;
}

.text-block-8.chevron-left {
  transition: all .325s;
  transform: translate(0);
}

.text-block-8.chevron-left:hover {
  transform: none;
}

.text-block-8.chevron-left.chevron-right {
  transform-style: preserve-3d;
  transition-property: none;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-block-8.chevron-left.chevron-right:hover {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.icon-controls {
  z-index: 4;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 80%;
  height: 9%;
  margin: auto;
  font-size: 17px;
  display: none;
  position: relative;
  top: 500px;
}

.div-block-16 {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tabs-2 {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  padding-top: 20px;
  display: block;
}

.tabs-menu-2 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Made soulmaze personal use, sans-serif;
  font-size: 17px;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: #ffffff45;
}

.tab-link-tab-1-2:hover {
  color: #fff;
  background-color: #61ab45;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  background-color: #1f1f1f;
}

.tab-link-tab-1-2.w--current:hover {
  background-color: #61ab45;
}

.tab-link-tab-2-2 {
  background-color: #fff;
}

.tab-link-tab-2-2:hover {
  color: #fff;
  background-color: #61ab45;
}

.tab-link-tab-2-2.w--current {
  color: #fff;
  background-color: #1f1f1f;
}

.tab-link-tab-2-2.w--current:hover {
  background-color: #1f1f1f;
}

.tab-link-tab-3-2 {
  background-color: #fff0;
  display: block;
}

.tab-link-tab-3-2:hover {
  color: #fff;
  background-color: #61ab45;
}

.tab-link-tab-3-2.w--current {
  color: #fff;
  background-color: #1f1f1f;
  display: block;
}

.tab-link-tab-4 {
  color: #222;
  background-color: #2220;
}

.tab-link-tab-4:hover {
  color: #fff;
  background-color: #61ab45;
}

.tab-link-tab-4.w--current, .tab-link-tab-4.w--current:hover {
  color: #fff;
  background-color: #1f1f1f;
}

.tab-pane-tab-2-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-bottom: 40px;
  transform: translate(0);
}

.container-4 {
  display: inline;
}

.image-33 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.lottie-animation-2 {
  z-index: 0;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  height: 900px;
  margin-top: 20px;
  margin-bottom: auto;
  display: none;
  position: absolute;
  overflow: hidden;
}

.div-block-17.about-list {
  display: block;
}

.image-35 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  list-style-type: disc;
  display: block;
}

.tab-link-tab-5 {
  color: #050505;
  background-color: #0000;
}

.tab-link-tab-5.w--current {
  color: #fff;
  background-color: #000;
}

.tab-link-tab-5.w--current:hover {
  color: #fff;
  background-color: #61ab45;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  background-color: #141414;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.portfolio-cols-elx {
  padding: 20px;
}

.portfolio-cols-elx.elx-vid1 {
  background-color: #c1e507;
  height: 100%;
}

.portfolio-cols-elx.elx-vid2 {
  background-color: #f7bf06;
}

.portfolio-cols-elx.elx-vid3 {
  background-color: #050000;
}

.portfolio-cols-elx.elx-vid4 {
  background-color: #df2c42;
}

.portfolio-cols-elx.elx-vid5 {
  background-color: #c7cfbe;
}

.portfolio-cols-elx.elx-vid6 {
  background-color: #c0e1e2;
}

.portfolio-cols-elx.elx-vid7 {
  background-color: #454a52;
}

.portfolio-cols-elx.elx-vid8 {
  background-color: #eeb814;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.elemex-work {
  float: none;
  clear: none;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.elx-gif-ads {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px;
  display: block;
}

.heading-10 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ceramitex-vid-text {
  color: #fff;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.column-18 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 0%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: fixed;
}

.des-mar {
  display: block;
}

.des-mar-text {
  align-self: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.video {
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.container-5 {
  display: block;
}

.elemx-work {
  border-bottom: 1px dashed #0000002e;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 20px;
  display: flex;
}

.elemx-work.elemx-work-even {
  background-color: #00000014;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.des-mar-title {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: 700;
}

.elemex-text-col {
  clear: none;
  flex: 1;
  align-self: center;
  max-width: 30%;
}

.elemex-vid-col {
  flex: 1;
}

.text-span-3 {
  font-size: 41px;
}

.image-36 {
  flex: 0 auto;
  align-self: flex-end;
}

.ui-cols {
  cursor: pointer;
  border: 1px solid #00000040;
  flex: 0 auto;
  padding: 20px;
  text-decoration: none;
  display: block;
}

.image-39 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.ui-col-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
}

.ui-col-heading:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.ui-thumnail-text {
  text-align: center;
  line-height: 22px;
}

.ui-section {
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.link-block, .link-block-2, .link-block-3 {
  text-decoration: none;
}

.columns-16 {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-19 {
  border: 1px solid #0003;
  padding: 20px 10px;
  display: block;
}

.image-40, .image-41 {
  margin-top: 0;
  padding: 20px 10px;
}

.column-20 {
  border: 1px solid #0003;
}

.image-42, .image-43 {
  margin-top: 0;
  padding: 20px;
}

.channer-text-col {
  padding-right: 20px;
  display: block;
}

.text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-14 {
  float: none;
  clear: none;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  outline: 3px #1a1b1f;
  flex-flow: row;
  flex: none;
  order: 1;
  place-content: flex-start center;
  align-self: center;
  align-items: center;
  margin: auto 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-pane-tab-5 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-19 {
  background-color: #61ab45;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.tab-pane-tab-4 {
  background-color: #ececec;
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-22 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.column-23 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.image-44, .image-45, .image-46, .image-47, .image-48, .image-49 {
  margin-top: 0;
}

.column-24 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.column-25 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.container-6 {
  margin-bottom: 20px;
}

.image-50, .image-51 {
  margin-top: 0;
  margin-bottom: 10px;
}

.image-52 {
  margin-top: 0;
}

.container-7, .container-8 {
  margin-bottom: 20px;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start end;
  place-items: center;
  width: 100%;
  padding: 20px;
  display: grid;
  position: static;
}

.image-53 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-54 {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-55 {
  margin-top: 10px;
  padding-top: 10px;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

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

.lightbox-link-3 {
  box-sizing: border-box;
  clear: none;
  flex: 0 auto;
}

.lightbox-link-4 {
  box-sizing: content-box;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.heading-11 {
  text-transform: none;
  white-space: normal;
  border: 1px #000;
  text-decoration: none;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  margin: 20px;
  padding-top: 10px;
  display: grid;
}

.grid-5 {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-around center;
  align-items: flex-start;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.lightbox-link-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: var(--white);
  opacity: 1;
  word-break: normal;
  object-fit: contain;
  background-image: linear-gradient(#c2c0c040, #c2c0c040);
  border: 1px #000;
  border-radius: 25px;
  flex: 1;
  order: 0;
  align-self: flex-start;
  min-width: 320px;
  height: 720px;
  margin: 10px 10px 20px;
  padding: 20px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.image-56 {
  float: none;
  clear: none;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-57, .image-58, .image-59 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-for-3d {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  display: flex;
}

.paragraph-8 {
  font-size: 14px;
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  text-align: center;
  line-height: 20px;
}

.heading-13 {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  display: block;
}

.paragraph-13 {
  box-sizing: border-box;
  text-align: center;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 19px;
  display: block;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 90%;
  height: 100%;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: grid;
}

.text-span-4 {
  color: #050505;
  text-align: right;
}

.lightbox-link-6 {
  height: auto;
  margin-left: 20px;
}

._3d-img-box {
  flex: 0 auto;
  width: auto;
  margin: 0;
  display: block;
}

.grid-3d {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-4 {
  display: block;
}

.lightbox-marketing-videos {
  overflow-wrap: normal;
  flex: 1;
  align-self: flex-start;
  margin: 20px 10px;
  text-decoration: none;
}

.section-5 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-60, .image-61, .image-62, .image-63 {
  margin-left: auto;
  margin-right: auto;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library--primary-600);
}

.combine-text-size-small {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-color-grey {
  color: var(--combine-library--grey-600);
}

.combine-heading-style-h5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog3_date {
  color: var(--combine-library--grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog3_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.combine-blog3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-blog3_label {
  z-index: 2;
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 4rem;
  margin-top: .75rem;
  margin-left: .75rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  inset: 0% auto auto 0%;
}

.combine-blog3_image-wrapper {
  width: 100%;
  min-width: 12rem;
  min-height: 15rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog3_item {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 1.25rem;
  flex-direction: row;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, color .25s;
  display: flex;
  overflow: hidden;
}

.combine-blog3_item:hover {
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px #8c94a533;
}

.combine-blog3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-container-large {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-space-large {
  height: 4rem;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_blog3 {
  background-color: var(--combine-library--grey-050);
}

.animation-box {
  box-sizing: border-box;
  background-color: var(--combine-library--grey-050);
  object-fit: fill;
  border: 1px #ffffff29;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 10px;
  padding-left: 0;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.grid-6 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.section-6 {
  box-sizing: content-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  align-self: flex-end;
  place-items: center;
  width: auto;
  margin: 20px 0;
  padding: 20px;
  display: grid;
  position: static;
}

.animation-box-inside {
  box-sizing: border-box;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--combine-library--grey-050);
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  outline: 3px #1a1b1f;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  align-self: center;
  place-items: center stretch;
  height: auto;
  margin-top: 10px;
  padding: 10px 10px 0;
  display: flex;
}

.video-2 {
  box-sizing: border-box;
  object-fit: cover;
  align-self: center;
  width: auto;
  display: none;
}

.animation-box-inside2 {
  -webkit-text-fill-color: inherit;
  background-color: #fcbc0c;
  background-clip: padding-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 450px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  display: flex;
}

.text-block-15 {
  color: #80828b;
  text-align: center;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.heading-14 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.animation-box-inside3 {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 0 20px 20px 0;
  width: 30%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.animation-box-inside4 {
  -webkit-text-fill-color: inherit;
  background-color: #c1e507;
  background-clip: padding-box;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.animation-box-inside5 {
  -webkit-text-fill-color: inherit;
  background-color: #df2c42;
  background-clip: padding-box;
  border-radius: 0 20px 20px 0;
  width: 30%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.animation-box-inside_black {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.animation-box-insidered {
  -webkit-text-fill-color: inherit;
  background-color: #df2c42;
  background-clip: padding-box;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.heading-for-sections {
  text-align: left;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
}

.paragraph-3d-work {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}

.text-span-5 {
  color: var(--black);
  text-align: left;
  line-height: 19.5px;
}

.brochure-cols {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  width: 100%;
  height: 500px;
  padding: 0;
}

.print_ad-cols {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 500px;
  padding: 0;
}

.print-section-cols {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.print-section {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}

.magazine-photo {
  box-sizing: content-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.lightbox-link-7 {
  width: 100%;
  height: 100%;
  display: none;
}

.slider-3 {
  box-sizing: border-box;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.magazine-slider-img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.slide-nav-2 {
  display: none;
}

.mask-2 {
  box-sizing: content-box;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  overflow: hidden;
}

.slide-4 {
  box-sizing: content-box;
  aspect-ratio: 1;
  vertical-align: sub;
  object-fit: cover;
  width: auto;
  height: auto;
  overflow: clip;
}

.text-span-6 {
  color: #6a6b6d;
}

.slider-4 {
  width: 100%;
  height: 100%;
}

.slide-nav-3 {
  display: none;
}

.print-heading {
  font-weight: 700;
}

.print-body {
  color: #fcfcff;
}

.cell-3 {
  background-color: #5fab46;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.cell-4 {
  background-color: #1f1f1f;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-7 {
  color: #5fab46;
}

.cell-5 {
  background-color: #1f1f1f;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-6 {
  background-color: #5fab46;
  justify-content: center;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-64 {
  margin-top: 0;
  margin-bottom: 0;
}

.print-grid-cols {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.print-grid-cols-2 {
  margin: 5px;
}

.print-grid-col-left {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.print-grid-column-right {
  background-color: #5f3d3d;
  height: 100%;
  padding: 20px;
  display: block;
}

.slider-5 {
  width: 100%;
  height: 100%;
}

.slide-nav-4 {
  display: none;
}

.image-65 {
  min-width: 500px;
  overflow: clip;
}

.column-26 {
  background-color: #7f5e5e;
  height: 100%;
  padding: 20px;
  display: block;
}

.column-27 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.columns-18 {
  height: 500px;
}

.print-2-cols {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #61ab45;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: auto 0;
  padding: 20px 0;
  display: flex;
}

.print-2-cols.alcotex-col {
  background-color: #2a2b2a;
  width: auto;
  margin-left: 0;
}

.print-2-cols.print-ad1 {
  background-color: #2a2b2a;
  width: auto;
}

.print-2-cols.print-ad-2 {
  width: auto;
}

.print-content-cols-left {
  background-color: #9c3f3f;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 66.666%;
  height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.print-content-cols-left.print-op-info {
  width: 50%;
}

.image-66 {
  width: 100%;
  height: 500px;
}

.slider-6 {
  width: 100%;
  height: 400px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.slide-nav-5 {
  display: none;
}

.heading-16 {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 20px 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-15 {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px 20px;
  line-height: 19px;
}

.slide-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.image-67 {
  width: auto;
  height: auto;
  display: block;
}

.mask-3 {
  margin-top: auto;
  margin-bottom: auto;
}

.image-68 {
  box-sizing: border-box;
  flex: 1;
  align-self: center;
  width: auto;
  height: auto;
}

.print-section-row {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 20px 0;
  display: flex;
}

.column-28 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.heading-17 {
  color: #fff;
  padding-left: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-16 {
  color: #fff;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 19.5px;
}

.lightbox-link-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: grid;
}

.portfolio-image {
  height: auto;
}

.section-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #d4d4d4;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  align-items: center;
  width: 90%;
  height: auto;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px;
  display: block;
}

.image-70, .image-71, .image-72, .image-73 {
  width: 80%;
  height: auto;
  padding-top: 10px;
}

._3d-work-paragraph {
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  line-height: 20px;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: grid;
}

.div-block-21._3d-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: auto;
}

.div-block-22 {
  background-color: #f2f3f7;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-for-print {
  font-size: 60px;
  font-weight: 700;
}

.grid-8 {
  grid-template: "."
                 "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-74 {
  width: auto;
  height: auto;
}

.spline-scene {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

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

  .hero-header {
    grid-column-gap: 16px;
    grid-row-gap: 91px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: 500px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    display: block;
  }

  .heading-jumbo {
    text-align: center;
    font-size: 56px;
    line-height: 70px;
    display: block;
  }

  .section {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    height: auto;
    display: block;
  }


  .button {
    justify-content: center;
  }

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

  .menu-icon {
    width: auto;
    height: auto;
    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: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .logo-image {
    margin-left: 0;
  }

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

  .intro-wrap.backup {
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .intro-wrap.backup.experiment {
    flex: 1;
    width: auto;
    height: 520px;
    margin-left: auto;
    display: block;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .work-position-wrap {
    text-align: center;
  }

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

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

  .work-image.cc-work-1, .work-image.cc-work-2, .work-image.cc-work-4, .work-image.cc-work-3, .work-image.cc-work-3.cc-work-6.cc-work-7 {
    height: 550px;
  }

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

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

  .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 {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: row;
    grid-template: "."
                   "."
                   / 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

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

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

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

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

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

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

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

  .modal-page.chickpz, .modal-page.travellers, .modal-page.brain {
    width: 600px;
  }

  .project1 {
    flex: 0 auto;
    align-self: stretch;
  }

  .modal.project1 {
    width: auto;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .modal.project2, .modal.project3, .modal.project4, .modal.project5, .modal.project6 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
  }

  .modal.project7, .modal.project8 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-content {
    float: right;
    width: auto;
    margin-top: -21px;
  }

  .modal-top-bar {
    z-index: 1005;
    float: none;
    clear: none;
    width: auto;
    display: block;
    position: static;
    overflow: hidden;
  }

  .modals {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal-top-name {
    font-size: 22px;
  }

  .text-span {
    letter-spacing: 3px;
    font-size: 15px;
    line-height: 10px;
  }

  .image-4 {
    width: auto;
  }

  .tabs-menu {
    text-align: center;
    margin-left: 0;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current, .tab-link-tab-3 {
    margin-right: 20px;
  }

  .tabs {
    width: 100%;
  }

  .image-8, .image-9 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-10, .columns-5, .image-18 {
    width: auto;
  }

  .column-3, .column-4, .column-5 {
    border-style: none;
    border-width: 0;
  }

  .columns-8 {
    width: auto;
  }

  .image-22 {
    border-style: none;
    border-width: 0;
  }

  .image-24 {
    border: 1px #000;
  }

  .column-6 {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(500px, 5fr) .25fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: flex;
  }

  .columns-9 {
    float: none;
    clear: none;
    object-fit: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .column-7 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .modal-cols {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-15 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-12 {
    padding-right: 10px;
  }

  .image-29 {
    width: 200px;
  }

  .div-block-12 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

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

  .website-mockup.screen1 {
    background-repeat: repeat-x;
    background-size: contain;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 768px;
    display: none;
  }

  .website-mockup.screen-cell-1 {
    background-repeat: repeat;
    background-size: cover;
    width: 700px;
    height: 750px;
    display: none;
  }

  .div-block-14 {
    width: 490px;
    height: 281px;
    margin-top: 339px;
    margin-left: auto;
    display: block;
  }

  .div-block-14.website-cell {
    justify-content: center;
    align-items: flex-end;
    width: 262px;
    height: 769px;
    margin-top: 121px;
    padding-right: 13px;
    display: block;
  }

  .slider-2 {
    height: 275px;
  }

  .slider-2.slider-cafe {
    object-position: 50% 50%;
    height: 510px;
  }

  .slide-2 {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: auto;
    height: 4050px;
  }

  .slide-2.slide2-cell-cafe {
    overflow: hidden;
  }

  .mask.mask-cafe {
    height: 4000px;
  }

  .mask.mask-cafe.mask-cafe-cell {
    background-position: 50% 0;
    background-size: cover;
    height: 2150px;
    overflow: hidden;
  }

  .name-heading {
    font-size: 45px;
  }

  .tagline-heading {
    font-size: 20px;
  }

  .div-block-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bio-paragraph {
    display: none;
  }

  .text-block-8.chevron-left {
    color: #6768683b;
    font-size: 100px;
  }

  .icon-controls {
    width: 95%;
    font-size: 16px;
    display: none;
  }

  .tabs-menu-2 {
    font-size: 16px;
  }

  .tab-link-tab-1-2, .tab-link-tab-2-2.w--current, .tab-link-tab-3-2, .tab-link-tab-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-16 {
    margin-bottom: 20px;
  }

  .column-17 {
    margin-bottom: 40px;
  }

  .lottie-animation-2 {
    flex: 1;
    height: 500px;
    margin-top: 220px;
    padding-top: 10px;
    display: none;
  }

  .div-block-17 {
    flex-direction: column;
    flex: 1;
    display: none;
  }

  .div-block-18 {
    flex: 1;
    display: none;
  }

  .lightbox-link {
    float: none;
    clear: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .elx-gif-ads, .elemx-work {
    display: block;
  }

  .des-mar-title {
    text-align: center;
  }

  .elemex-text-col {
    max-width: 100%;
  }

  .image-36 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .image-37 {
    margin: 0 auto 10px;
    padding-top: 10px;
  }

  .image-38 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ui-cols {
    display: inline-block;
  }

  .ui-section {
    display: block;
  }

  .link-block, .link-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .columns-16, .channer-text-col {
    display: block;
  }

  .columns-17 {
    display: inline-block;
  }

  .column-21 {
    display: block;
  }

  .div-block-19 {
    display: none;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-5 {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .heading-for-3d {
    text-align: center;
    display: block;
  }

  .section-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: block;
  }

  ._3d-img-box {
    flex: 0 auto;
    width: 45%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .grid-3d {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-blog3_content {
    justify-content: center;
  }

  .combine-blog3_image-wrapper {
    max-width: 15rem;
  }

  .combine-blog3_component {
    grid-template-columns: 1fr;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .animation-box {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .section-6 {
    box-sizing: content-box;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .animation-box-inside2 {
    width: auto;
  }

  .heading-for-sections {
    text-align: center;
  }

  .paragraph-3d-work {
    text-align: center;
    width: 75%;
    margin-bottom: 20px;
    margin-left: auto;
    line-height: 22px;
  }

  .text-span-5 {
    text-align: center;
  }

  .magazine-photo {
    height: 25%;
  }

  .print-2-cols {
    flex-flow: wrap;
    flex: 0 auto;
    place-content: center flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 5px;
    display: flex;
  }

  .image-68 {
    padding-right: 20px;
  }

  .print-section-row {
    flex-flow: wrap;
    margin: 0 10px;
  }

  .column-28 {
    padding-left: 0;
    display: flex;
  }

  .section-7 {
    display: block;
  }

  .portfolio-image {
    height: auto;
  }

  .section-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    display: flex;
  }

  ._3d-work-paragraph {
    text-align: center;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-22 {
    background-color: #f2f3f700;
    order: -1;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-9 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .text-span-8 {
    text-align: center;
    font-size: 60px;
  }

  .heading-for-print {
    text-align: center;
    font-weight: 700;
  }

  .spline-scene {
    width: 50%;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .hero-subhead {
    text-align: center;
  }
}

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

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

  .hero-header {
    text-align: center;
    height: 100%;
  }

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

  .paragraph-light {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .paragraph-light.responsibilities {
    margin-top: 20px;
  }

  .section {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

 

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

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

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    width: 300px;
    margin-left: 0;
  }

  .intro-wrap.backup {
    display: block;
  }

  .intro-wrap.backup.experiment {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    height: 100%;
    display: flex;
  }

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

  .works-grid {
    width: 500px;
  }

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

  .work-image.cc-work-1 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
  }

  .work-image.cc-work-2, .work-image.cc-work-4, .work-image.cc-work-3, .work-image.cc-work-3.cc-work-6.cc-work-7 {
    height: 500px;
  }

  .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;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

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

  .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;
  }

  .modal.project1 {
    display: none;
  }

  .modal-top-name {
    font-size: 17px;
  }

  .text-span {
    letter-spacing: 1px;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .columns-11 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-2 {
    font-size: 32px;
    line-height: 49px;
  }

  .website-mockup.screen1, .website-mockup.screen-cell-1 {
    display: none;
  }

  .name-heading {
    font-size: 33px;
  }

  .tagline-heading {
    font-size: 15px;
  }

  .bio-paragraph {
    display: none;
  }

  .tabs-menu-2 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    font-size: 16px;
    display: flex;
  }

  .tab-link-tab-1-2, .tab-link-tab-1-2.w--current, .tab-link-tab-2-2, .tab-link-tab-2-2.w--current, .tab-link-tab-3-2, .tab-link-tab-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-16, .column-17 {
    margin-bottom: 20px;
  }

  .lottie-animation-2 {
    height: 450px;
    margin-top: 197px;
  }

  .lightbox-link {
    display: inline-block;
  }

  .elemx-work {
    display: block;
  }

  .des-mar-title {
    text-align: center;
  }

  .elemex-text-col {
    max-width: 100%;
    padding-bottom: 10px;
  }

  .image-36 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-3 {
    display: block;
  }

  .grid-3d {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    display: block;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .animation-box {
    outline-offset: 0px;
    text-align: center;
    border-style: solid;
    border-color: #00000040;
    border-radius: 0;
    outline: 3px #1a1b1f;
    align-self: flex-end;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .section-6 {
    grid-auto-flow: column;
    justify-content: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .animation-box-inside {
    background-color: var(--combine-library--grey-050);
    text-align: center;
  }

  .animation-box-inside2 {
    box-sizing: content-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-flow: column;
    place-content: stretch center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .text-block-15 {
    box-sizing: border-box;
    display: flex;
  }

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

  .animation-box-inside4 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .animation-box-inside_black, .animation-box-insidered {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .paragraph-3d-work {
    width: 85%;
  }

  .print-2-cols {
    flex-flow: wrap;
  }

  .image-68 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-right: 0;
  }

  .print-section-row {
    flex-flow: column;
    margin: 0 10px;
  }

  .heading-17 {
    padding-left: 10px;
  }

  .paragraph-16 {
    width: auto;
    padding-left: 10px;
  }

  .portfolio-image {
    height: auto;
  }

  .div-block-21 {
    flex: 1;
    order: 1;
  }

  .spline-scene {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-bottom: 40px;
  }
}

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

  .hero-header {
    grid-column-gap: 16px;
    grid-row-gap: 91px;
    flex-flow: column;
    flex: 0 auto;
    order: -1;
    grid-template-rows: 500px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-self: auto;
    place-items: center stretch;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: static;
  }

  .heading-jumbo {
    font-size: 30px;
    line-height: 48px;
  }

  .paragraph-light {
    font-size: 16px;
    line-height: 24px;
  }

  .section {
    box-sizing: border-box;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    display: block;
    position: static;
    overflow: visible;
  }



  .button {
    margin-top: 10px;
  }

  .logo-link {
    width: 75%;
  }

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

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

  .intro-wrap.backup {
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .intro-wrap.backup.experiment {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 1005px;
    height: 450px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 40px;
    display: block;
  }

  .work-experience-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .works-grid {
    width: 300px;
  }

  .work-position-wrap {
    flex: 0 auto;
    margin-bottom: 10px;
    display: block;
  }

  .work-image.cc-work-1 {
    background-size: cover;
    height: 240px;
  }

  .work-image.cc-work-2, .work-image.cc-work-4, .work-image.cc-work-3, .work-image.cc-work-3.cc-work-6.cc-work-7 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
  }

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

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

  .contact-form-wrap {
    flex-direction: column;
    margin-top: -51px;
  }

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

  .about-head-text-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .hi-there-heading {
    font-size: 31px;
  }

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

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

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

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

  .modal-page.chickpz {
    width: 280px;
  }

  .modal-page.travellers, .modal-page.brain {
    width: 280px;
    display: block;
  }

  .div-block-4 {
    margin-top: 30px;
    margin-right: 30px;
    padding: 10px;
    font-size: 30px;
  }

  .modal.project1 {
    display: none;
  }

  .modal-content {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-heading {
    font-size: 32px;
    line-height: 45px;
  }

  .text-block-3 {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .modal-top-name {
    flex-direction: column;
    align-items: flex-start;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 15px;
    display: flex;
  }

  .text-span {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-2.w--current {
    margin-right: 0;
  }

  .tab-link-tab-3 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
  }

  .paragraph-4 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 23px;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .modal-cols {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-28 {
    margin-bottom: 10px;
  }

  .columns-11 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-2, .link-3, .link-4, .link-5 {
    font-size: 25px;
  }

  .text-span-2 {
    margin-top: 31px;
    font-size: 19px;
    line-height: 25px;
  }

  .website-mockup.website-mockup-2 {
    display: none;
  }

  .website-mockup.screen1 {
    background-size: contain;
    width: 100%;
    height: auto;
    display: none;
  }

  .website-mockup.screen-cell-1 {
    display: none;
  }

  .div-block-14 {
    width: 67%;
    height: 213px;
    margin: 252px 0 0;
    display: inline-block;
  }

  .slider-2 {
    height: 118px;
  }

  .slide-2 {
    height: 934px;
    padding-right: 0;
  }

  .mask.mask-cafe {
    height: 950px;
  }

  .bio-paragraph {
    width: 106%;
    font-size: 16px;
    line-height: 21px;
    display: none;
  }

  .icon-controls {
    display: none;
  }

  .tabs-menu-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    display: flex;
  }

  .container-4 {
    display: block;
  }

  .image-33 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .image-34 {
    width: 100%;
  }

  .lottie-animation-2 {
    z-index: 0;
    flex-direction: row;
    flex: 1;
    align-items: flex-start;
    height: 350px;
    margin-top: 0;
    padding-top: 40px;
    display: none;
    inset: auto 0% 0%;
  }

  .div-block-17.about-list {
    display: none;
  }

  .list {
    text-align: left;
  }

  .lightbox-link {
    display: block;
  }

  .elx-gif-ads {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

  .des-mar-text {
    padding-left: 0;
    padding-right: 0;
  }

  .video {
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .elemx-work {
    float: none;
    clear: none;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: inline-block;
  }

  .des-mar-title {
    text-align: center;
    padding-left: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .elemex-text-col {
    max-width: 100%;
    display: inline-block;
  }

  .elemex-vid-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around flex-end;
    align-items: baseline;
    display: flex;
    position: relative;
  }

  .text-span-3 {
    font-size: 32px;
  }

  .image-36 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ui-col-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .ui-section {
    display: inline-block;
  }

  .columns-16 {
    border-bottom: 1px dotted #0006;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 10px;
  }

  .channer-text-col {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .channers-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
  }

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

  .section-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-5 {
    flex-flow: wrap;
  }

  ._3d-img-box {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .grid-3d {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .combine-blog3_image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .combine-blog3_item {
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-6 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .animation-box-inside {
    padding-top: 10px;
  }

  .text-block-15 {
    line-height: 20px;
  }

  .heading-14 {
    margin-top: 10px;
  }

  .paragraph-3d-work {
    margin-bottom: 0;
  }

  .image-68 {
    flex: none;
    align-self: flex-start;
    padding-right: 0;
  }

  .column-28 {
    box-sizing: content-box;
    flex-flow: wrap;
    flex: 0 auto;
    place-content: space-between center;
    align-self: flex-start;
    align-items: flex-start;
    display: block;
  }

  .lightbox-link-8 {
    display: flex;
  }

  .image-69, .portfolio-image {
    height: auto;
  }

  .spline-scene {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 30%;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
  }
}

#w-node-ee64d125-b5f2-6497-1840-e44105606ad4-7e4e710b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_2d69bc59-16ba-31b3-7c26-e02acde4dc29-7e4e710b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_960038a1-53be-0baf-8997-dec766ee6f35-7e4e710b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-c4c22cd6-5438-c37b-85c3-5f583b06b1d4-7e4e710b {
  align-self: auto;
}

#w-node-_9c162ca6-ee69-19d6-e9a5-e34c20039f06-7e4e710b {
  place-self: stretch start;
}

#w-node-_762f1ab6-6858-f58c-2560-76ff2b337bf5-7e4e710b, #w-node-_5b0392a7-2f94-32bc-c927-32d900e04b7f-7e4e710b, #w-node-_3cda8af8-98ad-c7bb-6b30-74c848636bcc-7e4e710b {
  align-self: auto;
}

#w-node-_8db968b4-48f3-4f0c-3d31-040a1ec9ec64-7e4e710b {
  align-self: center;
}

#w-node-_39b9fe31-6ab3-a368-e31a-69029b207a59-7e4e710b {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#\33 D-Work_Columns.w-node-de60c69a-1607-8cd4-8a62-d57dcb29d0f8-7e4e710b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#\33 D-Work_Columns.w-node-_84fc7f87-5c66-e24f-9c53-865df5b080e1-7e4e710b, #\33 D-Work_Columns.w-node-_84fc7f87-5c66-e24f-9c53-865df5b080db-7e4e710b, #\33 D-Work_Columns.w-node-_84fc7f87-5c66-e24f-9c53-865df5b080d5-7e4e710b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center end;
}

#w-node-e559198d-71e8-b0d1-1049-04dddafbf831-7e4e710b {
  align-self: center;
}

#w-node-d45b530a-324b-11f8-5422-4bed702efdfd-7e4e710b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fa5-7e4e710b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fad-7e4e710b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-7e4e710b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-7e4e710b {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-c740fb33-8205-8a51-4126-0c130648c5c1-7e4e710b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87805303-6025-08f0-662c-398fc66968ee-7e4e710b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd51ad9b-1247-46f4-d68f-28914562a793-7e4e710b, #w-node-_88b6cdaa-1452-bbf4-68e2-237f2fc92e18-7e4e710b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6758ee91-40a6-d9c8-3891-3f41dfa06b18-7e4e710b, #w-node-_5680cc96-8576-4acc-2460-92965224f582-7e4e710b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e9d9cf3b-0ad5-4e60-e110-b0fadd7fc7c4-7e4e710b, #w-node-d783a17e-0b35-a13a-0448-a852d0df4a25-7e4e710b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a26-7e4e710b {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: auto;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-7e4e710b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-7e4e710b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-7e4e710b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fc9-7e4e710b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-7e4e710b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-e04e710f, #w-node-_9d6ce83f-2bf2-b96b-027f-f8dba4b25078-e04e710f, #w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fe1-7e4e710b {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-7e4e710b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-7e4e710b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ee64d125-b5f2-6497-1840-e44105606ad4-7e4e710b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_9d6ce83f-2bf2-b96b-027f-f8dba4b25078-e04e710f {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made soulmaze personal use';
  src: url('../fonts/MADE-Soulmaze-Italic-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Made soulmaze outline personal use';
  src: url('../fonts/MADE-Soulmaze-Outline-Italic-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Made soulmaze personal use';
  src: url('../fonts/MADE-Soulmaze-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made soulmaze outline personal use';
  src: url('../fonts/MADE-Soulmaze-Outline-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.hero-header {
  display: flex !important;
  flex-direction: row !important;
  height: 65vh !important; /* 65% viewport height on large screens */
  gap: 2rem !important;
}
.spline-container {
  width: 100% !important;     /* full width on all screens */
  height: 100% !important;    /* full height of container */
  min-height: 300px;          /* optional: prevent too small on mobile */
  position: relative;         /* ensure positioning context */
  overflow: visible !important; /* just in case */
}

.spline-container canvas {
  width: 100% !important;    /* canvas fills container horizontally */
  height: 100% !important;   /* canvas fills container vertically */
  display: block;            /* remove inline spacing */
}

.spline-container,
.text-container {
  flex: 1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
}

.text-container {
  flex-direction: column !important;
  padding: 2rem !important;
  text-align: center !important;
}

/* Tablet and below: stack vertically */
@media (max-width: 991px) {
  .hero-header {
    flex-direction: column !important;
    height: 100vh !important; /* full viewport height */
  }
  .text-container {
    height: 35vh !important;
    padding: 1.5rem !important;
  }
  .spline-container {
    height: 65vh !important;
  }
}

/* Mobile tweak */
@media (max-width: 600px) {
  .text-container {
    height: 30vh !important;
    padding: 1rem !important;
  }
  .spline-container {
    height: 70vh !important;
  }
}




