:root {
  --transparent-black: rgba(0, 0, 0, .12);
  --transparent-black-2: rgba(0, 0, 0, .12);
  --dark-cyan: #00b874;
  --teal: #0050b8;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: #333;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0 0 18px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 47px;
}

h2 {
  margin: 30px 0 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 31px;
}

h3 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin: 10px 0 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  padding: 10px 23px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
}

.button:hover, .button.blue {
  background-color: #0050b8;
}

.button.blue:hover {
  background-color: #000;
}

.tagline {
  margin-bottom: 4px;
  font-family: Roboto Slab, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.logo {
  color: #fff;
  border: 8px solid rgba(255, 255, 255, .38);
  margin-top: 0;
  margin-bottom: 31px;
  padding: 21px 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 60px;
  display: inline-block;
}

.big-tagline {
  margin-bottom: 68px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
  display: none;
}

.byline {
  color: rgba(255, 255, 255, .74);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footer-wrapper {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .34);
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-nav-link {
  width: 25%;
  height: 58px;
  float: left;
  opacity: .8;
  border-right: 1px solid rgba(255, 255, 255, .34);
  padding-top: 17px;
  text-decoration: none;
  transition: opacity .25s, background-color .25s;
  display: block;
}

.footer-nav-link:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .09);
}

.subscribe {
  color: #fff;
  text-transform: uppercase;
  margin-top: 3px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.main-column {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}

.main-column.header {
  max-width: 600px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, .64);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/kos-island-greece-sunset-landscape-jan-wlodarczyk.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  box-shadow: inset -3px 0 rgba(0, 0, 0, .28);
}

.main-column.content {
  max-width: 640px;
  aspect-ratio: auto;
  box-shadow: none;
  object-fit: cover;
  object-position: 0% 0%;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  position: relative;
  overflow: visible;
}

.navbar {
  background-color: #fff;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: 0%;
  box-shadow: 0 1px rgba(0, 0, 0, .12), inset -1px 0 rgba(0, 0, 0, .12);
}

.navbar.mobile {
  justify-content: flex-end;
  display: flex;
}

.nav-menu {
  float: left;
}

.nav-link {
  box-shadow: none;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 19px 22px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset -1px 0 rgba(0, 0, 0, .12), 0 1px #000;
}

.nav-link.w--current {
  color: #00b874;
  box-shadow: 0 1px #00b874;
}

.nav-link.w--current:hover {
  background-color: rgba(0, 0, 0, 0);
}

.nav-link.page {
  padding-left: 28px;
  padding-right: 28px;
}

.article {
  z-index: 3;
  color: #000;
  padding: 40px 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
  position: relative;
  box-shadow: 0 1px rgba(0, 0, 0, .12);
}

.article:hover {
  color: #0050b8;
  background-color: #fcfcfc;
}

.article.suggested {
  width: 100%;
  float: left;
  box-shadow: none;
  border-top: 1px solid rgba(0, 0, 0, .09);
  border-left: 1px solid rgba(0, 0, 0, .09);
  border-right: 1px solid rgba(0, 0, 0, .09);
  padding: 22px;
}

.article.suggested.last {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.image-wrapper {
  width: 40%;
  height: 100%;
  float: left;
  text-align: center;
  padding-right: 10px;
}

.article-text-wrapper {
  width: 60%;
  float: left;
  padding-left: 10px;
}

.arrow {
  float: right;
  margin-top: 0;
  font-size: 23px;
}

.article-info-wrapper {
  margin-top: 13px;
  display: block;
}

.article-info-text {
  color: rgba(0, 0, 0, .34);
  margin-right: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 10px;
  display: inline-block;
}

.article-info-text.tag {
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 30px;
  padding: 4px 7px;
  display: inline-block;
}

.pagination-nav {
  z-index: 1;
  background-color: #fff;
  display: none;
  position: relative;
  box-shadow: 0 1px rgba(0, 0, 0, .12);
}

.form-wrapper {
  margin-top: 29px;
}

.field {
  height: 53px;
  color: #0050b8;
  background-color: rgba(0, 0, 0, .04);
  margin-bottom: 17px;
  padding: 15px 14px;
  font-size: 16px;
  font-weight: 300;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0);
}

.field:focus {
  border: 1px solid #0050b8;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0), 0 0 6px rgba(0, 0, 0, 0);
}

.field.big {
  height: 150px;
}

.field.first {
  width: 48%;
  float: left;
  margin-right: 3%;
}

.field.last {
  width: 49%;
  float: left;
}

.field.email {
  clear: both;
}

.success-message {
  color: #0050b8;
  background-color: rgba(0, 80, 184, .11);
  border: 1px solid rgba(0, 80, 184, .22);
  padding: 22px;
}

.success-message.on-dark {
  background-color: #fff;
  border-color: #000;
}

.section {
  padding: 80px 0 40px 40px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, .12);
}

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

.social-link {
  opacity: .23;
  margin-right: 14px;
  transition: opacity .25s;
}

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

.thumbnail {
  width: 175px;
  height: 8rem;
  background-color: #fcfcfc;
  border: 1px solid rgba(0, 0, 0, .09);
  margin-right: 10px;
  padding: 4px;
}

.thumbnail.meta {
  object-fit: cover;
  object-position: 50% 0%;
}

.thumbnail.lovely, .thumbnail.awaan {
  object-fit: cover;
  object-position: 50% 50%;
}

.header-image {
  height: 470px;
  background-image: url('../images/yellowstone-4.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  position: relative;
}

.content-section {
  z-index: 10;
  background-color: #fff;
  padding-top: 47px;
  padding-bottom: 47px;
  display: block;
  position: relative;
  box-shadow: 0 -1px rgba(0, 0, 0, .07);
}

.content-section.footer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: none;
}

.hollow-button {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .19);
  border: 3px solid #fff;
  padding: 7px 15px;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  transition: border-color .25s;
  display: inline-block;
}

.hollow-button:hover {
  border-color: #0050b8;
}

.author-image {
  border: 7px solid #fff;
  margin: -70px auto 18px;
  display: block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.author-column {
  text-align: center;
  padding-left: 40px;
  padding-right: 63px;
}

.subscribe-section {
  color: #fff;
  text-align: center;
  background-color: #b8c6cc;
  background-image: url('../images/waterfall.jpg');
  background-position: 0;
  padding-top: 52px;
  padding-bottom: 52px;
  display: none;
  box-shadow: inset 0 1px rgba(0, 0, 0, .12);
}

.about-text {
  margin-bottom: 26px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.sign-up-field {
  width: 80%;
  height: 57px;
  float: left;
  background-color: #fff;
  border: 0 solid #000;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: box-shadow .25s;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0);
}

.sign-up-field:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0), inset 0 0 0 2px #0050b8;
}

.sign-up-button {
  width: 20%;
  height: 57px;
  text-transform: uppercase;
  background-color: #0050b8;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  transition: background-color .25s;
}

.sign-up-button:hover {
  background-color: rgba(0, 80, 184, .72);
}

.author-social-links {
  border-top: 1px solid rgba(0, 0, 0, .09);
  margin-top: 32px;
  padding-top: 32px;
}

.author-connect {
  color: #c2c2c2;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
}

.subtitle {
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  margin-bottom: 24px;
  padding-bottom: 31px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.article-heading {
  margin-bottom: 18px;
  font-size: 43px;
  font-weight: 700;
  line-height: 47px;
}

.images {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 17px;
}

.quote {
  border-left: 3px solid rgba(0, 0, 0, .09);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 37px;
  font-size: 26px;
  font-weight: 300;
  line-height: 31px;
}

.credits {
  color: rgba(255, 255, 255, .61);
  text-shadow: 0 1px rgba(0, 0, 0, .12), 1px 1px 3px rgba(0, 0, 0, .11);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  position: absolute;
  top: 35px;
  right: 44px;
}

.big-image {
  border: 6px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.image-text {
  color: #b8b8b8;
  text-align: left;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 300;
}

.share-article-wrapper {
  border-top: 3px solid rgba(0, 0, 0, .09);
  margin-top: 42px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.share-btn {
  width: 56px;
  float: left;
  margin-right: 14px;
  display: block;
}

.share-btn.facebook {
  width: 49px;
}

.alternative-h2 {
  margin-top: 0;
  font-weight: 300;
}

.alternative-h2.suggestions {
  text-align: center;
  margin-bottom: 36px;
}

.footer-link {
  color: #a6a6a6;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  margin-left: 9px;
  margin-right: 9px;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
  transition: color .25s, border-color .25s;
}

.footer-link:hover {
  border-bottom: 2px solid #c7c7c7;
}

.footer-link.proof {
  border: 2px solid rgba(0, 0, 0, .12);
  padding: 7px 8px;
}

.footer-link.proof:hover {
  color: #0050b8;
  border-color: #0050b8;
}

.thumbnail-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.header-container {
  padding-top: 345px;
}

.content-section-copy {
  z-index: 10;
  background-color: #fff;
  padding-top: 47px;
  padding-bottom: 47px;
  position: relative;
  box-shadow: 0 -1px rgba(0, 0, 0, .07);
}

.content-section-copy.footer {
  text-align: center;
}

.footer-section {
  z-index: 10;
  background-color: #fff;
  padding-top: 47px;
  padding-bottom: 47px;
  position: relative;
  box-shadow: 0 -1px rgba(0, 0, 0, .07);
}

.footer-section.footer {
  text-align: center;
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.navbar_menu-button {
  z-index: 999;
  width: 3rem;
  height: 3rem;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  cursor: pointer;
  background-color: #d6d6d6;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .375rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.cs-hero_top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cs-hero_top.lovely {
  justify-content: center;
}

.cs-hero-3 {
  margin-top: 60px;
}

.cs-img_wrapper {
  width: 100%;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.footer_navigation-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_social-list {
  width: 55%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-32 {
  float: left;
  object-fit: none;
  margin-top: 15px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.button-text-3 {
  color: #fff;
  letter-spacing: -.02em;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.is-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

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

.navbar_container {
  width: 100%;
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.footer_contact-wrpper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.footer_contact-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.footer1_left-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.cs-std-3.horseshoe {
  margin-top: 60px;
}

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

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

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

.portfolio-gallery_image-waterfall {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_nav-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navbar_right-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: rgba(255, 255, 255, .03);
  border: 1px #696969;
  border-radius: 10px;
  align-items: center;
  padding: .375rem;
  display: flex;
}

.footer_navlink {
  color: #ff5330;
  letter-spacing: -.035rem;
  text-transform: uppercase;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.1;
}

.navbar_menu-dropdown {
  flex-direction: column;
  align-items: flex-end;
  margin-left: .625rem;
  display: flex;
  position: relative;
}

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

.padding-horizontal.padding-small {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-5 {
  color: #ff5330;
}

.navbar_menu-grid {
  width: 100%;
  min-width: 25rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: flex-start;
  display: grid;
}

.navbar_toggle {
  z-index: 100;
  width: 3rem;
  height: 3rem;
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar_toggle:hover {
  background-color: #ff5330;
}

.padding-section-large-conclusion {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
}

.pali-layout-2 {
  align-content: center;
  justify-items: stretch;
  display: block;
}

.text-condensed-normal {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.footer_second-wrapper-top {
  justify-content: space-between;
  display: flex;
}

.menu-overlay {
  z-index: 5;
  cursor: pointer;
  background-color: rgba(12, 14, 6, .75);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-gallery_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
}

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

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

.footer_second-wrapper {
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.padding-global-9 {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar-2 {
  z-index: 9999;
  width: 100%;
  height: 6rem;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar_menu-2 {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.cs-hero-2 {
  display: block;
}

.button-text {
  padding-bottom: 4px;
  display: block;
}

.button-text.is-bottom {
  display: none;
  position: absolute;
  bottom: -100%;
}

.line-divider-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}

.footer_legal-paragraph {
  color: #525252;
  font-size: .825rem;
}

.cs-hero_component {
  z-index: 10;
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.cs-hero_component.horseshoe {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.navbar_right-inner-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
  position: relative;
}

.navbar_base {
  z-index: 10;
  height: 6rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_base.is-left {
  z-index: 100;
  position: relative;
}

.navbar_menu-line-middle {
  width: 100%;
  height: 1.5px;
  background-color: #292929;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar_logo-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_logo-wrapper.is-desktop, .navbar_logo-wrapper.is-mobile {
  display: none;
}

.navbar_menu-line-bottom {
  width: 100%;
  height: 1.5px;
  background-color: #292929;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.footer-3 {
  background-color: #000;
  border-top: 1px solid #333;
  display: block;
}

.footer_component {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.social-lottie-animation {
  width: 2rem;
  height: 2rem;
}

.social-lottie-animation.is-3 {
  width: 1.75rem;
  height: 1.75rem;
}

.social-lottie-animation.is-2 {
  width: 2.5rem;
  height: 2.5rem;
  padding-bottom: .25rem;
}

.footer1_credit-text {
  padding-bottom: 0;
  font-size: .875rem;
}

.portfolio-gallery_image-2 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-gallery_image-2.diamond {
  object-fit: cover;
}

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

.padding-section-large {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
}

.navbar_link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: .02rem;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-right: 1px #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.navbar_link.w--current {
  color: #ff5330;
}

.transition_bottom-tab {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ff5330;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cs-std-text_component-ccb-mobile {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: none;
}

.cs-hero_h1 {
  text-align: left;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.cs-hero_h1.lovely {
  text-align: center;
}

.heading-style-h3 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.heading-style-h3.meta {
  font-size: 2rem;
}

.portfolio-gallery_row-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: minmax(auto, auto) auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
}

.navbar_component {
  width: 100%;
  height: 0;
  justify-content: space-between;
  display: flex;
  position: static;
}

.footer1_link {
  color: #ff5330;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.3755rem;
  font-weight: 300;
  text-decoration: none;
}

.navbar_menu {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.padding-section-large-8 {
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: block;
}

.footer_right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer_logo-wrapper {
  margin-bottom: 3rem;
}

.portfolio-gallery_image-wrapper-2-2-copy-copy {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.margin-bottom, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: block;
}

.cs-img-2 {
  margin-bottom: 0;
}

.transition-trigger {
  display: none;
}

.transition_top-tab {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: end;
  align-items: start;
  justify-items: end;
  padding-top: 40px;
}

.footer1_top-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(auto, .5fr);
  grid-template-columns: .75fr 1fr;
  align-content: stretch;
  align-items: start;
  padding-top: 0;
}

.footer_first-wrapper {
  width: 34%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.navbar_right-wrapper-2 {
  z-index: 99999;
  align-items: center;
  display: none;
  position: relative;
  overflow: hidden;
}

.navbar_menu-line {
  width: 100%;
  height: 1px;
  background-color: #c33f40;
}

.navbar_menu-line.tan-line {
  background-color: #fff;
}

.cs-hero_visual-outer-wrapper {
  padding-top: 52.5%;
  position: relative;
  overflow: hidden;
}

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

.navbar_menu-base {
  z-index: 5;
  background-color: #000;
  border-radius: .625rem;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-color-graytrue400 {
  color: #a3a3a3;
}

.cs-hero_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.navbar_menu-line-top {
  width: 100%;
  height: 1.5px;
  background-color: #292929;
}

.padding-section-xxlarge {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.navbar_toggle-spacer {
  height: .325rem;
}

.clip {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 1px;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-30 {
  float: left;
  object-fit: none;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.portfolio-gallery_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.portfolio-gallery_component-2.mobile {
  margin-top: 20px;
}

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

.heading-33 {
  color: #ff5330;
}

.cs-std-text_component {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.text-size-large.text-color-graytrue300 {
  font-family: Roboto Slab, sans-serif;
}

.text-size-large.text-color-graytrue300.wazeer {
  margin-top: 20px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-size-large.text-color-graytrue300.awaan {
  margin-top: 20px;
  font-size: 1.25rem;
  line-height: 1.6rem;
}

.portfolio-gallery_image-wrapper-2 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.cs-img {
  margin-bottom: 20px;
}

.footer_orange-link {
  color: #ff5330;
}

.footer_nav-link {
  font-size: 1.25rem;
  display: inline-block;
}

.cs-hero_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cs-hero_image.lovely {
  object-position: 50% 50%;
}

.cs-hero_image.kesra {
  object-position: 50% 0%;
}

.portfolio-gallery_lightbox-link-pali4 {
  width: 100%;
  height: 100%;
  display: none;
}

.footer_logo-section-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.disclaimer {
  text-transform: none;
}

.disclaimer.text-color-graytrue500 {
  color: #000;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: .9rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo-image {
  width: 15rem;
}

.padding-section-large-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
}

.text-color-graytrue100 {
  color: #f5f5f5;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: none;
}

.footer_second-wrapper-bootmo {
  margin-top: 2rem;
}

.cs-hero_top-wrapper {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cs-hero_image-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_contact-title {
  font-size: 2.25rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding-bottom: 1rem;
}

.button-2 {
  min-height: 2.1rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff5330;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_button {
  z-index: 100;
  height: 3rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  border: 1px solid #ff5330;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cs-std-text_component-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.transition {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-12 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.navbar_logo-word-image {
  height: 1.5rem;
  padding-top: 1px;
  padding-bottom: 1px;
}

.navbar_logo-word-image.is-1 {
  width: auto;
  height: 5rem;
}

.heading-34 {
  color: #ff5330;
  text-transform: none;
  padding-top: 40px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.cs-img_coconutbay {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cs-std-text_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cs-img_img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_h1 {
  transform-origin: 0 100%;
  color: #fff;
  font-size: 4rem;
}

.cs-std-text_component-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.navbar_menu-dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
  margin-top: -1rem;
  margin-right: -1rem;
  position: absolute;
  bottom: auto;
}

.footer_legal-wrapper {
  overflow: hidden;
}

.footer1_social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-size-xlarge {
  font-size: 2rem;
  font-weight: 500;
}

.text-size-xlarge.text-color-graytrue300 {
  line-height: 2.5rem;
}

.text-size-xlarge.text-color-graytrue300.awaan {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.2rem;
}

.navbar_logo-word-wrapper {
  position: relative;
  overflow: hidden;
}

.navbar_logo-word-wrapper.is-1 {
  padding-right: .625rem;
}

.cs-hero_bottom {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.cs-hero_bottom.meta {
  margin-top: 20px;
}

.footer_layout {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.button-group.is-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: none;
}

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

.padding-global-2 {
  padding-left: 1%;
  padding-right: 1%;
}

.cs-text {
  text-transform: none;
}

.cs-text.text-color-graytrue500 {
  color: #000;
  text-decoration: none;
}

.cs-text.text-color-graytrue500.kesra {
  border: 1px #000;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.5rem;
}

.cs-text.text-color-graytrue500.wazeeer {
  border: 1px #000;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
}

.cs-text.text-color-graytrue500.awaan {
  border: 1px #000;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.5rem;
}

.footer1_component {
  color: #fff;
  border-top: 1px solid #333;
}

.main-wrapper.background-color-black.blog-post {
  margin-top: 0;
  padding-top: 40px;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1.45px solid #ff5330;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  padding: .575rem 1.5rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.button-3:hover {
  background-color: #ff5330;
}

.button-3:active {
  background-color: #e44120;
  border-color: #e44120;
}

.button-3.is-nav {
  background-color: #ff5330;
  border-color: #ff5330;
  margin-top: .15rem;
  margin-bottom: .15rem;
  display: none;
}

.button-3.is-nav:hover {
  background-color: #e44120;
  border-color: #e44120;
}

.button-3.is-nav:active {
  background-color: #ff5330;
  border-color: #ff5330;
}

.post-body {
  padding-top: 0;
  padding-bottom: 0;
}

.post-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.post-container1 {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.article-coming-soon {
  z-index: 3;
  color: #000;
  padding: 40px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: none;
  position: relative;
  box-shadow: 0 1px rgba(0, 0, 0, .12);
}

.article-coming-soon:hover {
  color: #0050b8;
  background-color: #fcfcfc;
}

.article-coming-soon.suggested {
  width: 100%;
  float: left;
  box-shadow: none;
  border-top: 1px solid rgba(0, 0, 0, .09);
  border-left: 1px solid rgba(0, 0, 0, .09);
  border-right: 1px solid rgba(0, 0, 0, .09);
  padding: 22px;
}

.article-coming-soon.suggested.last {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.navbar-blog {
  text-align: right;
  background-color: #fff;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px rgba(0, 0, 0, .12), inset -1px 0 rgba(0, 0, 0, .12);
}

.container-2 {
  margin-top: 80px;
}

.navbar-copy {
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: 0%;
  box-shadow: 0 1px rgba(0, 0, 0, .12), inset -1px 0 rgba(0, 0, 0, .12);
}

.heading-35 {
  margin-top: 20px;
}

.padding-global-10 {
  padding-left: 1%;
  padding-right: 1%;
}

.heading-36 {
  color: #000;
  text-transform: none;
  margin-top: 0;
  padding-top: 40px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-36.horseshoe {
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.5rem;
}

.heading-36.horseshoe.trail {
  padding-top: 0;
}

.heading-36.kesra {
  padding-top: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.5rem;
}

.heading-36.kesra.trail {
  padding-top: 0;
}

.heading-36.awaan {
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.heading-36.awaan.trail {
  padding-top: 0;
}

.cs-img-3 {
  margin-bottom: 0;
}

.cs-std-text_component-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cs-std-text_component-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cs-std-text_component-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-text-4 {
  padding-bottom: 4px;
  display: block;
}

.button-text-4.is-bottom {
  display: none;
  position: absolute;
  bottom: -100%;
}

.heading-37 {
  margin-top: 40px;
  font-family: Roboto Slab, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.heading-37.text-color-graytrue300.horseshoe {
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.heading-37.text-color-graytrue300.awaan {
  margin-top: 0;
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
}

.navbar-3 {
  z-index: 9999;
  width: 100%;
  height: 6rem;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.cs-hero-4 {
  display: block;
}

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

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

.padding-global-12 {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-38 {
  float: left;
  object-fit: none;
  margin-top: 15px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.button-4 {
  min-height: 2.1rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff5330;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.75rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-4 {
  background-color: #000;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px rgba(0, 0, 0, .12), inset -1px 0 rgba(0, 0, 0, .12);
}

.heading-39 {
  color: #000;
  font-size: 2rem;
}

.portfolio-gallery_row-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: minmax(auto, auto) auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 20px;
}

.padding-section-large-10 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.padding-section-large-10.yellowstone {
  padding-top: 2rem;
}

.padding-section-large-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 19px 22px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
  box-shadow: inset -1px 0 rgba(0, 0, 0, .12), 0 -1px rgba(0, 0, 0, 0);
}

.nav-link-2:hover {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset -1px 0 rgba(0, 0, 0, .12), 0 1px #000;
}

.nav-link-2.w--current {
  color: #dbe613;
  box-shadow: inset -1px 0 rgba(0, 0, 0, .12), 0 1px #dbe613;
}

.nav-link-2.w--current:hover {
  background-color: rgba(0, 0, 0, 0);
}

.rich-text-block {
  font-family: Roboto Slab, sans-serif;
  font-weight: 300;
}

.div-block-112, .div-block-113, .div-block-114 {
  display: none;
}

.rich-text-block-2 {
  color: #000;
}

.cs-img_shavedice {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 75%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  margin-top: 40px;
  font-size: 20px;
}

.body {
  background-color: #fff;
}

.image {
  color: #fff;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.padding-section-large-lovely {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.text-span-6 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.div-block-115 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  margin-left: 60px;
  margin-right: 60px;
}

.text-span-7 {
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 3.5rem;
}

.heading-40 {
  margin-top: 0;
}

.quote-awaan {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
}

.heading-conclusion {
  color: #000;
  text-transform: none;
  margin-top: 0;
  padding-top: 40px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-conclusion.horseshoe {
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.5rem;
}

.heading-conclusion.horseshoe.trail {
  padding-top: 0;
}

.heading-conclusion.kesra {
  padding-top: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.5rem;
}

.heading-conclusion.kesra.trail {
  padding-top: 0;
}

.heading-conclusion.awaan {
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.heading-conclusion.awaan.trail {
  padding-top: 0;
}

.div-block-116 {
  text-align: center;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .main-column.header {
    max-width: 100%;
  }

  .main-column.content {
    max-width: 100%;
    float: none;
    object-fit: fill;
    overflow: hidden;
  }

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

  .section {
    padding-right: 40px;
  }

  .thumbnail {
    object-fit: fill;
    object-position: 50% 50%;
  }

  .thumbnail.meta, .thumbnail.lovely, .thumbnail.awaan {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .navbar_right-wrapper {
    border-style: none;
  }

  .navbar_toggle:hover {
    background-color: #ff5330;
  }

  .navbar-blog {
    justify-content: flex-end;
    display: flex;
  }

  .link-block {
    justify-content: center;
    margin-left: 20px;
    margin-right: auto;
    display: flex;
  }

  .link-block.w--current {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    justify-content: flex-end;
    display: flex;
  }

  .padding-global-9, .padding-global-12 {
    text-decoration: none;
  }

  .link-block, .link-block.w--current {
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .logo {
    text-decoration: none;
  }

  .main-column.content {
    max-width: 100%;
  }

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

  .navbar.mobile {
    box-shadow: none;
    text-align: left;
    flex-direction: row;
    justify-content: flex-end;
    right: auto;
  }

  .link-block {
    display: flex;
  }

  .link-block.w--current {
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    display: block;
  }

  .logo {
    border-style: solid;
    font-style: normal;
    font-weight: 700;
  }

  .big-tagline {
    display: none;
  }

  .main-column.header {
    padding-top: 40px;
  }

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

  .nav-link {
    padding-left: 13px;
    padding-right: 13px;
  }

  .article {
    flex-direction: row;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-wrapper {
    width: 40%;
  }

  .article-info-wrapper {
    display: none;
  }

  .section {
    padding: 100px 20px 25px;
  }

  .header-image {
    height: 357px;
  }

  .header-container {
    padding-top: 241px;
  }

  .cs-hero-3 {
    margin-top: 20px;
  }

  .footer_contact-wrpper {
    margin-right: 0;
  }

  .portfolio-gallery_image-waterfall {
    object-fit: cover;
  }

  .navbar_right-wrapper {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
  }

  .navbar_menu-dropdown {
    margin-left: .4rem;
  }

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

  .navbar_menu-grid {
    min-width: 50vw;
    grid-auto-flow: row;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_toggle {
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar-2 {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .navbar_base {
    height: 5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-3 {
    display: none;
  }

  .portfolio-gallery_image-2.diamond {
    object-fit: cover;
  }

  .padding-section-large-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .navbar_link {
    border-bottom: 1px #d2d2cf;
  }

  .cs-std-text_component-ccb-mobile {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .cs-hero_h1 {
    font-size: 3.5rem;
    font-weight: 400;
  }

  .heading-style-h3 {
    color: #000;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.5rem;
  }

  .portfolio-gallery_row-2 {
    grid-template-rows: auto auto;
  }

  .navbar_menu {
    min-height: auto;
  }

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

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

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-section-xxlarge {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .cs-std-text_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .text-size-large.text-color-graytrue300 {
    font-family: Roboto Condensed, sans-serif;
  }

  .cs-img {
    margin-bottom: 20px;
  }

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

  .cs-hero_top-wrapper {
    width: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cs-std-text_component-3, .cs-std-text_component-2, .cs-std-text_component-4 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .cs-text.text-color-graytrue500 {
    color: #000;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.25rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-35 {
    font-size: 36px;
  }

  .heading-36 {
    color: #000;
    margin-top: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 2.5rem;
  }

  .cs-std-text_component-5 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    margin-top: 40px;
  }

  .cs-std-text_component-6, .cs-std-text_component-7 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .navbar-3 {
    padding-left: .4rem;
    padding-right: .4rem;
    display: block;
  }

  .navbar-4 {
    color: #fff;
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, .12), rgba(0, 0, 0, .12));
  }

  .heading-39 {
    color: #000;
    font-size: 2rem;
  }

  .portfolio-gallery_row-3 {
    grid-template-rows: auto auto;
  }

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

  .padding-section-large-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-2 {
    color: #fff;
    padding-left: 13px;
    padding-right: 13px;
  }

  .link-block {
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .link-block.w--current {
    text-decoration: none;
  }

  .padding-section-large-lovely {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .div-block-115 {
    margin-bottom: 20px;
  }

  .text-span-7 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .heading-conclusion {
    color: #000;
    margin-top: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .all-content {
    padding-bottom: 59px;
    position: relative;
  }

  .logo {
    float: left;
    text-align: left;
    border-style: solid;
    border-width: 5px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 14px;
    padding: 13px 14px;
    font-size: 42px;
    line-height: 30px;
    display: inline-block;
  }

  .big-tagline {
    float: right;
    margin-bottom: 57px;
    font-size: 25px;
    line-height: 29px;
    display: inline-block;
  }

  .footer-wrapper {
    background-color: #000;
  }

  .main-column {
    width: 100%;
    max-width: 1000px;
  }

  .main-column.header {
    max-width: 1000px;
    text-align: left;
    padding-top: 100px;
    padding-bottom: 42px;
    position: static;
  }

  .navbar {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar.mobile {
    left: 0%;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-link {
    color: #fff;
    box-shadow: inset 0 1px rgba(255, 255, 255, .23);
  }

  .nav-link.w--current {
    box-shadow: none;
  }

  .nav-link.page {
    color: #000;
    background-color: #fff;
    box-shadow: inset -1px 0 rgba(0, 0, 0, .12);
  }

  .nav-link.page.w--current {
    color: #00b874;
  }

  .nav-link.page.w--current:hover {
    background-color: #fff;
  }

  .article.suggested {
    width: auto;
    box-shadow: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section {
    padding: 27px 10px;
  }

  .social-link {
    margin-left: 0;
    margin-right: 19px;
  }

  .thumbnail {
    margin-bottom: 10px;
  }

  .header-image {
    height: 117px;
    padding-top: 0;
  }

  .content-section {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .author-image {
    float: left;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 15px;
  }

  .author-column {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscribe-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .about-text {
    margin-bottom: 16px;
  }

  .sign-up-field {
    width: 70%;
  }

  .sign-up-button {
    width: 30%;
  }

  .author-social-links {
    margin-top: 19px;
    margin-bottom: 0;
    padding-top: 15px;
  }

  .author-connect {
    margin-bottom: 10px;
  }

  .credits {
    top: 5px;
    right: 10px;
  }

  .header-container {
    padding-top: 66px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu {
    float: right;
    margin-top: 1px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 17px;
  }

  .menu-icon {
    float: left;
    margin-right: 5px;
  }

  .menu-wrapper {
    border-left: 1px solid rgba(0, 0, 0, .09);
  }

  .menu-wrapper.w--open {
    background-color: #000;
  }

  .content-section-copy, .footer-section {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .waterfall-layout-2 {
    margin-top: 40px;
  }

  .navbar_menu-dropdown {
    margin-left: 1px;
  }

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

  .navbar_menu-grid {
    min-width: 60vw;
    grid-template-columns: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_toggle {
    border-radius: 6px;
  }

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

  .portfolio-gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .navbar_base {
    height: 5rem;
  }

  .navbar_logo-wrapper.is-desktop, .navbar_logo-wrapper.is-mobile {
    display: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .padding-section-large-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .navbar_link {
    min-height: auto;
    padding: 1.5rem;
  }

  .cs-std-text_component-ccb-mobile {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

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

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

  .footer_right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: left;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

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

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .padding-section-xxlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .portfolio-gallery_component-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .cs-std-text_component {
    grid-template-columns: 1fr;
    display: block;
  }

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

  .text-size-large.text-color-graytrue300 {
    padding-top: 10px;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_button {
    display: none;
  }

  .cs-std-text_component-3 {
    grid-template-columns: 1fr;
    display: block;
  }

  .navbar_logo-word-image {
    height: 1.65rem;
  }

  .cs-std-text_component-2 {
    grid-template-columns: 1fr;
    display: none;
  }

  .footer_h1 {
    font-size: 3.2rem;
  }

  .cs-std-text_component-4 {
    grid-template-columns: 1fr;
    display: block;
  }

  .text-size-xlarge {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.125rem;
  }

  .navbar_logo-word-wrapper.is-1 {
    padding-right: .25rem;
  }

  .cs-hero_bottom, .footer_layout {
    grid-template-columns: 1fr;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-3 {
    text-align: center;
    flex-wrap: wrap;
  }

  .article-coming-soon.suggested {
    width: auto;
    box-shadow: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-2 {
    margin-top: 20px;
  }

  .cs-std-text_component-5 {
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: block;
  }

  .cs-std-text_component-6 {
    grid-template-columns: 1fr;
    display: block;
  }

  .cs-std-text_component-7 {
    grid-template-columns: 1fr;
    display: none;
  }

  .portfolio-gallery_component-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .portfolio-gallery_row-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .padding-section-large-10, .padding-section-large-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-2 {
    color: #fff;
    box-shadow: inset 0 1px rgba(255, 255, 255, .23);
  }

  .nav-link-2.w--current {
    box-shadow: none;
  }

  .link-block, .link-block.w--current {
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

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

  .div-block-115 {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-span-7 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .quote-awaan {
    margin-left: 20px;
    margin-right: 20px;
  }
}

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

  .logo {
    float: none;
    margin-bottom: 13px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 36px;
    display: inline-block;
  }

  .main-column.header {
    padding-top: 140px;
    padding-bottom: 41px;
  }

  .navbar.mobile {
    left: 0%;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px rgba(255, 255, 255, .22);
  }

  .article {
    flex-direction: column;
  }

  .article.suggested {
    box-shadow: none;
  }

  .image-wrapper {
    width: 100%;
    text-align: left;
  }

  .article-text-wrapper {
    width: 100%;
  }

  .field.first, .field.last {
    width: 100%;
    float: none;
  }

  .team-column {
    text-align: center;
  }

  .social-link {
    margin-bottom: 23px;
  }

  .sign-up-field {
    width: 100%;
    margin-bottom: 13px;
  }

  .sign-up-button {
    width: 100%;
  }

  .footer-link {
    margin-bottom: 17px;
    display: block;
  }

  .footer_social-list {
    width: 70%;
    margin-top: 1.5rem;
  }

  .heading-32 {
    margin-left: 15px;
    font-size: 14px;
  }

  .waterfall-layout-2 {
    margin-top: 40px;
  }

  .footer_contact-wrpper {
    flex-direction: row;
  }

  .cs-std-3, .div-block-111 {
    display: block;
  }

  .footer_nav-links-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer_navlink._2 {
    top: 80px;
  }

  .footer_navlink._3 {
    top: 140px;
  }

  .footer_navlink._5 {
    top: 260px;
  }

  .footer_navlink._4 {
    top: 200px;
  }

  .navbar_menu-dropdown {
    margin-left: 0;
    position: static;
  }

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

  .navbar_menu-grid {
    width: 96%;
    min-width: 35vw;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer_second-wrapper-top {
    flex-direction: column;
  }

  .menu-overlay {
    display: none;
  }

  .footer_second-wrapper {
    width: 100%;
  }

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

  .navbar_logo-wrapper, .navbar_logo-wrapper.is-mobile {
    display: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_component {
    flex-direction: column;
  }

  .padding-section-large-9 {
    grid-template-rows: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar_link.top-item {
    border-top-style: none;
  }

  .cs-std-text_component-ccb-mobile {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-gallery_row-2 {
    grid-template-rows: auto auto auto;
  }

  .padding-section-large-8 {
    padding-top: 0;
  }

  .footer_logo-wrapper {
    margin-bottom: 2rem;
  }

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

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer_first-wrapper {
    width: 100%;
  }

  .navbar_menu-base {
    padding-top: 0;
  }

  .cs-hero_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
  }

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

  .cs-std-text_component {
    grid-template-columns: 1fr;
    display: block;
  }

  .text-size-large.text-color-graytrue300 {
    padding-top: 10px;
  }

  .footer_paragraph-link {
    font-size: 15px;
  }

  .cs-img {
    margin-bottom: 0;
  }

  .footer_orange-link.is-1 {
    overflow-wrap: anywhere;
  }

  .footer_contact-title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cs-std-text_component-3 {
    grid-template-columns: 1fr;
    display: block;
  }

  .navbar_logo-word-image.is-1 {
    width: auto;
    height: 5rem;
  }

  .cs-std-text_component-2, .cs-std-text_component-4 {
    grid-template-columns: 1fr;
    display: block;
  }

  .navbar_menu-dropdown-list.w--open {
    margin-top: 3.5rem;
    padding-left: .8rem;
  }

  .text-size-xlarge {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cs-hero_bottom {
    grid-template-columns: 1fr;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .post-container {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .post-container1 {
    width: 80%;
  }

  .article-coming-soon.suggested {
    box-shadow: none;
  }

  .container-2 {
    margin-top: 20px;
  }

  .heading-36 {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .cs-std-text_component-5, .cs-std-text_component-6, .cs-std-text_component-7 {
    grid-template-columns: 1fr;
    display: block;
  }

  .navbar-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-38 {
    margin-left: 15px;
    font-size: 14px;
  }

  .portfolio-gallery_row-3 {
    grid-template-rows: auto auto auto;
  }

  .padding-section-large-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-large-11 {
    grid-template-rows: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-2.w--current {
    box-shadow: inset 0 1px rgba(255, 255, 255, .22);
  }

  .link-block {
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .link-block.w--current {
    text-decoration: none;
  }

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

  .div-block-115 {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-span-7 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .quote-awaan {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-conclusion {
    margin-bottom: 0;
    padding-top: 20px;
  }
}

#w-node-b8e92082-2631-1b5c-412f-c73780599adf-9ef72cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599ae0-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599ae1-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599af6-9ef72cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599af8-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-9ef72cbd {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b23-9ef72cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b24-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b25-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b3a-9ef72cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b3c-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-9ef72cbd {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b66-9ef72cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b67-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b68-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b7d-9ef72cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b7f-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-9ef72cbd {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599c88-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599ca2-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599cc5-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599cc7-9ef72cbd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599cf6-9ef72cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599cfb-9ef72cbd {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599d06-9ef72cbd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599d08-9ef72cbd {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599d18-9ef72cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599d1d-9ef72cbd {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599d28-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599d29-9ef72cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599d2b-9ef72cbd {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599d41-9ef72cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599adf-9ef72cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599ae0-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599ae1-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599af6-9ef72cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599af8-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-9ef72cc1 {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b23-9ef72cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b24-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b25-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b3a-9ef72cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b3c-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-9ef72cc1 {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b66-9ef72cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b67-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b68-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b7d-9ef72cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b7f-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-9ef72cc1 {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599d41-9ef72cc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599adf-1658da18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599ae0-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599ae1-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599af6-1658da18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599af8-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-1658da18 {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b23-1658da18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b24-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b25-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b3a-1658da18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b3c-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-1658da18 {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b66-1658da18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b67-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b68-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b7d-1658da18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b7f-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-1658da18 {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599cf6-1658da18 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599cfb-1658da18 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599adf-89042e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599ae0-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599ae1-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599af6-89042e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599af8-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-89042e5c {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b23-89042e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b24-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b25-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b3a-89042e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b3c-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-89042e5c {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b66-89042e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b67-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b68-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b7d-89042e5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b7f-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-89042e5c {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599adf-7ab6226a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599ae0-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599ae1-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599af6-7ab6226a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599af8-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-7ab6226a {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b23-7ab6226a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b24-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b25-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b3a-7ab6226a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b3c-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-7ab6226a {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b66-7ab6226a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b67-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b68-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b7d-7ab6226a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b7f-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-7ab6226a {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599c88-7ab6226a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599adf-1434aff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599ae0-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599ae1-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599af6-1434aff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599af8-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-1434aff0 {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b23-1434aff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b24-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b25-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b3a-1434aff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b3c-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-1434aff0 {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b66-1434aff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b67-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b68-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b7d-1434aff0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b7f-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-1434aff0 {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599adf-b853e741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599ae0-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599ae1-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599af6-b853e741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599af8-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-b853e741 {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b23-b853e741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b24-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b25-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b3a-b853e741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b3c-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-b853e741 {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b66-b853e741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b67-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b68-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b7d-b853e741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b7f-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-b853e741 {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599adf-f0c88f4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599ae0-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599ae1-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599af6-f0c88f4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599af8-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-f0c88f4c {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b23-f0c88f4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b24-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b25-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b3a-f0c88f4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b3c-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-f0c88f4c {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b66-f0c88f4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b67-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b68-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b7d-f0c88f4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b7f-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-f0c88f4c {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599adf-7fe3877f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599ae0-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599ae1-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599af6-7fe3877f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599af8-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-7fe3877f {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b23-7fe3877f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b24-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b25-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b3a-7fe3877f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b3c-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-7fe3877f {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b66-7fe3877f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b67-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b68-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b7d-7fe3877f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b7f-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-7fe3877f {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599d41-7fe3877f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599adf-c0f89b7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599ae0-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599ae1-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599af6-c0f89b7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599af8-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-c0f89b7a {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b23-c0f89b7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b24-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b25-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b3a-c0f89b7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b3c-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-c0f89b7a {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b66-c0f89b7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b67-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b68-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b7d-c0f89b7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599b7f-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-c0f89b7a {
  justify-self: end;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599d06-c0f89b7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8e92082-2631-1b5c-412f-c73780599d08-c0f89b7a {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-_478acf68-14bd-4eea-d582-20e68b95165e-c0f89b7a {
  grid-area: 1 / 1 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-b8e92082-2631-1b5c-412f-c73780599cfb-1658da18 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599cf8-1658da18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b8e92082-2631-1b5c-412f-c73780599af8-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b3c-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b7f-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-9ef72cbd {
    justify-self: start;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599cfb-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599d08-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599d1d-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599d2b-9ef72cbd {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599af8-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b3c-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b7f-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-9ef72cc1, #w-node-b8e92082-2631-1b5c-412f-c73780599af8-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b3c-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b7f-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-1658da18, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-1658da18 {
    justify-self: start;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599cfb-1658da18 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599cf8-1658da18 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599af8-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b3c-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b7f-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-89042e5c, #w-node-b8e92082-2631-1b5c-412f-c73780599af8-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b3c-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b7f-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-7ab6226a, #w-node-b8e92082-2631-1b5c-412f-c73780599af8-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b3c-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b7f-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-1434aff0, #w-node-b8e92082-2631-1b5c-412f-c73780599af8-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b3c-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b7f-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-b853e741, #w-node-b8e92082-2631-1b5c-412f-c73780599af8-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b3c-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b7f-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-f0c88f4c, #w-node-b8e92082-2631-1b5c-412f-c73780599af8-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b3c-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b7f-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-7fe3877f, #w-node-b8e92082-2631-1b5c-412f-c73780599af8-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b00-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b08-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b10-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b18-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b3c-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b44-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b4c-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b54-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b5c-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b7f-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b87-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b8f-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b97-c0f89b7a, #w-node-b8e92082-2631-1b5c-412f-c73780599b9f-c0f89b7a {
    justify-self: start;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599d08-c0f89b7a {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_478acf68-14bd-4eea-d582-20e68b95165e-c0f89b7a {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8e92082-2631-1b5c-412f-c73780599ae0-9ef72cbd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae3-9ef72cbd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b24-9ef72cbd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b27-9ef72cbd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b67-9ef72cbd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b6a-9ef72cbd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599cfb-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599d08-9ef72cbd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599d0d-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599d1a-9ef72cbd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599d1d-9ef72cbd, #w-node-b8e92082-2631-1b5c-412f-c73780599d2b-9ef72cbd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599d32-9ef72cbd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae0-9ef72cc1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae3-9ef72cc1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b24-9ef72cc1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b27-9ef72cc1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b67-9ef72cc1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b6a-9ef72cc1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae0-1658da18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae3-1658da18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b24-1658da18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b27-1658da18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b67-1658da18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b6a-1658da18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599cfb-1658da18 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599cf8-1658da18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae0-89042e5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae3-89042e5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b24-89042e5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b27-89042e5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b67-89042e5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b6a-89042e5c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae0-7ab6226a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae3-7ab6226a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b24-7ab6226a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b27-7ab6226a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b67-7ab6226a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b6a-7ab6226a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae0-1434aff0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae3-1434aff0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b24-1434aff0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b27-1434aff0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b67-1434aff0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b6a-1434aff0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae0-b853e741 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae3-b853e741 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b24-b853e741 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b27-b853e741 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b67-b853e741 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b6a-b853e741 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae0-f0c88f4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae3-f0c88f4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b24-f0c88f4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b27-f0c88f4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b67-f0c88f4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b6a-f0c88f4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae0-7fe3877f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae3-7fe3877f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b24-7fe3877f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b27-7fe3877f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b67-7fe3877f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b6a-7fe3877f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae0-c0f89b7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599ae3-c0f89b7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b24-c0f89b7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b27-c0f89b7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b67-c0f89b7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599b6a-c0f89b7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599d08-c0f89b7a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b8e92082-2631-1b5c-412f-c73780599d0d-c0f89b7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_478acf68-14bd-4eea-d582-20e68b95165e-c0f89b7a {
    grid-area: 1 / 1 / 2 / 3;
  }
}


