:root {
  --body-display: #626d86;
  --pinstripe: #889ea833;
  --grey: #eef0f6;
  --black: #111729;
  --shaddow: #292b4e12;
  --coral: #ff6f44;
  --orange-red: #ff4b27;
}

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

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--body-display);
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6em;
}

a {
  text-decoration: underline;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: var(--pinstripe);
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px;
  font-size: 17px;
  line-height: 1.6em;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section {
  background-color: #efe3f352;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding.grey {
  display: block;
}

.section.grey {
  background-color: var(--grey);
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-top-padding.grey {
  background-color: var(--body-display);
  padding-top: 140px;
}

.section.blue {
  background-color: var(--black);
}

.section.grey2 {
  background-color: var(--body-display);
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  height: 100vh;
  display: grid;
  position: relative;
  top: auto;
  bottom: auto;
}

.home-hero {
  z-index: 0;
  justify-content: center;
  min-height: 100vh;
  padding-top: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  overflow: hidden;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.background.about-background {
  background-image: none;
}

.background.services-hero-background {
  background-image: url('../images/Gemini_Generated_Image_imdfmximdfmximdf.webp');
}

.background.journal-hero-background {
  background-image: url('../images/IMG_4194.webp');
}

.background.about-hero-background {
  background-image: url('../images/IMG_4071-destop-view.webp');
  background-position: 50% 30%;
}

.background.contact-hero-background {
  background-image: url('../images/034.jpeg');
  background-position: 50% 30%;
}

.background.team-image-001 {
  background-image: url('../images/021.jpeg');
}

.background.team-image-002 {
  background-image: url('../images/030.jpeg');
}

.background.team-image-003 {
  background-image: url('../images/012.jpeg');
}

.background.team-image-004 {
  background-image: url('../images/029.jpeg');
}

.background.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background.action-background {
  background-image: url('../images/031.jpeg');
}

.overlay {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #0a101d33;
}

.overlay.dark {
  background-color: #0a101da6;
}

.overlay.darker {
  background-color: #0a101d59;
}

.centered-line {
  background-color: #ffffff17;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.centered-line.dark {
  background-color: var(--pinstripe);
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.line-fill.light {
  background-color: #fff3;
}

.services-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  min-height: 70px;
  margin-top: -80px;
  display: grid;
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.slider-arrow {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  display: block;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.slider-arrow.right {
  border-color: #fff6;
  padding-left: 0;
  padding-right: 100px;
  display: block;
  left: auto;
  right: -100px;
}

.navbar {
  background-color: #fff0;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.nav-link {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  display: flex;
}

.nav-link.w--current {
  color: #000;
}

.navigation-content {
  z-index: 10;
  border-bottom: 1px solid #fff0;
  justify-content: space-between;
  width: 96%;
  display: flex;
  position: relative;
}

.nav-menu {
  justify-content: center;
  max-width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.brand {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.service-link {
  border-right: 1px none var(--pinstripe);
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.xxl-heading {
  font-size: 5em;
  line-height: 1.2em;
}

.xxl-heading.hero {
  padding-top: 8rem;
}

.dual-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display {
  color: var(--body-display);
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45em;
}

.body-display.light {
  color: #fff;
  text-align: center;
}

.body-display.dark {
  color: #000;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.subtitle {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle.light {
  color: #fffc;
}

.subtitle.small {
  color: var(--body-display);
  font-size: 9px;
}

.solid-button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.left-line.light {
  background-color: #ffffff17;
}

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

.horizontal-line {
  background-color: var(--pinstripe);
  height: 1px;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.list-item {
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  border-bottom: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.service-link-top {
  z-index: 10;
  border-right: 1px none var(--pinstripe);
  border-bottom: 1px none var(--pinstripe);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.service-link-top.end {
  border-right-style: none;
}

.service-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  border-top: 1px none var(--grey);
  border-right: 1px solid var(--pinstripe);
  text-align: left;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-end;
  width: 100%;
  padding: 60px 36px 36px;
  display: grid;
}

.service-bottom.end {
  border-right-style: none;
}

.projects {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0;
  display: grid;
  position: relative;
}

.light-fill {
  background-color: #fff;
  width: 100%;
  margin-top: -80px;
  display: none;
}

.featured-work-slider {
  z-index: 25;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 240px;
  padding-bottom: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.projects-mask {
  z-index: 25;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.hover-slider-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.testimonial-slide-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  display: grid;
  position: relative;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--pinstripe);
  color: var(--body-display);
}

.testimonial-slide {
  z-index: 20;
  position: relative;
}

.project-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 60px;
  padding-left: 48px;
  display: grid;
  position: relative;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #000;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: visible;
}

.skew-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-meta {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 48px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.verticle-line {
  background-color: var(--pinstripe);
  height: 100%;
  position: relative;
}

.slider-section {
  z-index: 5;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.action-banner {
  min-height: 775px;
  position: relative;
  overflow: hidden;
}

.grey-cover {
  background-color: var(--grey);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.centered-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
  position: relative;
}

.instagram-footer {
  z-index: 10;
  min-height: 200px;
  padding-top: 120px;
  position: relative;
}

.nav-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #c8b9b9;
  border-radius: 100px;
  padding: 12px 32px;
  font-size: 9px;
  text-decoration: none;
  overflow: hidden;
}

.social-circle {
  border: 1px none var(--pinstripe);
  cursor: pointer;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: relative;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 650px;
  display: grid;
}

.hero-intro.large-intro {
  max-width: 775px;
}

.outline-button {
  border: 1px solid var(--pinstripe);
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button.light {
  color: #fff;
  background-color: #fff0;
  border-color: #fff3;
}

.showreel-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 675px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.nav-cover {
  background-color: #fff;
  border: 1px #889ea80d;
  height: 100%;
  box-shadow: 0 12px 36px -8px #3e41741a;
}

.service-icon {
  background-color: var(--grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 16px;
  display: flex;
}

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

.service-card-hover {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -24px 0% auto;
}

.service-link-name {
  border-bottom: 1px solid var(--pinstripe);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.instagram-feed {
  grid-column-gap: 60px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.instagram {
  justify-content: center;
  align-items: center;
  height: 16vw;
  max-height: 425px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-grey-cover {
  background-color: var(--grey);
  height: 90%;
  position: absolute;
  inset: 0% 0% auto;
}

.instagram-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-bottom: 24px;
  display: grid;
}

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

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

.footer-box {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 0px solid var(--body-display);
  color: #000;
  text-align: center;
  border-radius: 4px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px 18px 0;
  text-decoration: none;
  display: grid;
}

.footer-box-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer-box-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
}

.footer-brand {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  display: grid;
}

.footer-box-title {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-brand-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 50px;
  display: grid;
}

.footer-credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
  overflow: hidden;
}

.legal-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.legal-link {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none;
}

.testimonial-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

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

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

.client-avatar {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

.client-avatar.dark {
  border-color: var(--pinstripe);
}

.avatar {
  background-image: url('../images/Portrait013.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.avatar-002 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.avatar.avatar-003 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 30%;
}

.avatar.avatar-004 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.avatar.avatar-005 {
  background-image: url('../images/Portrait004.jpg');
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-hero {
  z-index: 10;
  background-color: var(--grey);
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.inner-hero-background {
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.collection-hero-banner {
  min-height: 800px;
  margin-bottom: -80px;
  position: relative;
  overflow: hidden;
}

.projects-wrapper {
  background-color: #fff;
  margin-top: -80px;
  padding-bottom: 140px;
}

.side-fill {
  background-color: #fff;
  width: 100%;
}

.medium-width {
  max-width: none;
}

.about-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: -80px;
  padding: 0 0 0 60px;
  display: grid;
}

.inner-page-hero {
  justify-content: center;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.about-image {
  object-fit: cover;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.benefits-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid var(--pinstripe);
  color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.number-item {
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.number-item:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px var(--shaddow);
}

.number-item.v1 {
  background-image: url('../images/amrithagirihimalaya.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.number-item.v2 {
  background-image: url('../images/integralbooks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.number-item.v3 {
  background-image: url('../images/satkarma.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.number-item.v4 {
  background-color: #000;
  background-image: url('../images/dennysworld.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.number-info {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #0000;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.hero-top {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
}

.hero-top.t {
  padding-top: 4rem;
}

.hero-bottom {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.scroll-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: stretch center;
  width: 1px;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.rotate-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 12px;
  font-size: 9px;
  display: flex;
  transform: rotate(90deg);
}

.scroll-line {
  background-color: #fff3;
  width: 1px;
}

.about-hero-bottom {
  min-height: 140px;
  position: relative;
}

.step-card {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

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

.project-block {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-body {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #fff;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 400px;
  padding: 80px 0 80px 80px;
  display: grid;
}

.post-top {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 72px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.author {
  border: 4px solid var(--grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  position: relative;
}

.post-body {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  min-height: 400px;
  padding: 80px 0 80px 80px;
  display: grid;
}

.rich-text-wrapper {
  padding: 0;
}

.post-author-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  padding: 0;
  position: sticky;
  top: 118px;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 18px;
}

.rich-text h3, .rich-text h1, .rich-text h2, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 12px;
}

.dropdown {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

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

.dropdown-list.w--open {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 250px;
  min-width: 250px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.dropdown-link {
  border-bottom: 1px solid var(--pinstripe);
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.dropdown-link.bottom {
  border-bottom-style: none;
}

.projects-hero {
  justify-content: center;
  min-height: 900px;
  display: flex;
  overflow: hidden;
}

.slide-content {
  justify-content: center;
  height: 100%;
  padding-bottom: 160px;
  display: flex;
}

.project-hero-bottom {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.project-bottom {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 48px;
  display: grid;
  position: relative;
}

.scroll-circle {
  background-color: var(--grey);
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  margin-bottom: -36px;
  padding-top: 44px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0 0 80px;
  display: grid;
}

.quick-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 60px;
  padding-right: 36px;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.text-field {
  border: 1px solid var(--pinstripe);
  min-height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
}

.text-field.large {
  min-height: 160px;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.about-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 60px 0 60px 60px;
  display: grid;
}

.services-dual-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 350px) 1px 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.services-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-services-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: sticky;
  top: 118px;
}

.service-list-item {
  border-bottom: 1px solid var(--pinstripe);
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.full-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-top {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-bottom {
  overflow: hidden;
}

.service-bottom-content {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 24px;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  display: grid;
}

.team-image {
  justify-content: center;
  align-items: center;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-image-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

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

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

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

.about-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  display: grid;
}

.team-member-wrapper {
  background-color: #fff;
  min-height: 500px;
  padding: 60px 0 140px 60px;
}

.light-cover {
  background-color: #fff;
  width: 100%;
}

.project-banner {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.top-cover {
  background-color: var(--grey);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.client-testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.project-details {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 650px;
  padding-bottom: 100px;
  display: grid;
}

.number-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px none var(--pinstripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-numbers-section {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.project-gallery-image {
  justify-content: center;
  align-items: center;
  height: 24vw;
  display: flex;
  position: relative;
}

.project-intro {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-item {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.author-avatar {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

.avatar-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

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

.team-name {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon-wrapper {
  z-index: 10;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.social-icon {
  background-color: var(--grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.social-icon.light {
  background-color: #c0ccd18c;
  border: 1px solid #fff3;
}

.core-value {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  border: 1px none var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: relative;
}

.check-icon {
  background-color: #fff;
  border-radius: 100px;
  width: 32px;
  height: 32px;
}

.check-icon.dark {
  background-color: var(--grey);
}

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

.vertical-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  justify-items: stretch;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.team-portrait {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-top: 17px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 0;
  display: flex;
  position: relative;
}

.team-card-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: relative;
}

.team-card-link {
  border-right: 1px none var(--coral);
  border-left: 1px none var(--coral);
  background-color: var(--coral);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 28px;
  margin-left: 0;
  margin-right: 0;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0 -28px;
}

.horizontal-journal-card {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px;
  text-decoration: none;
  display: grid;
}

.popular-posts {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.journal-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px .5fr;
  grid-auto-columns: 1fr;
  padding: 60px 0 60px 60px;
  display: grid;
}

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

.journal-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.journal-info {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: grid;
}

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

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

.popular-post-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.popular-post-image {
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.popular-post-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: 400px;
  display: grid;
}

.preloader-indicator {
  width: 100%;
}

.indicator-wrapper {
  background-color: var(--pinstripe);
  height: 3px;
  display: flex;
}

.indicator-fill {
  background-color: var(--body-display);
  width: 0%;
  height: 100%;
}

.preloader-brand {
  font-size: 36px;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide-hero-background {
  background-image: url('../images/DTC.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background.three {
  background-image: url('../images/072.jpeg');
}

.slide-hero-background.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slider-background {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-arrow-icon {
  opacity: .62;
  width: 200px;
}

.team-bio-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-portrait-wrapper {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 118px;
  overflow: hidden;
}

.team-block {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.stacked-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-toggle {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.social-dropdown-list.w--open {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  border: 1px none var(--pinstripe);
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px #292b4e1f;
}

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: -5px auto auto;
  transform: rotate(45deg);
}

.collection-list-wrapper, .collection-list {
  height: 100%;
}

.collection-item {
  justify-content: center;
  height: 100%;
  display: flex;
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid #fffdfd66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.project-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 375px;
  display: flex;
  position: relative;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.scroll-arrow {
  width: 18px;
}

.collection-list-wrapper-3 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

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

.social-media-box {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border: 1px none var(--pinstripe);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6px;
  display: grid;
}

.social-box {
  border: 1px solid var(--pinstripe);
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 0;
  display: flex;
  position: relative;
}

.social-box-icon {
  width: 24px;
}

.list-arrow {
  width: 14px;
}

.post-author-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 80px;
  display: grid;
  position: relative;
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 0;
}

.success-box {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--pinstripe);
  background-color: var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  display: grid;
}

.core-value-top {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.slider-bottom {
  z-index: 25;
  padding-bottom: 80px;
  position: relative;
}

.slider-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 15px;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.outline-social-icon {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

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

.journal-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.recent-journal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.verticle-journal-image {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin: 18px 18px 0;
  display: flex;
  position: relative;
}

.vericle-journal-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 36px 36px;
  display: grid;
}

.menu-items {
  justify-content: center;
  display: flex;
}

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

.plus-lottie {
  justify-content: center;
  align-items: center;
  width: 18px;
  padding-top: 6px;
  display: flex;
}

.small-width {
  max-width: 300px;
}

.pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 12px;
  padding-left: 48px;
  display: grid;
}

.what-we-did {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.team-top-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.team-social-wrapper {
  z-index: 10;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-bottom: 18px;
  display: grid;
  position: absolute;
  inset: auto auto 0%;
}

.error-message {
  background-color: var(--grey);
  color: var(--body-display);
  margin-top: 18px;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: auto .5rem .5rem auto;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.heading {
  color: #fff;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.margin-bottom {
  color: var(--black);
  margin: 0 0 1rem;
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-large, .margin-bottom.margin-huge, .margin-bottom.margin-custom3, .margin-bottom.margin-tiny, .margin-bottom.margin-custom1, .margin-bottom.margin-0, .margin-bottom.margin-custom2, .margin-bottom.margin-medium, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.cta8_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.cta8_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.heading-style-h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border-radius: 4px;
}

.section_cta8 {
  background-color: var(--body-display);
  display: none;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.padding-section-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large.no-padding {
  padding-bottom: 0;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.error-text {
  color: #e23939;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.text-size-tiny {
  color: #fff;
  font-size: .75rem;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.text-size-medium {
  color: #fff;
  margin-top: 10px;
  font-size: 1.125rem;
}

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_layout1 {
  background-color: #efe3f352;
}

.layout1_component {
  padding-top: 0;
  padding-bottom: 0;
}

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

.layout1_image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.layout1_image.uk {
  object-position: 80% 0%;
}

.layout1_image.v1 {
  aspect-ratio: auto;
  object-position: 50% 50%;
}

.layout1_image.v2 {
  aspect-ratio: auto;
}

.layout1_image.ah {
  aspect-ratio: auto;
  filter: saturate(130%);
  object-position: 44% 50%;
}

.layout1_image-wrapper {
  height: 480px;
}

.layout1_image-wrapper.uk {
  height: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.margin-top {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium, .margin-top.margin-xxhuge, .margin-top.margin-0, .margin-top.margin-custom1, .margin-top.margin-custom3, .margin-top.margin-xlarge, .margin-top.margin-large, .margin-top.margin-custom2, .margin-top.margin-xhuge, .margin-top.margin-small, .margin-top.margin-xsmall, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-huge, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top._2rem {
  margin-top: 2rem;
}

.heading-style-h2 {
  color: var(--black);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.subtitle-copy {
  color: #0000;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle-copy {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle-copy.light {
  color: #fffc;
}

.subtitle-copy.small {
  color: var(--body-display);
  font-size: 9px;
}

.outline-button-2 {
  border: 1px solid var(--pinstripe);
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button-2.light {
  border-color: var(--grey);
  color: var(--grey);
  background-color: #fff0;
}

.text-size-medium-copy-for-denny-copy {
  color: var(--black);
  margin-top: 10px;
  font-size: 1rem;
}

.layout89_image {
  width: 100%;
  height: 100%;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-radius: 5px;
}

.button-2.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-size-medium-2 {
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.text-style-tagline {
  color: #11182a;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout89_content {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout89_content-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_layout89 {
  background-color: #efe3f352;
  padding-top: 0;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-color-secondary {
  color: #000;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.text-weight-bold {
  font-weight: 700;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.text-color-white {
  color: #fff;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-0 {
  padding: 0;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.margin-xlarge {
  margin: 4rem;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.page-wrapper {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.padding-vertical, .padding-vertical.padding-tiny, .padding-vertical.padding-xhuge, .padding-vertical.padding-large, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-medium, .padding-vertical.padding-custom1, .padding-vertical.padding-xlarge, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom2, .padding-vertical.padding-custom3 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xsmall {
  padding: 1rem 0;
}

.padding-vertical.padding-small, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.text-color-black {
  color: #000;
}

.padding-left, .padding-left.padding-xxlarge, .padding-left.padding-custom3, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-0, .padding-left.padding-custom1, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-large, .padding-left.padding-xxsmall, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-xlarge, .padding-left.padding-xxhuge, .padding-left.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

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

.text-color-primary {
  color: #000;
}

.text-weight-light {
  font-weight: 300;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.margin-xsmall {
  margin: 1rem;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-3.is-secondary.is-icon {
  border-radius: 4px;
}

.button-3.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-3.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-3.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-3.is-small {
  padding: .5rem 1.25rem;
}

.button-3.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button-3.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button-3.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-3.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button-3.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.main-wrapper {
  background-color: #fafcfc;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.margin-right, .margin-right.margin-custom2, .margin-right.margin-medium, .margin-right.margin-0, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-xxlarge, .margin-right.margin-large, .margin-right.margin-xxsmall, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-tiny, .margin-right.margin-custom3, .margin-right.margin-custom1, .margin-right.margin-xlarge, .margin-right.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-small {
  padding: 1.5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.background-color-secondary {
  background-color: #eee;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.heading-style-h5 {
  color: #52a38e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.text-align-center {
  text-align: center;
  font-size: 1.3rem;
}

.pointer-events-none {
  pointer-events: none;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.margin-vertical, .margin-vertical.margin-xxlarge, .margin-vertical.margin-0, .margin-vertical.margin-custom2, .margin-vertical.margin-xhuge, .margin-vertical.margin-medium, .margin-vertical.margin-custom3, .margin-vertical.margin-xxsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-large, .margin-vertical.margin-xsmall, .margin-vertical.margin-xxhuge, .margin-vertical.margin-small, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-huge {
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1 {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.background-color-tertiary {
  background-color: #aaa;
}

.margin-tiny {
  margin: .25rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.form_radio-label {
  margin-bottom: 0;
}

.icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
}

.text-style-muted {
  opacity: .6;
}

.background-color-black {
  background-color: #000;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h6.white {
  color: var(--grey);
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.padding-tiny {
  padding: .25rem;
}

.hide {
  display: none;
}

.text-weight-xbold {
  font-weight: 800;
}

.background-color-primary {
  background-color: #fff;
}

.form_field-label {
  color: #fff;
  margin-bottom: .5rem;
  font-weight: 400;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper-2 {
  padding: 0;
}

.rl-styleguide_nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

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

.text-size-large {
  font-size: 1.25rem;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.text-weight-medium {
  font-weight: 500;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.margin-xxhuge {
  margin: 10rem;
}

.icon-embed-small {
  color: #52a38e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.padding-global-2 {
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.margin-0 {
  margin: 0;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.background-color-white {
  background-color: #fff;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.form_field-wrapper {
  position: relative;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-xhuge {
  margin: 7rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.padding-large {
  padding: 3rem;
}

.padding-horizontal, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom3, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.form_input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

.form_input-2.is-select-input {
  background-image: none;
}

.form_input-2.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.icon-embed-xxsmall-2 {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

.text-color-alternate {
  color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #000;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #000;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.overflow-auto {
  overflow: auto;
}

.background-color-alternative {
  background-color: #000;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.heading-style-h2-2 {
  color: #52a38e;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-normal {
  font-weight: 400;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.icon-height-xxsmall {
  height: 1rem;
}

.text-size-medium-3 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.rl-styleguide_spacing-all {
  display: none;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-height-small {
  height: 2rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.padding-bottom, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-custom3, .padding-bottom.padding-0, .padding-bottom.padding-medium, .padding-bottom.padding-tiny, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-xxlarge, .padding-bottom.padding-large, .padding-bottom.padding-xxhuge, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.margin-xxsmall {
  margin: .5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

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

.padding-section-medium.only-hero {
  margin-top: -6.5rem;
  padding-top: 11rem;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-huge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-large, .margin-horizontal.margin-custom3, .margin-horizontal.margin-small, .margin-horizontal.margin-0, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-xxhuge, .margin-left.margin-tiny, .margin-left.margin-custom1, .margin-left.margin-xsmall, .margin-left.margin-xxsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-medium, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-custom2, .margin-left.margin-small {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-embed-xsmall {
  color: #52a38e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

.icon-height-medium {
  height: 3rem;
}

.margin-medium {
  margin: 2rem;
}

.text-size-regular {
  font-size: 1rem;
}

.padding-section-large-2 {
  padding-top: 1rem;
  padding-bottom: 7rem;
}

.overflow-scroll {
  overflow: scroll;
}

.text-style-italic {
  font-style: italic;
}

.padding-right, .padding-right.padding-xxlarge, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-huge, .padding-right.padding-xxsmall, .padding-right.padding-xxhuge, .padding-right.padding-0, .padding-right.padding-medium, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-tiny, .padding-right.padding-custom2, .padding-right.padding-xhuge, .padding-right.padding-custom3, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #eee;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.padding-medium {
  padding: 2rem;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.padding-huge {
  padding: 6rem;
}

.margin-small {
  margin: 1.5rem;
}

.padding-top, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xxlarge, .padding-top.padding-xhuge, .padding-top.padding-tiny, .padding-top.padding-custom1, .padding-top.padding-xxhuge, .padding-top.padding-xlarge, .padding-top.padding-custom2, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-custom3, .padding-top.padding-small, .padding-top.padding-huge, .padding-top.padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.button-4 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-radius: 4px;
}

.button-4.is-secondary.is-alternate {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.button-4.is-secondary.v1 {
  background-color: #fff;
}

.button-4.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-4.is-alternate {
  border-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.text-size-medium-4 {
  margin-top: 10px;
  font-size: 1.125rem;
}

.icon-embed-xxsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout1_image-2 {
  width: 100%;
  height: 100%;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-group-3.is-center {
  justify-content: center;
}

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

.text-size-medium-5 {
  color: var(--grey);
  font-size: 1.125rem;
}

.layout192_image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout192_image-wrapper {
  width: auto;
  height: auto;
}

.layout192_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial11_logo {
  max-height: 3rem;
}

.text-size-medium-6 {
  font-size: 1.125rem;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial11_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial11_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial11_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  align-self: stretch;
  width: 1px;
}

.testimonial11_slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.padding-section-large-5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.testimonial11_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial11_arrow.is-left {
  right: 4rem;
}

.testimonial11_rating-wrapper {
  display: flex;
}

.testimonial11_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial11_slide {
  padding-right: 4rem;
}

.testimonial11_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial11_mask {
  width: 50%;
  overflow: visible;
}

.testimonial11_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.testimonial19_rating-wrapper {
  margin-bottom: 10px;
  display: flex;
}

.testimonial19_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial19_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.text-size-medium-7 {
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.icon-embed-xsmall-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial19_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial19_card {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial19_rating-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial19_slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  overflow: hidden;
}

.testimonial19_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial19_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial19_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.testimonial19_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  bottom: 4rem;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.section_layout140 {
  background-color: #efe3f352;
}

.section_layout140.grey2 {
  background-color: var(--shaddow);
}

.section_layout140.blue {
  background-color: #111729;
}

.blog36_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.text-size-medium-8 {
  font-size: 1.125rem;
}

.blog36_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--\<unknown\|relume-variable-color-neutral-3\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.section_blog36 {
  background-color: #efe3f352;
  display: none;
}

.text-size-regular-2 {
  color: #000;
  font-size: 1rem;
}

.blog36_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.heading-style-h5-3 {
  color: #000;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog36_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.blog36_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  border-radius: 4px;
}

.blog36_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog36_component {
  flex-direction: column;
  align-items: center;
}

.header36_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.header36_image-wrapper {
  height: auto;
}

.text-size-medium-9 {
  font-size: 1.125rem;
}

.section_header36 {
  background-color: #efe3f352;
}

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header36_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.section_header37 {
  background-color: #efe3f352;
}

.header37_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.text-size-medium-10 {
  font-size: 1.125rem;
}

.header37_content {
  max-width: 35rem;
  margin-left: 5rem;
  margin-right: 5vw;
}

.header37_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium-11 {
  color: var(--grey);
  font-size: 1.125rem;
}

.header33_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_header33 {
  position: relative;
}

.section_header33.text-color-alternate {
  display: block;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header33_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header33_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.heading-style-h2-copy {
  color: var(--grey);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1-copy {
  color: var(--grey);
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-3 {
  color: var(--black);
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
}

.padding-global-3 {
  color: #000;
  padding-left: 5%;
  padding-right: 5%;
}

.text-size-medium-copy {
  color: var(--black);
  font-size: 1.125rem;
}

.section_cta8-2 {
  color: #000;
  background-color: #111729;
}

.blogs_blog-list-2_component {
  flex-direction: column;
  align-items: center;
}

.blogs_blog-list-1_item {
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  display: block;
}

.blogs_blog-list-1_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blogs_blog-list-1_item-link.t {
  border: 1px solid #000;
}

.show-mobile-landscape {
  display: none;
}

.blogs_blog-list-2_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogs_blog-list-1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.blogs_feature_content {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: grid;
}

.margin-top-2, .margin-top-2.margin-xxlarge, .margin-top-2.margin-medium, .margin-top-2.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.blogs_blog-list-2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.heading-style-h5-4 {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blogs_blog-list-1_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogs_blog-list-1_image.v1 {
  aspect-ratio: auto;
  margin-bottom: 0;
}

.blogs_blog-list-1_image.v1.gg1 {
  vertical-align: baseline;
  margin: 0;
  padding: 5px;
}

.text-size-tiny-3 {
  color: #eef0f6;
  font-size: .75rem;
}

.blogs_blog-list-1_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blogs_blog-list-1_heading {
  flex: 1;
}

.blogs_blog-list-2_item-link {
  width: 100%;
  text-decoration: none;
}

.form_input-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-3:focus {
  border-color: #000;
}

.form_input-3::placeholder {
  color: #0009;
}

.form_message-success-wrapper-3 {
  margin-top: 1rem;
  padding: 0;
}

.margin-bottom-2, .margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-medium, .margin-bottom-2.margin-xsmall, .margin-bottom-2.margin-small, .margin-bottom-2.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.blogs_blog-list-2_item {
  width: 100%;
  height: 100%;
}

.heading-4 {
  color: #111729;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 600;
}

.text-size-medium-12 {
  color: var(--black);
  font-size: 1.125rem;
}

.button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-4.is-right {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.section_blogs_feature {
  background-color: #efe3f352;
}

.section_blogs_feature.grey {
  background-color: var(--body-display);
}

.blogs_blog-list-1_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.section_blogs_blog-list-2 {
  background-color: #efe3f352;
}

.section_blogs_blog-list-2.blue {
  background-color: var(--black);
}

.blogs_blog-list-1_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blogs_blog-list-1_title-wrapper {
  margin-bottom: .5rem;
}

.blogs_blog-list-2_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #111729;
  border: 1px solid #000;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-5.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-5.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--body-display);
  display: flex;
}

.blogs_feature_image {
  width: 100%;
  height: 100%;
}

.blogs_feature_image.poem {
  object-fit: cover;
  object-position: 50% 20%;
}

.blogs_feature_image.poem-2, .blogs_feature_image.poem-3, .blogs_feature_image.poem-5 {
  object-fit: cover;
  object-position: 50% 50%;
}

.blogs_feature_image-wrapper {
  height: auto;
}

.blogs_feature_image-wrapper.poem {
  min-width: 0;
  max-width: 410px;
  min-height: 0;
  max-height: 272px;
}

.section_blogs_blog-list-1 {
  background-color: #efe3f352;
}

.blogs_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.heading-style-h2-3 {
  color: #111729;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  display: none;
}

.heading-style-h3-3 {
  color: #eef0f6;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.blogs_blog-list-1_component-copy {
  margin-top: 4rem;
}

.text-size-medium-12-copy {
  color: var(--grey);
  font-size: 1.125rem;
}

.button-5-copy {
  background-color: var(--black);
  color: var(--grey);
  text-align: center;
  border: 1px solid #000;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-5-copy.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-5-copy.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5-copy.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.page-wrapper-4 {
  background-color: #efe3f352;
}

.padding-section-large-copy-of-gallery {
  padding-top: 0;
  padding-bottom: 7rem;
}

.section_cta8-3 {
  color: #000;
  background-color: #111729;
}

.gallery_gallery_image4 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.gallery_gallery_image4.v1 {
  aspect-ratio: 16 / 9;
}

.gallery_gallery_image4.v2 {
  aspect-ratio: 16 / 9;
  object-position: 50% 30%;
}

.padding-section-large-copy-gall {
  padding-top: 7rem;
  padding-bottom: 0;
}

.gallery_gallery_image-wrapper-large {
  width: 100%;
  display: inline-block;
  position: relative;
}

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

.gallery6_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.gallery6_image.v1 {
  object-fit: cover;
  object-position: 15% 50%;
}

.gallery6_image.v2 {
  object-position: 60% 50%;
}

.gallery6_image.v3 {
  object-position: 100% 50%;
}

.gallery6_image.v4, .gallery6_image.v5 {
  object-position: 50% 40%;
}

.gallery6_image.v6 {
  object-position: 35% 50%;
}

.gallery6_image.v7 {
  object-position: 50% 20%;
}

.gallery6_image.v8 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  height: auto;
}

.gallery6_image.v9 {
  object-position: 20% 50%;
}

.gallery6_image.v10 {
  aspect-ratio: auto;
}

.gallery6_image.v11 {
  object-position: 50% 0%;
}

.gallery6_image.v11.v22 {
  object-position: 50% 40%;
}

.gallery6_image.v12 {
  object-position: 50% 50%;
}

.gallery6_image.v13 {
  object-position: 50% 40%;
}

.gallery6_image.w12 {
  object-position: 50% 30%;
}

.gallery6_image.v11-copy-v122 {
  aspect-ratio: auto;
  object-position: 50% 20%;
}

.gallery6_image._35 {
  object-position: 50% 100%;
}

.gallery6_image._1234 {
  aspect-ratio: auto;
  object-position: 50% 100%;
}

.gallery6_image.advocate {
  aspect-ratio: auto;
  object-position: 50% 0%;
}

.gallery6_image._6666 {
  object-position: 50% 40%;
}

.gallery6_image._1212 {
  aspect-ratio: auto;
  object-position: 50% 40%;
  height: auto;
}

.gallery_gallery_image1 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.gallery_gallery_image1.v1 {
  aspect-ratio: 16 / 9;
  object-position: 50% 0%;
}

.gallery_gallery_image1.v2 {
  aspect-ratio: 16 / 9;
}

.form_input-4 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-4:focus {
  border-color: #000;
}

.form_input-4::placeholder {
  color: #0009;
}

.gallery_header_component {
  padding-bottom: 0;
}

.form_message-success-wrapper-4 {
  margin-top: 1rem;
  padding: 0;
}

.margin-bottom-3, .margin-bottom-3.margin-xxlarge, .margin-bottom-3.margin-xsmall, .margin-bottom-3.margin-small, .margin-bottom-3.margin-xxsmall, .margin-bottom-3.margin-small, .margin-bottom-3.margin-small, .margin-bottom-3.margin-small, .margin-bottom-3.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.gallery6_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.gallery6_lightbox-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.gallery6_lightbox-link._111 {
  height: auto;
}

.text-size-medium-13 {
  color: #eef0f6;
  font-size: 1.125rem;
}

.gallery_gallery_image-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}

.gallery_gallery_image2 {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.gallery_gallery_image2.v2 {
  object-position: 50% 30%;
}

.padding-section-large-copy-copy {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #111729;
  border: 1px solid #000;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.gallery_gallery_lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  text-decoration: none;
  display: inline-block;
}

.gallery6_image-wrapper {
  object-position: 50% 50%;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100vh;
  text-decoration: none;
}

.gallery6_image-wrapper.px {
  height: 800px;
}

.gallery_gallery_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.gallery_gallery_image3.v1 {
  object-position: 50% 40%;
}

.gallery_gallery_image3.v2 {
  object-position: 50% 0%;
}

.gallery_gallery_image3.v3 {
  object-position: 50% 30%;
}

.padding-global-2-copy-of-gallery {
  padding-left: 0%;
  padding-right: 0%;
}

.heading-style-h1-2 {
  color: #111729;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.gallery_gallery_list {
  column-count: 2;
  column-gap: 2rem;
}

.section_gallery_header-copy-copy {
  background-color: var(--black);
  color: var(--grey);
}

.heading-style-h1-2-copy {
  color: var(--grey);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-copy-copy._1 {
  color: var(--black);
}

.text-size-medium-copy-copy {
  color: var(--grey);
  font-size: 1.125rem;
}

.text-size-medium-copy-copy-copy-for-explore {
  color: var(--black);
  font-size: 1.125rem;
  display: none;
}

.transparent {
  color: #0000;
}

.hd-dummy {
  font-size: 1.125rem;
}

.section_layout1-m {
  background-color: #efe3f352;
  display: block;
}

.slide-hero-background-familyman {
  background-image: url('../images/dennyfamily.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background-familyman.three {
  background-image: url('../images/072.jpeg');
}

.slide-hero-background-familyman.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-familyman.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-familyman.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slide-hero-background-env {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background-env.three {
  background-image: url('../images/IMG_4137.webp');
  background-position: 50% 20%;
}

.slide-hero-background-env.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-env.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-env.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slide-hero-background-businessman {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background-businessman.three {
  background-image: url('../images/denny-chempazha.webp');
}

.slide-hero-background-businessman.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-businessman.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-businessman.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slide-hero-background-businessman1 {
  background-image: url('../images/IMG_4075-desktop-view.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background-businessman1.three {
  background-image: url('../images/072.jpeg');
}

.slide-hero-background-businessman1.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-businessman1.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-businessman1.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slide-hero-background-nationlover {
  background-image: url('../images/IMG_4214.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background-nationlover.three {
  background-image: url('../images/072.jpeg');
}

.slide-hero-background-nationlover.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-nationlover.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-nationlover.slider-003 {
  background-image: url('../images/017.jpeg');
}

.instagram-link, .linkedin-link, .facebook-link, .twitter {
  justify-content: center;
  display: flex;
}

.link {
  color: #000;
  text-decoration: none;
}

.text-span, .text-span-2 {
  color: #0000;
}

.gallery3_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog37_component {
  flex-direction: column;
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
}

.blog37_item-link {
  text-decoration: none;
}

.margin-top-3, .margin-top-3.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.gallery3_image-wrapper {
  width: 100%;
}

.heading-style-h5-center {
  color: var(--grey);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h5-center.sisterconcern {
  color: var(--black);
  padding-top: .05rem;
  font-size: .6rem;
  line-height: 1;
}

.text-size-regular-center {
  color: var(--grey);
  text-align: center;
  font-size: 1rem;
}

.content-wrapper-custom {
  background-color: var(--shaddow);
  border: 1px solid #000;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 1rem;
}

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

.gallery-text-7 {
  color: var(--black);
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-size-medium-black-for-news-and-events {
  color: var(--black);
  font-size: 1.125rem;
}

.text-size-medium-black-for-dear-world {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.blogs_blog-list-1_component-dearvworld {
  margin-top: 0;
}

.blogs_blog-list-1_list-dear-world {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.blogs_blog-list-1_image-dear-world {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogs_blog-list-1_image-dear-world.v1 {
  aspect-ratio: 2.39;
  object-position: 50% 40%;
}

.blogs_blog-list-1_image-dear-world.v1.v22 {
  object-position: 50% 25%;
}

.blogs_blog-list-1_image-dear-world.v1.v22.v223 {
  object-position: 50% 50%;
}

.blogs_blog-list-1_image-dear-world.v2 {
  aspect-ratio: auto;
}

.blogs_blog-list-1_image-dear-world.v3 {
  object-position: 50% 80%;
}

.blogs_blog-list-1_image-dear-world.v4 {
  object-position: 50% 0%;
}

.centered-line-hero {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.centered-line-hero.dark {
  background-color: var(--pinstripe);
}

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

.career1_list {
  margin-bottom: 2rem;
  display: block;
}

.text-size-medium-14 {
  font-size: 1rem;
  font-weight: 400;
}

.career1_accordion {
  border-bottom: 1px solid #eef0f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.container-small-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section_career1 {
  color: #fff;
  background-color: #111729;
  font-family: PT Serif, serif;
}

.icon-embed-small-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.text-weight-semibold {
  color: #fff;
  font-weight: 600;
}

.heading-style-h5-5 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.career1_icon-wrapper {
  align-self: center;
  width: 2rem;
  display: flex;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-5 {
  color: #fff;
}

.career1_job-department-course {
  color: #fff;
  text-align: left;
  cursor: pointer;
  border-top: 0 #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: all .3s;
  display: flex;
}

.career1_job-department-course:hover {
  color: #fffc;
}

.career1_item {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.career1_list-wrapper {
  border-top: 0 solid #fff;
  overflow: hidden;
}

.career1_component {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h5-6 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-13 {
  color: #fff;
}

.text-white-about-me {
  color: #eef0f6;
  font-size: 1rem;
  font-weight: 400;
}

.heading-style-h5-7 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-15 {
  color: var(--grey);
}

.heading-16 {
  color: #eef0f6;
}

.heading-about-me {
  color: #eef0f6;
  margin-bottom: 1rem;
}

.gallery-text-7-about-me {
  color: var(--grey);
  font-size: 1rem;
  line-height: 1.5rem;
}

.section_career2 {
  color: #fff;
  background-color: #eeecf5;
  font-family: PT Serif, serif;
  display: block;
}

.heading-about-me-2 {
  color: #111729;
  margin-bottom: 1rem;
}

.text-white-about-me-2 {
  color: #111729;
  font-size: 1rem;
  font-weight: 400;
}

.heading-style-h5-7-2 {
  color: #111729;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.career1_accordion-2 {
  border-bottom: 1px solid #111729;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.heading-style-h5-main {
  color: #eef0f6;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5-main-2 {
  color: #111729;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.gallery-text-7-about-me-2 {
  color: var(--black);
  font-size: 1rem;
  line-height: 1.5rem;
}

.xxl-heading-2 {
  letter-spacing: -.04em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.item-events-new {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.events-left-content {
  padding-top: 1rem;
}

.event-date {
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.event-heading {
  padding-top: 1rem;
}

.events-content-new {
  border-bottom: 1px solid var(--body-display);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.date-event {
  color: var(--body-display);
  letter-spacing: 3px;
  font-size: 11px;
}

.heading-events {
  color: #000;
}

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

.margin-top-4 {
  color: #000;
  margin: 1rem 0 0;
}

.margin-top-4.margin-medium, .margin-top-4.margin-xxhuge, .margin-top-4.margin-0, .margin-top-4.margin-custom1, .margin-top-4.margin-custom3, .margin-top-4.margin-xlarge, .margin-top-4.margin-large, .margin-top-4.margin-custom2, .margin-top-4.margin-xhuge, .margin-top-4.margin-small, .margin-top-4.margin-xsmall, .margin-top-4.margin-tiny, .margin-top-4.margin-xxsmall, .margin-top-4.margin-huge, .margin-top-4.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-hero-background-dear-world {
  background-image: url('../images/freepik__fill__93262.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background-dear-world.three {
  background-image: url('../images/072.jpeg');
}

.slide-hero-background-dear-world.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-dear-world.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-dear-world.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slide-hero-background-dear-world-2 {
  background-image: url('../images/IMG_4137.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background-dear-world-2.three {
  background-image: url('../images/072.jpeg');
}

.slide-hero-background-dear-world-2.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-dear-world-2.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-dear-world-2.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slide-hero-background-dear-world-3 {
  background-image: url('../images/DTC.webp');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background-dear-world-3.three {
  background-image: url('../images/IMG_4257.JPG');
  background-position: 50% 20%;
}

.slide-hero-background-dear-world-3.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-dear-world-3.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-dear-world-3.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slide-hero-background-nationlover-copy {
  background-image: url('../images/IMG_4214.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background-nationlover-copy.three {
  background-image: url('../images/072.jpeg');
}

.slide-hero-background-nationlover-copy.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-nationlover-copy.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-nationlover-copy.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slide-hero-background-dear-world-4 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.slide-hero-background-dear-world-4.three {
  background-image: url('../images/IMG_4257.JPG');
  background-position: 50% 20%;
}

.slide-hero-background-dear-world-4.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-dear-world-4.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-dear-world-4.slider-003 {
  background-image: url('../images/017.jpeg');
}

.project-title-dear-world {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.read-more-text {
  color: var(--grey);
  margin-bottom: 0;
}

.text-size-for-main {
  font-size: 1.5em;
}

.text-size-for-main-2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.slide-hero-background-ttttt {
  background-image: url('../images/freepik__fill__93268777.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background-ttttt.three {
  background-image: url('../images/freepik__fill__93268777.webp');
  background-position: 50% 60%;
  background-size: cover;
}

.slide-hero-background-ttttt.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-ttttt.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-ttttt.slider-003 {
  background-image: url('../images/017.jpeg');
}

.p-text-2 {
  color: var(--black);
}

.div-block {
  padding-top: 1px;
}

.slide-hero-background-ttt {
  background-image: url('../images/freepik__fill__93262777.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background-ttt.three {
  background-image: url('../images/072.jpeg');
}

.slide-hero-background-ttt.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-ttt.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-ttt.slider-003 {
  background-image: url('../images/017.jpeg');
}

.text-size-for-main-3 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.medium-width-2 {
  max-width: none;
  padding-top: 8rem;
}

.about_me_image-wrapper {
  height: auto;
}

.about_me_feature_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about_me_feature_image.v2 {
  object-position: 50% 0%;
}

.about_me_feature_image.v1 {
  aspect-ratio: auto;
  object-position: 50% 0%;
}

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

.text-size-for-main-4 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
}

.blogs_blog-list-1_item-content-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 1.5rem;
  display: flex;
}

.track {
  height: 400vw;
}

.camera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  background-image: url('../images/IMG_4214.webp');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100vw;
  height: 100vh;
  margin-right: 20px;
  padding: 0;
}

.item.gradient {
  background-image: linear-gradient(#00000040, #00000040), url('../images/IMG_4214.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  width: 100%;
}

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

.item-2 {
  background-image: url('../images/freepik__fill__93262.jpeg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100vw;
  height: 100vh;
  margin-right: 20px;
  padding: 0;
}

.item-2.gradient {
  background-image: linear-gradient(#00000040, #00000040), url('../images/freepik__fill__93262.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.item-copy {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 0 20px;
}

.slide-hero-background-777 {
  background-image: url('../images/IMG_4214.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
  inset: auto;
}

.slide-hero-background-777.three {
  background-image: url('../images/072.jpeg');
}

.slide-hero-background-777.slider-001 {
  background-image: url('../images/afdsaf.jpg');
  background-position: 50% 25%;
}

.slide-hero-background-777.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background-777.slider-003 {
  background-image: url('../images/017.jpeg');
}

.overlay-777 {
  background-color: #0a101d4d;
  position: static;
  inset: 0%;
}

.overlay-777.light {
  background-color: #0a101d33;
}

.overlay-777.dark {
  background-color: #0a101da6;
}

.overlay-copy {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.overlay-copy.light {
  background-color: #0a101d33;
}

.overlay-copy.dark {
  background-color: #0a101da6;
}

.div-block-2 {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% 0% 0%;
}

.xxl-heading-777 {
  color: #fff;
  text-align: center;
  font-size: 5em;
  line-height: 1.2em;
}

.xxl-heading-777.hero {
  padding-top: 8rem;
}

.flex-hero-777 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 30% 0% 0%;
}

.flex-hero-777._2 {
  z-index: 11;
}

.flex-hero-777._3 {
  z-index: 12;
}

.flex-hero-777._4 {
  z-index: 13;
}

.flex-hero-777.padding1 {
  padding-top: 15rem;
}

.flex-box-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.item-3 {
  background-image: url('../images/IMG_4075-desktop-view.webp');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.item-3.gradient {
  background-image: linear-gradient(#00000040, #00000040), url('../images/IMG_4075-desktop-view.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-right: 20px;
}

.item-4 {
  background-image: url('../images/freepik__fill__93268.webp');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 0 20px;
}

.item-4.gradient {
  background-image: linear-gradient(#00000040, #00000040), url('../images/freepik__fill__93268.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.body-display-2 {
  color: var(--body-display);
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-2.small {
  font-size: 14px;
  line-height: 1.45em;
}

.body-display-2.light {
  color: #fff;
  text-align: center;
}

.body-display-2.dark {
  color: #000;
}

.medium-width-3 {
  width: 60vw;
  max-width: none;
  margin-top: 3rem;
  padding-top: 8rem;
}

.hd-dummy-2 {
  font-size: 1.5rem;
}

.medium-width-4 {
  max-width: none;
  padding-top: 20rem;
}

.medium-width-6 {
  max-width: none;
  padding-top: 8rem;
}

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

.photo-grid.poem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 3rem;
}

.photo-grid.ai {
  grid-template-columns: 1fr 1fr;
}

.background-2 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-2.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background-2.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.background-2.about-background {
  background-image: none;
}

.background-2.services-hero-background {
  background-image: url('../images/man-is-standing-rock-looking-sunset-1.jpg');
}

.background-2.journal-hero-background {
  background-image: url('../images/universe-cosmos-meditation-background-chakras-prana-mind-god-spirituality-generative-ai.jpg');
}

.background-2.about-hero-background {
  background-image: url('../images/DTC.webp');
  background-position: 50%;
}

.background-2.contact-hero-background {
  background-image: url('../images/034.jpeg');
  background-position: 50% 30%;
}

.background-2.team-image-001 {
  background-image: url('../images/021.jpeg');
}

.background-2.team-image-002 {
  background-image: url('../images/030.jpeg');
}

.background-2.team-image-003 {
  background-image: url('../images/012.jpeg');
}

.background-2.team-image-004 {
  background-image: url('../images/029.jpeg');
}

.background-2.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background-2.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background-2.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background-2.action-background {
  background-image: url('../images/031.jpeg');
}

.blogs_blog-list-1_item-2 {
  border: 1px solid #000;
}

.blogs_blog_list_777 {
  background-color: var(--grey);
}

.icon-embed-xsmall-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-size-medium-15 {
  font-size: 1.125rem;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-7 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.form_input-5 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-5:focus {
  border-color: #000;
}

.form_input-5::placeholder {
  color: #0009;
}

.form_input-5.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.contact6_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #111729;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.contact6_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.contact6_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.heading-style-h2-777 {
  color: #11172a;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_message-success-wrapper-5 {
  margin-top: 1rem;
  padding: 0;
}

.padding-section-large777copy {
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.section_contact {
  background-color: #111729;
}

.icon-embed-xsmall-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-size-medium-16 {
  font-size: 1.125rem;
}

.contact6_contact-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.heading-style-h2-3-copy {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-16-777 {
  color: var(--grey);
  text-align: center;
  font-size: 1.125rem;
}

.section_layout1-m-copy {
  background-color: #efe3f352;
  display: none;
}

.social-icon-wrapper-2 {
  z-index: 10;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.layout1_component-mobile {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.section_layout1-mobile {
  background-color: #efe3f352;
  display: none;
}

.padding-section-large-mobil {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout1_component-mobile2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.xxl-heading-777-2 {
  color: #fff;
  text-align: center;
  font-size: 3em;
  line-height: 1.2em;
}

.xxl-heading-777-2.hero {
  padding-top: 8rem;
}

.background-gallery {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-gallery.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background-gallery.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.background-gallery.about-background {
  background-image: none;
}

.background-gallery.services-hero-background {
  background-image: url('../images/man-is-standing-rock-looking-sunset-1.jpg');
}

.background-gallery.journal-hero-background {
  background-image: url('../images/universe-cosmos-meditation-background-chakras-prana-mind-god-spirituality-generative-ai.jpg');
}

.background-gallery.about-hero-background {
  background-image: url('../images/IMG_4257.JPG');
  background-position: 50% 30%;
}

.background-gallery.contact-hero-background {
  background-image: url('../images/034.jpeg');
  background-position: 50% 30%;
}

.background-gallery.team-image-001 {
  background-image: url('../images/021.jpeg');
}

.background-gallery.team-image-002 {
  background-image: url('../images/030.jpeg');
}

.background-gallery.team-image-003 {
  background-image: url('../images/012.jpeg');
}

.background-gallery.team-image-004 {
  background-image: url('../images/029.jpeg');
}

.background-gallery.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background-gallery.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background-gallery.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background-gallery.action-background {
  background-image: url('../images/031.jpeg');
}

.blogs_blog-list-1_image-wrapper-dear-world {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.item-5 {
  background-image: url('../images/IMG_4071-destop-view.webp');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 0 20px;
}

.item-5.gradient {
  background-image: linear-gradient(#00000040, #00000040), url('../images/IMG_4071-destop-view.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: none;
}

.medium-width-5 {
  max-width: none;
  padding-top: 8rem;
}

.xxl-heading-777-8 {
  color: #fff;
  text-align: center;
  font-size: 5em;
  line-height: 1.2em;
}

.xxl-heading-777-8.hero {
  padding-top: 8rem;
}

.size-small {
  font-size: .8rem;
}

.amrithagirikerala {
  font-size: .7rem;
  line-height: 0;
}

.div {
  width: 100%;
  max-width: none;
}

.heading-style-h3-37 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-13-7 {
  color: #000;
  font-size: 1.125rem;
}

.images-note {
  width: 100%;
  max-width: none;
  margin-bottom: 1rem;
}

.padding-section-large-image-collection {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large-image-collections {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.blogs_feature_image-2 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogs_feature_image-2.poem {
  object-fit: cover;
  object-position: 50% 20%;
}

.blogs_feature_image-2.poem-2, .blogs_feature_image-2.poem-3, .blogs_feature_image-2.poem-5 {
  object-fit: cover;
  object-position: 50% 50%;
}

.blogs_feature_content-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: grid;
}

.blogs_feature_component-2 {
  border: 1px solid #000;
}

.blogs_feature_image-3 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogs_feature_image-3.poem {
  object-fit: cover;
  object-position: 50% 20%;
}

.blogs_feature_image-3.poem-2, .blogs_feature_image-3.poem-3, .blogs_feature_image-3.poem-5 {
  object-fit: cover;
  object-position: 50% 50%;
}

.grid-dearworld {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogs_feature_image-4 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogs_feature_image-4.poem {
  object-fit: cover;
  object-position: 50% 20%;
}

.blogs_feature_image-4.poem-2, .blogs_feature_image-4.poem-3, .blogs_feature_image-4.poem-5 {
  object-fit: cover;
  object-position: 50% 50%;
}

.padding-and-boarder {
  background-color: var(--shaddow);
  border: 1px solid #000;
  border-radius: 10px;
  padding: 1rem;
}

.heading-style-h1-3 {
  color: var(--black);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.dearworld_header_component {
  padding-bottom: 0;
}

.margin-top-10 {
  color: #000;
  margin: 1.5rem 0 0;
}

.margin-top-10.margin-medium, .margin-top-10.margin-xxhuge, .margin-top-10.margin-0, .margin-top-10.margin-custom1, .margin-top-10.margin-custom3, .margin-top-10.margin-xlarge, .margin-top-10.margin-large, .margin-top-10.margin-custom2, .margin-top-10.margin-xhuge, .margin-top-10.margin-small, .margin-top-10.margin-xsmall, .margin-top-10.margin-tiny, .margin-top-10.margin-xxsmall, .margin-top-10.margin-huge, .margin-top-10.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1-4 {
  color: var(--grey);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-777 {
  color: var(--grey);
  font-size: 1.125rem;
}

.mobile-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.body-display-3 {
  color: var(--body-display);
  font-size: 17px;
  line-height: 1.6em;
}

.body-display-3.small {
  font-size: 14px;
  line-height: 1.45em;
}

.body-display-3.light {
  color: #fff;
  text-align: center;
}

.body-display-3.dark {
  color: #000;
}

.section_layout140-qoute {
  background-color: #efe3f352;
}

.section_layout140-qoute.blue {
  background-color: var(--black);
}

.heading-style-h5-white {
  color: var(--grey);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-tagline-white {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.video {
  width: 100%;
  min-width: 300px;
  min-height: 500px;
}

.poem {
  width: 315px;
  height: 560px;
  max-height: 600px;
}

.background-video {
  z-index: 1;
  min-width: 315px;
  max-width: 100%;
  min-height: 560px;
  max-height: 100%;
}

.small-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gallery6_row-home {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  aspect-ratio: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-style-h5-777 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.overlay-7 {
  position: static;
}

.padding-and-bg {
  background-color: #00000024;
  border: 0 solid #000;
  border-radius: 5px;
  padding: 1rem;
}

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

.layout1_image-wrapper-2 {
  height: 600px;
}

.layout1_image-wrapper-2.uk {
  height: auto;
}

.gallery6_row-gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.heading-style-h1-3-white {
  color: var(--grey);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-77 {
  color: var(--grey);
  font-size: 1.125rem;
}

.heading-style-h1-42 {
  color: var(--black);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog37_component-7 {
  flex-direction: column;
  align-items: center;
}

.container-large-77 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-for-heading {
  margin-top: 4rem;
}

.background-3 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-3.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background-3.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.background-3.about-background {
  background-image: none;
}

.background-3.services-hero-background {
  background-image: url('../images/man-is-standing-rock-looking-sunset-1.jpg');
}

.background-3.journal-hero-background {
  background-image: url('../images/universe-cosmos-meditation-background-chakras-prana-mind-god-spirituality-generative-ai.jpg');
}

.background-3.about-hero-background {
  background-image: url('../images/DTC.webp');
  background-position: 50% 0;
}

.background-3.contact-hero-background {
  background-image: url('../images/034.jpeg');
  background-position: 50% 30%;
}

.background-3.team-image-001 {
  background-image: url('../images/021.jpeg');
}

.background-3.team-image-002 {
  background-image: url('../images/030.jpeg');
}

.background-3.team-image-003 {
  background-image: url('../images/012.jpeg');
}

.background-3.team-image-004 {
  background-image: url('../images/029.jpeg');
}

.background-3.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background-3.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background-3.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background-3.action-background {
  background-image: url('../images/031.jpeg');
}

.heading-style-h1-27 {
  color: var(--black);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-section-large-6 {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery6_row-solo {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.about_me_image-wrapper-2 {
  width: 515px;
  height: 602px;
  margin-left: auto;
  margin-right: auto;
}

.text-white {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

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

.margin-top-777 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0;
  display: flex;
}

.margin-top-777.margin-medium, .margin-top-777.margin-xxhuge, .margin-top-777.margin-0, .margin-top-777.margin-custom1, .margin-top-777.margin-custom3, .margin-top-777.margin-xlarge, .margin-top-777.margin-large, .margin-top-777.margin-custom2, .margin-top-777.margin-xhuge, .margin-top-777.margin-small, .margin-top-777.margin-xsmall, .margin-top-777.margin-tiny, .margin-top-777.margin-xxsmall, .margin-top-777.margin-huge, .margin-top-777.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-4-1 {
  color: var(--grey);
  font-size: 3rem;
  font-weight: 600;
}

.text-size-medium-12-2 {
  color: var(--body-display);
  font-size: 1.125rem;
}

.heading-style-h5-4-2 {
  color: var(--grey);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-section-large-5-2, .padding-section-large-5-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.flex-box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.flex-box.poem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 3rem;
}

.flex-box.ai {
  grid-template-columns: 1fr 1fr;
}

.gallery6_image-dear-world {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.gallery6_image-dear-world.v1 {
  object-fit: cover;
  object-position: 15% 50%;
}

.gallery6_image-dear-world.v2 {
  object-position: 60% 50%;
}

.gallery6_image-dear-world.v3 {
  object-position: 100% 50%;
}

.gallery6_image-dear-world.v4, .gallery6_image-dear-world.v5 {
  object-position: 50% 40%;
}

.gallery6_image-dear-world.v6 {
  object-position: 35% 50%;
}

.gallery6_image-dear-world.v7 {
  object-position: 50% 20%;
}

.gallery6_image-dear-world.v9 {
  object-position: 20% 50%;
}

.gallery6_image-dear-world.v12 {
  object-position: 50% 30%;
}

.gallery6_image-dear-world.widescreen {
  aspect-ratio: auto;
}

.gallery6_image-wrapper-dear-world {
  width: 100%;
  text-decoration: none;
}

.heading-style-h2-3-4 {
  color: #111729;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.background-4 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-4.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background-4.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.background-4.about-background {
  background-image: none;
}

.background-4.services-hero-background {
  background-image: url('../images/man-is-standing-rock-looking-sunset-1.jpg');
}

.background-4.journal-hero-background {
  background-image: url('../images/IMG_4194.webp');
}

.background-4.about-hero-background {
  background-image: url('../images/IMG_4071-destop-view.webp');
  background-position: 50% 30%;
}

.background-4.contact-hero-background {
  background-image: url('../images/034.jpeg');
  background-position: 50% 30%;
}

.background-4.team-image-001 {
  background-image: url('../images/021.jpeg');
}

.background-4.team-image-002 {
  background-image: url('../images/030.jpeg');
}

.background-4.team-image-003 {
  background-image: url('../images/012.jpeg');
}

.background-4.team-image-004 {
  background-image: url('../images/029.jpeg');
}

.background-4.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background-4.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background-4.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background-4.action-background {
  background-image: url('../images/031.jpeg');
}

.background-4.services-hero-background-3 {
  background-image: url('../images/view-mountain-with-dreamy-aesthetic-1.jpg');
}

.inner-hero-background-ah {
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.text-size-medium-2-2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.section_layout1-ah {
  background-color: #efe3f352;
  display: block;
}

.heading-style-h2-4 {
  color: var(--black);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-bottom-4 {
  color: var(--black);
  margin: 0 0 1rem;
}

.margin-bottom-4.margin-xsmall, .margin-bottom-4.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-4.margin-xxlarge {
  margin: 0;
}

.margin-bottom-4.margin-xhuge, .margin-bottom-4.margin-large, .margin-bottom-4.margin-huge, .margin-bottom-4.margin-custom3, .margin-bottom-4.margin-tiny, .margin-bottom-4.margin-custom1, .margin-bottom-4.margin-0, .margin-bottom-4.margin-custom2, .margin-bottom-4.margin-medium, .margin-bottom-4.margin-xlarge, .margin-bottom-4.margin-xxhuge, .margin-bottom-4.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.ah_header_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.heading-style-h1-27-7 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium-ah {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 1.125rem;
}

.icon-image {
  width: 4rem;
  height: 4rem;
}

.heading-medium {
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
}

.text-box {
  text-align: center;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.layout12_item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #31705d;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #31705d;
}

.button-primary:active {
  background-color: #303634;
}

.margin-bottom-5, .margin-bottom-5.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout12_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-size-medium-ah-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.p-18 {
  opacity: .7;
  color: #fff;
  letter-spacing: .1px;
  max-width: 560px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.image-block {
  align-items: flex-end;
  width: 320px;
  height: 320px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.image-block:hover {
  background-image: linear-gradient(#001917, #001917);
}

.image-block._2 {
  background-image: url('../images/ganga3.webp');
  background-position: 50%;
  background-size: cover;
}

.image-block._1 {
  background-image: url('../images/dtc-hnbgu.webp');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
  padding: 24px;
  display: flex;
}

.image-block._1:hover {
  background-image: url('../images/person-surfing-on-blue-sea-3925065.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-block._5 {
  background-image: url('../images/man-surfing-during-day-1644724.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-block._4 {
  background-image: url('../images/sea-wave-surfer-ocean-67386.jpg');
  background-position: 100%;
  background-size: cover;
}

.image-block._3 {
  background-image: url('../images/DSCF0278-1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.image-block._6 {
  background-image: url('../images/surfing-surfer-wave-sea-7862.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.gallery {
  background-color: #0000;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% auto;
}

.overlay-778 {
  opacity: 0;
  background-color: #001917b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  text-decoration: none;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
}

.overlay-778:hover {
  opacity: 1;
}

.section-2 {
  background-color: #fff;
}

.section-2.gallery {
  background-color: #001917;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-2.gallery.for-dtc {
  background-color: var(--black);
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.caption {
  color: var(--body-display);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.gallery-class {
  color: #fff;
}

.inner-hero-background-integral {
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-5 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-5.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background-5.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.background-5.about-background {
  background-image: none;
}

.background-5.services-hero-background {
  background-image: url('../images/man-is-standing-rock-looking-sunset-1.jpg');
}

.background-5.journal-hero-background {
  background-image: url('../images/IMG_4194.webp');
}

.background-5.about-hero-background {
  background-image: url('../images/IMG_4071-destop-view.webp');
  background-position: 50% 30%;
}

.background-5.contact-hero-background {
  background-image: url('../images/034.jpeg');
  background-position: 50% 30%;
}

.background-5.team-image-001 {
  background-image: url('../images/021.jpeg');
}

.background-5.team-image-002 {
  background-image: url('../images/030.jpeg');
}

.background-5.team-image-003 {
  background-image: url('../images/012.jpeg');
}

.background-5.team-image-004 {
  background-image: url('../images/029.jpeg');
}

.background-5.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background-5.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background-5.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background-5.action-background {
  background-image: url('../images/031.jpeg');
}

.background-5.services-hero-background-3 {
  background-image: url('../images/stack-books-wooden-table-gray-concrete-wall-background-1.jpg');
  background-position: 50% 70%;
}

.image-block-i {
  align-items: flex-end;
  width: 320px;
  height: 320px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.image-block-i:hover {
  background-image: linear-gradient(#001917, #001917);
}

.image-block-i._2 {
  background-image: url('../images/1729677474932.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-block-i._1 {
  background-image: url('../images/integral.jpeg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  padding: 24px;
  display: flex;
}

.image-block-i._1:hover {
  background-image: url('../images/person-surfing-on-blue-sea-3925065.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-block-i._5 {
  background-image: url('../images/man-surfing-during-day-1644724.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-block-i._4 {
  background-image: url('../images/sea-wave-surfer-ocean-67386.jpg');
  background-position: 100%;
  background-size: cover;
}

.image-block-i._3 {
  background-image: url('../images/integral2.jpeg');
  background-position: 50%;
  background-size: cover;
}

.image-block-i._6 {
  background-image: url('../images/surfing-surfer-wave-sea-7862.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-block-copy {
  align-items: flex-end;
  width: 320px;
  height: 320px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.image-block-copy:hover {
  background-image: linear-gradient(#001917, #001917);
}

.image-block-copy._2 {
  background-image: url('../images/ganga3.webp');
  background-position: 50%;
  background-size: cover;
}

.image-block-copy._1 {
  background-image: url('../images/dtc-hnbgu.webp');
  background-position: 0 0;
  background-size: cover;
  align-items: flex-end;
  padding: 24px;
  display: flex;
}

.image-block-copy._1:hover {
  background-image: url('../images/person-surfing-on-blue-sea-3925065.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-block-copy._5 {
  background-image: url('../images/man-surfing-during-day-1644724.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-block-copy._4 {
  background-image: url('../images/sea-wave-surfer-ocean-67386.jpg');
  background-position: 100%;
  background-size: cover;
}

.image-block-copy._3 {
  background-image: url('../images/DSCF0278-1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.image-block-copy._6 {
  background-image: url('../images/surfing-surfer-wave-sea-7862.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.ths11-hero-slider {
  background-color: #0000;
  border-bottom: 1px solid #f1f1f166;
  border-right: 1px solid #f1f1f166;
  width: 100%;
  height: 100%;
}

.ths11-hero-slider.ths11-rotated {
  border-style: solid none none solid;
  border-top-width: 1px;
  border-top-color: #f1f1f166;
  border-left-width: 1px;
  border-left-color: #f1f1f166;
  transform: rotate(180deg);
}

.ths11-hero-slider.ths11-rotated.ths11-width-50 {
  object-fit: fill;
  width: 50%;
}

.ths11-hero-slider-arrow {
  display: none;
}

.ths11-hero-block {
  justify-content: space-between;
  align-items: stretch;
  height: 35vh;
  display: flex;
}

.ths11-hero-block.ths11-height-32-5vh {
  height: 32.5vh;
}

.ths11-hero-slider-wrapper {
  height: 65vh;
}

.ths11-hero-blocks-wrapper {
  width: 28.5vw;
}

.ths11-hero-blocks-wrapper.ths11-width-14-5vw {
  width: 14.5vw;
}

.ths11-hero-blocks-wrapper.hide {
  display: block;
}

.ths11-wrapper {
  z-index: 8;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ths11-hero-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ths11-hero-slide-image.ths11-rotated {
  transform: rotate(180deg);
}

.ths11-hero-slide-image.ths11-rotated._2 {
  object-position: 30% 50%;
}

.ths11-hero-slide-image.ths11-rotated._4 {
  object-position: 0% 50%;
}

.ths11-hero-slider-nav {
  display: none;
}

.ths11-hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths11-overlay {
  z-index: 7;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0a101d66, #0a101d66);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-6 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-6.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background-6.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.background-6.about-background {
  background-image: none;
}

.background-6.services-hero-background {
  background-image: url('../images/man-is-standing-rock-looking-sunset-1.jpg');
}

.background-6.journal-hero-background {
  background-image: url('../images/IMG_4194.webp');
}

.background-6.about-hero-background {
  background-image: url('../images/IMG_4071-destop-view.webp');
  background-position: 50% 30%;
}

.background-6.contact-hero-background {
  background-image: url('../images/034.jpeg');
  background-position: 50% 30%;
}

.background-6.team-image-001 {
  background-image: url('../images/021.jpeg');
}

.background-6.team-image-002 {
  background-image: url('../images/030.jpeg');
}

.background-6.team-image-003 {
  background-image: url('../images/012.jpeg');
}

.background-6.team-image-004 {
  background-image: url('../images/029.jpeg');
}

.background-6.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background-6.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background-6.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background-6.action-background {
  background-image: url('../images/031.jpeg');
}

.background-6.services-hero-background-3 {
  background-image: url('../images/beautiful-view-green-fields-sunrise-captured-canggu-bali.jpg');
}

.image-block-s {
  align-items: flex-end;
  width: 320px;
  height: 320px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.image-block-s:hover {
  background-image: linear-gradient(#001917, #001917);
}

.image-block-s._2 {
  background-image: url('../images/dandelion-flower-young-human-s-hands-sunset-sunrise-light-landscape.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-block-s._1 {
  object-position: 50% 50%;
  background-image: url('../images/3d-rendering-buddha-statue-cave.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  padding: 24px;
  display: flex;
}

.image-block-s._1:hover {
  background-image: url('../images/person-surfing-on-blue-sea-3925065.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-block-s._5 {
  background-image: url('../images/man-surfing-during-day-1644724.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-block-s._4 {
  background-image: url('../images/sea-wave-surfer-ocean-67386.jpg');
  background-position: 100%;
  background-size: cover;
}

.image-block-s._3 {
  background-image: url('../images/Downpic.cc-image229168570.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-block-s._6 {
  background-image: url('../images/surfing-surfer-wave-sea-7862.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.background-7 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-7.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background-7.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.background-7.about-background {
  background-image: none;
}

.background-7.services-hero-background {
  background-image: url('../images/man-is-standing-rock-looking-sunset-1.jpg');
}

.background-7.journal-hero-background {
  background-image: url('../images/IMG_4194.webp');
}

.background-7.about-hero-background {
  background-image: url('../images/IMG_4071-destop-view.webp');
  background-position: 50% 30%;
}

.background-7.contact-hero-background {
  background-image: url('../images/034.jpeg');
  background-position: 50% 30%;
}

.background-7.team-image-001 {
  background-image: url('../images/021.jpeg');
}

.background-7.team-image-002 {
  background-image: url('../images/030.jpeg');
}

.background-7.team-image-003 {
  background-image: url('../images/012.jpeg');
}

.background-7.team-image-004 {
  background-image: url('../images/029.jpeg');
}

.background-7.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background-7.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background-7.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background-7.action-background {
  background-image: url('../images/031.jpeg');
}

.background-7.services-hero-background-3 {
  background-image: url('../images/zen-stones-balanced-beach-with-copy-space-sunrise-light-meditation-relaxation-ai-generative-1.jpg');
}

.image-block-d {
  align-items: flex-end;
  width: 320px;
  height: 320px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.image-block-d:hover {
  background-image: linear-gradient(#001917, #001917);
}

.image-block-d._2 {
  background-image: url('../images/With-Pop.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-block-d._1 {
  background-image: url('../images/IMG_6022.webp');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  padding: 24px;
  display: flex;
}

.image-block-d._1:hover {
  background-image: url('../images/person-surfing-on-blue-sea-3925065.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-block-d._5 {
  background-image: url('../images/Prime-Minister-of-Japan.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-block-d._4 {
  background-image: url('../images/PXL_20230215_135812538.webp');
  background-position: 100%;
  background-size: cover;
}

.image-block-d._3 {
  background-image: url('../images/IMG_0778.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.image-block-d._6 {
  background-image: url('../images/WhatsApp-Image-2024-11-07-at-17.54.24_1.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-block-d._7 {
  background-image: url('../images/orphanage-visit-2.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.gallery3_image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery3_image-wrapper-2 {
  width: 100%;
}

.dear-world-read-more {
  color: #fff;
}

.heading-dear-world-read-more {
  color: #fff;
  text-align: left;
  cursor: pointer;
  border-top: 0 #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: all .3s;
  display: flex;
}

.heading-dear-world-read-more:hover {
  color: #fffc;
}

.heading-style-h5-main-white {
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-black-dearworld {
  color: #eef0f6;
  font-size: 1rem;
  font-weight: 400;
}

.title-wrapper-dear-world {
  color: var(--grey);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-section-large-5-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-style-h5-main-white-2 {
  color: #fff;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.career1_component-dear-world {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.p {
  color: var(--grey);
}

.footer3_link {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.icon-embed-xsmall-8-copy-copy {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer3_legal-link {
  color: #000;
  font-size: .875rem;
  text-decoration: underline;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.container-large-78 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer4_social-link {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.margin-bottom-6 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-6.margin-small {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-6.margin-medium, .margin-bottom-6.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.link-145 {
  color: #00e;
  text-decoration: none;
}

.line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.container-copy {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-wrapper-8 {
  background-color: #fff;
  overflow: hidden;
}

.text-size-small-2 {
  font-size: .875rem;
  text-decoration: none;
}

.link-131 {
  text-decoration: none;
}

.footer3_credit-text {
  font-size: .875rem;
}

.icon-embed-xsmall-6 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.link-144 {
  color: #00e;
  text-decoration: none;
}

.container-large-14 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-2 {
  margin-left: 5%;
  margin-right: 5%;
}

.section-policy {
  border-bottom: .1px solid #333;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-104 {
  text-decoration: none;
}

.footer3_social-link {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.paragraph-padding-bulletpoints {
  padding-left: 30px;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.heading-17 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer3_component {
  display: block;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.body-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.world-in-harmony {
  font-size: 2.3rem;
}

.heading-style-h5-black {
  color: var(--body-display);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.gallery7_image-wrapper {
  width: 200px;
  text-decoration: none;
}

.gallery_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.gallery_image.v1 {
  object-fit: cover;
  object-position: 15% 50%;
}

.gallery_image.v2 {
  object-position: 60% 50%;
}

.gallery_image.v3 {
  object-position: 100% 50%;
}

.gallery_image.v4, .gallery_image.v5 {
  object-position: 50% 40%;
}

.gallery_image.v6 {
  object-position: 35% 50%;
}

.gallery_image.v7 {
  object-position: 50% 20%;
}

.gallery_image.v9 {
  object-position: 20% 50%;
}

.gallery_image.v12 {
  object-position: 50% 30%;
}

.gallery_image.v11 {
  object-position: 50% 0%;
}

.margin {
  margin-top: 2rem;
}

.margin._1rem {
  margin-top: 1rem;
}

.heading-style-h5-777-white {
  color: var(--grey);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.margin-bottom-7, .margin-bottom-7.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1-43 {
  color: #a98a4a;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h5-black-2 {
  color: var(--body-display);
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.contain-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% auto;
}

.text-size-medium-778 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
}

.caption-2 {
  color: #f8f3ef;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}

.margin-2._2rem {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.gallery3_image-3 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.gallery3_image-3.v3 {
  object-position: 50% 0%;
}

.gallery3_image-3.v5 {
  object-position: 50% 20%;
}

.gallery3_image-3.v1 {
  object-fit: cover;
  object-position: 40% 50%;
}

.gallery3_image-3.v2 {
  object-fit: cover;
  object-position: 60% 50%;
}

.text-size-medium-5-2 {
  color: var(--black);
  font-size: 1.125rem;
}

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

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

.logo-wrapper-2 {
  width: 150px;
}

.image-block-k {
  align-items: flex-end;
  width: 320px;
  height: 320px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.image-block-k:hover {
  background-image: linear-gradient(#001917, #001917);
}

.image-block-k._2 {
  background-image: url('../images/home-1024x796.webp');
  background-position: 50%;
  background-size: cover;
}

.image-block-k._1 {
  background-image: url('../images/g3.webp');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  padding: 24px;
  display: flex;
}

.image-block-k._1:hover {
  background-image: url('../images/person-surfing-on-blue-sea-3925065.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-block-k._5 {
  background-image: url('../images/man-surfing-during-day-1644724.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-block-k._4 {
  background-image: url('../images/sea-wave-surfer-ocean-67386.jpg');
  background-position: 100%;
  background-size: cover;
}

.image-block-k._3 {
  background-image: url('../images/g21.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.image-block-k._6 {
  background-image: url('../images/surfing-surfer-wave-sea-7862.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.inner-hero-background-ak {
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-8 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-8.instagram-one {
  background-image: url('../images/012.jpeg');
}

.background-8.testimonial-background {
  background-image: url('../images/032.jpeg');
  background-position: 50% 0;
}

.background-8.about-background {
  background-image: none;
}

.background-8.services-hero-background {
  background-image: url('../images/man-is-standing-rock-looking-sunset-1.jpg');
}

.background-8.journal-hero-background {
  background-image: url('../images/IMG_4194.webp');
}

.background-8.about-hero-background {
  background-image: url('../images/IMG_4071-destop-view.webp');
  background-position: 50% 30%;
}

.background-8.contact-hero-background {
  background-image: url('../images/034.jpeg');
  background-position: 50% 30%;
}

.background-8.team-image-001 {
  background-image: url('../images/021.jpeg');
}

.background-8.team-image-002 {
  background-image: url('../images/030.jpeg');
}

.background-8.team-image-003 {
  background-image: url('../images/012.jpeg');
}

.background-8.team-image-004 {
  background-image: url('../images/029.jpeg');
}

.background-8.instagram-two {
  background-image: url('../images/016.jpeg');
}

.background-8.instagram-three {
  background-image: url('../images/006.jpeg');
}

.background-8.instagram-four {
  background-image: url('../images/018.jpeg');
}

.background-8.action-background {
  background-image: url('../images/031.jpeg');
}

.background-8.services-hero-background-3 {
  background-image: url('../images/g21-1.png');
}

.youtube-video {
  z-index: 1;
  min-width: 315px;
  max-width: 100%;
  min-height: 560px;
  max-height: 100%;
}

.blogs_feature_image-10 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogs_feature_image-10.poem {
  object-fit: cover;
  object-position: 50% 20%;
}

.blogs_feature_image-10.poem-2, .blogs_feature_image-10.poem-3, .blogs_feature_image-10.poem-5 {
  object-fit: cover;
  object-position: 50% 50%;
}

.video-2 {
  border-radius: 10px;
}

.section-video-for-gangarathi {
  background-color: #efe3f352;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.section-video-for-gangarathi.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-video-for-gangarathi.no-padding.grey {
  display: block;
}

.section-video-for-gangarathi.grey {
  background-color: var(--grey);
}

.section-video-for-gangarathi.no-top-padding {
  padding-top: 0;
}

.section-video-for-gangarathi.no-top-padding.grey {
  background-color: var(--body-display);
  padding-top: 140px;
}

.section-video-for-gangarathi.blue {
  background-color: var(--black);
}

.section-video-for-gangarathi.grey2 {
  background-color: var(--body-display);
  padding-top: 100px;
  padding-bottom: 100px;
}

.advocate {
  color: #000;
  padding-top: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.layout192_image-wrapper-copy-for-holi-poster {
  height: auto;
}

.tab-link-tab-1 {
  border-radius: 0;
}

.tab-link-tab-1.w--current {
  background-color: #2b6c59;
  border-radius: 0;
}

.layout192_content-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.tabs {
  text-align: center;
}

.tabs-menu {
  margin-bottom: 2rem;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  border: 1px solid #fff;
}

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

.text-block-2 {
  color: #fff;
}

.tab-link-tab-1-2 {
  background-color: #c8c8c800;
  border: 1px solid #fff;
}

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

.text-block-3 {
  color: #10172a;
}

.text-block-2-copy {
  color: #fff;
}

.text-block-3-copy {
  color: #10172a;
}

.tabs-menu-2 {
  text-align: center;
  margin-bottom: 2rem;
}

.night-sky-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-image: url('../images/freepik__fill__93265.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
  box-shadow: 0 16px 50px #273a711a;
}

.hero-overlay-clouds {
  z-index: 1;
  opacity: .05;
  background-image: url('../images/hero-clouds.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.container-7 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.container-7.container-center {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-style-h1-3-white-2 {
  color: #eef0f6;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.gallery-for-amrithagiri-projects {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-section {
  background-color: #10172a;
  padding: 0 10% 20px;
  position: relative;
  overflow: visible;
}

.night-sky {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-image: url('../images/66cdc601d6839871129d675d_Untitled-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
  box-shadow: 0 16px 50px #273a711a;
}

.upper-head {
  color: #bcbcbc;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.text-block-50 {
  color: #fff;
}

.paragraph-8 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.5rem;
}

.section-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-6.section-full {
  color: #fff;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section-7-copy {
  background-color: #efe3f352;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-7-copy.blue {
  background-color: #222;
}

.section-7-copy.blue._11 {
  background-color: #111729;
}

.subheader-clip {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(230deg, #111729, #111729 67%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.designer-description {
  background-color: #10172a;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 5%;
  display: flex;
  position: relative;
}

.services-section {
  padding: 100px 10%;
}

.paragraph-6 {
  font-size: 1rem;
}

.middle-cta-div {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.icon-large {
  max-width: 2rem;
}

.grid-item-content {
  text-align: left;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links {
  justify-content: center;
  display: inline-block;
}

.gallery-for-ah-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.service-box-holder {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
}

.hero-overlay-moon {
  z-index: 1;
  opacity: .1;
  background-image: url('../images/hero-1-moon-v3.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.heading-55 {
  text-transform: capitalize;
  font-size: 3rem;
  line-height: 3.5rem;
}

.subheader-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1rem;
}

.services-header {
  text-align: center;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.section-header.light {
  color: #fff;
  margin-bottom: 20px;
}

.content-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 55ch;
  display: flex;
}

.grid-item-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-medium-779 {
  color: #eef0f6;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.heading-style-h1-10 {
  color: #10172a;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section-7 {
  background-color: #efe3f352;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-7.blue {
  background-color: #fdfdfe;
}

.service-box {
  text-align: center;
  width: 29%;
  padding-left: 1%;
  padding-right: 1%;
}

.dearworld_header_component-2 {
  flex-flow: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.text-span-27 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}

.footer-content-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expert-section {
  padding: 20px 10% 100px;
}

.service-paragraph {
  color: #363636;
  font-size: 17px;
  line-height: 21px;
}

.section-background-image {
  background-image: linear-gradient(230deg, #96506f66, #273a7166 67%), url('../images/IMG_4194.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
  inset: 0%;
}

.hero-overlay-star-1 {
  z-index: 1;
  opacity: .15;
  color: #fff;
  background-image: url('../images/star-50.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.service-header {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.hero-overlay-star-2 {
  opacity: .1;
  background-image: url('../images/star-40.png');
  background-position: 30% 130%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.paragraph {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.grid-item-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.grid-item-wrapper.no-margin {
  margin-bottom: 0;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
  top: auto;
  bottom: auto;
}

.margin-bottom-780, .margin-bottom-780.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.cta {
  color: #000;
  letter-spacing: .3px;
  background-color: #fff;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.logo-link {
  z-index: 1;
  float: none;
  color: #1b1b1b;
  margin-top: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  display: inline-block;
  position: static;
}

.body-paragraph-copy {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.final-cta {
  text-align: center;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 20px;
  padding: 100px 5% 130px;
}

.night-sky-copy-33 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-image: url('../images/WhatsApp-Image-2024-11-12-at-15.42.34-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
  box-shadow: 0 16px 50px #273a711a;
}

.grid-item-image-wrapper {
  width: 100%;
}

.night-sky-for-project-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-image: url('../images/freepik__fill__93268777.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
  box-shadow: 0 16px 50px #273a711a;
}

.navigation-item {
  color: #fff;
  letter-spacing: .3px;
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  display: inline-block;
}

.navigation-item:hover {
  color: #000;
}

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

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

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

.designer-image {
  background-image: url('../images/IMG_4161.webp');
  background-position: 50% 33%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 22%;
  padding-bottom: 21%;
}

.hero-overlay-shadow {
  z-index: 1;
  opacity: .75;
  background-image: linear-gradient(#0000, #0006);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-medium-780 {
  color: #10172a;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.grid-3-1 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.title-wrapper {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  max-width: 1200px;
  margin-top: 20rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.paragraph-7 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.section-header-copy {
  color: #10172a;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.service-div {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.hero-overlay-particles {
  position: absolute;
  inset: 0%;
}

.heading-57 {
  color: #ffffffa1;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  line-height: 4rem;
}

.split-div {
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-overlay-stars {
  z-index: 1;
  opacity: .1;
  background-image: url('../images/hero-stars.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.grid-item.grid-item-center {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-hero-2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_4075-desktop-view.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  align-items: center;
  height: 75vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-paragraph {
  color: #10172a;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.body-paragraph.light {
  color: #cecece;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-6-copy {
  color: #fff;
  font-size: 1rem;
}

.investor-block-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.investor-button-wrapper-copy {
  justify-content: center;
  margin-top: 2rem;
  display: block;
}

.investor-wrap-copy {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.background-text {
  z-index: -1;
  width: 85%;
  height: 85%;
  margin: auto;
  position: absolute;
  inset: 0;
}

.investor-block {
  flex-direction: column;
  width: 100%;
  max-width: 88%;
  display: flex;
  position: relative;
}

.why-insights {
  background-image: url('../images/amrithagirihimalaya.in_1.webp');
  background-position: 0 15%;
  background-size: cover;
}

.container-20 {
  width: 96vw;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.intro-container-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.investor-title-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3.5rem;
}

.investor-description-copy-copy {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-block-62 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.investor-image {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.why-insights-2 {
  background-image: url('../images/amrithagirihimalaya.in.png');
  background-position: 0 15%;
  background-size: cover;
}

.investor-button-wrapper-copy-copy {
  justify-content: center;
  margin-top: 2rem;
  display: block;
}

.investor-description-copy-copy-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.container-21 {
  width: 96vw;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-63 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.intro-container-copy-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.investor-image-large-copy {
  background-image: url('../images/amritha-girri-flex-logodark-gree_1amritha girri flex logodark gree.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 86%;
  height: 500px;
  display: flex;
  overflow: hidden;
}

.investor-wrap-copy-2 {
  padding: 60px 40px;
  position: relative;
}

.container-7-copy-fpr-hero-title {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.container-7-copy-fpr-hero-title.container-center {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gallery6_row-2-copy-for-japan-exchange {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-490px {
  max-width: 480px;
  overflow: visible;
}

.heading-116 {
  color: #294c38;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.image-36 {
  height: 45%;
}

.inner-container._574px {
  max-width: 745px;
}

.slide-item-mg {
  margin-right: 28px;
}

.section-24 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-24.overflow-hidden {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.hidden-on-desktop {
  display: none;
}

.slider-wrapper-2 {
  background-color: #0000;
  height: 100%;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.paragraph-57 {
  margin-top: 10px;
}

.width-100-2 {
  object-fit: cover;
  background-image: url('../images/Screenshot-2025-10-11-114441.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
}

.image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  border-color: #fff;
  padding-left: 0;
  inset: -100px 84px auto auto;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  border-color: #294c38;
  margin-left: 1125px;
  padding-left: 0;
  top: -100px;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  border-color: #fff;
  inset: -100px 150px auto auto;
}

.btn-circle-secondary.slider-arrow.left---top-left:hover {
  background-color: #294c38;
  border-color: #fff;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  border-color: #294c38;
  top: -100px;
}

.btn-circle-secondary.slider-arrow.right---top-left:hover {
  background-color: #294c38;
  border-color: #fff;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.section-25 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-25.overflow-hidden {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.paragraph-58 {
  font-size: 12px;
}

.card-3 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.sir-ventures {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

._252525 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

._252525.mobile-2525 {
  width: 640px;
  height: auto;
}

._252525.integral-books {
  width: 100px;
  height: auto;
}

._33333 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.slider-4 {
  height: auto;
}

.mask {
  height: 110vh;
}

.right-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.image-37, .image-38 {
  font-size: 2rem;
}

.slide-2 {
  padding-bottom: 0;
}

._3232 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

._3232.v1 {
  object-fit: cover;
  object-position: 15% 50%;
}

._3232.v2 {
  object-position: 60% 50%;
}

._3232.v3 {
  object-position: 100% 50%;
}

._3232.v4, ._3232.v5 {
  object-position: 50% 40%;
}

._3232.v6 {
  object-position: 35% 50%;
}

._3232.v7 {
  object-position: 50% 20%;
}

._3232.v8 {
  aspect-ratio: auto;
  object-position: 50% 40%;
  height: auto;
}

._3232.v9 {
  object-position: 20% 50%;
}

._3232.v10 {
  aspect-ratio: auto;
}

._3232.v11 {
  object-position: 50% 0%;
}

._3232.v11.v22 {
  object-position: 50% 40%;
}

._3232.v12 {
  object-position: 50% 50%;
}

._3232.v13 {
  object-position: 50% 40%;
}

._3232.w12 {
  object-position: 50% 30%;
}

._3232.v11-copy-v122 {
  aspect-ratio: auto;
  object-position: 50% 20%;
}

._3232._35 {
  object-position: 50% 100%;
}

._3232._1234 {
  aspect-ratio: auto;
  object-position: 50% 100%;
}

._3232.advocate {
  aspect-ratio: auto;
  object-position: 50% 0%;
}

._3232._6666 {
  object-position: 50% 40%;
}

._3232._1212 {
  aspect-ratio: auto;
  object-position: 50% 40%;
  width: 1117px;
  height: 1483.52px;
}

.imageoverlay {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.div-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-4-copy {
  opacity: 1;
  object-fit: fill;
  background-image: linear-gradient(#fafafacf, #fafafacf), url('../images/Untitled-design---2025-10-09T125610.989.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: static;
}

.text-block-64 {
  object-fit: fill;
  position: absolute;
}

.thm {
  color: var(--black);
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 15px;
  display: flex;
  position: static;
}

.overlaybg {
  z-index: auto;
  opacity: .75;
  object-fit: fill;
  background-color: #e7e5e5;
  width: 90%;
  height: 700px;
  display: flex;
  position: absolute;
}

.slider-5 {
  flex-flow: column;
  align-items: stretch;
  height: 70vh;
  display: block;
}

.bold-text-204 {
  display: block;
}

.etrenal {
  color: var(--black);
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 15px;
  display: flex;
  position: absolute;
}

.bold-text-205 {
  font-size: 1.2rem;
}

.remember {
  font-size: 1.2rem;
  display: block;
}

.true, .laterealisation, .dignity, .glory {
  font-size: 1.2rem;
}

.icon, .icon-2 {
  color: #7a7676;
}

.quotee {
  color: var(--grey);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

._12121 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

._12121.mobile-2525 {
  width: 640px;
  height: auto;
}

._12121.integral-books {
  width: 100%;
  height: auto;
}

.kkkkk {
  color: var(--grey);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

._2 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.text-size-medium-black-for-dear-world-copy {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.125rem;
}

.image-39 {
  width: 100%;
}

.max-width-large-copy-for-award {
  width: 100%;
  max-width: 58rem;
}

.max-width-large-copy {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-copy-copy-for-award {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080), url('../images/Untitled-design---2025-10-14T122955.971.png');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, auto;
  width: 100%;
  max-width: 60rem;
  padding: 50px 20px;
}

.for-award {
  width: 100%;
  max-width: 58rem;
  margin-top: 20px;
}

.max-width-large-copy-for-denny-award {
  width: 100%;
  max-width: 58rem;
}

.gallery6_image-wrapper-copy {
  object-position: 50% 50%;
  grid-template-columns: 1fr;
  width: 100%;
  height: auto;
  text-decoration: none;
}

.gallery6_image-wrapper-copy.px {
  height: 800px;
}

.gallery6_image-wrapper-copy-uu {
  object-position: 50% 50%;
  grid-template-columns: 1fr;
  width: 100%;
  height: auto;
  text-decoration: none;
}

.gallery6_image-wrapper-copy-uu.px {
  height: 800px;
}

.gallery6_image-wrapper-copy-77 {
  object-position: 50% 50%;
  grid-template-columns: 1fr;
  width: 100%;
  height: auto;
  text-decoration: none;
}

.gallery6_image-wrapper-copy-77.px {
  height: 800px;
}

.text-block-65 {
  margin-top: 10px;
  display: none;
}

.layout192_image-wrapper-copy-55 {
  width: auto;
  height: 100%;
}

.text-size-medium-black-for-dear-world-copy-copy {
  color: var(--black);
  margin-top: 20px;
  font-size: 1.125rem;
}

.image-39-copy {
  width: 100%;
}

.grid-item-image-wrapper-copy {
  width: 100%;
  position: static;
}

.heading-4-copy {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}

.text-size-medium-black-for-dear-world-copy-copy-copy {
  color: var(--grey);
  text-align: center;
  margin-top: 20px;
  font-size: 1.125rem;
}

.new {
  font-size: 1.5rem;
}

.list {
  font-size: 1.125rem;
  line-height: 2rem;
}

.text-size-medium-black-for-dear-world-2 {
  color: #111729;
  font-size: 1.125rem;
}

.slider-6 {
  height: 60vh;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #111729;
  border: 1px solid #000;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-8.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-8.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #626d86;
  display: flex;
}

.margin-top-778, .margin-top-778.margin-xxlarge, .margin-top-778.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.thm-2 {
  color: #111729;
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 15px;
  display: flex;
  position: static;
}

.heading-117 {
  color: #111729;
  font-size: 3rem;
  font-weight: 600;
}

.margin-bottom-781, .margin-bottom-781.margin-xxlarge, .margin-bottom-781.margin-xxsmall, .margin-bottom-781.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-3 {
  color: #7a7676;
}

.div-block-4-copy-2 {
  opacity: 1;
  object-fit: fill;
  background-image: linear-gradient(#fafafacf, #fafafacf), url('../images/Untitled-design---2025-10-09T125610.989.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 530px;
  padding-top: 0;
  display: flex;
  position: static;
}

.heading-style-h5-778 {
  color: #111729;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-text-2-2 {
  color: #111729;
}

.blogs_blog-list-1_item-content-3 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.etrenal-2 {
  color: #111729;
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 15px;
  display: flex;
  position: absolute;
}

.blogs_blog_list_777-2 {
  background-color: #eef0f6;
}

.padding-global-5 {
  color: #000;
  padding-left: 5%;
  padding-right: 5%;
}

.bold-text-206 {
  font-size: 1.2rem;
}

.max-width-large-copy-copy-for-mobile {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080), url('../images/Untitled-design---2025-10-14T122955.971.png');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, auto;
  width: 100%;
  max-width: 60rem;
  padding: 50px 20px;
  display: none;
}

.text-color-primary-2 {
  color: #146ef5;
}

.padding-global-6 {
  z-index: 1;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container-large-79 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-section_home {
  background-color: #fcfcfc;
  background-image: url('../images/hero-section-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.align-center-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #146ef5;
  border-radius: .5rem;
  padding: .75rem 1.5rem .938rem;
  font-size: 1rem;
  text-decoration: none;
  transition: transform .3s, color .3s, background-color .3s;
}

.button-9:hover {
  background-color: #4d4dff;
  transform: translate(0, -.25rem);
}

.button-9.cta-yellow-2 {
  color: #000;
  background-color: #fc3;
}

.button-9.cta-yellow-2:hover {
  background-color: #fc3;
}

.gallery-script {
  display: none;
}

.margin-bottom-782 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-782.margin-small {
  margin: 0 0 1rem;
}

.gallery-component {
  margin-top: 3rem;
}

.gallery-wrapper {
  color: #15d100;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.header_component {
  margin-bottom: 2rem;
}

.swiper-wrapper.mqin {
  display: flex;
}

.slider-img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.slider-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.swiper-slide {
  text-align: center;
  background-color: #eee;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  display: flex;
}

.swiper-button-prev {
  padding-right: 20px;
}

.swiper-button-next {
  color: #000;
  padding-left: 20px;
}

.section_slider {
  padding-top: 100px;
  padding-bottom: 100px;
}

.swiper.thumb-swiper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 30%;
  max-width: 350px;
  height: 550px;
}

.swiper.main-swiper {
  width: 65%;
  max-width: 800px;
  height: 550px;
}

.layout89_content-left-copy-for-ventures-in-about {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.heading-style-h2-copy-for-ventures-in-ventures {
  color: var(--grey);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-style-tagline-copy-for-ventures {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.heading-style-h5-center-copy {
  color: #101729;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h5-center-copy.sisterconcern {
  padding-top: .05rem;
  font-size: .7rem;
  line-height: 1;
}

.h1-headin {
  color: #101729;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.h1-headin.sisterconcern {
  padding-top: .05rem;
  font-size: .7rem;
  line-height: 1;
}

.ventures--amrithagiri-himalaya {
  color: #10172a;
  text-align: center;
  font-size: 1rem;
}

.grid-wrapper-copy-oo, .grid-wrapper-copy-auto {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
  top: auto;
  bottom: auto;
}

@media screen and (min-width: 1280px) {
  .section.no-top-padding.grey {
    padding-top: 0;
    padding-bottom: 0;
  }

  .half-wrapper {
    grid-column-gap: 100px;
  }

  .list-item {
    grid-column-gap: 60px;
  }

  .service-link-top {
    padding-left: 48px;
    padding-right: 48px;
  }

  .service-bottom {
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .number-item {
    min-height: 275px;
    padding: 36px 48px;
  }

  .service-item-top {
    grid-column-gap: 48px;
  }

  .story-grid {
    grid-column-gap: 100px;
  }

  .core-value {
    padding: 36px;
  }

  .team-member-grid {
    grid-column-gap: 48px;
  }

  .team-portrait {
    min-height: 350px;
  }

  .project-image {
    min-height: 425px;
  }

  .verticle-journal-grid {
    grid-column-gap: 48px;
  }

  .flex-hero-777.padding1 {
    margin-top: 10rem;
    padding-top: 15rem;
  }

  .medium-width-3 {
    margin-top: 3.5rem;
  }

  .medium-width-4 {
    margin-top: 10rem;
  }

  .container-large-77 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .section-video-for-gangarathi.no-top-padding.grey {
    padding-top: 0;
    padding-bottom: 0;
  }

  .investor-block {
    max-width: 520px;
  }

  .container-default-3 {
    max-width: 1250px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    right: 185px;
  }
}

@media screen and (min-width: 1440px) {
  .section.no-top-padding.grey {
    padding-top: 0;
    padding-bottom: 0;
  }

  .half-wrapper {
    grid-column-gap: 120px;
  }

  .list-item {
    grid-column-gap: 80px;
  }

  .project-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-content {
    grid-column-gap: 100px;
  }

  .number-item {
    min-height: 300px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-item-top, .service-bottom-content {
    grid-column-gap: 60px;
  }

  .story-grid {
    grid-column-gap: 120px;
  }

  .team-portrait {
    min-height: 425px;
  }

  .project-image {
    min-height: 450px;
  }

  .flex-hero-777.padding1 {
    margin-top: 15rem;
    padding-top: 20rem;
  }

  .medium-width-3 {
    margin-top: 5rem;
  }

  .medium-width-4 {
    margin-top: 8rem;
  }

  .container-large-77 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .section-video-for-gangarathi.no-top-padding.grey {
    padding-top: 0;
    padding-bottom: 0;
  }

  .investor-block {
    max-width: none;
  }

  .why-insights {
    padding-left: 100px;
    padding-right: 100px;
  }

  .investor-title-copy {
    font-size: 43px;
    line-height: 50px;
  }

  .why-insights-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .investor-image-large-copy {
    width: 500px;
    height: 467px;
  }

  .container-default-3 {
    max-width: 1400px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    right: 343px;
  }
}

@media screen and (min-width: 1920px) {
  .section.no-top-padding.grey {
    padding-top: 0;
    padding-bottom: 0;
  }

  .background.journal-hero-background {
    background-position: 50% 35%;
  }

  .flex-hero-777.padding1 {
    margin-top: 20rem;
    padding-top: 20rem;
  }

  .medium-width-3 {
    margin-top: 5rem;
  }

  .medium-width-4 {
    margin-top: 14rem;
  }

  .container-large-77 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .background-4.journal-hero-background, .background-5.journal-hero-background, .background-6.journal-hero-background, .background-7.journal-hero-background, .background-8.journal-hero-background {
    background-position: 50% 35%;
  }

  .section-video-for-gangarathi.no-top-padding.grey {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    text-align: left;
    justify-content: center;
  }

  .container-7 {
    margin-left: auto;
  }

  .paragraph-8 {
    font-size: 2.2rem;
  }

  .designer-description {
    background-color: #10172a;
  }

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

  .text-span-27 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 5.5rem;
  }

  .paragraph {
    font-size: 1.5rem;
  }

  .title-wrapper {
    text-align: center;
    max-width: 1500px;
  }

  .heading-57 {
    font-size: 2.5rem;
    line-height: 4.5rem;
  }

  .investor-block {
    max-width: none;
  }

  .why-insights {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .why-insights-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .investor-image-large-copy {
    width: 500px;
    height: 550px;
  }

  .container-7-copy-fpr-hero-title {
    max-width: 2000px;
    margin-left: auto;
  }

  .heading-116 {
    font-weight: 400;
  }

  .container-default-3 {
    max-width: 1500px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    right: 350px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    left: 0;
  }
}

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

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

  .section.no-top-padding.grey {
    padding-top: 80px;
  }

  .background.journal-hero-background {
    background-position: 75%;
  }

  .services-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0000;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

  .nav-link {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--pinstripe);
    background-color: #fff;
    min-height: 60px;
  }

  .navigation-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu {
    background-color: #0000;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .service-link {
    background-color: #fff;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .xxl-heading.hero {
    padding-top: 8rem;
  }

  .dual-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .half-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .list-item {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .service-bottom {
    padding-top: 48px;
  }

  .featured-work-slider {
    padding-top: 180px;
    padding-bottom: 280px;
  }

  .projects-arrow {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 136px 80px;
  }

  .projects-arrow.left {
    left: 0;
    right: 80px;
  }

  .hover-slider-arrow {
    width: 100%;
    height: 100%;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    padding: 36px 0 48px 36px;
  }

  .verticle-line {
    width: 100%;
  }

  .action-banner {
    min-height: 600px;
  }

  .instagram-footer {
    padding-top: 80px;
  }

  .showreel-info {
    padding-right: 160px;
  }

  .service-card-hover {
    display: none;
  }

  .instagram-feed {
    grid-template-columns: 1fr;
  }

  .instagram-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .instagram {
    height: 20vw;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper {
    grid-row-gap: 100px;
    padding-top: 100px;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .inner-hero-background {
    margin-bottom: 0;
  }

  .collection-hero-banner {
    min-height: 650px;
  }

  .projects-wrapper {
    padding-bottom: 100px;
  }

  .about-content {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 48px;
  }

  .benefits-row {
    grid-row-gap: 0px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1px 1fr;
  }

  .number-item {
    grid-row-gap: 100px;
  }

  .number-item.v1, .number-item.v2, .number-item.v4 {
    background-position: 50% 30%;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .step-card {
    grid-row-gap: 60px;
    border-bottom: 1px solid var(--pinstripe);
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .step-card.end {
    border-bottom-style: none;
  }

  .project-body {
    grid-row-gap: 60px;
    padding: 48px 0 48px 48px;
  }

  .post-top {
    padding-top: 60px;
  }

  .post-body {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding: 48px 0 48px 48px;
  }

  .dropdown-list {
    position: absolute;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .dropdown-wrapper {
    width: 100%;
    min-width: auto;
    box-shadow: 0 18px 36px -8px #292b4e1f;
  }

  .dropdown-link {
    border-top: 1px solid var(--pinstripe);
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    display: flex;
  }

  .contact-info-wrapper {
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

  .quick-link-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 36px;
  }

  .about-wrapper {
    padding: 48px 0 48px 48px;
  }

  .services-dual-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .sticky-services-intro {
    position: relative;
    top: auto;
  }

  .service-bottom-content {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .team-image {
    min-height: 250px;
  }

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

  .story-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    padding: 36px 0 60px 36px;
  }

  .project-banner {
    min-height: 400px;
  }

  .project-details {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .project-numbers-section {
    padding-top: 120px;
  }

  .project-gallery-image {
    min-height: 275px;
  }

  .project-intro {
    grid-template-columns: 1fr;
  }

  .project-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .team-portrait {
    min-height: 375px;
  }

  .popular-posts {
    max-width: 500px;
    position: relative;
    top: auto;
  }

  .journal-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
    padding: 48px 0 48px 48px;
  }

  .popular-post-image {
    min-height: 140px;
  }

  .popular-post-info {
    grid-row-gap: 36px;
  }

  .team-bio-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .dropdown-corner {
    border-top: 1px solid var(--pinstripe);
    border-left: 1px solid var(--pinstripe);
    top: -6px;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 19px 0;
    display: flex;
  }

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

  .menu-icon-wrapper {
    border-style: none none none solid;
    border-width: 1px;
    border-color: black black black var(--pinstripe);
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0 0 24px;
    display: flex;
  }

  .menu-icon {
    width: 28px;
  }

  .social-box {
    min-height: 120px;
  }

  .verticle-journal-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-items {
    box-shadow: 0 18px 36px -8px var(--shaddow);
    flex-direction: column;
  }

  .pagination {
    padding-left: 36px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta8_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout1_image.uk, .layout1_image.v1, .layout1_image.v2 {
    aspect-ratio: 2 / 3;
  }

  .layout1_image.ah {
    aspect-ratio: 1;
  }

  .layout1_image-wrapper {
    height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .layout89_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

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

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

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

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-3, .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout192_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .padding-section-large-5 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .testimonial11_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .testimonial11_mask {
    width: 100%;
  }

  .testimonial19_mask {
    width: 50%;
  }

  .testimonial19_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial19_arrow {
    width: 3rem;
    height: 3rem;
  }

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

  .header36_image {
    height: auto;
    max-height: none;
  }

  .header36_image.mobile {
    aspect-ratio: 3 / 2;
  }

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header36_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header37_image {
    height: auto;
    max-height: none;
  }

  .header37_image.mobile {
    aspect-ratio: 3 / 2;
  }

  .header37_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header37_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .heading-style-h2-copy {
    font-size: 2.75rem;
  }

  .heading-style-h1-copy {
    font-size: 3.25rem;
  }

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

  .blogs_feature_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blogs_blog-list-2_list {
    grid-template-columns: 1fr 1fr;
  }

  .blogs_blog-list-1_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blogs_blog-list-1_heading {
    margin-right: 3rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .heading-style-h3-3 {
    font-size: 2.25rem;
  }

  .padding-section-large-copy-of-gallery, .padding-section-large-copy-gall {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery6_grid-list {
    grid-template-rows: auto;
  }

  .padding-section-large-copy-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1-2, .heading-style-h1-2-copy {
    font-size: 3.25rem;
  }

  .margin-top-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .blogs_blog-list-1_list-dear-world {
    grid-template-columns: 1fr;
  }

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

  .margin-top-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-for-main-2 {
    font-size: 3em;
    line-height: 2.5rem;
  }

  .slide-hero-background-ttttt.three {
    background-position: 50% 100%;
  }

  .text-size-for-main-3 {
    font-size: 2.1rem;
    line-height: 2rem;
  }

  .text-size-for-main-4 {
    font-size: 3em;
    line-height: 2.5rem;
  }

  .track {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item, .item-2 {
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .item-2.gradient {
    margin-right: 0;
  }

  .item-copy {
    height: 50vh;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .xxl-heading-777 {
    font-size: 48px;
  }

  .xxl-heading-777.hero {
    padding-top: 8rem;
  }

  .flex-hero-777.padding1 {
    padding-top: 22rem;
  }

  .item-3 {
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .item-3.gradient {
    margin-right: 0;
  }

  .item-4 {
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .contact6_contact-list {
    grid-row-gap: 1rem;
  }

  .contact6_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2-777 {
    font-size: 2.75rem;
  }

  .padding-section-large777copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact6_contact-list-2 {
    grid-row-gap: 1rem;
  }

  .heading-style-h2-3-copy {
    font-size: 2.75rem;
  }

  .social-icon-wrapper-2 {
    justify-content: center;
    display: flex;
  }

  .padding-section-large-mobil {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxl-heading-777-2 {
    font-size: 42px;
  }

  .xxl-heading-777-2.hero {
    padding-top: 8rem;
  }

  .item-5 {
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .xxl-heading-777-8 {
    font-size: 48px;
  }

  .xxl-heading-777-8.hero {
    padding-top: 8rem;
  }

  .heading-style-h3-37 {
    font-size: 2.25rem;
  }

  .padding-section-large-image-collection {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }

  .padding-section-large-image-collections {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blogs_feature_content-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-and-boarder {
    flex-flow: column;
    display: flex;
  }

  .heading-style-h1-3 {
    font-size: 3.25rem;
  }

  .margin-top-10 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1-4 {
    font-size: 3.25rem;
  }

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

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

  .layout1_image-wrapper-2 {
    height: auto;
  }

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

  .heading-style-h1-3-white, .heading-style-h1-42, .heading-style-h1-27 {
    font-size: 3.25rem;
  }

  .padding-section-large-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .margin-top-777 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-5-2, .padding-section-large-5-3 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

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

  .heading-style-h2-3-4 {
    font-size: 2.75rem;
  }

  .background-4.journal-hero-background {
    background-position: 75%;
  }

  .inner-hero-background-ah {
    margin-bottom: 0;
  }

  .heading-style-h2-4 {
    text-align: center;
    font-size: 2.75rem;
  }

  .margin-bottom-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1-27-7 {
    font-size: 3.25rem;
  }

  .margin-bottom-5 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contain {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .inner-hero-background-integral {
    margin-bottom: 0;
  }

  .background-5.journal-hero-background, .background-6.journal-hero-background, .background-7.journal-hero-background {
    background-position: 75%;
  }

  .padding-section-large-5-4 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .icon-embed-xsmall-8-copy-copy {
    color: #fff;
  }

  .margin-bottom-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom-7 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1-43 {
    font-size: 3.25rem;
  }

  .contain-2 {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-hero-background-ak {
    margin-bottom: 0;
  }

  .background-8.journal-hero-background {
    background-position: 75%;
  }

  .section-video-for-gangarathi {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section-video-for-gangarathi.no-top-padding.grey {
    padding-top: 80px;
  }

  .layout192_content-copy {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .night-sky-copy {
    min-height: 400px;
  }

  .hero-content {
    flex-direction: column;
  }

  .container-7 {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    max-width: 100%;
  }

  .container-7.container-center {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .heading-style-h1-3-white-2 {
    text-align: center;
    font-size: 3.25rem;
  }

  .footer-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .night-sky {
    min-height: 400px;
  }

  .paragraph-8 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section-7-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .designer-description {
    width: 100%;
    padding: 45px 50px;
  }

  .services-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon-large {
    max-width: 2rem;
  }

  .service-box-holder {
    flex-wrap: wrap;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .subheader-text {
    font-size: 1rem;
  }

  .services-header {
    width: 80%;
  }

  .section-header, .section-header.light {
    font-size: 46px;
    line-height: 54px;
  }

  .content-center {
    max-width: 45ch;
  }

  .heading-style-h1-10 {
    font-size: 3.25rem;
  }

  .section-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-span-27 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .expert-section {
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-item-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .grid-item-wrapper.no-margin {
    flex-direction: column-reverse;
  }

  .margin-bottom-780 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .final-cta {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .night-sky-copy-33, .night-sky-for-project-2 {
    min-height: 400px;
  }

  .navigation-item {
    transition: color .15s;
  }

  .designer-image {
    width: 100%;
    padding-top: 287px;
    padding-bottom: 286px;
  }

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

  .title-wrapper {
    z-index: 5;
    align-items: flex-start;
    max-width: 100%;
  }

  .section-header-copy {
    font-size: 46px;
    line-height: 54px;
  }

  .heading-57 {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }

  .split-div {
    flex-flow: column-reverse wrap;
  }

  .investor-block-content {
    text-align: center;
    align-items: center;
  }

  .investor-button-wrapper-copy {
    justify-content: center;
    padding-top: 2rem;
    display: flex;
  }

  .investor-block {
    width: auto;
    max-width: none;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 25px;
  }

  .container-20 {
    width: 100%;
  }

  .intro-container-copy {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .investor-title-copy {
    font-size: 34px;
    line-height: 42px;
  }

  .investor-description-copy-copy {
    margin-top: 20px;
  }

  .investor-button-wrapper-copy-copy {
    justify-content: center;
    margin-top: 1rem;
    padding-top: 0;
    display: flex;
  }

  .investor-description-copy-copy-2 {
    margin-top: 20px;
  }

  .container-21 {
    width: 100%;
  }

  .intro-container-copy-2 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .investor-image-large-copy {
    background-position: 50%;
    width: 100%;
    height: 600px;
  }

  .container-7-copy-fpr-hero-title {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    max-width: 100%;
  }

  .container-7-copy-fpr-hero-title.container-center {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .gallery6_row-2-copy-for-japan-exchange {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .slider-mask {
    position: static;
  }

  .image-36 {
    height: 40%;
  }

  .section-24 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    display: none;
    inset: auto auto -90px 39.5%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    display: none;
    inset: auto 39.5% -90px auto;
  }

  .section-25 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  ._252525 {
    height: auto;
    max-height: none;
  }

  ._252525.mobile, ._252525.mobile-2525, ._252525.integral-books {
    aspect-ratio: 3 / 2;
  }

  ._33333 {
    height: auto;
    max-height: none;
  }

  ._33333.mobile {
    aspect-ratio: 3 / 2;
  }

  ._12121 {
    height: auto;
    max-height: none;
  }

  ._12121.mobile, ._12121.mobile-2525, ._12121.integral-books {
    aspect-ratio: 3 / 2;
  }

  ._2 {
    height: auto;
    max-height: none;
  }

  ._2.mobile {
    aspect-ratio: 3 / 2;
  }

  .margin-top-778 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-781, .margin-bottom-782 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-container {
    flex-flow: column;
  }

  .swiper.thumb-swiper {
    flex-flow: row;
    width: 100%;
    max-width: none;
    height: 400px;
    display: flex;
  }

  .swiper.main-swiper {
    width: 100%;
    max-width: none;
  }

  .heading-style-h2-copy-for-ventures-in-ventures {
    font-size: 2.75rem;
  }
}

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

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

  .section.no-top-padding.grey {
    padding-top: 60px;
  }

  .services-wrapper {
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .slider-arrow.right {
    padding-right: 80px;
    right: -80px;
  }

  .nav-right {
    grid-column-gap: 18px;
  }

  .nav-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .xxl-heading.hero {
    padding-top: 4rem;
    line-height: 3rem;
  }

  .body-display.small {
    display: none;
  }

  .body-display.small._2 {
    text-align: center;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .list-item {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .featured-work-slider {
    padding-top: 140px;
    padding-bottom: 260px;
  }

  .testimonial-slide-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .underline-link.dark {
    line-height: 13px;
  }

  .project-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    padding: 30px 0 36px 30px;
  }

  .action-banner {
    min-height: auto;
  }

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

  .hero-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-intro.large-intro {
    margin-top: 10rem;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
  }

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

  .instagram {
    height: 40vw;
  }

  .footer-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .footer-box {
    grid-template-rows: 1fr;
    min-height: auto;
  }

  .footer-brand {
    max-width: none;
  }

  .footer-box-title {
    grid-template-rows: auto;
  }

  .footer-box-title.mobile {
    display: none;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .footer-credits {
    grid-template-columns: 1fr;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .inner-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .inner-hero-background {
    margin-bottom: 0;
  }

  .collection-hero-banner {
    min-height: 500px;
  }

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .about-content {
    padding-left: 36px;
  }

  .inner-page-hero {
    height: 95vh;
  }

  .about-image {
    min-height: 350px;
  }

  .benefits-row {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .number-item {
    grid-row-gap: 60px;
  }

  .number-item.v1 {
    background-position: 50% 30%;
  }

  .number-item.v2 {
    background-position: 50% 20%;
  }

  .number-item.v3 {
    background-position: 50% 30%;
  }

  .number-item.v4 {
    background-position: 50% 10%;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .step-card {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-block {
    border-top: 1px solid var(--pinstripe);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-body {
    grid-row-gap: 48px;
    padding: 36px 0 36px 36px;
  }

  .post-top {
    grid-row-gap: 60px;
  }

  .post-body {
    padding: 36px 0 36px 36px;
  }

  .dropdown-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .projects-hero {
    min-height: 800px;
  }

  .project-bottom {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 24px;
  }

  .quick-link-wrapper {
    grid-template-columns: 1fr;
  }

  .about-wrapper {
    padding: 36px 0 36px 36px;
  }

  .service-item-top {
    grid-template-columns: 1fr auto;
  }

  .service-bottom-content {
    grid-row-gap: 24px;
    padding-top: 36px;
  }

  .team-image {
    min-height: 200px;
  }

  .team-image-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .about-list {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    padding: 24px 0 48px 24px;
  }

  .project-banner {
    min-height: 300px;
  }

  .project-details {
    grid-row-gap: 48px;
  }

  .number-box {
    grid-template-columns: 1fr;
  }

  .project-numbers-section {
    padding-top: 100px;
  }

  .project-gallery-image {
    min-height: 200px;
  }

  .project-gallery {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .box-item, .core-value {
    grid-row-gap: 48px;
  }

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

  .team-portrait {
    min-height: 500px;
  }

  .horizontal-journal-card {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .journal-grid {
    padding: 36px 0 36px 36px;
  }

  .journal-image {
    min-height: 275px;
  }

  .journal-info {
    grid-row-gap: 24px;
    padding: 0 12px 12px;
  }

  .slide-hero-background {
    background-image: url('../images/DTC.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .team-portrait-wrapper {
    position: relative;
    top: auto;
  }

  .social-box {
    min-height: 100px;
  }

  .post-author-card {
    padding: 36px;
  }

  .verticle-journal-grid {
    grid-template-columns: 1fr;
  }

  .pagination {
    margin-top: 6px;
    padding-left: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta8_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .layout1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section_layout1 {
    display: none;
  }

  .layout1_image.ah {
    aspect-ratio: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-size-medium-copy-for-denny-copy, .text-size-medium-2 {
    font-size: 1rem;
  }

  .layout89_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout89_content-left {
    justify-content: center;
    align-items: center;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

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

  .spacer-small {
    padding-top: 1.25rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
    font-weight: 700;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-section-medium.only-hero {
    padding-top: 8.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

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

  .layout192_image-wrapper {
    height: auto;
  }

  .layout192_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial11_client-info {
    margin-bottom: 1rem;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

  .testimonial11_divider {
    display: none;
  }

  .testimonial11_slider {
    padding-bottom: 5rem;
  }

  .padding-section-large-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .testimonial11_arrow.is-left {
    right: 3.5rem;
  }

  .testimonial11_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

  .testimonial19_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

  .testimonial19_mask {
    width: 100%;
  }

  .testimonial19_card {
    padding: 1.5rem;
  }

  .testimonial19_slider {
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial19_slide {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial19_arrow {
    bottom: 3rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .blog36_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-8 {
    font-size: 1rem;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .header36_component {
    padding-top: 4rem;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .header37_component {
    padding-top: 4rem;
  }

  .text-size-medium-11 {
    font-size: 1rem;
  }

  .heading-style-h2-copy {
    font-size: 2.25rem;
  }

  .heading-style-h1-copy {
    font-size: 2.5rem;
  }

  .text-size-medium-copy {
    font-size: 1rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .blogs_blog-list-1_list, .blogs_feature_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blogs_blog-list-2_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-4 {
    font-size: 1.25rem;
  }

  .blogs_blog-list-1_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blogs_blog-list-1_heading {
    margin-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-12 {
    font-size: 1rem;
  }

  .blogs_feature_image-wrapper.poem {
    aspect-ratio: 1;
    max-width: none;
    max-height: none;
  }

  .blogs_feature_image-wrapper.poem.mobile {
    display: none;
  }

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .heading-style-h3-3 {
    font-size: 2rem;
  }

  .text-size-medium-12-copy {
    font-size: 1rem;
  }

  .padding-section-large-copy-of-gallery, .padding-section-large-copy-gall {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery6_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery6_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .text-size-medium-13 {
    font-size: 1rem;
  }

  .padding-section-large-copy-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery_gallery_lightbox-link {
    margin-bottom: 1.5rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .gallery_gallery_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .heading-style-h1-2-copy {
    font-size: 2.5rem;
  }

  .text-size-medium-copy-copy, .text-size-medium-copy-copy-copy-for-explore {
    font-size: 1rem;
  }

  .section_layout1-m {
    display: none;
  }

  .slide-hero-background-businessman1 {
    background-image: url('../images/IMG_4075-22mobile-view-777.webp');
  }

  .slide-hero-background-nationlover {
    background-position: 55%;
  }

  .margin-top-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog37_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-center {
    font-size: 1.25rem;
  }

  .text-size-medium-black-for-news-and-events, .text-size-medium-black-for-dear-world {
    font-size: 1rem;
  }

  .blogs_blog-list-1_list-dear-world {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .career1_list {
    margin-bottom: 1.5rem;
  }

  .text-size-medium-14 {
    font-size: 1rem;
  }

  .heading-style-h5-5 {
    font-size: 1.25rem;
  }

  .career1_icon-wrapper {
    width: 28px;
  }

  .career1_job-department-course {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .career1_item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-style-h5-6 {
    font-size: 1.25rem;
  }

  .text-white-about-me {
    font-size: 1rem;
  }

  .heading-style-h5-7 {
    font-size: 1.25rem;
  }

  .text-white-about-me-2 {
    font-size: 1rem;
  }

  .heading-style-h5-7-2, .heading-style-h5-main, .heading-style-h5-main-2 {
    font-size: 1.25rem;
  }

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

  .margin-top-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-hero-background-dear-world, .slide-hero-background-nationlover-copy {
    background-position: 55%;
  }

  .text-size-for-main-2 {
    font-size: 2em;
    line-height: 1.25rem;
  }

  .slide-hero-background-ttttt, .slide-hero-background-ttttt.three {
    background-image: url('../images/IMG_4137-_2_.webp');
  }

  .slide-hero-background-ttt {
    background-image: url('../images/freepik__fill__93262777.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-size-for-main-3 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .text-size-for-main-4 {
    font-size: 2em;
    line-height: 1.25rem;
  }

  .track {
    padding-top: 0;
    padding-bottom: 0;
  }

  .item, .item-2, .item-copy, .item-copy {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .slide-hero-background-777 {
    background-position: 55%;
  }

  .xxl-heading-777 {
    font-size: 42px;
  }

  .xxl-heading-777.hero {
    padding-top: 4rem;
    line-height: 3rem;
  }

  .flex-hero-777.padding1 {
    margin-top: 0;
  }

  .item-3, .item-4 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .medium-width-3 {
    margin-top: 1rem;
  }

  .medium-width-4 {
    margin-top: 9rem;
  }

  .photo-grid {
    grid-template-rows: auto;
  }

  .photo-grid.poem {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .background-2.about-hero-background {
    background-position: 30%;
  }

  .text-size-medium-15 {
    font-size: 1rem;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact6_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-777 {
    font-size: 2.25rem;
  }

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

  .text-size-medium-16 {
    font-size: 1rem;
  }

  .heading-style-h2-3-copy {
    font-size: 2.25rem;
  }

  .text-size-medium-16-777 {
    font-size: 1rem;
  }

  .section_layout1-m-copy {
    display: block;
  }

  .social-icon-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    display: flex;
  }

  .layout1_component-mobile, .section_layout1-mobile {
    display: block;
  }

  .padding-section-large-mobil {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .layout1_component-mobile2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxl-heading-777-2 {
    font-size: 32px;
  }

  .xxl-heading-777-2.hero {
    padding-top: 4rem;
    line-height: 3rem;
  }

  .item-5 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .item-5.gradient {
    display: block;
  }

  .medium-width-5 {
    padding-top: 4rem;
  }

  .xxl-heading-777-8 {
    font-size: 2.25rem;
  }

  .xxl-heading-777-8.hero {
    padding-top: 4rem;
    line-height: 3rem;
  }

  .heading-style-h3-37 {
    font-size: 2rem;
  }

  .text-size-medium-13-7 {
    font-size: 1rem;
  }

  .padding-section-large-image-collection {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .padding-section-large-image-collections {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blogs_feature_image-2 {
    aspect-ratio: auto;
  }

  .blogs_feature_content-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .blogs_feature_component-2 {
    border: 1px solid #000;
  }

  .blogs_feature_text-wrapper-2 {
    padding: 1.5rem;
  }

  .blogs_feature_image-3 {
    aspect-ratio: auto;
  }

  .grid-dearworld {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blogs_feature_image-4 {
    aspect-ratio: 1;
  }

  .heading-style-h1-3 {
    font-size: 2.5rem;
  }

  .margin-top-10 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1-4 {
    font-size: 2.5rem;
  }

  .text-size-medium-777 {
    font-size: 1rem;
  }

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

  .body-display-3.small._2 {
    text-align: center;
  }

  .heading-style-h5-white {
    font-size: 1.25rem;
  }

  .gallery6_row-home {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-777 {
    font-size: 1.25rem;
  }

  .gallery6_row-2, .gallery6_row-gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading-style-h1-3-white {
    font-size: 2.5rem;
  }

  .text-size-medium-77 {
    font-size: 1rem;
  }

  .heading-style-h1-42 {
    font-size: 2.5rem;
  }

  .background-3.about-hero-background {
    background-position: 30%;
  }

  .heading-style-h1-27 {
    font-size: 2.5rem;
  }

  .padding-section-large-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery6_row-solo {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .about_me_image-wrapper-2 {
    width: auto;
    height: auto;
  }

  .margin-top-777 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-12-2 {
    font-size: 1rem;
  }

  .heading-style-h5-4-2 {
    font-size: 1.25rem;
  }

  .padding-section-large-5-2, .padding-section-large-5-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .flex-box {
    grid-template-rows: auto;
  }

  .flex-box.poem {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .heading-style-h2-3-4 {
    font-size: 2.25rem;
  }

  .inner-hero-background-ah {
    margin-bottom: 0;
  }

  .button-group-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-size-medium-2-2 {
    text-align: left;
    font-size: 1rem;
  }

  .section_layout1-ah {
    display: block;
  }

  .heading-style-h2-4 {
    text-align: left;
    font-size: 2.25rem;
  }

  .margin-bottom-4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1-27-7 {
    font-size: 2.5rem;
  }

  .text-size-medium-ah {
    font-size: 1rem;
  }

  .heading-medium {
    font-size: 1.8rem;
  }

  .margin-bottom-5 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-ah-2 {
    font-size: 1rem;
  }

  .p-18 {
    text-align: center;
  }

  .section-2.gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .caption {
    font-size: 18px;
  }

  .inner-hero-background-integral {
    margin-bottom: 0;
  }

  .ths11-hero-blocks-wrapper {
    width: 50vw;
  }

  .ths11-hero-blocks-wrapper.ths11-width-14-5vw, .ths11-hero-blocks-wrapper.hide {
    display: none;
  }

  .ths11-hero-slide-image.ths11-rotated._5 {
    object-position: 35% 50%;
  }

  .ths11-hero-slide-image._3 {
    object-position: 30% 50%;
  }

  .blog37_item-2 {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 1rem;
  }

  .heading-dear-world-read-more {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-h5-main-white {
    font-size: 1.25rem;
  }

  .text-black-dearworld {
    font-size: 1rem;
  }

  .padding-section-large-5-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h5-main-white-2 {
    font-size: 1.25rem;
  }

  .footer-h2 {
    text-align: center;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .margin-bottom-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .world-in-harmony {
    font-size: 1.5rem;
  }

  .heading-style-h5-black, .heading-style-h5-777-white {
    font-size: 1.25rem;
  }

  .margin-bottom-7 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1-43 {
    font-size: 2.5rem;
  }

  .heading-style-h5-black-2 {
    font-size: 1.25rem;
  }

  .gallery3_row-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-size-medium-778 {
    text-align: left;
    font-size: .9rem;
  }

  .caption-2 {
    font-size: 18px;
  }

  .text-size-medium-5-2 {
    font-size: 1rem;
  }

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

  .flex._1 {
    justify-content: center;
    align-items: center;
  }

  .logo-wrapper-2 {
    width: 90px;
  }

  .inner-hero-background-ak {
    margin-bottom: 0;
  }

  .blogs_feature_image-10 {
    border-radius: 10px;
  }

  .section-video-for-gangarathi {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-video-for-gangarathi.no-top-padding.grey {
    padding-top: 60px;
  }

  .layout192_image-wrapper-copy-for-holi-poster {
    height: auto;
  }

  .layout192_content-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .night-sky-copy {
    min-height: 300px;
    padding: 75px 50px;
  }

  .container-7 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-7.container-center {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-style-h1-3-white-2 {
    font-size: 2.5rem;
  }

  .night-sky {
    min-height: 300px;
    padding: 75px 50px;
  }

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

  .section-7-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .designer-description {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-item-content {
    width: 100%;
    max-width: 100%;
  }

  .footer-links {
    margin-top: 15px;
  }

  .service-box-holder {
    padding-bottom: 70px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .section-header, .section-header.light {
    line-height: 50px;
  }

  .content-center {
    text-align: left;
    align-items: flex-start;
  }

  .text-size-medium-779 {
    font-size: 1rem;
  }

  .heading-style-h1-10 {
    font-size: 2.5rem;
  }

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

  .footer-content-2 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-item-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .grid-item-wrapper.no-margin {
    object-fit: fill;
    flex-direction: column-reverse;
    display: flex;
    position: static;
  }

  .margin-bottom-780 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-link {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .final-cta {
    padding-bottom: 80px;
  }

  .night-sky-copy-33 {
    min-height: 300px;
    padding: 75px 50px;
  }

  .grid-item-image-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .night-sky-for-project-2 {
    min-height: 300px;
    padding: 75px 50px;
  }

  .navigation-item {
    margin-left: 0;
    margin-right: 30px;
  }

  .designer-image {
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .text-size-medium-780 {
    font-size: 1rem;
  }

  .grid-3-1 {
    flex-direction: column;
    display: flex;
  }

  .section-header-copy {
    line-height: 50px;
  }

  .section-hero-2 {
    height: 90vh;
  }

  .investor-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .investor-block {
    text-align: center;
    padding-right: 0;
  }

  .intro-container-copy {
    grid-column-gap: 0px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .investor-title-copy {
    font-size: 30px;
    line-height: 38px;
  }

  .intro-container-copy-2 {
    grid-column-gap: 0px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-7-copy-fpr-hero-title {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-7-copy-fpr-hero-title.container-center {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .gallery6_row-2-copy-for-japan-exchange {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-36 {
    height: 40%;
  }

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

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

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    bottom: 0;
    left: 36%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    bottom: -72px;
    right: 36%;
  }

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

  .quotee, .kkkkk {
    font-size: 1.25rem;
  }

  .text-size-medium-black-for-dear-world-copy {
    font-size: 1rem;
  }

  .layout192_image-wrapper-copy-55 {
    height: auto;
  }

  .text-size-medium-black-for-dear-world-copy-copy {
    font-size: 1rem;
  }

  .grid-item-image-wrapper-copy {
    width: 100%;
    max-width: 100%;
  }

  .text-size-medium-black-for-dear-world-copy-copy-copy, .text-size-medium-black-for-dear-world-2 {
    font-size: 1rem;
  }

  .margin-top-778 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-781 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5-778 {
    font-size: 1.25rem;
  }

  .margin-bottom-782 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .swiper.thumb-swiper {
    height: 250px;
  }

  .swiper.main-swiper {
    height: 400px;
  }

  .layout89_content-left-copy-for-ventures-in-about {
    justify-content: center;
    align-items: center;
  }

  .heading-style-h2-copy-for-ventures-in-ventures {
    font-size: 2.25rem;
  }

  .heading-style-h5-center-copy, .h1-headin {
    font-size: 1.25rem;
  }
}

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

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

  .home-hero {
    min-height: 93vh;
  }

  .slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .slider-arrow.right {
    padding-right: 60px;
    right: -60px;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .xxl-heading.hero {
    line-height: 2.8rem;
  }

  .dual-wrapper {
    grid-row-gap: 48px;
  }

  .body-display.light {
    text-align: center;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

  .list-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .featured-work-slider {
    padding-bottom: 236px;
  }

  .testimonial-slide-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .project-grid {
    padding-top: 28px;
    padding-bottom: 48px;
    padding-left: 28px;
  }

  .nav-button {
    display: none;
  }

  .hero-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-text {
    font-size: 26px;
  }

  .inner-hero-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-banner {
    min-height: 450px;
  }

  .projects-wrapper {
    padding-bottom: 60px;
  }

  .about-content {
    padding-left: 30px;
    padding-right: 0;
  }

  .inner-page-hero {
    min-height: 700px;
    padding-top: 104px;
  }

  .about-image {
    min-height: 250px;
  }

  .number-item.v2 {
    background-position: 50% 10%;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-body {
    grid-row-gap: 36px;
    padding: 30px 0 30px 30px;
  }

  .post-top {
    grid-row-gap: 48px;
    padding-top: 48px;
  }

  .post-body {
    padding: 24px 0 48px 24px;
  }

  .projects-hero {
    min-height: 93vh;
  }

  .slide-content {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .project-hero-bottom {
    display: none;
  }

  .contact-form-wrapper {
    padding-right: 0;
  }

  .about-wrapper {
    padding: 18px 0 18px 18px;
  }

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-bottom-content {
    padding-top: 36px;
  }

  .team-image {
    min-height: 135px;
  }

  .team-image-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .project-banner {
    min-height: 200px;
  }

  .project-gallery-image {
    min-height: 125px;
  }

  .project-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .box-item {
    grid-row-gap: 36px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .horizontal-journal-card {
    grid-row-gap: 24px;
  }

  .journal-grid {
    padding: 24px 0 24px 24px;
  }

  .popular-posts-list {
    grid-row-gap: 36px;
  }

  .popular-post-card {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .popular-post-info {
    grid-row-gap: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-hero-background {
    background-image: url('../images/DTC.webp');
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-arrow-icon {
    width: 200px;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .menu-icon-wrapper {
    padding-left: 18px;
  }

  .collection-list-wrapper-3 {
    padding-bottom: 18px;
  }

  .social-box {
    min-height: 100px;
  }

  .post-author-card {
    padding: 24px;
  }

  .vericle-journal-info {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pagination {
    margin-top: 0;
    padding-left: 28px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .container-small {
    width: 100%;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-size-regular {
    text-align: left;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .blog36_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header36_component, .header37_component, .blogs_feature_content {
    grid-template-columns: 1fr;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-4 {
    font-size: 2rem;
  }

  .blogs_blog-list-1_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blogs_feature_image-wrapper.poem {
    min-height: 0;
  }

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

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-3.margin-small {
    justify-content: space-between;
    align-items: flex-start;
  }

  .gallery6_image-wrapper {
    height: auto;
  }

  .slide-hero-background-businessman1 {
    background-position: 50%;
  }

  .margin-top-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blogs_blog-list-1_list-dear-world {
    flex-flow: column;
    display: flex;
  }

  .career1_title-heading {
    margin-bottom: 1.25rem;
  }

  .career1_title-wrapper {
    display: block;
  }

  .heading-12, .heading-14, .heading-16, .heading-about-me, .heading-about-me-2 {
    text-align: center;
  }

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

  .item-events-new {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .margin-top-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-hero-background-dear-world-2 {
    background-position: 50% 0;
  }

  .text-size-for-main-2 {
    line-height: 1.5rem;
  }

  .slide-hero-background-ttttt {
    background-image: url('../images/IMG_4137-_2_.webp');
  }

  .slide-hero-background-ttttt.three {
    background-image: url('../images/IMG_4137-_2_.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-hero-background-ttt {
    background-image: url('../images/IMG_8446-tttt.JPG');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-size-for-main-3 {
    font-size: 1.25rem;
    line-height: 1rem;
  }

  .medium-width-2 {
    padding-top: 4rem;
  }

  .text-size-for-main-4 {
    line-height: 1rem;
  }

  .blogs_blog-list-1_item-content-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .track {
    padding-top: 0;
  }

  .item {
    padding: 0 20px 10px;
  }

  .item.gradient {
    background-image: linear-gradient(to bottom, null, null), url('../images/IMG_4214.webp');
    background-repeat: repeat, no-repeat;
  }

  .item-2, .item-copy, .item-copy {
    padding: 0 20px 10px;
  }

  .xxl-heading-777 {
    font-size: 36px;
  }

  .xxl-heading-777.hero {
    line-height: 2.8rem;
  }

  .flex-hero-777.padding1 {
    padding-top: 26rem;
  }

  .item-3, .item-4 {
    padding: 0 20px 10px;
  }

  .medium-width-3 {
    width: auto;
    margin-top: 0;
    padding-top: 11.2rem;
  }

  .padding-for-hero {
    padding-top: 0;
  }

  .medium-width-4 {
    padding-top: 28rem;
  }

  .medium-width-6 {
    padding-top: 10rem;
  }

  .background-2.about-hero-background {
    background-position: 30%;
  }

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

  .section_layout1-m-copy {
    display: block;
  }

  .xxl-heading-777-2 {
    font-size: 32px;
  }

  .xxl-heading-777-2.hero {
    line-height: 2.8rem;
  }

  .item-5 {
    padding: 0 20px 10px;
  }

  .medium-width-5 {
    padding-top: 4rem;
  }

  .xxl-heading-777-8 {
    font-size: 2.25rem;
  }

  .xxl-heading-777-8.hero {
    line-height: 2.8rem;
  }

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

  .margin-top-10 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .body-display-3.light {
    text-align: center;
  }

  .background-3.about-hero-background {
    background-position: 30%;
  }

  .margin-top-777 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-4, .margin-bottom-5 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-block._1 {
    padding: 0;
  }

  .section-2.gallery.for-dtc {
    overflow: hidden;
  }

  .caption {
    text-align: center;
  }

  .image-block-i._1, .image-block-copy._1 {
    padding: 0;
  }

  .ths11-hero-slide-image._3 {
    object-position: 35% 50%;
  }

  .ths11-hero-slide-image._4 {
    object-position: 42% 50%;
  }

  .image-block-s._1, .image-block-d._1 {
    padding: 0;
  }

  .title-wrapper-dear-world {
    display: block;
  }

  .icon-embed-xsmall-8-copy-copy {
    color: #fff;
  }

  .footer3_left-wrapper {
    text-align: center;
  }

  .margin-bottom-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-6.margin-medium {
    text-align: left;
  }

  .text-size-small-2, .link-131 {
    text-decoration: none;
  }

  .icon-embed-xsmall-6 {
    color: #fff;
  }

  .footer3_social-list {
    grid-column-gap: .9rem;
    place-items: center;
  }

  .footer3_component {
    display: block;
  }

  .footer3_top-wrapper {
    grid-row-gap: 1rem;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .margin {
    margin-top: 1rem;
  }

  .margin._2rem {
    margin-top: 2rem;
  }

  .margin-bottom-7 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-block-k._1 {
    padding: 0;
  }

  .section-video-for-gangarathi {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .layout192_content-copy {
    grid-template-columns: 1fr;
  }

  .night-sky-copy {
    color: #fff;
    padding: 50px 25px;
  }

  .container-7 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .container-7.container-center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .gallery-for-amrithagiri-projects {
    grid-template-columns: 1fr;
  }

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

  .night-sky {
    color: #fff;
    padding: 50px 25px;
  }

  .section-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-7-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .designer-description {
    background-color: #10172a;
    padding: 35px 28px;
  }

  .footer-links {
    text-align: center;
  }

  .service-box-holder {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-header, .section-header.light {
    font-size: 38px;
    line-height: 44px;
  }

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

  .text-span-27 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .expert-section {
    padding-bottom: 30px;
  }

  .section-background-image {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-item-wrapper {
    margin-bottom: 75px;
  }

  .margin-bottom-780 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .final-cta {
    padding-bottom: 60px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .night-sky-copy-33, .night-sky-for-project-2 {
    color: #fff;
    padding: 50px 25px;
  }

  .navigation-item {
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .designer-image {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-header-copy {
    font-size: 38px;
    line-height: 44px;
  }

  .heading-57 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .title-2 {
    font-size: 1.5em;
  }

  .grid-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .section-hero-2 {
    height: 90vh;
  }

  .investor-block-content {
    padding-left: 0;
    padding-right: 0;
  }

  .investor-button-wrapper-copy {
    margin-top: 0;
    padding-top: 0;
  }

  .background-text {
    width: 100%;
    height: 65%;
  }

  .container-20 {
    width: auto;
  }

  .intro-container-copy {
    grid-row-gap: 30px;
  }

  .investor-title-copy {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .investor-button-wrapper-copy-copy {
    margin-top: 0;
    padding-top: 0;
  }

  .investor-description-copy-copy-2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .container-21 {
    width: auto;
  }

  .text-block-63 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .intro-container-copy-2 {
    grid-row-gap: 30px;
  }

  .investor-image-large-copy {
    height: 315px;
  }

  .investor-wrap-copy-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7-copy-fpr-hero-title {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .container-7-copy-fpr-hero-title.container-center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-116 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section-24 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-24.overflow-hidden {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .bold-text-203 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .width-100-2 {
    height: 500px;
  }

  .container-default-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    padding-left: 0;
    padding-right: 0;
    bottom: -30px;
    left: 25%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    bottom: -30px;
    right: 31%;
  }

  .section-25 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-25.overflow-hidden {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .mask {
    height: 60vh;
  }

  .imageoverlay {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-4-copy {
    background-image: linear-gradient(#fafafacf, #fafafacf), url('../images/Untitled-design---2025-10-09T125610.989.png');
    background-position: 0 0, 50% 0;
    height: 100%;
  }

  .thm {
    height: 100%;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-5 {
    height: auto;
  }

  .icon {
    -webkit-text-stroke-color: #c7c3c3;
  }

  ._2 {
    aspect-ratio: 3 / 2;
  }

  .slide-3 {
    height: 900px;
  }

  .max-width-large-copy-copy-for-award {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url('../images/Untitled-design---2025-10-14T122955.971.png');
    background-position: 0 0, 0 0, 50%;
    display: none;
  }

  .gallery6_image-wrapper-copy, .gallery6_image-wrapper-copy-uu, .gallery6_image-wrapper-copy-77 {
    height: auto;
  }

  .text-block-65 {
    display: block;
  }

  .heading-4-copy {
    font-size: 2rem;
  }

  .slider-6 {
    height: auto;
  }

  .margin-top-778 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .thm-2 {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-781 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-3 {
    -webkit-text-stroke-color: #c7c3c3;
  }

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

  .blogs_blog-list-1_item-content-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-width-large-copy-copy-for-mobile {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#00000080, #00000080), url('../images/Untitled-design---2025-10-14T130148.420.png');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, auto;
    display: block;
  }

  .margin-bottom-782 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .swiper.thumb-swiper {
    height: 200px;
  }

  .swiper.main-swiper {
    height: 300px;
  }
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c182-3eeffa3e {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c18e-3eeffa3e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c18f-3eeffa3e {
  place-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c191-3eeffa3e, #w-node-b4017990-b08d-c205-3090-c4be4ca9c194-3eeffa3e {
  justify-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c19e-3eeffa3e {
  place-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c1ae-3eeffa3e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c1af-3eeffa3e {
  place-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c1b1-3eeffa3e, #w-node-b4017990-b08d-c205-3090-c4be4ca9c1b6-3eeffa3e, #w-node-b4017990-b08d-c205-3090-c4be4ca9c1b8-3eeffa3e {
  justify-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c1bb-3eeffa3e {
  place-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c1e6-3eeffa3e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c1e7-3eeffa3e {
  place-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c1e9-3eeffa3e, #w-node-b4017990-b08d-c205-3090-c4be4ca9c1ee-3eeffa3e {
  justify-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c1f1-3eeffa3e {
  place-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c1cb-3eeffa3e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c1cc-3eeffa3e {
  place-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c1ce-3eeffa3e, #w-node-b4017990-b08d-c205-3090-c4be4ca9c1d3-3eeffa3e {
  justify-self: center;
}

#w-node-b4017990-b08d-c205-3090-c4be4ca9c1d6-3eeffa3e {
  place-self: center;
}

#w-node-_917ba71d-6985-2ede-0eca-8059ef5b56a6-3eeffa3e {
  justify-self: center;
}

#w-node-d440db47-823b-161c-3f50-6ace7afc9a03-3eeffa3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed747bdb-f040-0fe8-4b43-73b4e1c8441d-3eeffa3e, #w-node-ed747bdb-f040-0fe8-4b43-73b4e1c84427-3eeffa3e, #w-node-_571fef07-853d-a428-a0c3-a46f7c222ef1-3eeffa3e {
  place-self: center;
}

#w-node-_1759bb54-3e6e-51a4-634f-269f541394d2-3eeffa3e {
  place-self: center;
}

#w-node-_6bc977d1-1358-5b7b-0b1c-d3edabff5587-3eeffa3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_74ff2ad0-8589-a769-953f-a567986e8f31-3eeffa3e {
  justify-self: end;
}

#w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-3eeffa3e {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_3bc226e8-e01a-341e-b360-a0884ba96d08-3eeffa3e {
  justify-self: end;
}

#w-node-a322fe66-30db-b137-a47f-119c110dff01-3eeffa3e {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_113b843d-db13-f308-2865-908c84074d78-3eeffa3e {
  justify-self: end;
}

#w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-3eeffa3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e9ca5033-453c-5532-f542-2f1327f68df7-3eeffa3e {
  justify-self: end;
}

#w-node-_7a74d900-bd87-1d4e-e9d9-f7b9344c2e72-3eeffa3e, #w-node-b4d8ea31-4cad-1a16-b387-c583a91dad8e-3eeffa3e, #w-node-e1d85073-b1a3-8687-782b-569727739467-3eeffa3e, #w-node-_1a90259e-69bc-136d-abf8-3bb3b4b1f801-3eeffa3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7543e7d0-b238-0fbe-65ac-dfd68ade16fb-3eeffa3e, #w-node-_7543e7d0-b238-0fbe-65ac-dfd68ade16f8-3eeffa3e, #w-node-d3dffb84-a108-7fef-d6e8-d32b3f32ba82-3eeffa3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70fe4fc8-e2c5-25d8-7317-189eee0a6c07-3eeffa3e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_70fe4fc8-e2c5-25d8-7317-189eee0a6c08-3eeffa3e, #w-node-_70fe4fc8-e2c5-25d8-7317-189eee0a6c09-3eeffa3e {
  align-self: start;
}

#w-node-_70fe4fc8-e2c5-25d8-7317-189eee0a6c0a-3eeffa3e {
  justify-self: start;
}

#w-node-_70fe4fc8-e2c5-25d8-7317-189eee0a6c0c-3eeffa3e {
  align-self: start;
}

#w-node-_70fe4fc8-e2c5-25d8-7317-189eee0a6c13-3eeffa3e {
  place-self: end start;
}

#w-node-_70fe4fc8-e2c5-25d8-7317-189eee0a6c16-3eeffa3e, #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ad-9974768b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ae-9974768b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
  align-self: start;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b5-9974768b, #w-node-e7a0d4fe-59c1-56a0-17cc-55d3e90c6119-9974768b, #w-node-_4e6ed63c-e425-46e1-9a3d-a0673659c398-9974768b, #w-node-fb88695c-da9c-d293-7a9a-83101aa063e7-9974768b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476c7-9974768b {
  place-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476cd-9974768b {
  place-self: end center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ba-9974768b, #w-node-_327f8a4a-0f40-5ec1-a183-53389e37b9ab-9974768b, #w-node-_0e7cc7ca-6660-bfe8-d099-b19004b95c7e-9974768b {
  place-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_88df97de-bae8-9125-6a6a-06eac51105ce-c51105cc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_88df97de-bae8-9125-6a6a-06eac51105e0-c51105cc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_162ae832-2422-6f93-facd-86390463cdcc-0463cdca {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-3eeffa3f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-3eeffa3f {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-3eeffa3f {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59ac-3eeffa3f {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-3eeffa3f {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-3eeffa3f {
  justify-self: center;
}

#w-node-bae93066-fecb-26f5-b5c7-132c23d67515-3eeffa3f, #w-node-bae93066-fecb-26f5-b5c7-132c23d67518-3eeffa3f, #w-node-_0c00e33b-6537-983f-7f88-cf02d47d4f31-3eeffa3f, #w-node-_0c00e33b-6537-983f-7f88-cf02d47d4f34-3eeffa3f, #w-node-_705c123b-c1df-1f6a-d735-8088efb004a5-3eeffa3f, #w-node-_705c123b-c1df-1f6a-d735-8088efb004a8-3eeffa3f, #w-node-_7240a0b6-1af6-f2ce-1ec3-f348c325ece4-3eeffa3f, #w-node-_7240a0b6-1af6-f2ce-1ec3-f348c325ece7-3eeffa3f, #w-node-f8fa10bb-0780-1fae-17a0-509c5f52dc5d-3eeffa3f, #w-node-f8fa10bb-0780-1fae-17a0-509c5f52dc60-3eeffa3f, #w-node-_0aba95a0-01b0-1d36-dcf7-ae42c3f0056c-3eeffa3f, #w-node-_0aba95a0-01b0-1d36-dcf7-ae42c3f0056f-3eeffa3f, #w-node-a3d7cc8e-df3d-4483-a240-b2476217e747-3eeffa3f, #w-node-a3d7cc8e-df3d-4483-a240-b2476217e74a-3eeffa3f, #w-node-_5ac1afa6-741f-122b-1861-341f809e658b-3eeffa3f, #w-node-_5ac1afa6-741f-122b-1861-341f809e658e-3eeffa3f, #w-node-_1d6b8c19-458d-b433-604e-c3a89fde43b5-3eeffa3f, #w-node-_1d6b8c19-458d-b433-604e-c3a89fde43b8-3eeffa3f, #w-node-_6270ef4e-ea99-172c-8b3f-b757b60af2d7-3eeffa3f, #w-node-_6270ef4e-ea99-172c-8b3f-b757b60af2da-3eeffa3f, #w-node-_6270ef4e-ea99-172c-8b3f-b757b60af2dd-3eeffa3f, #w-node-_6270ef4e-ea99-172c-8b3f-b757b60af2e0-3eeffa3f, #w-node-_6270ef4e-ea99-172c-8b3f-b757b60af2e3-3eeffa3f, #w-node-_6270ef4e-ea99-172c-8b3f-b757b60af2e6-3eeffa3f, #w-node-_1847a23f-4457-39e4-5224-e087a0b96212-3eeffa3f, #w-node-_1847a23f-4457-39e4-5224-e087a0b96215-3eeffa3f, #w-node-_09e22e07-e04b-4248-f6f3-feaf9a343021-3eeffa3f, #w-node-_1153d4d1-7698-0f4e-bf70-eec1433e26c7-3eeffa3f, #w-node-cbe1e226-937d-bebe-ef17-af16199f60d7-3eeffa3f, #w-node-_373c6d13-4bb2-8ae6-8fbf-c849b52f9f53-3eeffa3f, #w-node-_373c6d13-4bb2-8ae6-8fbf-c849b52f9f56-3eeffa3f, #w-node-_8c05fea6-876f-cae4-7fb8-3b6d4824701e-3eeffa3f, #w-node-_46b2bd0f-6dcb-85e6-790a-d708ef39c85b-3eeffa3f, #w-node-abb328db-e6e6-67a3-d0c1-8cb1d005ebda-3eeffa3f, #w-node-abb328db-e6e6-67a3-d0c1-8cb1d005ebdd-3eeffa3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0653056e-fbd7-4e3c-fc5d-f134006991c3-3eeffa3f {
  place-self: start center;
}

#w-node-_355535ee-28fa-3377-e846-eb91d71ebb8f-3eeffa3f, #w-node-_355535ee-28fa-3377-e846-eb91d71ebb92-3eeffa3f, #w-node-_7470ac72-5f56-1882-e6a9-2768f33a7ae0-3eeffa3f, #w-node-_5dbe0306-12e4-9de4-0c73-4fe900010f65-3eeffa3f, #w-node-_5dbe0306-12e4-9de4-0c73-4fe900010f68-3eeffa3f, #w-node-_5dbe0306-12e4-9de4-0c73-4fe900010f6b-3eeffa3f, #w-node-_9c239aab-56b5-a81d-3392-f8a050dab9e8-3eeffa3f, #w-node-_9c598ce0-5960-7dab-1b87-ff9b17952bac-3eeffa3f, #w-node-_41daba35-6a54-4a83-fcf3-59af5ae44068-3eeffa3f, #w-node-_300374de-b50f-e1f3-4250-b0a37af9673f-3eeffa3f, #w-node-da3c3320-d879-a944-7da9-2b6e0183e72a-3eeffa3f, #w-node-b5b0bcbb-01ff-dab5-23fd-a4bd0e839891-3eeffa3f, #w-node-edc5d513-1380-6e7c-a142-bf84e9d12b2a-3eeffa3f, #w-node-fd84fff2-1204-b125-da7c-65e2fe3c2bdb-3eeffa3f, #w-node-d6cc6e36-241d-750a-7ba4-76cf7f8b9309-3eeffa3f, #w-node-d6cc6e36-241d-750a-7ba4-76cf7f8b930c-3eeffa3f, #w-node-d6cc6e36-241d-750a-7ba4-76cf7f8b930f-3eeffa3f, #w-node-_0419accf-2fd3-ae20-fbd5-7c8757bc4632-3eeffa3f, #w-node-_7c82b4ea-86ae-63c3-62e0-af7a41727aa1-3eeffa3f, #w-node-_0cfd8621-01a5-224c-4d4c-7b273f7ad8c3-3eeffa3f, #w-node-_7c82b4ea-86ae-63c3-62e0-af7a41727abf-3eeffa3f, #w-node-_7c82b4ea-86ae-63c3-62e0-af7a41727ad7-3eeffa3f, #w-node-_7c82b4ea-86ae-63c3-62e0-af7a41727ae3-3eeffa3f, #w-node-_7c82b4ea-86ae-63c3-62e0-af7a41727aef-3eeffa3f, #w-node-_7c82b4ea-86ae-63c3-62e0-af7a41727afb-3eeffa3f, #w-node-_0b0758ba-b42f-4361-3fe4-a7635d2ea76d-3eeffa3f, #w-node-ea1f7792-e14c-4724-ff34-c7900acb4c5f-3eeffa3f, #w-node-_7c82b4ea-86ae-63c3-62e0-af7a41727b01-3eeffa3f, #w-node-_7c82b4ea-86ae-63c3-62e0-af7a41727b04-3eeffa3f, #w-node-_7c82b4ea-86ae-63c3-62e0-af7a41727b07-3eeffa3f, #w-node-_7c82b4ea-86ae-63c3-62e0-af7a41727b0a-3eeffa3f, #w-node-_7c82b4ea-86ae-63c3-62e0-af7a41727aad-3eeffa3f, #w-node-_7c82b4ea-86ae-63c3-62e0-af7a41727ab3-3eeffa3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b75-3eeffa40 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b76-3eeffa40 {
  place-self: center;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b78-3eeffa40 {
  justify-self: center;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b80-3eeffa40 {
  justify-self: start;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b83-3eeffa40 {
  justify-self: center;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa2a-3eeffa40 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c00efebe-e4dc-1e51-0f70-a418b6d498d2-3eeffa40 {
  justify-self: center;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4916-3eeffa40 {
  align-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4917-3eeffa40 {
  justify-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4919-3eeffa40, #w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d491a-3eeffa40 {
  align-self: start;
}

#w-node-e572a364-e78f-7ad8-23e5-a69885b239cd-3eeffa40, #w-node-_43e76f62-22f1-bc62-316f-4ba54345fa95-3eeffa40, #name-2.w-node-_43e76f62-22f1-bc62-316f-4ba54345fa98-3eeffa40, #w-node-_9549297c-42b1-3ae5-122e-2983a26a3a8f-3eeffa40, #name-2.w-node-_9549297c-42b1-3ae5-122e-2983a26a3a91-3eeffa40, #w-node-_2b490e51-7176-6809-0cb1-d8e443b695dc-3eeffa40, #field.w-node-_4a4b3dc9-5f8b-1510-13a9-a8389fc1f04d-3eeffa40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9bd5f798-de05-0e67-9c15-604007b939e3-3eeffa40 {
  justify-self: start;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa51-3eeffa40 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb8fe-faecb8fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb902-faecb8fb {
  align-self: start;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb908-faecb8fb {
  justify-self: start;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb610-3eeffa41 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb611-3eeffa41 {
  place-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb612-3eeffa41, #w-node-b969a808-e524-3cc4-90ac-2fa043afb614-3eeffa41, #w-node-b969a808-e524-3cc4-90ac-2fa043afb617-3eeffa41 {
  justify-self: center;
}

#w-node-dbb57d42-b964-395b-64cb-f5b041f31e02-3eeffa41 {
  place-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb5fc-3eeffa41 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583543-3eeffa41 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583544-3eeffa41 {
  justify-self: start;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583547-3eeffa41 {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e03-3eeffa41 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6706ec4-e43a-2119-ea98-7acfcd046844-3eeffa41 {
  justify-self: start;
}

#w-node-_16f69f18-0644-6e98-c3eb-059debe91807-3eeffa41 {
  align-self: start;
}

#w-node-_37152615-0fe1-7cf7-c187-7f2da2fa8e2a-3eeffa41, #w-node-_70fae85e-0726-eb25-b66c-a502b3a38036-3eeffa41, #w-node-_5c936675-37cd-ebc8-cd25-71394519325e-3eeffa41 {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e59-3eeffa41 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9ae3960b-8b2e-a9f7-8e4a-7621149c4232-3eeffa41 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b21be0cc-59f5-5d18-08ee-084ca08c75cd-3eeffa41, #w-node-_94823f3f-18c8-2b72-da52-749a506b9380-3eeffa41 {
  justify-self: center;
}

#w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192283-3eeffa41, #w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192284-3eeffa41 {
  align-self: start;
}

#w-node-f1f09e54-6029-2406-2e8e-6aa3bda58d18-3eeffa41, #w-node-d1e55ea6-aace-f302-ef2c-69923b47c791-3eeffa41 {
  justify-self: center;
}

#w-node-_78002257-30af-74c3-df9e-143e2f250058-3eeffa41 {
  place-self: end center;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6db-3ac6a6d9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6df-3ac6a6d9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6e4-3ac6a6d9 {
  place-self: end start;
}

#scroll.w-node-_57463f39-2b43-5959-78eb-09d8e48c6165-3eeffa42 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_51ce841c-8d6c-91bb-b1e8-5985f0545647-3eeffa42 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-d24f2895-6183-db7b-f323-c5fc47580c5e-3eeffa42, #w-node-_3a100899-eebf-6056-6f5e-29b2d62254ce-3eeffa42, #w-node-_59a4a72d-7c73-70d7-a9ba-049330057105-3eeffa42 {
  align-self: start;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-3eeffa42 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320eb-3eeffa42 {
  place-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ec-3eeffa42, #w-node-_739ad824-5627-5eb8-dc3f-36456389b798-3eeffa42, #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ee-3eeffa42, #w-node-b1af9500-e175-eb02-775d-82b1f334f3fc-3eeffa42 {
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320f0-3eeffa42 {
  place-self: end center;
}

#w-node-_3d089456-f5ad-5392-7c73-7e6aa2789158-3eeffa42 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-3eeffa42 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf543-3eeffa42, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf544-3eeffa42 {
  align-self: start;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf547-3eeffa42 {
  justify-self: start;
}

#w-node-e5b29ab1-a4c1-9467-74ab-5211e97142d5-3eeffa42 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4b45f269-1771-548d-96bf-1cd99de73457-3eeffa42 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d67-3eeffa42 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6b-3eeffa42 {
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6e-3eeffa42 {
  align-self: center;
}

#w-node-d740d320-490b-38bc-0ce0-2d6f0e13d8b1-3eeffa42 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256817-3eeffa42 {
  place-self: center start;
}

#w-node-df64bdaf-4b16-4e0f-c3d6-cc3cad65d28f-3eeffa42 {
  justify-self: start;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256818-3eeffa42, #w-node-_0adffef0-f704-bee0-844a-cc0178256819-3eeffa42 {
  align-self: start;
}

#w-node-_474ee50d-d7e0-6afc-4c9f-705dc2b695cb-3eeffa42 {
  place-self: end start;
}

#w-node-_1eff8e35-02a5-db12-a9c3-8b38c3d0ca95-3eeffa42 {
  align-self: start;
}

#w-node-_858f5094-c50e-4477-080e-f8c9c57e0a37-3eeffa42 {
  align-self: end;
}

#w-node-_6a1d7461-1cc6-8451-7eba-3445d39bdfd2-3eeffa42 {
  align-self: start;
}

#w-node-_0f48ba6b-b8f4-87e8-57ed-bbc27173d4db-3eeffa42 {
  align-self: end;
}

#w-node-_54716730-79fd-cec2-9bea-42365c6e4a01-3eeffa42 {
  align-self: start;
}

#w-node-e11f5738-1e05-a3c1-7d25-adfd3f968389-3eeffa42 {
  align-self: end;
}

#w-node-_5f238971-49bc-5a15-be1f-587ab16fb361-3eeffa42 {
  align-self: start;
}

#w-node-_77b3e910-dc2d-4a56-c9a3-d444445282af-3eeffa42 {
  align-self: end;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ca-3eeffa42 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1cb-3eeffa42 {
  justify-self: start;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ce-3eeffa42 {
  justify-self: center;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170ae3-3eeffa42 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe482-3eeffa42 {
  justify-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe483-3eeffa42 {
  justify-self: end;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe484-3eeffa42 {
  align-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe485-3eeffa42 {
  justify-self: start;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170b0f-3eeffa42 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841e7-3eeffa42 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841eb-3eeffa42 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841f1-3eeffa42 {
  place-self: end start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba179-3eeffa43 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17a-3eeffa43 {
  place-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17c-3eeffa43 {
  justify-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba184-3eeffa43 {
  justify-self: start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba187-3eeffa43 {
  justify-self: center;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-3eeffa43 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-3eeffa43 {
  align-self: start;
}

#w-node-e934921e-4e8e-4e1e-3601-d1234462156f-3eeffa43 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-b93520bb-88a5-d118-c48b-134b842c5146-3eeffa43 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93300cea-5475-7d85-0864-26a19ea0c921-3eeffa43, #w-node-e100a364-1795-27bf-9618-86349bee62e9-3eeffa43 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_6b32d081-b976-b7b6-2b6a-8694ea0404ed-3eeffa43 {
  place-self: center start;
}

#w-node-a2810c17-d8c0-306e-07f4-406b0a1818db-3eeffa43 {
  align-self: center;
}

#w-node-b9a22901-4996-d0dc-5f49-18042c745ce1-3eeffa43 {
  place-self: center start;
}

#w-node-_17d0c79c-71e8-153a-6070-d51186b77c2d-3eeffa43 {
  align-self: center;
}

#w-node-_9f839052-26a1-97d0-3dbd-8a7f1917f737-3eeffa43 {
  place-self: center start;
}

#w-node-_1889201b-e4e9-5c3f-e8f9-ee199074ed29-3eeffa43 {
  align-self: center;
}

#w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-3eeffa43 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_8cd4cd55-c462-3dd0-3cf4-2f4581f22430-3eeffa43 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
}

#w-node-a9f329f0-408c-fe4f-55b9-5f87dc64609a-3eeffa43, #w-node-_40872e10-bde2-af8d-7a27-1b004f9a2993-3eeffa43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fff-3eeffa43 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798675-3eeffa43 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-3eeffa43 {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c37-3eeffa43 {
  justify-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c39-3eeffa43, #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3a-3eeffa43 {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3f-3eeffa43 {
  place-self: end start;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798682-3eeffa43 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798688-3eeffa43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798689-3eeffa43 {
  align-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723808-3eeffa43 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f18-3eeffa43 {
  justify-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f19-3eeffa43 {
  justify-self: end;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1a-3eeffa43 {
  align-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1b-3eeffa43 {
  justify-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723834-3eeffa43 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc4-3eeffa43 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc8-3eeffa43 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdce-3eeffa43 {
  place-self: end start;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d740-f9d2d73e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d749-f9d2d73e {
  justify-self: center;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d74c-f9d2d73e {
  align-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3ac-f9d2d73e {
  justify-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3af-f9d2d73e {
  align-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c0-f9d2d73e {
  justify-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c3-f9d2d73e {
  align-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fb8-f9d2d73e {
  justify-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fbb-f9d2d73e {
  align-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0af-f9d2d73e {
  justify-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0b2-f9d2d73e {
  align-self: center;
}

#w-node-_80d9405c-edcc-7409-6011-d82d71a8b58d-f9d2d73e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07906-f9d2d73e {
  justify-self: start;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07909-f9d2d73e {
  justify-self: center;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3e7-3eeffa44 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3e8-3eeffa44, #w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3ee-3eeffa44 {
  place-self: center;
}

#w-node-_1a6dcfa9-c493-8f76-a86e-f1ba1fb58680-3eeffa44 {
  justify-self: center;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3f2-3eeffa44 {
  justify-self: start;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3f5-3eeffa44 {
  justify-self: center;
}

#w-node-_2cc914d6-dc89-d1b6-77f7-4029ba41174e-3eeffa44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0ace3c9-b231-6d57-24fb-9ee7105eec7b-3eeffa44 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c6dbf473-d17e-1ba8-3207-2884e2932ebc-3eeffa45 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-c6dbf473-d17e-1ba8-3207-2884e2932ebd-3eeffa45 {
  justify-self: start;
}

#w-node-c6dbf473-d17e-1ba8-3207-2884e2932ec0-3eeffa45 {
  justify-self: center;
}

#w-node-_3247bad1-9f3b-80cd-ef1d-f2115b2f90dc-3eeffa45 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_4da7c6cb-7283-73c1-fe06-ff8f4e25b979-3eeffa45 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4da7c6cb-7283-73c1-fe06-ff8f4e25b97a-3eeffa45 {
  place-self: center;
}

#w-node-_9bbca884-9fd3-fcd1-90a8-4ddc87728d8c-3eeffa45, #w-node-_4ddaa5f8-ec5e-b927-627c-651874eecf3c-3eeffa45 {
  justify-self: center;
}

#w-node-_9bbca884-9fd3-fcd1-90a8-4ddc87728d90-3eeffa45 {
  place-self: center;
}

#w-node-_5284449f-2706-804e-2144-65e83895dbc1-3eeffa45 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_5284449f-2706-804e-2144-65e83895dbc2-3eeffa45 {
  place-self: center;
}

#w-node-_5ddc8b76-d6dc-ba27-c23d-7f53ae2dc1de-3eeffa45, #w-node-_5ddc8b76-d6dc-ba27-c23d-7f53ae2dc1e2-3eeffa45 {
  justify-self: center;
}

#w-node-_5ddc8b76-d6dc-ba27-c23d-7f53ae2dc1e4-3eeffa45 {
  place-self: center;
}

#w-node-_30e3b9fd-e49e-fe78-a36a-627e83a6e607-3eeffa45 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_30e3b9fd-e49e-fe78-a36a-627e83a6e608-3eeffa45 {
  place-self: center;
}

#w-node-_5545569c-2909-29bd-eaee-9fb04f8034e4-3eeffa45, #w-node-_5545569c-2909-29bd-eaee-9fb04f8034e8-3eeffa45 {
  justify-self: center;
}

#w-node-_5545569c-2909-29bd-eaee-9fb04f8034ea-3eeffa45 {
  place-self: center;
}

#w-node-_25255c11-b4d9-83a0-2ee6-c0a6fd94a160-3eeffa45 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f42e9b24-febc-f6eb-72f0-052a4a5e0eb7-3eeffa45 {
  justify-self: center;
}

#w-node-f42e9b24-febc-f6eb-72f0-052a4a5e0eb8-3eeffa45 {
  justify-self: end;
}

#w-node-f42e9b24-febc-f6eb-72f0-052a4a5e0eb9-3eeffa45 {
  align-self: center;
}

#w-node-f42e9b24-febc-f6eb-72f0-052a4a5e0eba-3eeffa45 {
  justify-self: start;
}

#w-node-a790e8ba-3900-b61f-282b-9feeccc69833-3eeffa45 {
  justify-self: stretch;
}

#w-node-e2ee8b3b-fece-ffba-4823-744ee0b05383-3eeffa45 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-3eeffa46 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-3eeffa46 {
  place-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-3eeffa46 {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-3eeffa46 {
  place-self: center;
}

#w-node-_7aea9e6d-dfc4-4382-28b6-40533da2fbab-3eeffa46 {
  justify-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-3eeffa46 {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-3eeffa46 {
  justify-self: center;
}

#w-node-b8cffe28-100f-28d7-2d23-8209177d3be3-3eeffa46 {
  align-self: start;
}

#w-node-b8cffe28-100f-28d7-2d23-8209177d3be5-3eeffa46 {
  place-self: start center;
}

#w-node-f657de47-0a01-5756-f40b-968eb7f2c954-3eeffa46 {
  justify-self: end;
}

#w-node-_7299c3f4-91c5-1443-7416-be8e807057ae-3eeffa46 {
  justify-self: start;
}

#w-node-_7f503541-85d6-2735-6b88-cca79f010547-3eeffa46 {
  justify-self: end;
}

#w-node-_4ec8e7b2-dd19-3fb1-479d-a3865a83e381-3eeffa46 {
  justify-self: start;
}

#w-node-_2494ef87-9935-714e-6109-c6225af442b6-3eeffa46 {
  justify-self: end;
}

#w-node-_0f3197f7-20c4-ec5d-aa68-979f055baf2d-3eeffa46 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca2f-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca31-88f7ac85 {
  justify-self: center;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca45-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca46-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca4a-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca4b-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca4f-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca50-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca54-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca55-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca59-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca5a-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca5e-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca5f-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca69-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca6a-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca6e-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca6f-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca73-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca74-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca78-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca79-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca7d-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca7e-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca82-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca83-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca8d-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca8e-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca92-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca93-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca97-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca98-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca9c-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ca9d-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231caa6-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231caa7-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cab0-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cab1-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cac3-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cac4-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cac8-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cac9-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cacd-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cace-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cad2-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cad3-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cad7-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cad8-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cae2-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cae3-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cae7-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cae8-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231caec-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231caed-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231caf1-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231caf2-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231caf6-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231caf7-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cafb-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cafc-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb07-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb08-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb0c-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb0d-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb11-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb12-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb16-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb17-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb1b-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb1c-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb20-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb21-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb25-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb26-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb2a-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb2b-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb2f-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb30-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb3a-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb3b-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb3f-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb40-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb44-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb45-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb4c-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb4d-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb8e-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb91-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb92-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb95-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb96-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb99-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb9d-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cb9e-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cba1-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cba2-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cba5-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbac-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbad-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbb2-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbb3-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbb7-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbb8-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbbc-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbbd-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbc1-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbc2-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbd2-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbd5-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbd6-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbd9-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbda-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbdd-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbde-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbe2-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbe5-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbe6-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbe9-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbea-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbed-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbf5-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbf6-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbf7-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbf9-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbfc-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbfd-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cbfe-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc02-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc05-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc06-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc07-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc0b-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc0f-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc10-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc16-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc19-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc1a-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc1b-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc1f-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc22-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc23-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc24-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc2a-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc2e-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc2f-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc33-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc36-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc3b-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc3c-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc3d-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc41-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc44-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc45-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc46-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc4c-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc4f-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc50-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc51-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc57-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc5a-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc5b-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc5c-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc64-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc67-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc68-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc69-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc75-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc76-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc77-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc7b-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc80-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc81-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc82-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc88-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc8d-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc8e-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc8f-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc95-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc9a-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc9b-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cc9c-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cca4-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccaa-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccab-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccb1-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccb6-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccb7-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccb8-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccbc-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccbf-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccc0-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccc1-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccc7-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccca-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cccb-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cccc-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccd2-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccd5-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccd6-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccd7-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccdf-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cce2-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cce3-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cce4-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccea-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cced-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccee-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccef-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccf7-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccfb-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ccfc-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd02-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd0a-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd0b-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd0c-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd0d-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd0f-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd12-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd16-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd17-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd18-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd21-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd22-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd23-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd2c-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd2d-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd2e-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd2f-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd35-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd36-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd37-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd38-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd3a-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd3e-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd3f-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd40-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd41-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cd43-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdb1-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdb5-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdb6-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdb8-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdba-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdbb-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdbd-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdbf-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdc0-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdc2-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdc4-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdc5-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdc7-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdc9-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdca-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdcc-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdce-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdcf-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdd1-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdd3-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdd5-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdd7-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdd9-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdda-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cddc-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cddd-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cddf-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cde0-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cde2-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cde3-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cde5-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cde6-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cde8-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cde9-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdeb-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdec-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdee-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdf4-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdf8-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdf9-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdfb-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdfd-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cdfe-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce00-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce02-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce03-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce05-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce07-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce08-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce0a-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce0c-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce0d-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce0f-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce11-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce12-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce14-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce16-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce17-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce19-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce1b-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce1c-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce1e-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce20-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce21-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce23-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce25-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce26-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce28-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce2a-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce2b-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce2d-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce32-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce36-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce38-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce3b-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce40-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce45-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce4a-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce4f-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce56-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce57-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce59-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce5a-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce5c-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce5d-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce5f-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce60-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce62-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce63-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce65-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce66-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce68-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce69-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce6b-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce6c-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce6e-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce6f-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce71-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce72-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce74-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce75-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce77-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce78-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce7a-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce7b-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce7d-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce7e-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce80-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce81-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce83-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce84-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce86-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce87-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce89-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce8a-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce8c-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce8d-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce8f-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce90-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce92-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce93-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce95-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce96-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce98-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce99-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce9b-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce9c-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce9e-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ce9f-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cea1-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cea2-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cea4-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cea5-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cea7-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cea8-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ceaa-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ceab-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cead-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ceae-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ceb3-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ceb7-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ceb9-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cebc-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cec1-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cec6-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cecb-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ced0-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ced7-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ced8-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ceda-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cedb-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cedd-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cede-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cee0-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cee1-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cee3-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cee4-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cee6-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cee7-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cee9-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ceea-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ceec-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ceed-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ceef-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cef0-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cef2-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cef3-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cef5-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cef6-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cef8-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cef9-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cefb-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cefc-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cefe-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231ceff-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf01-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf02-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf04-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf05-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf07-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf08-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf0a-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf0b-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf0d-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf0e-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf10-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf11-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf13-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf14-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf16-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf17-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf19-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf1a-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf1c-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf1d-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf1f-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf20-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf22-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf23-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf25-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf26-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf28-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf29-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf2b-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf2c-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf2e-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf2f-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf34-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf37-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf38-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf3a-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf3b-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf3d-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf3e-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf40-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf41-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf43-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf44-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf46-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf47-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf49-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf4a-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf4c-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf4d-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf4f-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf50-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf52-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf53-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf55-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf56-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf58-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf59-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf5b-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf5c-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf5e-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf5f-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf61-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf62-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf64-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf65-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf67-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf68-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf6a-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf6b-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf6d-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf6e-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf70-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf71-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf73-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf74-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf76-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231cf77-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d069-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d06d-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d06e-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d072-88f7ac85, #w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d074-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d075-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d079-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d07a-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d07e-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d07f-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d083-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d084-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d088-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d089-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d08d-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d08e-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d092-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d093-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d097-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d098-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d09c-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d09d-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0a1-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0a2-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0a5-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0a6-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0aa-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0ab-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0af-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0b0-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0b4-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0b5-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0b9-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0ba-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0be-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0bf-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0c3-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0c4-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0c8-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0c9-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0cd-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0ce-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0d2-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0d3-88f7ac85 {
  justify-self: start;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0d7-88f7ac85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0873bb1f-d68f-8cdd-0a1d-22625231d0d8-88f7ac85 {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-26d5ceaf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-26d5ceaf {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-26d5ceaf {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59ac-26d5ceaf {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-26d5ceaf {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-26d5ceaf {
  justify-self: center;
}

#w-node-_45bfcffa-63a7-6684-8c3f-c53b98ec302e-a202912a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_45bfcffa-63a7-6684-8c3f-c53b98ec302f-a202912a {
  place-self: center;
}

#w-node-_45bfcffa-63a7-6684-8c3f-c53b98ec3031-a202912a {
  justify-self: center;
}

#w-node-_45bfcffa-63a7-6684-8c3f-c53b98ec3035-a202912a {
  place-self: center;
}

#w-node-afee67a9-e17b-e558-9311-c95f4cb5ea15-a202912a {
  justify-self: center;
}

#w-node-_45bfcffa-63a7-6684-8c3f-c53b98ec3039-a202912a {
  justify-self: start;
}

#w-node-_45bfcffa-63a7-6684-8c3f-c53b98ec303c-a202912a {
  justify-self: center;
}

#w-node-_302d7947-4097-ba64-4487-a6bcf1020ccb-a202912a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ff8291b-61a4-17fb-eb4e-772f39e752af-a202912a {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-c633915e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-c633915e {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-c633915e {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59ac-c633915e {
  place-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-c633915e {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-c633915e {
  justify-self: center;
}

#w-node-ac7215c4-1e00-8ec6-b78f-c38041dae35a-c633915e {
  justify-self: start;
}

#w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-be847561 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-be847561 {
  place-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-be847561 {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-be847561 {
  place-self: center;
}

#w-node-_7aea9e6d-dfc4-4382-28b6-40533da2fbab-be847561 {
  justify-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-be847561 {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-be847561 {
  justify-self: center;
}

#w-node-b8cffe28-100f-28d7-2d23-8209177d3be3-be847561 {
  place-self: center;
}

#w-node-b8cffe28-100f-28d7-2d23-8209177d3be5-be847561, #w-node-_96fc8461-2cf7-267a-86fc-3f1ddecee423-be847561, #w-node-_96fc8461-2cf7-267a-86fc-3f1ddecee434-be847561 {
  place-self: center;
}

#w-node-_0f3197f7-20c4-ec5d-aa68-979f055baf2d-be847561, #w-node-b468f2bc-ed36-5141-f2a8-4da44269e653-be847561, #w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-066f9834 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-066f9834 {
  place-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-066f9834 {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-066f9834 {
  place-self: center;
}

#w-node-_7aea9e6d-dfc4-4382-28b6-40533da2fbab-066f9834 {
  justify-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-066f9834 {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-066f9834 {
  justify-self: center;
}

#w-node-b8cffe28-100f-28d7-2d23-8209177d3be3-066f9834 {
  place-self: center;
}

#w-node-b8cffe28-100f-28d7-2d23-8209177d3be5-066f9834, #w-node-_96fc8461-2cf7-267a-86fc-3f1ddecee423-066f9834, #w-node-_96fc8461-2cf7-267a-86fc-3f1ddecee434-066f9834 {
  place-self: center;
}

#w-node-_0f3197f7-20c4-ec5d-aa68-979f055baf2d-066f9834, #w-node-b468f2bc-ed36-5141-f2a8-4da44269e653-066f9834, #w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-7da62b4e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-7da62b4e {
  place-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-7da62b4e {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-7da62b4e {
  place-self: center;
}

#w-node-_7aea9e6d-dfc4-4382-28b6-40533da2fbab-7da62b4e {
  justify-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-7da62b4e {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-7da62b4e {
  justify-self: center;
}

#w-node-b8cffe28-100f-28d7-2d23-8209177d3be3-7da62b4e {
  place-self: center;
}

#w-node-b8cffe28-100f-28d7-2d23-8209177d3be5-7da62b4e, #w-node-_96fc8461-2cf7-267a-86fc-3f1ddecee423-7da62b4e, #w-node-_96fc8461-2cf7-267a-86fc-3f1ddecee434-7da62b4e {
  place-self: center;
}

#w-node-_0f3197f7-20c4-ec5d-aa68-979f055baf2d-7da62b4e, #w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-4c516d71 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-4c516d71 {
  place-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-4c516d71 {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-4c516d71 {
  place-self: center;
}

#w-node-_7aea9e6d-dfc4-4382-28b6-40533da2fbab-4c516d71 {
  justify-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-4c516d71 {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-4c516d71 {
  justify-self: center;
}

#w-node-b8cffe28-100f-28d7-2d23-8209177d3be3-4c516d71 {
  place-self: center;
}

#w-node-b8cffe28-100f-28d7-2d23-8209177d3be5-4c516d71, #w-node-_96fc8461-2cf7-267a-86fc-3f1ddecee423-4c516d71, #w-node-_96fc8461-2cf7-267a-86fc-3f1ddecee434-4c516d71 {
  place-self: center;
}

#w-node-_0f3197f7-20c4-ec5d-aa68-979f055baf2d-4c516d71, #w-node-b468f2bc-ed36-5141-f2a8-4da44269e653-4c516d71, #w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-6897567f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-6897567f {
  place-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-6897567f {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-6897567f {
  place-self: center;
}

#w-node-_7aea9e6d-dfc4-4382-28b6-40533da2fbab-6897567f {
  justify-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-6897567f {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-6897567f {
  justify-self: center;
}

#w-node-b8cffe28-100f-28d7-2d23-8209177d3be3-6897567f {
  place-self: center;
}

#w-node-b8cffe28-100f-28d7-2d23-8209177d3be5-6897567f, #w-node-_96fc8461-2cf7-267a-86fc-3f1ddecee423-6897567f, #w-node-_96fc8461-2cf7-267a-86fc-3f1ddecee434-6897567f {
  place-self: center;
}

#w-node-_0a893aca-2b4b-f97e-2e0a-79c15b193ba3-843f88a0, #w-node-_0a893aca-2b4b-f97e-2e0a-79c15b193ba9-843f88a0, #w-node-_0a893aca-2b4b-f97e-2e0a-79c15b193baf-843f88a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a893aca-2b4b-f97e-2e0a-79c15b193c0f-843f88a0, #w-node-_0a893aca-2b4b-f97e-2e0a-79c15b193c20-843f88a0, #w-node-a10c1aab-855f-b6c1-660b-f2667cb47ba8-817d81ab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a10c1aab-855f-b6c1-660b-f2667cb47ba9-817d81ab {
  place-self: center;
}

#w-node-a10c1aab-855f-b6c1-660b-f2667cb47bab-817d81ab {
  justify-self: center;
}

#w-node-a10c1aab-855f-b6c1-660b-f2667cb47baf-817d81ab {
  place-self: center;
}

#w-node-a10c1aab-855f-b6c1-660b-f2667cb47bb2-817d81ab {
  justify-self: center;
}

#w-node-a10c1aab-855f-b6c1-660b-f2667cb47bb6-817d81ab {
  justify-self: start;
}

#w-node-a10c1aab-855f-b6c1-660b-f2667cb47bb9-817d81ab {
  justify-self: center;
}

#w-node-a10c1aab-855f-b6c1-660b-f2667cb47bd8-817d81ab {
  place-self: center;
}

#w-node-a10c1aab-855f-b6c1-660b-f2667cb47bda-817d81ab, #w-node-a10c1aab-855f-b6c1-660b-f2667cb47bec-817d81ab, #w-node-a10c1aab-855f-b6c1-660b-f2667cb47bf6-817d81ab {
  place-self: center;
}

#w-node-a10c1aab-855f-b6c1-660b-f2667cb47bfa-817d81ab, #w-node-a10c1aab-855f-b6c1-660b-f2667cb47c43-817d81ab, #w-node-_051fab82-9916-ff30-59bb-b3b7e94fa62f-2a15ddcd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_051fab82-9916-ff30-59bb-b3b7e94fa630-2a15ddcd {
  place-self: center;
}

#w-node-_051fab82-9916-ff30-59bb-b3b7e94fa632-2a15ddcd {
  justify-self: center;
}

#w-node-_051fab82-9916-ff30-59bb-b3b7e94fa636-2a15ddcd {
  place-self: center;
}

#w-node-_051fab82-9916-ff30-59bb-b3b7e94fa639-2a15ddcd {
  justify-self: center;
}

#w-node-_051fab82-9916-ff30-59bb-b3b7e94fa63d-2a15ddcd {
  justify-self: start;
}

#w-node-_051fab82-9916-ff30-59bb-b3b7e94fa640-2a15ddcd {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-3eeffa43 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-3eeffa43 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-3eeffa43 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_571fef07-853d-a428-a0c3-a46f7c222f19-3eeffa3e {
    place-self: center;
  }

  #w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-3eeffa3e {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a322fe66-30db-b137-a47f-119c110dff01-3eeffa3e {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-3eeffa3e {
    grid-row-end: 2;
  }

  #w-node-_70fe4fc8-e2c5-25d8-7317-189eee0a6c08-3eeffa3e {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_70fe4fc8-e2c5-25d8-7317-189eee0a6c16-3eeffa3e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_70fe4fc8-e2c5-25d8-7317-189eee0a6c17-3eeffa3e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-3eeffa42 {
    grid-column: span 1 / span 1;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-3eeffa43 {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-3eeffa43 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-3eeffa43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-3eeffa43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-3eeffa43 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798682-3eeffa43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798683-3eeffa43 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f0ace3c9-b231-6d57-24fb-9ee7105eec7b-3eeffa44 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-f657de47-0a01-5756-f40b-968eb7f2c954-3eeffa46 {
    justify-self: start;
  }

  #w-node-_7299c3f4-91c5-1443-7416-be8e807057ae-3eeffa46 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_7f503541-85d6-2735-6b88-cca79f010547-3eeffa46 {
    justify-self: start;
  }

  #w-node-_4ec8e7b2-dd19-3fb1-479d-a3865a83e381-3eeffa46 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_2494ef87-9935-714e-6109-c6225af442b6-3eeffa46 {
    justify-self: start;
  }

  #w-node-a531fb23-2693-3d76-8cb2-6b15d2bc57ec-a202912a {
    align-self: end;
  }

  #w-node-_2ff8291b-61a4-17fb-eb4e-772f39e752af-a202912a {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-3eeffa3e, #w-node-a322fe66-30db-b137-a47f-119c110dff01-3eeffa3e, #w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-3eeffa3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-column: span 1 / span 1;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b5-9974768b, #w-node-e7a0d4fe-59c1-56a0-17cc-55d3e90c6119-9974768b, #w-node-_4e6ed63c-e425-46e1-9a3d-a0673659c398-9974768b, #w-node-fb88695c-da9c-d293-7a9a-83101aa063e7-9974768b {
    justify-self: center;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-column-end: 2;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b, #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
    justify-self: center;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-3eeffa43 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-3eeffa43 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-3eeffa43 {
    grid-row: 3 / 4;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-3eeffa43 {
    grid-row: 4 / 5;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798688-3eeffa43 {
    grid-column: span 1 / span 1;
  }

  #w-node-b8cffe28-100f-28d7-2d23-8209177d3be5-3eeffa46 {
    order: -9999;
  }

  #w-node-a531fb23-2693-3d76-8cb2-6b15d2bc57ec-a202912a {
    order: 9999;
  }

  #w-node-b8cffe28-100f-28d7-2d23-8209177d3be5-be847561, #w-node-b8cffe28-100f-28d7-2d23-8209177d3be5-066f9834, #w-node-b8cffe28-100f-28d7-2d23-8209177d3be5-7da62b4e, #w-node-b8cffe28-100f-28d7-2d23-8209177d3be5-4c516d71, #w-node-b8cffe28-100f-28d7-2d23-8209177d3be5-6897567f, #w-node-a10c1aab-855f-b6c1-660b-f2667cb47bda-817d81ab {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-db4664bb-5bbb-be54-abdd-c03b5064a044-9974768b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-3eeffa42 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }
}


